:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}:root{--aura-bg:#fdfaf7;--aura-surface:#fff;--aura-primary:#3d352e;--aura-accent:#c99368;--aura-accent-soft:#f4ece4;--aura-text:#2d241e;--aura-text-light:#8a7e74;--aura-border:#eee3d8;--aura-shadow:0 10px 40px -12px #3d352e1a;--aura-radius-lg:24px;--aura-radius-md:16px;--aura-radius-sm:12px;--header-height:72px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--aura-bg);color:var(--aura-text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,.brand-name{font-family:Bodoni Moda,serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.aura-app{flex-direction:column;min-height:100vh;display:flex}.aura-header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--aura-border);background:#fdfaf7d9;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.brand{letter-spacing:.1em;color:var(--aura-primary);align-items:center;gap:.75rem;font-weight:800;text-decoration:none;display:flex}.brand-logo{color:var(--aura-accent);font-size:1.5rem}.brand-name{font-size:1.25rem}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--aura-text-light);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--aura-accent)}.contact-btn{border:1.5px solid var(--aura-primary);color:var(--aura-primary);cursor:pointer;background:0 0;border-radius:50px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s}.contact-btn:hover{background:var(--aura-primary);color:#fff}.aura-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.hero{text-align:center;margin-bottom:5rem}.hero-title{color:var(--aura-primary);margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.hero-desc{color:var(--aura-text-light);max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.15rem)}.steps-wrapper{flex-direction:column;gap:4rem;max-width:800px;margin:0 auto;display:flex}.analysis-card{background:var(--aura-surface);border-radius:var(--aura-radius-lg);border:1px solid var(--aura-border);box-shadow:var(--aura-shadow);padding:3rem}.analysis-card.disabled{opacity:.5;pointer-events:none;filter:grayscale(.4)}.card-title{text-align:center;color:var(--aura-primary);margin-bottom:2.5rem;font-size:1.5rem;font-weight:700}.step-tag{background:var(--aura-accent-soft);width:fit-content;color:var(--aura-accent);text-transform:uppercase;border-radius:50px;margin:0 auto 1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:block}.drop-zone{aspect-ratio:16/9;border:2px dashed var(--aura-border);border-radius:var(--aura-radius-md);background:var(--aura-bg);cursor:pointer;justify-content:center;align-items:center;width:100%;min-height:300px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.drop-zone:hover{border-color:var(--aura-accent);background:var(--aura-accent-soft)}.image-preview.adaptive{background:#1a1a1a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-preview.adaptive img{object-fit:contain;max-width:100%;max-height:100%}.overlay{opacity:0;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex;position:absolute;inset:0}.drop-zone:hover .overlay{opacity:1}.upload-prompt{text-align:center;padding:2rem}.prompt-icon{color:var(--aura-accent);margin-bottom:1.5rem}.main-text{color:var(--aura-primary);font-weight:600}.form-container{flex-direction:column;gap:2.5rem;display:flex}.input-row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.input-group label{color:var(--aura-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:block}.input-field{position:relative}.input-field input{border:1.5px solid var(--aura-border);border-radius:var(--aura-radius-sm);background:#fff;outline:none;width:100%;padding:1rem 1.25rem;font-size:1.1rem;transition:all .2s}.input-field input:focus{border-color:var(--aura-accent);box-shadow:0 0 0 4px var(--aura-accent-soft)}.unit{color:var(--aura-accent);font-size:.9rem;font-weight:800;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.action-btn{border-radius:var(--aura-radius-sm);background:var(--aura-primary);color:#fff;cursor:pointer;border:none;width:100%;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 30px -10px #3d352e4d}.action-btn:hover{background:#2d241e;transform:translateY(-2px)}.action-btn:disabled{opacity:.6;cursor:not-allowed}.view-loading{text-align:center;justify-content:center;align-items:center;min-height:50vh;display:flex}.loading-content h2{margin:2rem 0 1rem;font-size:1.75rem}.loading-content p{color:var(--aura-text-light)}.aura-spinner{width:60px;height:60px;margin:0 auto;position:relative}.spinner-ring{border:3px solid var(--aura-accent-soft);border-top-color:var(--aura-accent);border-radius:50%;width:100%;height:100%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.view-report{max-width:1000px;margin:0 auto}.report-container{border-radius:var(--aura-radius-lg);border:1px solid var(--aura-border);box-shadow:var(--aura-shadow);background:#fff;padding:4rem}.report-header{text-align:center;margin-bottom:5rem}.report-badge{background:var(--aura-accent);color:#fff;letter-spacing:.1em;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:800;display:inline-block}.report-header h1{color:var(--aura-primary);font-size:clamp(2rem,4vw,3rem)}.report-grid{flex-direction:column;gap:5rem;display:flex}.section-header{align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.section-num{color:var(--aura-accent-soft);-webkit-text-stroke:1px var(--aura-accent);font-size:1.5rem;font-weight:900}.section-title{color:var(--aura-primary);font-size:1.4rem;font-weight:800}.palette-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.palette-item{border:1px solid var(--aura-border);border-radius:var(--aura-radius-md);cursor:pointer;background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}.palette-item:hover{box-shadow:var(--aura-shadow);transform:translateY(-4px)}.color-swatch-container{position:relative}.copy-hint{opacity:0;pointer-events:none;background:#ffffffe6;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.palette-item:hover .copy-hint{opacity:1}.color-swatch{width:100%;height:100px}.palette-info{padding:1.25rem}.palette-info strong{margin-bottom:.5rem;font-size:.95rem;display:block}.palette-info p{color:var(--aura-text-light);font-size:.85rem;line-height:1.5}.looks-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.look-card{background:var(--aura-bg);border:1px solid var(--aura-border);border-radius:var(--aura-radius-md);flex-direction:column;padding:2rem;display:flex}.vibe-tag{background:var(--aura-primary);color:#fff;border-radius:4px;width:fit-content;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700}.visual-placeholder{border:1px solid var(--aura-border);background:#fff;border-radius:12px;justify-content:center;align-items:center;height:120px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.item-blobs{gap:.75rem;display:flex}.blob{background:var(--aura-accent-soft);filter:blur(8px);opacity:.6;border-radius:50%;width:30px;height:30px}.blob:nth-child(2){background:var(--aura-accent);transform:scale(1.2)}.blob:nth-child(3){background:var(--aura-primary);opacity:.3}.look-meta h4{margin-bottom:1rem;font-size:1.25rem}.item-labels{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.item-label{border:1px solid var(--aura-border);background:#fff;border-radius:6px;padding:.3rem .75rem;font-size:.8rem;font-weight:600}.analysis-box{background:var(--aura-bg);border-radius:var(--aura-radius-md);border:1px solid var(--aura-border);padding:2.5rem}.user-stats{border-bottom:1px dotted var(--aura-border);gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.stat-item .label{color:var(--aura-text-light);font-size:.7rem;font-weight:700}.stat-item .value{color:var(--aura-accent);font-size:1.1rem;font-weight:800}.report-actions{justify-content:center;gap:1rem;margin-top:5rem;display:flex}.reset-btn,.save-btn{cursor:pointer;border-radius:12px;padding:1rem 2rem;font-weight:700;transition:all .2s}.reset-btn{border:1.5px solid var(--aura-primary);color:var(--aura-primary);background:0 0}.save-btn{background:var(--aura-primary);color:#fff;border:none}.about-aura{text-align:center;margin-top:2rem}.section-divider{background:var(--aura-border);height:1px;margin-bottom:4rem}.about-content h3{color:var(--aura-primary);margin-bottom:1.5rem;font-size:2rem}.about-content p{color:var(--aura-text-light);max-width:700px;margin:0 auto 3rem;line-height:1.8}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature{border-radius:var(--aura-radius-md);border:1px solid var(--aura-border);background:#fff;padding:2rem;transition:transform .3s}.feature:hover{transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:2rem;display:block}.feature h4{color:var(--aura-primary);margin-bottom:.5rem;font-size:1.1rem}.feature p{color:var(--aura-text-light);margin-bottom:0;font-size:.85rem}@media (width<=768px){.features-grid{grid-template-columns:1fr}.about-content h3{font-size:1.75rem}.aura-main,.analysis-card,.report-container{padding:2rem 1.5rem}.input-row{grid-template-columns:1fr}.header-inner{padding:0 1.5rem}.nav{display:none}.report-header{margin-bottom:3rem}}@media print{.aura-header,.report-actions,.aura-footer{display:none}.report-container{box-shadow:none;border:none;padding:0}}
