*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app{max-width:1200px;margin:0 auto;padding:20px}header{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:40px 20px}header>div:first-child{text-align:left}header h1{font-size:3rem;margin-bottom:10px}header p{font-size:1.2rem;opacity:.9}.user-info{background:#fff3;padding:12px 20px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-info span{font-weight:600}nav{display:flex;gap:10px;justify-content:center;margin:30px 0;flex-wrap:wrap}nav button{padding:12px 24px;border:none;background:#fff;color:#667eea;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s}nav button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}nav button.active{background:#667eea;color:#fff}main{background:#fff;border-radius:16px;padding:40px;min-height:500px;box-shadow:0 8px 32px #0000001a}.loading{text-align:center;padding:40px;font-size:1.2rem;color:#667eea}.dashboard h2{margin-bottom:30px;color:#333}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:30px;border-radius:12px;text-align:center}.card h3{margin-bottom:20px;color:#555}.score{font-size:3rem;font-weight:700;margin:20px 0}.score.low{color:#10b981}.score.moderate{color:#f59e0b}.score.high{color:#ef4444}.score.critical{color:#dc2626}.label{font-size:1.1rem;font-weight:600;color:#666}.coaching-type{font-size:1.5rem;font-weight:700;color:#667eea;margin:20px 0;text-transform:capitalize}.message{color:#666;line-height:1.6}.detail-view h2{margin-bottom:30px;color:#333}.detail-card{background:#f9fafb;padding:30px;border-radius:12px}.metric{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e5e7eb}.metric span{color:#666;font-weight:500}.metric strong{color:#333;font-size:1.1rem}.metric strong.low{color:#10b981}.metric strong.moderate{color:#f59e0b}.metric strong.high{color:#ef4444}.metric strong.critical{color:#dc2626}.recommendations,.resources,.techniques{margin-top:30px}.recommendations h3,.resources h3,.techniques h3{margin-bottom:15px;color:#667eea}.recommendations ul,.resources ul,.techniques ul{list-style:none}.recommendations li,.resources li,.techniques li{padding:12px;background:#fff;margin-bottom:10px;border-radius:8px;border-left:4px solid #667eea}.message-box{background:#fff;padding:20px;border-radius:8px;margin:20px 0;border-left:4px solid #667eea}.message-box p{color:#666;line-height:1.8}.warning-banner{background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;padding:15px 20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-weight:500;color:#92400e}.warning-banner button{background:#f59e0b;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:600;white-space:nowrap}.warning-banner button:hover{background:#d97706}.crisis-banner{background:linear-gradient(135deg,#ef4444,#dc2626);border:3px solid #991b1b;border-radius:12px;padding:25px;margin-bottom:20px;color:#fff;box-shadow:0 4px 20px #ef44444d}.crisis-content h3{margin:0 0 15px;font-size:1.5rem}.crisis-content p{margin:0 0 20px;line-height:1.6;font-size:1.05rem}.crisis-resources{display:flex;gap:10px;flex-wrap:wrap}.crisis-btn{background:#fff;color:#dc2626;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1rem;display:inline-block;transition:all .3s}.crisis-btn:hover{background:#fee2e2;transform:translateY(-2px)}.dismiss-btn{background:#fff3;color:#fff;border:2px solid white;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem}.dismiss-btn:hover{background:#ffffff4d}footer{text-align:center;color:#fff;padding:30px;margin-top:40px;opacity:.8}@media(max-width:768px){header{flex-direction:column;gap:20px}header>div:first-child{text-align:center}header h1{font-size:2rem}main{padding:20px}.cards{grid-template-columns:1fr}nav{overflow-x:auto}}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.register-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.register-box h1{text-align:center;color:#667eea;margin-bottom:10px}.register-box h2{text-align:center;color:#333;margin-bottom:30px;font-size:24px}.register-box form{display:flex;flex-direction:column;gap:15px}.register-box input{padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s}.register-box input:focus{outline:none;border-color:#667eea}.register-box button{padding:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s}.register-box button:hover:not(:disabled){transform:translateY(-2px)}.register-box button:disabled{opacity:.6;cursor:not-allowed}.consent-checkbox{margin:10px 0}.consent-checkbox label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#666;line-height:1.5}.consent-checkbox input[type=checkbox]{margin-top:3px;width:auto;flex-shrink:0}.consent-checkbox a{color:#667eea;text-decoration:underline;cursor:pointer}.consent-checkbox a:hover{color:#5568d3}.error{color:#e74c3c;font-size:14px;text-align:center}.switch-auth{text-align:center;margin-top:20px;color:#666}.switch-auth a{color:#667eea;cursor:pointer;text-decoration:underline}.privacy-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.privacy-container{background:#fff;border-radius:16px;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.privacy-header{display:flex;justify-content:space-between;align-items:center;padding:30px;border-bottom:2px solid #e0e0e0}.privacy-header h1{margin:0;color:#667eea;font-size:1.8rem}.close-btn{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-btn:hover{background:#f5f5f5;color:#333}.privacy-content{padding:30px;overflow-y:auto;flex:1}.last-updated{color:#999;font-size:.9rem;margin-bottom:30px}.privacy-content section{margin-bottom:30px}.privacy-content h2{color:#333;font-size:1.4rem;margin-bottom:15px;border-bottom:2px solid #667eea;padding-bottom:10px}.privacy-content h3{color:#555;font-size:1.1rem;margin:15px 0 10px}.privacy-content p{color:#666;line-height:1.8;margin-bottom:15px}.privacy-content ul{margin:10px 0 15px 20px;color:#666;line-height:1.8}.privacy-content li{margin-bottom:8px}.privacy-content strong{color:#333;font-weight:600}.privacy-footer{padding:20px 30px;border-top:2px solid #e0e0e0;display:flex;justify-content:flex-end}.accept-btn{background:#667eea;color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.accept-btn:hover{background:#5568d3}@media(max-width:768px){.privacy-container{max-height:95vh}.privacy-header{padding:20px}.privacy-header h1{font-size:1.4rem}.privacy-content{padding:20px}}.data-logger{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:800px;margin:0 auto}.data-logger h2{margin-bottom:25px;color:#333}.data-logger h3{margin:0 0 15px;color:#667eea;font-size:18px}.data-logger form{display:flex;flex-direction:column;gap:25px}.form-section{padding:20px;background:#f8f9fa;border-radius:10px;border-left:4px solid #667eea}.helper-text{font-size:14px;color:#666;margin:-10px 0 15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field{display:flex;flex-direction:column}.form-field.full-width{grid-column:1 / -1}.form-field label{font-weight:600;margin-bottom:8px;color:#555}.form-field input[type=range]{width:100%}.form-field input[type=number],.form-field textarea{padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px}.form-field .value{text-align:center;font-weight:600;color:#667eea;margin-top:5px}.weather-status{padding:10px;background:#fff;border-radius:8px;text-align:center;font-weight:600;margin-top:8px}.success{background:#d4edda;color:#155724;padding:12px;border-radius:8px;text-align:center}.data-logger button{padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.data-logger button:hover:not(:disabled){background:#5568d3}.data-logger button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.form-row{grid-template-columns:1fr}}} .history-chart{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:20px}.loading,.no-data{text-align:center;padding:40px;color:#666}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.stat{text-align:center;padding:15px;background:#f8f9fa;border-radius:8px}.stat span{display:block;color:#666;font-size:14px;margin-bottom:5px}.stat strong{font-size:24px;color:#667eea}@media(max-width:768px){.stats{grid-template-columns:1fr}}.settings{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:800px;margin:0 auto}.settings h2{margin-bottom:30px;color:#333}.settings-section{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.settings-section:last-of-type{border-bottom:none}.settings-section h3{margin-bottom:20px;color:#555;font-size:18px}.section-description{color:#666;font-size:14px;margin:-10px 0 20px;line-height:1.5}.form-field{margin-bottom:20px}.form-field label{display:block;font-weight:600;margin-bottom:8px;color:#555}.form-field input,.form-field select{width:100%;padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px}.form-field input:disabled{background:#f5f5f5;cursor:not-allowed}.form-field small{display:block;color:#999;font-size:13px;margin-top:5px}.consent-box{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:15px;margin-top:15px}.consent-label{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#856404;line-height:1.6}.consent-label input[type=checkbox]{margin-top:3px;width:auto;flex-shrink:0}.consent-label a{color:#667eea;text-decoration:underline;cursor:pointer}.consent-label a:hover{color:#5568d3}.form-field.checkbox label{display:flex;align-items:center;gap:10px}.form-field.checkbox input{width:auto}.success{background:#d4edda;color:#155724;padding:12px;border-radius:8px;text-align:center;margin-bottom:20px}.button-group{display:flex;gap:15px}.button-group button{flex:1;padding:14px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.button-group button:first-child{background:#667eea;color:#fff}.button-group button:first-child:hover:not(:disabled){background:#5568d3}.button-group button.logout{background:#e74c3c;color:#fff}.button-group button.logout:hover{background:#c0392b}.button-group button.delete{background:#dc3545;color:#fff}.button-group button.delete:hover{background:#c82333}.button-group button:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:30px;border-radius:12px;max-width:500px;width:90%;box-shadow:0 4px 20px #0000004d}.modal h3{margin-bottom:15px;color:#dc3545}.modal p{margin-bottom:20px;color:#666;line-height:1.6}.modal input{width:100%;padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;margin-bottom:20px}.modal-buttons{display:flex;gap:10px}.modal-buttons button{flex:1;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer}.modal-buttons button.delete{background:#dc3545;color:#fff}.modal-buttons button.delete:hover{background:#c82333}.modal-buttons button:not(.delete){background:#6c757d;color:#fff}.modal-buttons button:not(.delete):hover{background:#5a6268}.trend-dashboard{padding:20px}.trend-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.trend-header h2{margin:0;color:#333}.export-btn{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px}.export-btn:hover{background:#5568d3}.insights-panel{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px;border-radius:12px;margin-bottom:30px}.insights-panel h3{margin:0 0 15px;font-size:1.3rem}.insights-panel ul{list-style:none;padding:0;margin:0}.insights-panel li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:1.05rem}.insights-panel li:last-child{border-bottom:none}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.chart-container{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.chart-container h3{margin:0 0 20px;color:#667eea;font-size:1.1rem}.chart{height:300px}@media(max-width:768px){.trend-header{flex-direction:column;gap:15px;align-items:flex-start}.charts-grid{grid-template-columns:1fr}}
