*{box-sizing:border-box;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#1a1a1a;background-color:#fff}#root,.app{min-height:100vh}.profile-setup{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.profile-setup-container{background:#fff;border-radius:24px;padding:3rem;max-width:600px;width:100%;box-shadow:0 20px 60px #00000014}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.header p{font-size:1rem;color:#666;margin:0}.form-section{margin-bottom:2.5rem}.section-title{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.photo-upload{display:flex;justify-content:center}.photo-input-hidden{display:none}.photo-upload-label{width:200px;height:200px;border:2px dashed #ddd;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;overflow:hidden}.photo-upload-label:hover{border-color:#333;background:#f9f9f9}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#999}.photo-placeholder svg{color:#ccc}.photo-placeholder span{font-size:.875rem;font-weight:500}.photo-preview{width:100%;height:100%;object-fit:cover}.gender-buttons{display:flex;gap:1rem}.gender-btn{flex:1;padding:1rem;border:2px solid #e5e5e5;border-radius:12px;background:#fff;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.gender-btn:hover{border-color:#333;background:#f9f9f9}.gender-btn.active{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:.875rem;font-weight:500;color:#666}.input-with-unit{position:relative;display:flex;align-items:center}.input-with-unit input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid #e5e5e5;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.input-with-unit input:focus{outline:none;border-color:#1a1a1a}.input-with-unit .unit{position:absolute;right:1rem;font-size:.875rem;font-weight:500;color:#999;pointer-events:none}.submit-btn{width:100%;padding:1.25rem;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.submit-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 10px 30px #00000026}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.profile-setup{padding:1rem}.profile-setup-container{padding:2rem 1.5rem}.header h1{font-size:1.5rem}.input-grid{grid-template-columns:1fr}}.style-report-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.style-report-container{background:#fff;border-radius:24px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style-report-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #eee}.style-report-header h1{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.close-btn{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;transition:all .2s;color:#666}.close-btn:hover{background:#f5f5f5;color:#1a1a1a}.style-report-content{flex:1;overflow-y:auto;padding:2rem}.style-report-content h1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:2rem 0 1rem}.style-report-content h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:1.75rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.style-report-content h3{font-size:1.25rem;font-weight:600;color:#333;margin:1.5rem 0 .75rem}.style-report-content p{font-size:1rem;line-height:1.8;color:#444;margin:.75rem 0}.style-report-content li{font-size:1rem;line-height:1.8;color:#444;margin:.5rem 0 .5rem 1.5rem}.style-report-content strong{font-weight:600;color:#1a1a1a}.style-report-footer{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #eee}.save-btn,.share-btn{flex:1;padding:1rem;border:2px solid #1a1a1a;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.save-btn{background:#1a1a1a;color:#fff}.save-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 10px 30px #00000026}.share-btn{background:#fff;color:#1a1a1a}.share-btn:hover{background:#f9f9f9;transform:translateY(-2px);box-shadow:0 10px 30px #0000001a}.style-report-content::-webkit-scrollbar{width:8px}.style-report-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.style-report-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.style-report-content::-webkit-scrollbar-thumb:hover{background:#999}@media(max-width:640px){.style-report-overlay{padding:0}.style-report-container{border-radius:0;max-height:100vh}.style-report-header,.style-report-content,.style-report-footer{padding-left:1.5rem;padding-right:1.5rem}}
