@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";: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}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #135bec;--background-dark: #0a0a0c;--background-light: #f6f6f8}body{font-family:Space Grotesk,sans-serif;background-color:var(--background-dark);color:#fff;min-height:100vh}.app{min-height:100vh}.app.dark{background-color:var(--background-dark)}.glass-nav{position:sticky;top:0;z-index:50;background:#0a0a0ccc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:1rem;max-width:1200px;margin:0 auto}.nav-menu{cursor:pointer}.material-icon{color:var(--primary);font-size:1.5rem}.nav-title{font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.nav-login{font-size:.875rem;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:color .3s}.nav-login:hover{color:var(--primary)}.hero-section{min-height:85vh;background-image:linear-gradient(#0a102233,#0a1022f2),url(https://images.unsplash.com/photo-1509631179647-0177331693ae?w=1200&h=800&fit=crop);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem 1.5rem 4rem}.hero-content{max-width:28rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;background:#135bec33;border:1px solid rgba(19,91,236,.3);color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.badge-dot{position:relative;width:.5rem;height:.5rem}.badge-dot:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:var(--primary);animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.badge-dot:after{content:"";position:relative;display:inline-flex;width:.5rem;height:.5rem;border-radius:50%;background:var(--primary)}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.hero-title{font-size:3rem;font-weight:700;line-height:1.1;letter-spacing:-.04em;margin-bottom:.75rem}.hero-highlight{color:var(--primary);font-style:italic}.hero-description{color:#ffffffb3;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.hero-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.btn-primary{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:.75rem;height:3.5rem;background:var(--primary);color:#fff;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;border:none;transition:all .2s}.btn-primary:hover{filter:brightness(1.1)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:.75rem;height:3.5rem;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;background:#ffffff0d;transition:all .2s}.btn-secondary:hover{background:#ffffff1a}.section-label{color:var(--primary);font-size:.75rem;font-weight:900;letter-spacing:.2em;text-align:center;text-transform:uppercase;padding:1rem;margin-top:3rem}.features-section{padding:2rem 1.5rem}.features-header{margin-bottom:2rem}.features-title{font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.75rem}.features-description{color:#fff9;font-size:1rem;line-height:1.6}.features-grid{display:flex;flex-direction:column;gap:1rem}.feature-card{display:flex;gap:1rem;padding:1.5rem;border-radius:1rem;border:1px solid rgba(255,255,255,.05);background:#ffffff0d}.feature-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#135bec1a;font-size:1.5rem;flex-shrink:0}.feature-content h3{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.feature-content p{color:#ffffff80;font-size:.875rem;line-height:1.5}.trends-section{padding:3rem 0 2rem}.trends-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;margin-bottom:1rem}.trends-header h3{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.view-all{color:var(--primary);font-size:.875rem;font-weight:700;cursor:pointer}.trends-scroll{display:flex;overflow-x:auto;gap:1rem;padding:0 1.5rem 3rem;scrollbar-width:none;-ms-overflow-style:none}.trends-scroll::-webkit-scrollbar{display:none}.trend-card{min-width:15rem;display:flex;flex-direction:column;gap:.75rem}.trend-image{position:relative;aspect-ratio:3/4;width:100%;border-radius:1rem;overflow:hidden}.trend-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.trend-card:hover .trend-image img{transform:scale(1.05)}.trend-favorite{position:absolute;top:.75rem;right:.75rem;z-index:10;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem;border-radius:50%;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1rem;cursor:pointer}.trend-title{font-weight:700}.trend-subtitle{color:#ffffff80;font-size:.75rem}.footer{background:#0006;border-top:1px solid rgba(255,255,255,.05);padding:2.5rem 2.5rem 5rem;text-align:center}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-icons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;font-size:1.25rem;opacity:.4}.footer-copyright{color:#ffffff4d;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.footer-legal{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.footer-disclaimer{color:#fff6;font-size:.7rem;line-height:1.6;max-width:500px;margin:0 auto 1rem}.footer-links{display:flex;justify-content:center;gap:2rem}.footer-links span{color:#ffffff80;font-size:.75rem;cursor:pointer;transition:color .3s}.footer-links span:hover{color:var(--primary)}.legal-page{padding:2rem 1.5rem;max-width:700px;margin:0 auto}.legal-page h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.legal-updated{color:#ffffff80;font-size:.875rem;margin-bottom:2rem}.legal-page section{margin-bottom:2rem}.legal-page section h2{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.legal-page section p{color:#fffc;line-height:1.7;margin-bottom:.75rem}.legal-page section ul{margin-left:1.5rem;color:#fffc}.legal-page section li{line-height:1.7;margin-bottom:.5rem}.legal-page .btn-primary{margin-top:2rem}.analysis-page{padding:2rem 1.5rem;max-width:500px;margin:0 auto}.analysis-header{text-align:center;margin-bottom:2rem}.analysis-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.analysis-header p{color:#fff9;font-size:.9rem}.analysis-form{display:flex;flex-direction:column;gap:1.25rem}.photo-upload-section{display:flex;justify-content:center}.photo-upload-box{width:200px;height:200px;border-radius:1rem;border:2px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:all .3s}.photo-upload-box:hover{border-color:var(--primary);background:#135bec1a}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff80}.upload-icon{font-size:2.5rem}.upload-hint{font-size:.7rem;text-align:center;padding:0 1rem}.uploaded-photo{width:100%;height:100%;object-fit:cover}.hidden-input{display:none}.input-row{display:flex;gap:1rem}.input-row .input-group{flex:1}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:.875rem;color:#fff9}.input-group input,.input-group select{padding:1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem;font-family:inherit;transition:border-color .3s}.input-group input:focus,.input-group select:focus{outline:none;border-color:var(--primary)}.input-group input::placeholder{color:#ffffff4d}.input-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.input-group select option{background:#1a1a1a;color:#fff}.error-message{color:#ff6b6b;font-size:.9rem;text-align:center}.submit-btn{margin-top:1rem}.loading-text{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.report-page{padding:2rem 1.5rem;max-width:700px;margin:0 auto}.report-header{text-align:center;margin-bottom:2rem}.report-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.report-header p{color:#fff9}.report-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:2rem;margin-bottom:2rem;text-align:left}.report-main-heading{font-size:1.5rem;color:var(--primary);margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.report-main-heading:first-child{margin-top:0}.report-heading{font-size:1.25rem;color:#a78bfa;margin-top:1.5rem;margin-bottom:.75rem}.report-section-title{font-size:1.1rem;color:#f0abfc;margin-top:1.25rem;margin-bottom:.5rem}.report-text{color:#fffc;line-height:1.7;margin:.5rem 0}.report-bold{font-weight:600;color:#fff;margin:.5rem 0}.report-list-item{color:#fffc;line-height:1.7;margin:.3rem 0 .3rem 1.5rem}@media(min-width:768px){.hero-title{font-size:3.5rem}.hero-buttons{flex-direction:row}.btn-primary,.btn-secondary{width:auto;padding:0 2rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr)}}
