*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;width:100vw;background:linear-gradient(135deg,#f8fafc,#fff);position:relative}.container{width:100%;min-height:100vh;padding:0;margin:0;display:flex;flex-direction:column}.header{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:0 24px;position:sticky;top:0;z-index:100;width:100%}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:24px}.three-column-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;min-height:calc(100vh - 200px)}.api-setup{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px)}.api-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 8px 30px #0000001f;border:1px solid #f1f5f9;text-align:center;max-width:500px;width:100%}.api-card h2{font-size:1.8rem;font-weight:700;margin-bottom:12px;color:#1e293b}.api-card p{color:#64748b;font-size:1.1rem;margin-bottom:32px}.api-input-group{display:flex;gap:12px;margin-bottom:16px}.api-input{flex:1;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:border-color .3s ease}.api-input:focus{outline:none;border-color:#3b82f6}.api-submit-btn{padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.api-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.api-submit-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.api-help{color:#64748b;font-size:.9rem}.api-help a{color:#3b82f6;text-decoration:none}.api-help a:hover{text-decoration:underline}.column{display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;border:1px solid #f1f5f9}.column-header{text-align:center;margin-bottom:24px}.column-header h2{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:#1e293b}.column-header p{color:#64748b;font-size:.95rem}.upload-area{flex:1;display:flex;flex-direction:column}.upload-label{flex:1;display:flex;align-items:center;justify-content:center;cursor:pointer;border:3px dashed #e2e8f0;border-radius:16px;min-height:300px;transition:all .3s ease;background:#f8fafc}.upload-placeholder{text-align:center;padding:40px 20px}.upload-icon{font-size:3rem;margin-bottom:16px}.upload-placeholder span{display:block;font-size:1.1rem;font-weight:600;color:#475569;margin-bottom:8px}.upload-placeholder small{color:#64748b;font-size:.9rem}.image-preview{position:relative;width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center}.preview-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;border-radius:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-weight:600}.image-preview:hover .image-overlay{opacity:1}.options-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.option-group{margin-bottom:16px}.option-group label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:.9rem}.option-select{width:100%;padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;transition:border-color .3s ease}.option-select:focus{outline:none;border-color:#3b82f6}.try-on-button{width:100%;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:16px}.try-on-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.try-on-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.result-area{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.waiting-state,.loading-state,.error-state{text-align:center;padding:40px 20px}.waiting-icon,.error-icon{font-size:3rem;margin-bottom:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-left:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.waiting-state h3,.loading-state h3,.error-state h3{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:8px}.waiting-state p,.loading-state p,.error-state p{color:#64748b;font-size:.95rem}.result-success{width:100%}.result-image{margin-bottom:16px;text-align:center}.result-img{max-width:100%;max-height:400px;object-fit:contain;border-radius:12px;box-shadow:0 4px 20px #0000001a}.result-metadata{background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.result-metadata h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:12px}.result-metadata p{font-size:.9rem;color:#475569;margin-bottom:6px}.result-metadata p:last-child{margin-bottom:0}.reset-btn,.api-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:10px 20px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#475569}.reset-btn:hover,.api-btn:hover{background:#e2e8f0;transform:translateY(-2px)}@media (max-width: 1200px){.three-column-layout{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.result-column{grid-column:1 / -1}}@media (max-width: 768px){.main-content{padding:16px}.three-column-layout{grid-template-columns:1fr;gap:16px}.column{padding:20px}.upload-label{min-height:250px}.column-header h2{font-size:1.3rem}}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;width:100%}.header-actions{display:flex;gap:15px;align-items:center}.back-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:10px 20px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#475569}.back-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.logo h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.logo p{color:#64748b;font-size:1.1rem;font-weight:400}.settings-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.settings-btn:hover{background:#e2e8f0;transform:translateY(-2px)}.api-config{background:#fff;border-radius:20px;padding:30px;margin-bottom:30px;box-shadow:0 2px 20px #0000000d;border:1px solid #f1f5f9;border-left:4px solid #3b82f6}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.config-header h3{color:#1e293b;font-size:1.5rem;font-weight:600}.config-header button{background:#fee2e2;border:none;border-radius:8px;padding:8px 12px;cursor:pointer;color:#dc2626;font-weight:600;transition:all .2s ease}.config-header button:hover{background:#fecaca}.input-group{margin-bottom:25px}.input-group label{display:block;margin-bottom:8px;font-weight:600;color:#374151}.api-input{width:100%;padding:15px 20px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb}.api-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.config-info{background:#f8fafc;border-radius:12px;padding:20px;border-left:4px solid #10b981}.config-info p{margin-bottom:15px;color:#374151}.config-info ol{margin-left:20px;margin-bottom:15px}.config-info li{margin-bottom:8px;color:#4b5563}.config-info a{color:#3b82f6;text-decoration:none;font-weight:600}.config-info a:hover{text-decoration:underline}.status-warning{background:#fef3cd;border:1px solid #fbbf24;border-radius:12px;padding:16px 20px;margin-bottom:30px;color:#92400e;font-weight:500}.main-content{display:flex;flex-direction:column;gap:30px}.upload-section{display:grid;grid-template-columns:1fr 1fr;gap:30px}.upload-card{background:#fff;border-radius:20px;padding:25px;box-shadow:0 2px 20px #0000000d;border:1px solid #f1f5f9;transition:all .3s ease}.upload-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.upload-header{margin-bottom:20px}.upload-header h3{font-size:1.3rem;font-weight:600;color:#1e293b}.upload-area{position:relative}.file-input{display:none}.upload-label{display:block;cursor:pointer;border:3px dashed #cbd5e1;border-radius:16px;padding:40px;text-align:center;transition:all .3s ease;background:#f8fafc;min-height:200px;display:flex;align-items:center;justify-content:center}.upload-label:hover{border-color:#3b82f6;background:#eff6ff}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px}.upload-icon{font-size:3rem;opacity:.6}.upload-placeholder span{color:#64748b;font-weight:500;font-size:1.1rem}.preview-image{max-width:100%;max-height:200px;border-radius:12px;object-fit:cover}.options-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 2px 20px #0000000d;border:1px solid #f1f5f9}.options-section h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:25px}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.option-group{display:flex;flex-direction:column;gap:8px}.option-group label{font-weight:600;color:#374151;font-size:.95rem}.option-group select{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;background:#f9fafb;font-size:1rem;cursor:pointer;transition:all .3s ease}.option-group select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.action-section{display:flex;gap:20px;justify-content:center;align-items:center}.try-on-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;padding:18px 40px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #667eea4d}.try-on-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 30px #667eea66}.try-on-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.loading-content{display:flex;align-items:center;gap:12px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reset-button{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0;border-radius:16px;padding:18px 30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-button:hover{background:#e2e8f0;transform:translateY(-2px)}.result-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 2px 20px #0000000d;border:1px solid #f1f5f9}.result-section h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:25px}.error-card{background:#fef2f2;border:1px solid #fecaca;border-radius:16px;padding:25px;display:flex;align-items:flex-start;gap:15px}.error-icon{font-size:2rem;flex-shrink:0}.error-content h4{color:#dc2626;font-size:1.2rem;font-weight:600;margin-bottom:8px}.error-content p{color:#991b1b}.success-card{display:flex;flex-direction:column;gap:25px}.result-image{text-align:center}.result-img{max-width:100%;max-height:600px;border-radius:16px;box-shadow:0 8px 32px #0000001a;object-fit:contain}.result-metadata{background:#f8fafc;border-radius:12px;padding:20px}.metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:15px}.meta-item{background:#fff;padding:12px 16px;border-radius:8px;border:1px solid #e2e8f0;font-size:.95rem}.notes{background:#fff;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;border-left:4px solid #3b82f6}.footer{text-align:center;padding:20px 24px;color:#64748b;font-size:.95rem;background:#fffc;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.footer strong{color:#1e293b}:root{font-family:Inter,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;-webkit-text-size-adjust:100%}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;color:#fff;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;color:#213547}}
