:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;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}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;background:#f5f7fa;min-height:400px}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem 2rem;box-shadow:0 2px 8px #0000001a}.header-content{max-width:1280px;margin:0 auto}.logo-section{display:flex;align-items:center;gap:1rem}.logo-section .logo{height:96px;width:96px}.logo-section .headline{margin:0;font-size:1.8rem;font-weight:600;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}@media(max-width:768px){.logo-section .headline{font-size:1.4rem}.logo-section .logo{height:40px;width:40px}}.tabs-container{background:#f8f9fa;border-bottom:2px solid #e0e0e0;padding:0 2rem}.tabs{max-width:1280px;margin:0 auto;display:flex;gap:.5rem;overflow-x:auto}.tab{padding:1rem 1.5rem;border:none;background:transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#666;border-bottom:3px solid transparent;transition:all .3s ease;white-space:nowrap}.tab:hover{background:#667eea1a;color:#667eea}.tab.active{color:#667eea;border-bottom-color:#667eea;background:#fff}@media(max-width:768px){.tabs-container{padding:0 1rem}.tab{padding:.8rem 1rem;font-size:.9rem}}.app-footer{background:#2c3e50;color:#fff;padding:2rem;margin-top:auto}.footer-content{max-width:1280px;margin:0 auto;text-align:center}.footer-content p{margin:0 0 1rem;font-size:.9rem}.footer-links{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-links a{color:#3498db;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#5dade2;text-decoration:underline}.footer-links .separator{color:#7f8c8d}@media(max-width:768px){.app-footer{padding:1.5rem 1rem}.footer-links{font-size:.8rem}}.view-container{max-width:1280px;margin:0 auto;padding:2rem}.view-container h2{font-size:2rem;margin-bottom:1rem;color:#2c3e50}.view-description{font-size:1.1rem;color:#7f8c8d;margin-bottom:2rem}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.card h3{margin-top:0;margin-bottom:1rem;color:#667eea;font-size:1.3rem}.card p{color:#666;line-height:1.6}.stats-card{text-align:center}.stats-number{font-size:2.5rem;font-weight:700;color:#667eea;margin:1rem 0}.settings-section{display:flex;flex-direction:column;gap:1.5rem}.setting-item{margin-bottom:1rem}.setting-item label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.setting-item input[type=text],.setting-item input[type=email]{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.setting-item input[type=checkbox]{margin-right:.5rem}.form-section{max-width:500px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50;font-size:1rem}.time-input,.gender-select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.time-input:focus,.gender-select:focus{outline:none;border-color:#667eea}.age-slider{width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#667eea,#764ba2);outline:none;cursor:pointer;-webkit-appearance:none}.age-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #667eea;cursor:pointer;box-shadow:0 2px 6px #0003}.age-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #667eea;cursor:pointer;box-shadow:0 2px 6px #0003}.evaluate-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem}.evaluate-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.evaluate-btn:active{transform:translateY(0)}.results-section{max-width:600px;margin:2rem auto;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.result-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:.75rem;border-bottom:1px solid #f0f0f0}.result-item:last-child{border-bottom:none;margin-bottom:0}.result-label{font-size:1rem;color:#555;font-weight:500}.result-value{font-size:1.2rem;font-weight:700;color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:.5rem 1rem;border-radius:6px;background-color:#f8f9ff;-webkit-text-fill-color:#667eea}@media(max-width:768px){.view-container{padding:1rem}.view-container h2{font-size:1.5rem}.content-grid{grid-template-columns:1fr}.form-section,.results-section{padding:1.5rem}.result-item{flex-direction:column;align-items:flex-start;gap:.5rem}}
