:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#101922;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}#root{width:100%}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;max-width:480px;margin:0 auto;width:100%}.app-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;padding:.75rem 1rem;background:#101922d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.header-left{display:flex;align-items:center;gap:.5rem;cursor:pointer}.header-icon{background:#137fec;padding:.3rem;border-radius:.5rem;display:flex;align-items:center}.header-icon .material-symbols-outlined{font-size:1.2rem;color:#fff}.header-title{font-size:1.1rem;font-weight:700}.text-primary{color:#137fec}.btn-primary{display:flex;align-items:center;justify-content:center;width:100%;padding:0 1.5rem;background:#137fec;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#1070d4}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-outline{display:flex;align-items:center;justify-content:center;width:100%;padding:0 1.5rem;background:transparent;color:#9dabb9;border:1px solid rgba(255,255,255,.15);border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#ffffff0d;color:#fff}.btn-large{height:3.25rem;font-size:1.05rem}.landing{padding:1.5rem 1rem 2rem;text-align:center}.landing-hero{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:1rem;overflow:hidden}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,#101922 0%,transparent 50%);z-index:1}.hero-image{width:100%;height:100%;object-fit:cover}.landing-heading{font-size:1.75rem;font-weight:900;line-height:1.2;letter-spacing:-.02em}.landing-desc{color:#9dabb9;font-size:.9rem;line-height:1.6;max-width:360px}.landing-features{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem}.feature-chip{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#9dabb9}.feature-chip .material-symbols-outlined{font-size:1rem;color:#137fec}.disclaimer-text{margin-top:2.5rem;font-size:.65rem;color:#9dabb966;line-height:1.5;padding:0 1rem}.app-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#9dabb9;text-decoration:none;font-size:.8rem}.footer-links a:hover{color:#fff}.footer-copy{color:#9dabb959;font-size:.65rem}.form-page{padding:1rem}.back-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#9dabb9;font-size:.85rem;cursor:pointer;padding:0;margin-bottom:1.5rem}.back-btn:hover{color:#fff}.back-btn .material-symbols-outlined{font-size:1.2rem}.form-heading{font-size:1.5rem;font-weight:800}.form-desc{color:#9dabb9;font-size:.85rem;margin-top:.25rem;margin-bottom:1.75rem}.form{display:flex;flex-direction:column;gap:1.25rem}.photo-section{display:flex;justify-content:center}.photo-upload{width:140px;height:140px;border-radius:50%;border:2px dashed rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .3s,transform .2s}.photo-upload:hover{border-color:#137fec;transform:scale(1.03)}.photo-preview{width:100%;height:100%;object-fit:cover}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#9dabb9}.photo-icon-mat{font-size:2rem;color:#137fec}.photo-text{font-size:.75rem}.input-group{display:flex;flex-direction:column;gap:.35rem}.input-group label{font-size:.8rem;font-weight:600;color:#9dabb9}.input-group input{padding:.7rem .9rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem;outline:none;transition:border-color .3s}.input-group input:focus{border-color:#137fec}.input-group input::placeholder{color:#555}.loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;color:#9dabb9;text-align:center}.loading-spinner{width:44px;height:44px;border:3px solid rgba(255,255,255,.08);border-top-color:#137fec;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{margin-top:1.25rem;padding:.75rem 1rem;border-radius:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#f87171;font-size:.85rem;text-align:center}.result-page{padding:1.5rem 1rem 3rem}.report-section{margin-top:1.5rem;padding:1.25rem;border-radius:.75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.report-section:first-of-type{margin-top:0}.report-title{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:#137fec}.report-content{font-size:.88rem;line-height:1.7;color:#ddd}.report-content h2{font-size:1.05rem;font-weight:600;color:#5ab0ff;margin-top:1.25rem;margin-bottom:.4rem;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.report-content h3{font-size:.95rem;font-weight:600;color:#7cc4ff;margin-top:.75rem;margin-bottom:.25rem}.report-content ul{padding-left:1.1rem;margin:.4rem 0}.report-content li{margin-bottom:.2rem}.report-content strong{color:#fff}.section-desc{font-size:.75rem;color:#9dabb9;margin-bottom:.5rem}.result-image{width:100%;border-radius:.5rem}.result-capture{padding:.5rem}.capture-watermark{margin-top:1.5rem;text-align:center;font-size:.7rem;color:#9dabb94d}.capture-watermark span{font-weight:700;color:#137fec80}.result-actions{display:flex;gap:.75rem;margin-top:1.5rem}.btn-action{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;height:2.75rem;background:#137fec1f;color:#5ab0ff;border:1px solid rgba(19,127,236,.25);border-radius:.75rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-action:hover{background:#137fec33;color:#fff}.btn-action:active{transform:scale(.97)}.btn-action .material-symbols-outlined{font-size:1.2rem}.email-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1rem;border-radius:.75rem;font-size:.85rem;font-weight:500;text-align:center}.email-notice .material-symbols-outlined{font-size:1.2rem}.email-success{background:#4ade8014;border:1px solid rgba(74,222,128,.2);color:#4ade80}.refund-notice{background:#fbbf2414;border:1px solid rgba(251,191,36,.2);color:#fbbf24}.ai-disclaimer{margin-top:2rem;font-size:.65rem;color:#9dabb966;text-align:center;line-height:1.5}.legal-page{padding:1rem 1rem 3rem}.legal-heading{font-size:1.5rem;font-weight:800;margin-bottom:.25rem}.legal-updated{font-size:.75rem;color:#9dabb9;margin-bottom:1.5rem}.legal-content h3{font-size:.95rem;font-weight:700;color:#5ab0ff;margin-top:1.5rem;margin-bottom:.5rem}.legal-content p{font-size:.85rem;line-height:1.7;color:#ccc;margin-bottom:.5rem}.legal-content ul{padding-left:1.2rem;margin:.5rem 0}.legal-content li{font-size:.85rem;line-height:1.7;color:#ccc;margin-bottom:.3rem}.legal-content strong{color:#fff}.legal-content a{color:#5ab0ff;text-decoration:underline}
