*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;color:#1f2937}.App{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem}.header p{font-size:1.2rem;opacity:.95}.landing{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.hero{text-align:center;padding:3rem 1rem}.hero h2{font-size:3rem;margin-bottom:1rem;color:#1f2937}.hero>p{font-size:1.5rem;color:#6b7280;margin-bottom:3rem}.stats{display:flex;justify-content:center;gap:4rem;margin:3rem 0;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#667eea;display:block}.stat-label{font-size:1rem;color:#6b7280;margin-top:.5rem}.cta-button{background:#10b981;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;text-decoration:none;display:inline-block}.cta-button:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 25px #10b9814d}.features{margin-top:5rem}.features h3{text-align:center;font-size:2rem;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.feature h4{font-size:1.3rem;margin-bottom:1rem;color:#667eea}.feature p{color:#6b7280;line-height:1.6}.calculator{flex:1;max-width:800px;margin:2rem auto;padding:2rem;width:100%}.calculator h2{font-size:2.5rem;text-align:center;margin-bottom:.5rem}.subtitle{text-align:center;color:#6b7280;margin-bottom:3rem}.form-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d}.form-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151}.form-group input[type=number]{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input[type=number]:focus{outline:none;border-color:#667eea}.hint{margin-top:.5rem;font-size:.9rem;color:#6b7280}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer}.calculate-button{width:100%;background:#667eea;color:#fff;border:none;padding:1.25rem;font-size:1.2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;margin-top:2rem}.calculate-button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.result{flex:1;max-width:1000px;margin:2rem auto;padding:2rem;width:100%}.result-header{padding:3rem;border-radius:12px;text-align:center;color:#fff;margin-bottom:2rem}.result-header h2{font-size:3rem;margin-bottom:1rem}.result-header p{font-size:1.3rem;opacity:.95}.result-details{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.result-details h3{font-size:1.8rem;margin-bottom:2rem;text-align:center}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:2rem}.metric{text-align:center;padding:1rem;background:#f9fafb;border-radius:8px}.metric-value{font-size:2.5rem;font-weight:700;color:#1f2937}.metric-label{font-size:.9rem;color:#6b7280;margin-top:.5rem}.metric-status{font-size:.85rem;margin-top:.5rem;font-weight:600}.scores{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.score-item{font-size:1.1rem}.actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.secondary-button{background:#fff;color:#667eea;border:2px solid #667eea;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.secondary-button:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.footer{background:#1f2937;color:#fff;padding:2rem;text-align:center;margin-top:auto}.footer p{margin:.5rem 0}.footer a{color:#10b981;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 768px){.header h1,.hero h2{font-size:2rem}.hero>p{font-size:1.2rem}.stats{gap:2rem}.stat-number,.result-header h2{font-size:2rem}.result-header p{font-size:1.1rem}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}
