:root{--bg-color:#0b0f19;--panel-bg:#ffffff08;--panel-border:#ffffff14;--text-primary:#f0f6fc;--text-secondary:#8b949e;--accent-color:#3b82f6;--accent-gradient:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--accent-hover:#2563eb;--danger:#ef4444}*{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%,#3b82f626 0%,#0000 50%),radial-gradient(circle at 85% 30%,#8b5cf626 0%,#0000 50%);justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem;font-family:Outfit,sans-serif;display:flex}.app-container{flex-direction:column;gap:2rem;width:100%;max-width:1200px;display:flex}header{text-align:center;margin-bottom:1rem}h1{letter-spacing:-1px;margin-bottom:.5rem;font-size:3rem;font-weight:800}h1 .accent{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}header p{color:var(--text-secondary);font-size:1.2rem}.drop-zone{border:2px dashed var(--panel-border);text-align:center;background:var(--panel-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;transition:all .3s;display:flex}.drop-zone.dragover{border-color:var(--accent-color);background:#3b82f60d;transform:scale(1.02)}.drop-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.upload-icon{width:64px;height:64px;color:var(--text-secondary);transition:color .3s}.drop-zone:hover .upload-icon{color:var(--accent-color)}.drop-content p{font-size:1.5rem;font-weight:600}.or-text{color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.upload-btn{background:var(--panel-border);color:var(--text-primary);cursor:pointer;border-radius:9999px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.upload-btn:hover{background:var(--accent-gradient);transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}.hidden{display:none!important}.results-section{grid-template-columns:1fr 1fr;gap:2rem;animation:.5s ease-out forwards fadeIn;display:grid}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.results-section{grid-template-columns:1fr}}.original-preview,.generated-previews{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem}.original-preview h2,.generated-previews h2{border-bottom:1px solid var(--panel-border);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem}.image-wrapper{background:#000;border-radius:1rem;width:100%;position:relative;overflow:hidden}.image-wrapper img{opacity:.7;width:100%;display:block}#overlay-canvas{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.previews-grid{flex-direction:column;gap:2rem;display:flex}.preview-card{border:1px solid var(--panel-border);background:#ffffff05;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.preview-card h3{color:var(--text-secondary);font-size:1.1rem}.result-wrapper{background:#000;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080}.round-wrapper{border:4px solid var(--accent-color);border-radius:50%;width:200px;height:200px}.square-wrapper{border:4px solid var(--panel-border);border-radius:2.5rem;width:200px;height:200px}.result-wrapper canvas{object-fit:cover;width:100%;height:100%}.download-btn{background:var(--panel-bg);color:var(--text-primary);border:1px solid var(--panel-border);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-weight:600;transition:all .2s;display:flex}.download-btn svg{width:20px;height:20px}.download-btn:hover{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary)}.loading-state{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.spinner{border:4px solid var(--panel-border);border-top-color:var(--accent-color);border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.passport-wrapper{border:4px solid var(--panel-border);border-radius:.5rem;width:175px;height:225px}.date-input-container{flex-direction:column;gap:.5rem;width:100%;display:flex}.date-input-container label{color:var(--text-secondary);font-size:.9rem}.date-input-container input{background:var(--bg-color);border:1px solid var(--panel-border);color:var(--text-primary);border-radius:.5rem;padding:.5rem;font-family:inherit}.compression-settings{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.compression-settings label{font-weight:600}.compression-settings input[type=range]{width:100%;max-width:300px;accent-color:var(--accent-color)}
