*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased}:root{--primary: #ec13ec;--bg: #121212;--surface: #1e1e1e;--surface-hover: #2a2a2a;--text: #f1f5f9;--text-muted: #94a3b8;--border: rgba(255, 255, 255, .06)}.app-root{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-main{flex:1;overflow-x:hidden}.text-primary{color:var(--primary)}.app-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#1e1e1eb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(236,19,236,.1)}.header-left{display:flex;align-items:center;gap:8px}.header-logo-icon{color:var(--primary);font-size:26px}.header-logo-text{font-weight:700;font-size:1.15rem;letter-spacing:-.5px}.header-btn{background:var(--primary);color:#fff;border:none;padding:6px 18px;border-radius:9999px;font-size:.8rem;font-weight:700;transition:opacity .2s}.header-btn:hover{opacity:.85}.hero{position:relative;padding:48px 24px 64px;overflow:hidden}.hero-glow-1{position:absolute;top:-96px;right:-96px;width:256px;height:256px;background:#ec13ec2e;border-radius:50%;filter:blur(80px)}.hero-glow-2{position:absolute;top:50%;left:-128px;width:256px;height:256px;background:#7c3aed1a;border-radius:50%;filter:blur(80px)}.hero-content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ec13ec1a;border:1px solid rgba(236,19,236,.2);padding:5px 14px;border-radius:9999px;color:var(--primary);font-size:.75rem;font-weight:600}.hero-badge-icon{font-size:16px!important}.hero-title{font-size:2.4rem;font-weight:800;line-height:1.1;letter-spacing:-1px;color:#fff}.hero-desc{color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:400px}.hero-cta{width:100%;max-width:400px;padding:16px;border:none;border-radius:14px;background:var(--primary);color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 0 24px #ec13ec4d;transition:opacity .2s,transform .2s}.hero-cta:hover{opacity:.9;transform:translateY(-1px)}.upload-zone{padding:0 24px 32px}.upload-box{background:var(--surface);border:2px dashed rgba(236,19,236,.3);border-radius:20px;padding:32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;cursor:pointer;transition:border-color .2s,background .2s}.upload-box:hover{border-color:#ec13ec99;background:var(--surface-hover)}.upload-box.has-photo{border-style:solid;border-color:var(--primary);padding:0;overflow:hidden}.upload-icon-wrap{width:64px;height:64px;background:#ec13ec1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.upload-camera{font-size:32px!important;color:var(--primary)}.upload-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:4px}.upload-subtitle{font-size:.85rem;color:var(--text-muted)}.upload-tips{display:flex;flex-direction:column;gap:8px;margin-top:4px}.upload-tip{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--text-muted)}.tip-icon{font-size:18px!important;color:#22c55e}.upload-select-btn{margin-top:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:var(--text);padding:10px 24px;border-radius:10px;font-size:.85rem;font-weight:600;transition:background .2s}.upload-select-btn:hover{background:#ffffff26}.photo-preview{position:relative;width:100%}.photo-preview img{width:100%;max-height:320px;object-fit:cover;display:block}.photo-remove{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.photo-remove:hover{background:#ec13eccc}.photo-remove .material-symbols-outlined{font-size:20px}.services-section{padding:48px 24px;background:#0003}.section-heading{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:10px;margin-bottom:28px}.heading-bar{width:32px;height:4px;background:var(--primary);border-radius:2px;flex-shrink:0}.services-grid{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;align-items:flex-start;gap:16px;text-align:left;transition:border-color .2s,background .2s;width:100%}.service-card:hover{background:var(--surface-hover)}.service-card.active{border-color:var(--primary);background:#ec13ec0d;box-shadow:0 0 16px #ec13ec1a}.service-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-text{flex:1;min-width:0}.service-title{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:4px}.service-desc{font-size:.82rem;color:var(--text-muted);line-height:1.5}.analyze-btn{width:100%;padding:16px;border:none;border-radius:14px;background:var(--primary);color:#fff;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 0 20px #ec13ec4d;transition:opacity .2s,transform .2s}.analyze-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.analyze-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.how-section{padding:48px 24px}.how-heading{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:40px}.steps{position:relative;display:flex;flex-direction:column;gap:40px}.steps-line{position:absolute;left:27px;top:0;bottom:0;width:2px;background:#ec13ec26}.step{position:relative;display:flex;align-items:flex-start;gap:20px}.step-num{width:56px;height:56px;border-radius:50%;background:var(--primary);color:#fff;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 16px #ec13ec4d;position:relative;z-index:1}.step-content{padding-top:8px}.step-content h4{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:4px}.step-content p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.loading-state{text-align:center;padding:48px 24px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(236,19,236,.2);border-top-color:var(--primary);border-radius:50%;margin:0 auto 16px;animation:spin .8s linear infinite}.loading-state p{color:var(--text-muted);font-size:.95rem}.loading-sub{font-size:.8rem!important;margin-top:4px;opacity:.6}@keyframes spin{to{transform:rotate(360deg)}}.error-state{margin:0 24px 24px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:14px;padding:16px;color:#fca5a5;display:flex;align-items:center;gap:10px}.error-state .material-symbols-outlined{color:#ef4444;font-size:22px;flex-shrink:0}.error-state p{font-size:.88rem}.results-section{margin:0 24px 20px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px 24px}.results-heading{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}.results-sub{font-size:.85rem;color:var(--text-muted);margin:-12px 0 20px}.result-photo{max-width:260px;margin:0 auto 24px;border-radius:16px;overflow:hidden;border:2px solid rgba(236,19,236,.2)}.result-photo img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.score-section{display:flex;flex-direction:column;gap:14px}.overall-score{text-align:center;padding:24px;border:2px solid var(--primary);border-radius:18px;margin-bottom:8px;background:#ec13ec0d}.overall-number{display:block;font-size:3.2rem;font-weight:800;line-height:1;color:var(--primary)}.overall-label{display:block;font-size:.85rem;color:var(--text-muted);margin-top:6px;font-weight:600}.score-row{display:flex;align-items:center;gap:10px}.score-label{font-size:.82rem;font-weight:600;color:var(--text-muted);width:100px;flex-shrink:0}.score-bar-bg{flex:1;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.score-bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.score-value{font-size:.85rem;font-weight:700;width:32px;text-align:right;flex-shrink:0}.generated-image{width:100%;max-width:512px;border-radius:16px;border:2px solid rgba(236,19,236,.15);display:block;margin:0 auto}.report-section{margin-bottom:40px!important}.report-content{font-size:.92rem;line-height:1.8;color:#cbd5e1}.report-content h1,.report-content h2,.report-content h3{color:#fff;margin:24px 0 8px;font-weight:700}.report-content h2{font-size:1.1rem}.report-content h3{font-size:1rem}.report-content strong{color:var(--primary)}.report-content ul{padding-left:20px;margin:8px 0}.report-content li{margin-bottom:6px}.report-content li::marker{color:var(--primary)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;justify-content:space-around;align-items:center;padding:8px 16px calc(env(safe-area-inset-bottom,8px) + 8px);background:#1e1e1ecc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.05)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--text-muted);font-size:10px;font-weight:500;transition:color .2s;padding:4px 12px}.nav-item.active{color:var(--primary)}.nav-item .material-symbols-outlined{font-size:22px}.bottom-spacer{height:80px}@media(min-width:600px){.hero-title{font-size:3rem}.services-grid{gap:16px}.results-section{padding:32px}}@media(max-width:380px){.hero-title{font-size:2rem}.service-card{padding:16px}.score-label{width:80px;font-size:.75rem}}
