/* EV360 - EstiloDeVida360 */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Segoe UI',sans-serif; background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460); min-height:100vh; color:#e0e0e0; line-height:1.6; }
.container { max-width:800px; margin:0 auto; padding:20px; }
.header { text-align:center; padding:30px 0 20px; border-bottom:2px solid rgba(255,255,255,0.1); margin-bottom:30px; }
.logo { font-size:2.5rem; font-weight:700; background:linear-gradient(135deg,#00d4aa,#00b4d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.subtitulo { font-size:0.9rem; color:#888; font-style:italic; }
.card { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1); border-radius:16px; padding:25px; margin-bottom:20px; }
.card h2 { color:#00d4aa; font-size:1.3rem; margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,0.1); }
.form-group { margin-bottom:18px; }
.form-group label { display:block; margin-bottom:6px; color:#ccc; font-size:0.9rem; font-weight:500; }
.form-group input,.form-group select,.form-group textarea { width:100%; padding:12px 16px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.2); border-radius:10px; color:#fff; font-size:1rem; }
.form-group input:focus,.form-group select:focus { outline:none; border-color:#00d4aa; box-shadow:0 0 0 3px rgba(0,212,170,0.15); }
.form-group select option { background:#1a1a2e; color:#fff; }
.form-group textarea { resize:vertical; min-height:80px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.checkbox-group { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.checkbox-item { display:flex; align-items:center; gap:8px; padding:8px 12px; background:rgba(255,255,255,0.05); border-radius:8px; cursor:pointer; }
.checkbox-item:hover { background:rgba(0,212,170,0.1); }
.checkbox-item input { width:18px; height:18px; accent-color:#00d4aa; }
.radio-group { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.radio-item { display:flex; align-items:center; gap:8px; padding:8px 12px; background:rgba(255,255,255,0.05); border-radius:8px; }
.btn { display:inline-block; padding:14px 32px; border:none; border-radius:12px; font-size:1rem; font-weight:600; cursor:pointer; text-align:center; }
.btn-primary { background:linear-gradient(135deg,#00d4aa,#00b4d8); color:#fff; width:100%; margin-top:10px; }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,212,170,0.3); }
.btn-secondary { background:rgba(255,255,255,0.1); color:#00d4aa; border:1px solid #00d4aa; padding:8px 16px; text-decoration:none; border-radius:8px; }
.alert { padding:15px 20px; border-radius:10px; margin-bottom:20px; font-size:0.9rem; }
.alert-success { background:rgba(0,212,170,0.15); border:1px solid rgba(0,212,170,0.3); color:#00d4aa; }
.alert-error { background:rgba(255,107,107,0.15); border:1px solid rgba(255,107,107,0.3); color:#ff6b6b; }
.alert-warning { background:rgba(255,193,7,0.15); border:1px solid rgba(255,193,7,0.3); color:#ffc107; }
.alert-info { background:rgba(0,180,216,0.15); border:1px solid rgba(0,180,216,0.3); color:#00b4d8; }
.nav-links { display:flex; justify-content:center; gap:15px; margin-bottom:20px; flex-wrap:wrap; }
.nav-links a { padding:8px 16px; border-radius:8px; color:#00d4aa; text-decoration:none; background:rgba(0,212,170,0.1); border:1px solid rgba(0,212,170,0.3); font-size:0.85rem; }
.nav-links a:hover,.nav-links a.ativo { background:rgba(0,212,170,0.2); border-color:#00d4aa; }
.footer { text-align:center; padding:30px 0; margin-top:30px; border-top:1px solid rgba(255,255,255,0.1); color:#666; font-size:0.8rem; }
.indicadores-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:12px; }
.indicador-card { background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.1); border-radius:12px; padding:15px; text-align:center; }
.indicador-card .valor { font-size:1.8rem; font-weight:700; color:#00d4aa; }
.indicador-card .label { font-size:0.8rem; color:#888; margin-top:5px; }
.obrigatorio { color:#ff6b6b; }
@media(max-width:600px) { .form-row,.checkbox-group,.radio-group { grid-template-columns:1fr; } }
/* ═══ CLASSES PARA WHOQOL ═══ */
.brand { font-size: 0.8rem; letter-spacing: 3px; color: #00d4aa; font-weight: 600; margin-bottom: 5px; }
.header-iv360 { text-align: center; }
.header-iv360 h1 { font-size: 1.8rem; color: #fff; margin: 10px 0 5px; }
.header-iv360 .subtitle { font-size: 0.9rem; color: #888; }
.section { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 25px; margin-bottom: 20px; }
.section-title { font-size: 1.1rem; font-weight: 700; color: #00d4aa; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 12px; }
.field { margin-bottom: 10px; }
.field label { display: block; margin-bottom: 6px; color: #ccc; font-size: 0.85rem; font-weight: 500; }
.field input { width: 100%; padding: 10px 14px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; color: #fff; font-size: 0.95rem; }
.field input:focus { outline: none; border-color: #00d4aa; }
.btn-container { text-align: center; margin: 20px 0 30px; }
.btn-iv360 { background: linear-gradient(135deg, #00d4aa, #00b4d8); color: #fff; padding: 14px 40px; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; }
.btn-iv360:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,212,170,0.3); }
.questao { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 18px; margin-bottom: 14px; transition: border-color 0.2s; }
.questao:hover { border-color: rgba(0,212,170,0.3); }
.questao p { font-size: 0.95rem; color: #e0e0e0; margin-bottom: 12px; }
.questao .numero { color: #00d4aa; font-weight: 700; margin-right: 4px; }
.opcoes { display: flex; gap: 0; justify-content: center; }
.opcoes label { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 600; color: #aaa; cursor: pointer; padding: 12px 0; border: 1px solid rgba(255,255,255,0.12); transition: all 0.2s; }
.opcoes label:first-child { border-radius: 8px 0 0 8px; }
.opcoes label:last-child { border-radius: 0 8px 8px 0; }
.opcoes label:hover { background: rgba(0,212,170,0.15); color: #00d4aa; border-color: rgba(0,212,170,0.4); }
.opcoes input[type="radio"] { display: none; }
.opcoes label:has(input:checked) { background: linear-gradient(135deg, #00d4aa, #00b4d8); color: #fff; border-color: #00d4aa; transform: scale(1.05); z-index: 1; }
.dominio-titulo { font-size: 1rem; font-weight: 700; color: #00d4aa; margin: 24px 0 12px 0; padding: 10px 0; border-bottom: 2px solid rgba(0,212,170,0.3); letter-spacing: 0.5px; text-transform: uppercase; }
@media(max-width:600px) { .grid-2 { grid-template-columns: 1fr; } }
select option { color: #000; background: #fff; }