.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;text-transform:none;letter-spacing:0;position:relative;overflow:hidden}.btn-sm{padding:8px 16px;font-size:12px}.btn-md{padding:12px 24px;font-size:14px}.btn-lg{padding:16px 32px;font-size:16px}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn-primary:hover:not(.btn-disabled){transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf666}.btn-primary:active:not(.btn-disabled){transform:translateY(0)}.btn-secondary{background:#8b5cf61a;color:#c4b5fd;border:1px solid rgba(139,92,246,.3)}.btn-secondary:hover:not(.btn-disabled){background:#8b5cf633;border-color:#8b5cf6;transform:translateY(-2px)}.btn-danger{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(.btn-disabled){background:#ef444433;border-color:#ef4444;transform:translateY(-2px)}.btn-success{background:#22c55e1a;color:#86efac;border:1px solid rgba(34,197,94,.3)}.btn-success:hover:not(.btn-disabled){background:#22c55e33;border-color:#22c55e;transform:translateY(-2px)}.btn-disabled{opacity:.6;cursor:not-allowed}.btn-icon{display:flex;align-items:center;justify-content:center;font-size:1.2em}.spinner-micro{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.card{background:#1a1a2e99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(139,92,246,.2);border-radius:16px;padding:24px;transition:all .3s ease}.card-hover:hover{transform:translateY(-4px);border-color:#8b5cf666;box-shadow:0 12px 32px #8b5cf633}.card-interactive{cursor:pointer}.input-group{display:flex;flex-direction:column;gap:8px}.input-label{font-size:14px;font-weight:600;color:#e4e4e7;display:flex;gap:4px}.required{color:#ef4444}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#8b5cf6;pointer-events:none}.input-field{width:100%;padding:14px 16px;background:#0f0f1e99;border:1px solid rgba(139,92,246,.3);border-radius:12px;color:#fff;font-size:14px;font-family:inherit;transition:all .3s ease}.input-field.with-icon{padding-left:48px}.input-field:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;background:#0f0f1ecc}.input-field::placeholder{color:#71717a}.input-field.input-error{border-color:#ef4444}.input-error-text{font-size:12px;color:#fca5a5}.toast{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid;animation:slideInUp .3s ease;z-index:2000;min-width:300px;box-shadow:0 12px 32px #0000004d}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutDown{to{opacity:0;transform:translateY(20px)}}.toast.toast-success{background:#22c55e1a;border-color:#22c55e4d;color:#86efac}.toast.toast-error{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}.toast.toast-info{background:#3b82f61a;border-color:#3b82f64d;color:#93c5fd}.toast.toast-warning{background:#f59e0b1a;border-color:#f59e0b4d;color:#fcd34d}.toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-weight:700;font-size:16px}.toast-message{flex:1;font-size:14px;font-weight:500}.toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:20px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.toast-close:hover{transform:scale(1.2)}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1500;animation:fadeIn .3s ease}.modal{background:#1a1a2ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(139,92,246,.2);border-radius:20px;box-shadow:0 20px 60px #00000080;overflow:hidden;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}.modal-sm{width:90%;max-width:400px}.modal-md{width:90%;max-width:600px}.modal-lg{width:90%;max-width:800px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(139,92,246,.2)}.modal-title{font-size:20px;font-weight:700;color:#e4e4e7}.modal-close{background:none;border:none;color:#a1a1aa;cursor:pointer;font-size:28px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:8px}.modal-close:hover{background:#ef44441a;color:#fca5a5}.modal-body{padding:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:12px;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.badge-sm{padding:4px 8px;font-size:10px}.badge-md{padding:6px 12px;font-size:11px}.badge-lg{padding:8px 16px;font-size:12px}.badge-primary{background:#8b5cf633;color:#c4b5fd}.badge-success{background:#22c55e33;color:#86efac}.badge-error{background:#ef444433;color:#fca5a5}.badge-warning{background:#f59e0b33;color:#fcd34d}@media(max-width:640px){.btn-sm{padding:6px 12px;font-size:11px}.btn-md{padding:10px 16px;font-size:13px}.toast{bottom:16px;right:16px;left:16px;min-width:unset}.modal{border-radius:16px}.modal-header,.modal-body{padding:16px}}:root{--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-primary-light: #818cf8;--color-secondary: #ec4899;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-bg: #0f172a;--color-bg-light: #1e293b;--color-bg-card: #1e293b;--color-bg-hover: #334155;--color-text: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-xl: 24px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .2);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .25);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}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:linear-gradient(135deg,#0f172a,#1e293b);color:var(--color-text);min-height:100vh}.loading-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.spinner{width:60px;height:60px;border:4px solid rgba(99,102,241,.1);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#1e293bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(148,163,184,.1);padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:.5rem;margin:0}.logo-icon{font-size:2rem;filter:drop-shadow(0 0 10px rgba(99,102,241,.5))}.user-menu{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;color:#fff;cursor:pointer}.user-email{color:var(--color-text-secondary);font-size:.875rem}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef44441a;color:var(--color-error);border:1px solid rgba(239,68,68,.3);border-radius:var(--border-radius-md);cursor:pointer;transition:var(--transition);font-size:.875rem;font-weight:500}.logout-btn:hover{background:#ef444433;transform:translateY(-2px)}.main-content{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.image-form-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem 0}.form-card{background:var(--color-bg-card);border-radius:var(--border-radius-xl);padding:3rem;box-shadow:var(--shadow-xl);border:1px solid rgba(148,163,184,.1);max-width:800px;width:100%;transition:var(--transition)}.selection-card{max-width:1200px}.form-title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.title-icon{font-size:2.5rem;filter:drop-shadow(0 0 10px rgba(99,102,241,.5))}.form-subtitle{color:var(--color-text-muted);font-size:1rem;margin-bottom:2rem;line-height:1.6}.upload-section{margin:2rem 0}.file-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;border:3px dashed rgba(99,102,241,.3);border-radius:var(--border-radius-lg);background:#6366f10d;cursor:pointer;transition:var(--transition);color:var(--color-text-secondary);gap:1rem}.upload-label:hover{border-color:var(--color-primary);background:#6366f11a;transform:translateY(-4px)}.upload-label svg{color:var(--color-primary);filter:drop-shadow(0 0 10px rgba(99,102,241,.3))}.upload-label span:first-of-type{font-size:1.125rem;font-weight:600;color:var(--color-text)}.upload-hint{font-size:.875rem;color:var(--color-text-muted)}.preview-section{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.uploaded-preview{width:100%;max-height:400px;object-fit:contain;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);border:2px solid rgba(99,102,241,.2)}.btn-full-width{width:100%}.styles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.style-card-selector{position:relative;border-radius:var(--border-radius-lg);overflow:hidden;cursor:pointer;transition:var(--transition);border:2px solid rgba(99,102,241,.2);background:var(--color-bg-light);aspect-ratio:3/4}.style-card-selector:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-xl);border-color:var(--color-primary)}.style-image{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.style-card-selector:hover .style-image{transform:scale(1.1)}.style-label{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(15,23,42,.95),transparent);color:var(--color-text);font-weight:600;font-size:1.125rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.style-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#6366f1e6,#ec4899e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition)}.style-overlay span{color:#fff;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.style-card-selector:hover .style-overlay{opacity:1}.fullscreen-analysis{position:fixed;inset:0;background:var(--color-bg);z-index:1000;overflow:auto}.btn-close{position:fixed;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#ef444433;border:2px solid var(--color-error);color:var(--color-error);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-close:hover{background:var(--color-error);color:#fff;transform:rotate(90deg) scale(1.1)}.fullscreen-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;min-height:100vh}.fullscreen-image-section{position:sticky;top:2rem;height:fit-content;display:flex;flex-direction:column;gap:1rem}.fullscreen-image{width:100%;height:auto;max-height:calc(100vh - 150px);object-fit:contain;border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);border:3px solid rgba(99,102,241,.3)}.style-badge{align-self:center;font-size:1.25rem!important;padding:.75rem 2rem!important;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%)!important;box-shadow:var(--shadow-lg)}.analysis-panel{background:var(--color-bg-card);border-radius:var(--border-radius-xl);padding:2.5rem;border:1px solid rgba(148,163,184,.1)}.analysis-title{font-size:1.875rem;font-weight:700;color:var(--color-text);margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.analysis-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}.summary-card{background:linear-gradient(135deg,#6366f11a,#ec48991a);padding:1.5rem;border-radius:var(--border-radius-lg);display:flex;flex-direction:column;gap:.5rem;border:1px solid rgba(99,102,241,.2);transition:var(--transition)}.summary-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.summary-label{font-size:.875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;font-weight:600}.summary-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.items-list{display:flex;flex-direction:column;gap:1.25rem}.item-card{background:#1e293b80;border-radius:var(--border-radius-lg);padding:1.5rem;border:1px solid rgba(148,163,184,.1);transition:var(--transition)}.item-card:hover{transform:translate(8px);border-color:var(--color-primary);box-shadow:var(--shadow-md)}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.item-name{font-size:1.25rem;font-weight:600;color:var(--color-text)}.item-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(148,163,184,.1)}.item-type{color:var(--color-text-secondary);font-size:.875rem}.item-price{font-size:1.5rem;font-weight:700;color:var(--color-primary)}.item-confidence{display:flex;flex-direction:column;gap:.5rem}.confidence-bar-bg{height:8px;background:#6366f11a;border-radius:999px;overflow:hidden}.confidence-bar-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));border-radius:999px;transition:width 1s cubic-bezier(.4,0,.2,1)}.confidence-text{font-size:.75rem;color:var(--color-text-muted);text-align:right}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--border-radius-md);color:var(--color-error);margin-top:1.5rem}.error-icon{font-size:1.5rem}.loading-overlay{position:fixed;inset:0;background:#0f172af2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-overlay p{font-size:1.25rem;color:var(--color-text-secondary);font-weight:500}.app-footer{background:#1e293b80;padding:1.5rem 2rem;text-align:center;color:var(--color-text-muted);font-size:.875rem;border-top:1px solid rgba(148,163,184,.1);margin-top:auto}@media(max-width:1024px){.fullscreen-content{grid-template-columns:1fr}.fullscreen-image-section{position:relative;top:0}.styles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.main-content{padding:1rem}.form-card{padding:2rem 1.5rem}.header-content{padding:0 1rem}.user-email{display:none}.logo{font-size:1.25rem}.styles-grid,.analysis-summary{grid-template-columns:1fr}.fullscreen-content{padding:1rem}.analysis-panel{padding:1.5rem}}.toast-container{position:fixed;top:5rem;right:2rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem}@media(max-width:640px){.toast-container{left:1rem;right:1rem}}.ai-analysis-section{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea15,#764ba215);border-left:4px solid #667eea;border-radius:.75rem}.ai-analysis-section .section-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#f3f4f6;margin-bottom:1rem}.ai-analysis-section .title-icon{font-size:1.25rem}.ai-analysis-text{font-size:.95rem;line-height:1.7;color:#e5e7eb;margin-bottom:1rem;max-height:200px;overflow-y:auto}.ai-styling-tips{margin-top:1rem}.ai-styling-tips .tips-subtitle{font-size:1rem;font-weight:600;color:#f3f4f6;margin-bottom:.75rem}.ai-styling-tips .tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ai-styling-tips .tip-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.9rem;line-height:1.5;color:#d1d5db}.ai-styling-tips .tip-number{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:#667eea;color:#fff;border-radius:50%;font-size:.75rem;font-weight:600}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative;overflow:hidden;padding:2rem}.auth-background{position:absolute;inset:0;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:float 20s ease-in-out infinite}.gradient-orb.orb-1{top:10%;left:10%;width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);animation-delay:0s}.gradient-orb.orb-2{top:50%;right:10%;width:300px;height:300px;background:linear-gradient(135deg,#f093fb,#f5576c);animation-delay:7s}.gradient-orb.orb-3{bottom:10%;left:50%;width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.auth-content{position:relative;z-index:1;width:100%;max-width:500px;margin:0 auto}.auth-card{background:#1e293bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(148,163,184,.2);border-radius:1.5rem;padding:3rem;box-shadow:0 20px 50px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.brand-icon{font-size:2rem}.brand h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.tagline{color:#94a3b8;font-size:.95rem;margin:0}.auth-tabs{display:flex;gap:.5rem;background:#0f172a80;border-radius:.75rem;padding:.5rem;margin-bottom:2rem}.auth-tabs .tab{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:#94a3b8;font-size:1rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.auth-tabs .tab:hover{color:#e2e8f0;background:#64748b1a}.auth-tabs .tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-submit-btn{width:100%;margin-top:.5rem}.auth-footer{margin-top:2rem;text-align:center;color:#94a3b8;font-size:.9rem}.link-btn{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:none;padding:0;transition:color .2s ease}.link-btn:hover{color:#764ba2;text-decoration:underline}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.feature{text-align:center;padding:1.5rem;background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.1);border-radius:1rem;transition:transform .3s ease,border-color .3s ease}.feature:hover{transform:translateY(-5px);border-color:#667eea80}.feature-icon{font-size:2.5rem;margin-bottom:.75rem}.feature h3{font-size:1.1rem;color:#e2e8f0;margin:0 0 .5rem;font-weight:600}.feature p{font-size:.85rem;color:#94a3b8;margin:0;line-height:1.5}@media(max-width:768px){.auth-wrapper{padding:1rem}.auth-card{padding:2rem}.features{grid-template-columns:1fr;gap:1rem}.brand h1{font-size:1.5rem}}.main-header{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e5e5e5;z-index:1000;height:80px}.main-header .header-content{max-width:1600px;margin:0 auto;padding:0 5%;height:100%;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:15px}.header-logo{height:50px;width:auto}.header-brand{font-size:24px;font-weight:700;color:#000;letter-spacing:-.01em}.nav-menu{display:flex;align-items:center;gap:40px}.nav-link{background:none;border:none;font-size:16px;font-weight:500;color:#000;cursor:pointer;transition:color .3s ease;padding:8px 0}.nav-link:hover{color:#666}.nav-link-cta{background:#000;color:#fff;border:none;padding:12px 30px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-link-cta:hover{background:#333}.user-menu{display:flex;align-items:center;gap:15px}.user-avatar{width:36px;height:36px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-email-header{font-size:14px;color:#666}.logout-btn-header{background:transparent;color:#000;border:1px solid #e5e5e5;padding:8px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.logout-btn-header:hover{background:#000;color:#fff;border-color:#000}.app-main{margin-top:80px;min-height:calc(100vh - 80px)}.auth-wrapper{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:60px 5%;background:#f8f8f8}.studio-content{padding:60px 5% 80px;max-width:1600px;margin:0 auto}.main-footer{background:#000;color:#fff;padding:80px 5% 40px;margin-top:0}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:60px;padding-bottom:60px;border-bottom:1px solid #333333}.footer-section h4{font-size:20px;font-weight:600;color:#fff;margin:0 0 20px}.footer-section p{font-size:16px;color:#999;line-height:1.6;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{font-size:16px;color:#999;margin-bottom:12px;cursor:pointer;transition:color .3s ease}.footer-section ul li:hover{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:30px;text-align:center}.footer-bottom p{font-size:16px;color:#666;margin:0}@media(max-width:1024px){.nav-menu{gap:25px}.user-email-header{display:none}}@media(max-width:768px){.main-header{height:70px}.header-brand{font-size:20px}.header-logo{height:42px}.nav-menu{gap:15px}.nav-link{font-size:14px}.nav-link-cta{padding:10px 20px;font-size:14px}.app-main{margin-top:70px}.footer-content{grid-template-columns:1fr;gap:40px}.main-footer{padding:60px 5% 30px}}.app-container{margin:0;padding:0}.auth-divider{display:flex;align-items:center;text-align:center;margin:24px 0;color:#666;font-size:14px}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e5e5e5}.auth-divider span{padding:0 16px;font-weight:500}.google-signin-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;background:#fff;border:2px solid #e5e5e5;border-radius:8px;font-size:16px;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease}.google-signin-btn:hover:not(:disabled){background:#f8f8f8;border-color:#000;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.google-signin-btn:disabled{opacity:.6;cursor:not-allowed}.google-signin-btn svg{flex-shrink:0}.forgot-password-link{display:block;width:100%;text-align:center;margin-top:16px;padding:8px;background:none;border:none;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:color .3s ease}.forgot-password-link:hover:not(:disabled){color:#000;text-decoration:underline}.forgot-password-link:disabled{opacity:.6;cursor:not-allowed}.error-message,.success-message{padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:14px;margin-bottom:16px}.error-message{background:#fee;border:1px solid #fcc;color:#c33}.success-message{background:#efe;border:1px solid #cfc;color:#3c3}.user-profile-container{max-width:800px;margin:0 auto;padding:20px}.profile-card{padding:30px}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e5e5e5}.profile-header h2{font-size:28px;font-weight:700;color:#000;margin:0}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.verification-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:16px;margin-bottom:24px}.verification-warning strong{display:block;color:#856404;margin-bottom:8px}.verification-warning p{color:#856404;margin:0 0 12px;font-size:14px}.profile-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-actions{display:flex;gap:12px;margin-top:10px}.profile-info{display:flex;flex-direction:column;gap:30px}.profile-avatar{display:flex;justify-content:center;margin-bottom:10px}.profile-avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e5e5e5}.avatar-placeholder{width:120px;height:120px;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;border:4px solid #e5e5e5}.profile-details{display:flex;flex-direction:column;gap:16px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:none}.detail-row label{font-weight:600;color:#666;font-size:14px}.detail-row span{color:#000;font-size:14px}.detail-row span.verified{color:#28a745;font-weight:600}.detail-row span.not-verified{color:#dc3545;font-weight:600}.provider-info{padding-top:20px;border-top:2px solid #e5e5e5}.provider-info h3{font-size:18px;font-weight:600;color:#000;margin:0 0 16px}.provider-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f8f8;border-radius:8px;margin-bottom:8px}.provider-icon{font-size:24px}.provider-name{font-size:14px;font-weight:500;color:#333}@media(max-width:768px){.profile-card{padding:20px}.profile-header{flex-direction:column;align-items:flex-start;gap:12px}.detail-row{flex-direction:column;align-items:flex-start;gap:4px}.form-actions{flex-direction:column}}.landing-page{width:100%;overflow-x:hidden}.hero-section{min-height:90vh;display:flex;align-items:center;padding:40px 5%;background:#fff;border-bottom:1px solid #e5e5e5}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center;width:100%}.hero-text{max-width:500px}.hero-title{font-size:52px;font-weight:700;line-height:1.1;color:#000;margin:0 0 20px;letter-spacing:-.02em}.hero-subtitle{font-size:16px;line-height:1.5;color:#666;margin:0 0 30px;font-weight:400}.hero-cta{display:flex;gap:16px;align-items:center}.cta-primary{background:#000;color:#fff;padding:12px 32px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cta-primary:hover{background:#333;transform:translateY(-2px)}.cta-secondary{background:transparent;color:#000;padding:12px 32px;font-size:14px;font-weight:600;border:2px solid #000000;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cta-secondary:hover{background:#000;color:#fff}.hero-image{width:100%;height:600px;overflow:hidden;border-radius:0;box-shadow:0 20px 60px #0000001a;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.hero-image img,.hero-video{width:100%;height:100%;object-fit:contain}.hero-video{display:block}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:48px;font-weight:700;color:#000;margin:0 0 20px;letter-spacing:-.01em}.section-description{font-size:18px;color:#666;margin:0;font-weight:400}.features-section{padding:120px 5%;background:#f8f8f8}.features-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{background:#fff;padding:50px 40px;transition:all .3s ease;border:1px solid #e5e5e5}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014;border-color:#000}.feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;color:#000}.feature-title{font-size:24px;font-weight:600;color:#000;margin:0 0 16px}.feature-description{font-size:16px;line-height:1.6;color:#666;margin:0}.styles-section{padding:120px 5%;background:#fff}.styles-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.style-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.style-image{width:100%;height:100%;position:relative}.style-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.style-overlay{position:absolute;bottom:0;left:0;right:0;background:#000c;padding:30px;transform:translateY(100%);transition:transform .3s ease}.style-card:hover .style-overlay{transform:translateY(0)}.style-card:hover .style-image img{transform:scale(1.05)}.style-overlay h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 10px}.style-overlay p{font-size:14px;color:#ccc;margin:0}.technology-section{padding:120px 5%;background:#000;color:#fff}.tech-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.tech-text .section-title{color:#fff;text-align:left;margin-bottom:60px}.tech-features{display:flex;flex-direction:column;gap:40px}.tech-item{display:flex;gap:30px;align-items:flex-start}.tech-number{font-size:32px;font-weight:700;color:#666;min-width:60px}.tech-details h4{font-size:20px;font-weight:600;color:#fff;margin:0 0 10px}.tech-details p{font-size:16px;line-height:1.6;color:#999;margin:0}.tech-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:40px}.stat-card{text-align:center;padding:40px 20px;background:#1a1a1a;border:1px solid #333333}.stat-number{font-size:56px;font-weight:700;color:#fff;margin-bottom:10px}.stat-label{font-size:14px;color:#999;text-transform:uppercase;letter-spacing:.1em}.cta-section{padding:120px 5%;background:#f8f8f8;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:48px;font-weight:700;color:#000;margin:0 0 20px;letter-spacing:-.01em}.cta-description{font-size:18px;color:#666;margin:0 0 40px}.cta-button{background:#000;color:#fff;padding:20px 60px;font-size:18px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 30px #0003}@media(max-width:1024px){.hero-content,.tech-content{grid-template-columns:1fr;gap:60px}.hero-title{font-size:48px}.section-title{font-size:36px}.hero-image{height:400px}.tech-text .section-title{text-align:center}.tech-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero-section{padding:60px 5%;min-height:auto}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.hero-cta{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;text-align:center}.features-grid,.styles-grid{grid-template-columns:1fr}.features-section,.styles-section,.technology-section,.cta-section{padding:80px 5%}.section-title,.cta-title{font-size:32px}.tech-stats{grid-template-columns:1fr}}
