@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";: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}}:root{--dark-800: #212529;--dark-700: #343a40;--dark-600: #495057;--title-gradient: linear-gradient(135deg, var(--dark-800), var(--dark-700), var(--dark-600));--btn-primary-gradient: linear-gradient(135deg, var(--dark-800) 0%, var(--dark-700) 50%, var(--dark-600) 100%);--btn-primary-color: white;--shadow-dark-1: rgba(33, 37, 41, .5);--shadow-dark-2: rgba(52, 58, 64, .4);--shadow-dark-3: rgba(73, 80, 87, .5);--shadow-dark-4: rgba(33, 37, 41, .6);--shadow-dark-5: rgba(33, 37, 41, .7);--shadow-dark-6: rgba(52, 58, 64, .6)}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a1a2efa,#16213efa);backdrop-filter:blur(20px);border-top:2px solid rgba(102,126,234,.3);padding:1.5rem 2rem;z-index:10000;box-shadow:0 -8px 32px #0006;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.cookie-consent-header{display:flex;align-items:center;gap:.75rem}.cookie-consent-icon{font-size:1.5rem;color:#667eea;flex-shrink:0}.cookie-consent-title{font-size:1.15rem;font-weight:600;color:#fff;margin:0}.cookie-consent-text{color:#d0d0d0;line-height:1.6;margin:0;font-size:.95rem}.cookie-consent-text a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.cookie-consent-text a:hover{color:#764ba2;border-bottom-color:#764ba2}.cookie-categories{display:flex;flex-direction:column;gap:.75rem;margin:.5rem 0}.cookie-category{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.cookie-category:hover{background:#ffffff14}.cookie-category-checkbox{flex-shrink:0}.cookie-category-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.cookie-category-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.cookie-category-info{flex:1}.cookie-category-name{font-weight:600;color:#fff;font-size:.95rem;margin-bottom:.25rem}.cookie-category-description{color:#b0b0b0;font-size:.85rem;line-height:1.4}.cookie-category-badge{display:inline-block;padding:.25rem .5rem;background:#667eea33;color:#667eea;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem}.cookie-consent-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookie-consent-button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.cookie-consent-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.cookie-consent-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.cookie-consent-button-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.cookie-consent-button-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.cookie-consent-button-text{background:transparent;color:#b0b0b0;padding:.75rem 1rem}.cookie-consent-button-text:hover{color:#fff;background:#ffffff0d}.cookie-settings-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem 0;color:#667eea;font-weight:600;font-size:.9rem;transition:color .2s ease}.cookie-settings-toggle:hover{color:#764ba2}.cookie-settings-toggle svg{transition:transform .3s ease}.cookie-settings-toggle.expanded svg{transform:rotate(180deg)}.cookie-settings-content{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.cookie-settings-content.expanded{max-height:600px;opacity:1;margin-top:1rem}.cookie-settings-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 4px 20px #667eea66;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease;z-index:9999}.cookie-settings-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #667eea80}@media (max-width: 768px){.cookie-consent-banner{padding:1.25rem 1.5rem}.cookie-consent-title{font-size:1.05rem}.cookie-consent-text{font-size:.9rem}.cookie-consent-buttons{flex-direction:column}.cookie-consent-button{width:100%;justify-content:center}.cookie-categories{gap:.5rem}.cookie-category{padding:.6rem}.cookie-settings-button{width:50px;height:50px;bottom:1.5rem;right:1.5rem;font-size:1.25rem}}@media (max-width: 576px){.cookie-consent-banner{padding:1rem}.cookie-consent-header{gap:.5rem}.cookie-consent-icon{font-size:1.25rem}.cookie-consent-title{font-size:1rem}.cookie-consent-text{font-size:.85rem}.cookie-category{flex-direction:column;align-items:flex-start;gap:.5rem}.cookie-category-checkbox{width:100%;display:flex;align-items:center;gap:.5rem}.cookie-settings-button{width:48px;height:48px;bottom:1rem;right:1rem;font-size:1.15rem}}*{-webkit-tap-highlight-color:transparent}.landing-page{--logo-size: 90px;position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;overflow-y:auto;z-index:1}.landing-header{background:#fffffff2;border-radius:15px;padding:20px 25px 15px;margin:15px auto 0;max-width:1200px;backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2);position:relative;z-index:10;pointer-events:auto}.landing-header-content{display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;position:relative}.landing-logo{width:var(--logo-size);height:var(--logo-size);flex-shrink:0}.landing-title{font-size:2.5rem;font-weight:700;background:var(--title-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;text-shadow:0 2px 10px rgba(0,0,0,.1)}.landing-subtitle{font-size:1.1rem;color:#2c3e50;margin-bottom:0;font-weight:400;text-shadow:0 1px 3px rgba(255,255,255,.8)}.landing-content{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;z-index:10;pointer-events:none}.landing-content>*{pointer-events:auto}.create-yours-btn{font-size:1.8rem;font-weight:600;padding:20px 50px;border:none;border-radius:50px;background:var(--btn-primary-gradient);color:var(--btn-primary-color);cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px var(--shadow-dark-1),0 5px 15px var(--shadow-dark-2);animation:pulseButton 2.5s ease-in-out infinite;letter-spacing:.5px;text-transform:none;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:4px}.btn-main-text{font-size:1.8rem;font-weight:600;letter-spacing:.5px}.btn-subtitle{font-size:.75rem;font-weight:400;opacity:.95;letter-spacing:.3px}@keyframes pulseButton{0%,to{transform:scale(1);box-shadow:0 10px 30px var(--shadow-dark-1),0 5px 15px var(--shadow-dark-2)}50%{transform:scale(1.05);box-shadow:0 15px 40px var(--shadow-dark-5),0 8px 25px var(--shadow-dark-6),0 0 30px var(--shadow-dark-3)}}.create-yours-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.create-yours-btn:hover:before{left:100%}.create-yours-btn:hover{transform:scale(1.08) translateY(-3px);box-shadow:0 20px 50px var(--shadow-dark-5),0 10px 30px var(--shadow-dark-6),0 0 40px var(--shadow-dark-6);animation:none}.create-yours-btn:active{transform:scale(1.02) translateY(-1px);box-shadow:0 8px 20px var(--shadow-dark-4),0 4px 12px var(--shadow-dark-1)}@media (max-width: 768px){.landing-page{--logo-size: 70px}.landing-header{padding:15px 20px;margin:10px 15px 0}.landing-title{font-size:1.8rem;text-align:left}.landing-subtitle{font-size:.95rem;text-align:left}.landing-content{padding:30px 20px}.create-yours-btn{font-size:1.5rem;padding:18px 40px}}@media (max-width: 576px){.landing-header{margin:10px 10px 0;padding:12px 15px}.landing-header-content{padding-right:0}.landing-title{font-size:1.5rem;margin-bottom:4px}.landing-subtitle{font-size:.85rem}.landing-content{padding:20px 15px}.create-yours-btn{font-size:1.3rem;padding:16px 35px;min-height:56px}}@media (max-width: 400px){.landing-header{margin:8px 8px 0;padding:10px 12px}.landing-title{font-size:1.3rem}.landing-subtitle{font-size:.8rem}.landing-content{padding:15px 10px}.create-yours-btn{font-size:1.2rem;padding:14px 30px;min-height:52px}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e0e0e0}.legal-layout{display:flex;flex-direction:column;min-height:100vh}.legal-header{padding:1.5rem 2rem;background:#ffffff0d;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.legal-header-back{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:.95rem;padding:.5rem 1rem;border-radius:8px;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.legal-header-back:hover{background:#ffffff26;transform:translate(-4px);color:#fff}.legal-header-title{font-size:1.25rem;font-weight:600;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-content{flex:1;max-width:900px;margin:0 auto;padding:3rem 2rem;width:100%}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.legal-content .last-updated{color:#999;font-size:.9rem;margin-bottom:2rem;display:block}.legal-content h2{font-size:1.75rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:#fff;border-bottom:2px solid rgba(102,126,234,.3);padding-bottom:.5rem}.legal-content h3{font-size:1.35rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#f0f0f0}.legal-content h4{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:#e0e0e0}.legal-content p{line-height:1.8;margin-bottom:1rem;color:#d0d0d0;font-size:1rem}.legal-content ul,.legal-content ol{margin-bottom:1.5rem;padding-left:2rem;line-height:1.8}.legal-content li{margin-bottom:.75rem;color:#d0d0d0}.legal-content strong{color:#fff;font-weight:600}.legal-content a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.legal-content a:hover{color:#764ba2;border-bottom-color:#764ba2}.legal-content code{background:#667eea1a;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#667eea}.legal-content .placeholder{background:#ffc10726;color:#ffc107;padding:.2rem .5rem;border-radius:4px;font-weight:600;border:1px solid rgba(255,193,7,.3)}.legal-info-box{background:#667eea1a;border-left:4px solid #667eea;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:4px}.legal-info-box p:last-child{margin-bottom:0}.legal-warning-box{background:#ffc1071a;border-left:4px solid #ffc107;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:4px}.legal-warning-box p:last-child{margin-bottom:0}.legal-footer{background:#ffffff0d;backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:2rem;margin-top:auto}.legal-footer-content{max-width:900px;margin:0 auto;text-align:center}.legal-footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.legal-footer-link{color:#d0d0d0;text-decoration:none;font-size:.95rem;transition:all .2s ease;position:relative}.legal-footer-link:hover{color:#667eea}.legal-footer-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.legal-footer-link:hover:after{width:100%}.legal-footer-copyright{color:#999;font-size:.85rem;margin-top:1rem}@media (max-width: 768px){.legal-header{padding:1rem 1.5rem}.legal-header-title{font-size:1.1rem}.legal-content{padding:2rem 1.5rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem;margin-top:2rem}.legal-content h3{font-size:1.2rem}.legal-content ul,.legal-content ol{padding-left:1.5rem}.legal-footer-links{flex-direction:column;gap:1rem}}@media (max-width: 576px){.legal-header{padding:1rem}.legal-header-back{font-size:.85rem;padding:.4rem .8rem}.legal-content{padding:1.5rem 1rem}.legal-content h1{font-size:1.75rem}.legal-content h2{font-size:1.35rem}.legal-content h3{font-size:1.1rem}.legal-content p,.legal-content li{font-size:.95rem}.legal-info-box,.legal-warning-box{padding:.75rem 1rem}}@media (max-width: 400px){.legal-content h1{font-size:1.5rem}.legal-content h2{font-size:1.2rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}body{background:linear-gradient(#f8f9fad9,#f8f9fad9),url(/temperature_0.2_mosaic.jpg);background-size:800px 800px;background-position:center top;background-repeat:repeat;background-attachment:fixed;min-height:100vh;margin:0;display:flex;justify-content:center}#root{width:100%;max-width:1200px}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffbf;z-index:-1}.upload-area{border:2px dashed #007bff;border-radius:12px;padding:25px 15px;text-align:center;margin:10px 0;transition:all .3s ease;background:#fffffff2;backdrop-filter:blur(10px);height:220px;max-height:220px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.upload-area:hover{border-color:#0056b3;background:#f8f9faf2;transform:translateY(-2px);box-shadow:0 8px 25px #007bff26}.upload-area.dragover{border-color:#0056b3;background:#e7f3fff2;transform:translateY(-2px);box-shadow:0 8px 30px #007bff40}.upload-area.has-content{border-color:#28a745;border-style:solid;position:relative}.upload-area.has-content:hover{border-color:#20c997;background:#f8fff8f2;transform:translateY(-1px);box-shadow:0 6px 20px #28a74526}.upload-area.has-content.dragover{border-color:#20c997;background:#e2ffe2f2;transform:translateY(-2px);box-shadow:0 8px 30px #28a74540}.progress-container{margin:20px 0}.parameter-section{background:#f8f9faf2;border-radius:15px;padding:25px;margin:20px 0;backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}.header-tile{background:#fffffff2;border-radius:15px;padding:20px 25px 15px;margin-bottom:15px;backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2);position:relative}.header-auth-button{position:absolute;top:12px;right:15px;z-index:100}.header-auth-button .btn{transition:all .2s ease}.header-auth-button .btn i.fa-user-circle{color:#28a745;transition:color .2s ease}.header-auth-button .btn:hover i.fa-user-circle{color:#007bff}.header-auth-button .btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);border:none;color:#fff}.header-auth-button .btn-primary:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.header-content{display:flex;flex-direction:column;align-items:center;gap:12px}.title-section{text-align:center;position:relative;width:100%}.stepper-section{width:100%}.header-tile .auth-signed-in .btn,.header-tile .auth-signed-out .btn{font-size:.85rem;padding:.4rem .8rem}.hero-title{font-size:2.2rem;font-weight:700;background:var(--title-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.hero-subtitle{font-size:1.1rem;color:#6c757d;margin-bottom:0;font-weight:400}@media (max-width: 768px){.header-tile{padding:15px 20px 10px;margin-bottom:10px}.header-content{gap:8px}.stepper-section{margin-bottom:-8px}.title-section img{width:70px!important;height:70px!important}.title-section>div{text-align:left}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.header-auth-button{top:10px;right:12px}}.upload-container{background:#fffffff2;border-radius:15px;padding:20px;margin-bottom:20px;backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014}.slider-container{margin:15px 0}.slider-value{font-weight:700;color:#007bff}.parameter-help{font-size:.9em;color:#6c757d;margin-top:5px}.status-message{padding:10px;border-radius:5px;margin:10px 0;animation:fadeInUp .5s ease}.status-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.adaptive-image-container{width:100%;position:relative;background:#f8f9fa;border-radius:8px;padding:1px;box-shadow:0 2px 10px #00000014;box-sizing:border-box;overflow:hidden}.adaptive-image-container img,.adaptive-image-container canvas{width:100%;height:auto;max-width:100%;display:block;margin:0 auto;border-radius:8px;box-shadow:0 2px 10px #0000001a;box-sizing:border-box}.progress-bar{transition:width .6s ease;background:linear-gradient(45deg,#007bff,#28a745,#ffc107,#dc3545);background-size:300% 300%;animation:gradient-shift 2s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 5px #28a7454d}50%{transform:scale(1.05);box-shadow:0 0 25px #28a745cc}to{transform:scale(1);box-shadow:0 0 5px #28a7454d}}.parameter-section.processing{position:relative;overflow:hidden}.parameter-section.processing:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,123,255,.1),transparent);animation:shimmer 2s infinite;z-index:1;pointer-events:none}.form-range:disabled{opacity:.6;cursor:not-allowed}.form-check-input:disabled{opacity:.6;cursor:not-allowed}@keyframes shimmer{0%{left:-100%}to{left:100%}}.loading-overlay{animation:fadeIn .3s ease}.zoom-popover{animation:zoomIn .15s ease-out;transform-origin:center}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}img[style*="cursor: crosshair"]{transition:filter .2s ease}img[style*="cursor: crosshair"]:hover{filter:brightness(1.05)}.zoom-level-indicator{background:linear-gradient(135deg,#000c,#0009);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.image-source-tab{transition:all .3s ease;border:2px solid transparent!important}.image-source-tab.active{transform:translateY(-2px)}.image-source-tab:not(.active):hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.ai-generation-area:hover{border-color:#0056b3!important;background:#f8f9faf2!important;transform:translateY(-2px);box-shadow:0 8px 25px #007bff26}.stepper-container{padding:.5rem 0 .25rem;margin-bottom:0}.stepper-step{flex:1;position:relative}.stepper-circle{margin:0 auto;font-weight:700;box-shadow:0 3px 8px #00000026;transition:all .3s ease;border:3px solid transparent}.stepper-circle:hover{transform:translateY(-1px);box-shadow:0 5px 12px #0003}.stepper-circle.next-button{background:linear-gradient(135deg,#007bff,#0056b3)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 4px 15px #007bff66;animation:pulseNext 2s ease-in-out infinite}.stepper-circle.next-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #007bff99;animation:none}@keyframes pulseNext{0%,to{box-shadow:0 4px 15px #007bff66;transform:scale(1)}50%{box-shadow:0 4px 25px #007bffb3;transform:scale(1.05)}}.stepper-step.next-step{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.stepper-line{top:20px}.stepper-progress{border-radius:2px;background:linear-gradient(90deg,#007bff,#0056b3);transition:width .5s ease}.step-content{min-height:250px;padding:.5rem 0}.mobile-settings .card{border:1px solid #e9ecef;box-shadow:0 1px 4px #0000000d;margin-bottom:.5rem;overflow:hidden;border-radius:8px;transition:all .3s ease}.mobile-settings .card.active{border-color:#007bff;box-shadow:0 4px 12px #007bff26}.mobile-settings .card.active .card-header{background:linear-gradient(135deg,#e7f3ff,#cce7ff);border-bottom-color:#007bff}.mobile-settings .card-header{border-bottom:1px solid #e9ecef;font-size:.85rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.mobile-settings .card-body{transform-origin:bottom;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpLens{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.mobile-settings .card-header:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.mobile-settings .form-range{margin:.75rem 0;height:6px}.mobile-settings .form-range::-webkit-slider-thumb{width:20px;height:20px;background:linear-gradient(135deg,#007bff,#0056b3);box-shadow:0 2px 6px #007bff4d}.mobile-settings .badge{font-size:.85rem;padding:.5em .8em;background:linear-gradient(135deg,#007bff,#0056b3);border:none}.mobile-settings .form-check-input:checked{background-color:#007bff;border-color:#007bff;box-shadow:0 2px 6px #007bff4d}.mobile-settings .btn-outline-primary{border:2px solid #007bff;color:#007bff;transition:all .3s ease;padding:.75rem .5rem;font-size:.85rem}.mobile-settings .btn-outline-primary:hover{background:linear-gradient(135deg,#007bff,#0056b3);border-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px #007bff40}.btn-primary,.btn-success{background:linear-gradient(135deg,#007bff,#0056b3);border:none;box-shadow:0 3px 10px #007bff4d;transition:all .3s ease}.btn-primary:hover,.btn-success:hover{transform:translateY(-2px);box-shadow:0 5px 15px #007bff66}.btn-success{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 3px 10px #28a7454d}.btn-success:hover{box-shadow:0 5px 15px #28a74566}.step-content .card{background:#fffffffa;border:none;box-shadow:0 8px 25px #0000001a;border-radius:15px}.step-content .card-title{color:#2c3e50;font-weight:600}@media (max-width: 992px){.stepper-container{padding:.5rem 0;margin-bottom:.75rem}}@media (max-width: 768px){.stepper-container{padding:.75rem 0;margin-bottom:1.5rem}.stepper-circle{width:35px!important;height:35px!important;font-size:12px!important}.step-content{min-height:300px;padding:1rem 0}.mobile-settings .card-header{padding:.5rem .75rem;font-size:.8rem}}.mobile-toolbar{display:none;flex-direction:row;gap:8px;padding:16px;background:transparent;margin-top:20px}.mobile-toolbar-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:#f8f9faf2;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:16px 8px;cursor:pointer;transition:all .2s ease;font-size:11px;font-weight:500;color:#495057;flex:1;min-width:0}.mobile-toolbar-btn i{font-size:20px;margin-bottom:4px;color:#6c757d}.mobile-toolbar-btn span{font-size:11px;text-align:center;line-height:1.2}.mobile-toolbar-btn:hover{background:#e9eceff2;border-color:#00000026}.mobile-toolbar-btn.active{background:#f8f9fa;border-color:#0003;box-shadow:0 2px 8px #0000001a}.mobile-toolbar-btn.active i{color:#212529}.mobile-toolbar-btn.export{background:#28a745;color:#fff;border-color:#28a745;margin-left:auto;flex:0 0 auto;min-width:80px}.mobile-toolbar-btn.export i{color:#fff}.mobile-toolbar-btn.export:hover{background:#218838;border-color:#218838}.mobile-toolbar-btn.export:disabled{background:#28a74580;color:#ffffffb3;border-color:#28a74580;cursor:not-allowed}.mobile-toolbar-btn.export:disabled i{color:#ffffffb3}.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #00000026;z-index:1001;animation:slideUpFromBottom .3s ease-out;max-height:60vh;overflow-y:auto}.mobile-bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #f1f3f4;background:#fafafa;border-radius:16px 16px 0 0}.mobile-bottom-sheet-title{margin:0;color:#212529;font-size:18px;font-weight:600;display:flex;align-items:center}.mobile-close-btn{background:#0000000d;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6c757d}.mobile-close-btn:hover{background:#0000001a;color:#495057}.mobile-bottom-sheet-content{padding:20px}.mobile-slider-control{margin-bottom:20px}.mobile-slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mobile-slider-label{font-weight:600;color:#333;font-size:14px}.mobile-slider-value{background:#212529;color:#fff;padding:4px 10px;border-radius:16px;font-size:12px;font-weight:600}.mobile-slider{width:100%;height:6px;border-radius:3px;background:#e9ecef;outline:none;-webkit-appearance:none}.mobile-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#212529;cursor:pointer;box-shadow:0 2px 6px #00000026;border:2px solid white}.mobile-switch-control{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f3f4}.mobile-switch-control:last-child{border-bottom:none}.mobile-switch-label{font-weight:600;color:#333;font-size:14px}.mobile-switch{transform:scale(1.2)}.mobile-presets-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-preset-btn{display:flex;flex-direction:column;align-items:center;gap:8px;background:#f8f9fa;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:20px 16px;cursor:pointer;transition:all .2s ease;font-weight:500}.mobile-preset-btn i{font-size:22px;color:#6c757d}.mobile-preset-btn span{font-size:12px;color:#495057;font-weight:600}.mobile-preset-btn:hover{border-color:#00000026;background:#e9ecef;box-shadow:0 2px 8px #0000001a}.mobile-backdrop{position:fixed;inset:0;background:#0000004d;z-index:999;animation:fadeIn .3s ease}@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fullscreen-container{height:100vh;display:flex;flex-direction:column;overflow:hidden;padding:0!important;margin:0!important;max-width:none!important}.fullscreen-container .header-tile{flex-shrink:0;padding:12px 20px 8px;margin:0 0 10px}.fullscreen-container .stepper{flex-shrink:0}.horizontal-layout{flex:1;display:flex;overflow:hidden;min-height:0}.layout-viewer{flex:1;min-width:0;min-height:400px;display:flex;align-items:center;justify-content:center;padding:20px}.layout-sidebar{width:350px;flex-shrink:0;background:#f8f9fa;border-left:1px solid #dee2e6;overflow-y:auto}.settings-panel{padding:20px;height:100%;display:flex;flex-direction:column}.settings-title{color:#495057;font-weight:600;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #dee2e6}.layout-sidebar .col-md-4{width:100%!important;max-width:none!important;flex:none!important}.layout-sidebar .form-group,.layout-sidebar .mb-3,.layout-sidebar .slider-container{width:100%}.layout-sidebar .form-control,.layout-sidebar .form-range,.layout-sidebar input[type=range]{width:100%!important}.layout-sidebar .form-label,.layout-sidebar label{width:100%;display:block}.layout-sidebar .slider-value{float:right}.layout-viewer .col-md-8,.layout-center .col-md-8{width:100%;max-width:none;height:100%;display:flex;flex-direction:column}.layout-viewer .adaptive-image-container,.layout-center .adaptive-image-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.layout-viewer canvas,.layout-center canvas{width:100%!important;height:100%!important;object-fit:contain}.layout-viewer .adaptive-image-container>div,.layout-center .adaptive-image-container>div{width:100%!important;height:100%!important}.step-content-with-sticky-nav{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.step-content-scrollable{flex:1;overflow-y:auto;padding:20px;min-height:0}.sticky-bottom-nav{flex-shrink:0;padding:15px 20px;background:#fff;border-top:1px solid #dee2e6;box-shadow:0 -2px 10px #0000001a}.step-header{flex-shrink:0;padding:20px 20px 15px;background:#fff;border-bottom:1px solid #f0f0f0}.step-scrollable-content{flex:1;overflow-y:auto;min-height:0;padding:20px;display:flex;flex-direction:column;align-items:stretch;width:100%}.export-page-layout{position:relative;width:100%;height:100%;overflow:hidden}.export-background-render{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.export-right-panel{position:absolute;top:0;right:0;width:380px;height:100%;z-index:10;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:30px;gap:16px;pointer-events:none}.export-btn{width:100%;padding:18px 20px;display:flex;align-items:center;gap:12px;text-align:left;border-radius:12px;transition:all .3s ease;border:2px solid rgba(255,255,255,.2);font-size:1rem;pointer-events:auto;background:#000000b3;backdrop-filter:blur(15px)}.export-btn i{font-size:1.5rem;flex-shrink:0}.export-btn-content{flex:1;display:flex;flex-direction:column;gap:4px}.export-btn-title{font-weight:600;font-size:1rem;line-height:1.2}.export-btn-subtitle{font-size:.85rem;opacity:.85;line-height:1.2}.export-btn.btn-outline-light:hover:not(:disabled){background:#ffffff26;border-color:#fff6;transform:translate(-4px);box-shadow:0 4px 16px #fff3}.export-btn.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);border-color:transparent;box-shadow:0 4px 20px #007bff66}.export-btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#004085);transform:translate(-4px);box-shadow:0 6px 24px #007bff99}.export-btn:disabled{opacity:.5;cursor:not-allowed}.fullscreen-container .export-page-layout{height:calc(100vh - var(--header-height, 120px))}@media (max-width: 768px){.tooltip{font-size:14px}.step-content-scrollable{padding:15px}.sticky-bottom-nav{padding:12px 16px}.mobile-toolbar{display:flex}.layout-top{display:none}.export-right-panel{width:100%;top:auto;bottom:0;height:auto;padding:15px 15px 20px;gap:12px;justify-content:flex-end}.export-btn{padding:15px 16px;font-size:.95rem}.export-btn i{font-size:1.3rem}.export-btn-title{font-size:.95rem}.export-btn-subtitle{font-size:.8rem}.layout-bottom{display:none!important}.vertical-layout{height:100vh}}@media (max-width: 576px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.85rem}.header-tile .hero-title{padding-right:0}.header-auth-button{top:8px;right:10px}.header-tile .auth-signed-in .btn,.header-tile .auth-signed-out .btn{font-size:.7rem;padding:.2rem .4rem}.stepper-circle{width:28px!important;height:28px!important;font-size:10px!important}.stepper-container{padding:.5rem 0;margin-bottom:.5rem}.step-content{min-height:200px;padding:.25rem 0}.upload-area{height:180px;max-height:180px;padding:20px 10px;overflow:hidden}}@media (max-width: 400px){.hero-title{font-size:1.3rem}.hero-subtitle{font-size:.8rem}}.image-count-overlay{position:absolute;top:10px;left:10px;background:#0009;color:#fff;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:500;z-index:10;pointer-events:none;backdrop-filter:blur(4px);box-shadow:0 2px 8px #0003}
