/* Fitlyx — app mobile-first (aluno e personal) */
:root { --acc: #a3e635; --acc-ink: #172554; --bg: #f1f5f9; --card: #fff; --ink: #0f172a; --muted: #64748b; --line: #e2e8f0; --dark: #0f172a; --dark2: #1e293b; --blue: #2563eb; --ok: #16a34a; --erro: #dc2626; --warn: #d97706; --r: 16px; --sombra: 0 1px 2px rgba(15,23,42,.05), 0 8px 24px rgba(15,23,42,.06); --tab-h: 64px; --side: 240px; }
* { box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.5; font-size: 15px; -webkit-font-smoothing: antialiased; }
a { color: var(--blue); text-decoration: none; } img { max-width: 100%; } h1, h2, h3, h4, p { margin: 0; } h2 { font-size: 1.15rem; font-weight: 700; } h3 { font-size: 1rem; font-weight: 700; }
button, input, select, textarea { font: inherit; }
.muted { color: var(--muted); } .small { font-size: .85rem; } .center { text-align: center; } .mt { margin-top: 1rem; } .mb { margin-bottom: 1rem; } .flex { display: flex; align-items: center; gap: .6rem; } .entre { justify-content: space-between; } .grow { flex: 1; min-width: 0; } .wrap { flex-wrap: wrap; }
.truncar { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* Topo */
.topo { background: linear-gradient(170deg, #0f172a 0%, #1e293b 100%); color: #fff; padding: calc(10px + env(safe-area-inset-top)) 16px 14px; }
.topo-pagina { padding-bottom: 44px; } .topo-pagina + .conteudo { margin-top: -30px; }
.topo-barra { display: flex; align-items: center; justify-content: space-between; min-height: 40px; max-width: 1100px; margin: 0 auto; }
.topo-titulo { max-width: 1100px; margin: 14px auto 0; } .topo-titulo h1 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.01em; } .topo-titulo p { color: #cbd5e1; font-size: .9rem; margin-top: 2px; }
.logo { color: #fff; font-weight: 800; font-size: 1.25rem; display: inline-flex; align-items: center; gap: 3px; letter-spacing: -.02em; } .logo small { font-weight: 500; color: #94a3b8; font-size: .75rem; margin-left: 4px; }
.logo-mark { width: 30px; height: 30px; border-radius: 9px; background: var(--acc); color: var(--dark); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.05rem; }
.topo-voltar { color: #e2e8f0; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; } .topo-acoes { display: flex; align-items: center; gap: 12px; }
.topo-sino { position: relative; color: #fff; font-size: 1.3rem; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.topo-sino b { position: absolute; top: -4px; right: -4px; background: #ef4444; color: #fff; border-radius: 999px; font-size: .68rem; min-width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; padding: 0 4px; font-weight: 700; }
.avatar { border-radius: 50%; object-fit: cover; flex-shrink: 0; display: inline-flex; } .avatar-ini { background: var(--acc); color: var(--dark); align-items: center; justify-content: center; font-weight: 800; }
.avatar-borda { border: 3px solid var(--acc); box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
/* Conteúdo e cards */
.conteudo { --pad: 16px; max-width: 1100px; margin: 0 auto; padding: 16px var(--pad) calc(var(--tab-h) + 24px + env(safe-area-inset-bottom)); position: relative; }
.conteudo-publica { padding-bottom: 40px; } .sem-nav .conteudo { padding-bottom: 32px; }
.card { background: var(--card); border-radius: var(--r); padding: 16px; box-shadow: var(--sombra); margin-bottom: 14px; }
.card h2 { margin-bottom: 10px; } .card-titulo { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; } .card-titulo h2 { margin: 0; }
.card-dark { background: linear-gradient(135deg, #1e293b, #0f172a); color: #fff; } .card-dark .muted { color: #cbd5e1; }
.card-acc { background: linear-gradient(135deg, var(--acc), color-mix(in srgb, var(--acc) 70%, #fff)); color: var(--dark); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.atalho { background: var(--dark2); color: #fff; border-radius: var(--r); padding: 18px 14px; display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 1rem; box-shadow: var(--sombra); transition: transform .12s; min-height: 92px; }
.atalho:active { transform: scale(.98); } .atalho i { width: 46px; height: 46px; border-radius: 50%; background: var(--acc); color: var(--dark); display: inline-flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.atalho.claro { background: #fff; color: var(--ink); }
.kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 14px; } .kpi { background: #fff; border-radius: var(--r); padding: 14px; box-shadow: var(--sombra); } .kpi b { display: block; font-size: 1.6rem; font-weight: 800; line-height: 1.1; } .kpi span { color: var(--muted); font-size: .82rem; } .kpi i { float: right; color: var(--acc); background: var(--dark); width: 34px; height: 34px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; }
/* Listas */
.lista { display: flex; flex-direction: column; gap: 10px; }
.item { background: #fff; border-radius: 14px; padding: 14px; box-shadow: var(--sombra); display: flex; align-items: center; gap: 12px; color: var(--ink); }
.item-link { transition: transform .12s; } .item-link:active { transform: scale(.985); } .item .seta { color: #94a3b8; margin-left: auto; } .item .icone { width: 52px; height: 52px; border-radius: 50%; background: #e0f2fe; color: #0369a1; display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.item .icone.acc { background: color-mix(in srgb, var(--acc) 25%, #fff); color: #365314; } .item-corpo { flex: 1; min-width: 0; } .item-corpo strong { display: block; font-size: 1rem; } .item-corpo .muted { font-size: .85rem; }
.item-dentro { background: var(--bg); box-shadow: none; }
.badge { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: .74rem; font-weight: 700; background: #e2e8f0; color: #334155; vertical-align: middle; }
.badge-acc { background: var(--acc); color: var(--dark); } .badge-ok { background: #dcfce7; color: #166534; } .badge-erro { background: #fee2e2; color: #991b1b; } .badge-warn { background: #fef3c7; color: #92400e; } .badge-azul { background: #dbeafe; color: #1e40af; } .badge-roxo { background: #ede9fe; color: #5b21b6; }
.chip { display: inline-flex; align-items: center; gap: 4px; padding: 4px 10px; border-radius: 999px; background: #f1f5f9; font-size: .8rem; font-weight: 600; color: #334155; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.abas { display: flex; background: rgba(255,255,255,.12); border-radius: 12px; padding: 4px; gap: 4px; margin: 12px auto 0; max-width: 1100px; } .topo .abas { margin-bottom: -30px; position: relative; z-index: 2; }
.abas a { flex: 1; text-align: center; padding: 10px 8px; border-radius: 9px; color: #e2e8f0; font-weight: 600; font-size: .92rem; } .abas a.ativa { background: #fff; color: var(--ink); }
.conteudo .abas { background: #e2e8f0; margin: 0 0 14px; } .conteudo .abas a { color: #475569; } .conteudo .abas a.ativa { background: #fff; color: var(--ink); box-shadow: var(--sombra); }
/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 12px; border: 0; background: var(--acc); color: var(--dark); font-weight: 700; cursor: pointer; font-size: .95rem; text-decoration: none; line-height: 1.2; transition: filter .15s, transform .1s; }
.btn:hover { filter: brightness(1.05); } .btn:active { transform: translateY(1px); } .btn:disabled { opacity: .55; cursor: not-allowed; }
.btn-sec { background: #fff; color: var(--ink); border: 1.5px solid var(--line); } .btn-dark { background: var(--dark); color: #fff; } .btn-azul { background: var(--blue); color: #fff; } .btn-perigo { background: #fee2e2; color: #991b1b; } .btn-ok { background: var(--ok); color: #fff; } .btn-whats { background: #25D366; color: #fff; }
.btn-bloco { width: 100%; } .btn-sm { padding: 8px 12px; font-size: .85rem; border-radius: 10px; } .btn-grande { padding: 16px 20px; font-size: 1.05rem; border-radius: 14px; }
.btn-fantasma { background: none; border: 0; color: var(--blue); font-weight: 600; cursor: pointer; padding: 6px; }
.acoes-linha { display: flex; gap: 8px; flex-wrap: wrap; }
/* Formulários */
.campo { margin-bottom: 14px; } .campo label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 5px; color: #334155; } .campo small { display: block; color: var(--muted); font-size: .8rem; margin-top: 4px; }
input[type=text], input[type=email], input[type=password], input[type=number], input[type=date], input[type=tel], input[type=url], input[type=time], select, textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-size: 16px; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--dark); box-shadow: 0 0 0 3px color-mix(in srgb, var(--acc) 40%, transparent); } textarea { min-height: 84px; resize: vertical; }
input[type=checkbox], input[type=radio] { width: 20px; height: 20px; accent-color: var(--dark); } .check { display: flex; align-items: center; gap: 10px; font-weight: 500; }
input[type=file] { width: 100%; padding: 10px; border: 1.5px dashed var(--line); border-radius: 12px; background: #fff; }
.opcoes-dias { display: flex; gap: 6px; flex-wrap: wrap; } .opcoes-dias label { position: relative; } .opcoes-dias input { position: absolute; opacity: 0; } .opcoes-dias span { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; border: 1.5px solid var(--line); font-weight: 700; font-size: .85rem; background: #fff; cursor: pointer; }
.opcoes-dias input:checked + span { background: var(--dark); color: var(--acc); border-color: var(--dark); }
.escolha { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: 8px; } .escolha label { position: relative; } .escolha input { position: absolute; opacity: 0; } .escolha span { display: block; text-align: center; padding: 10px 6px; border: 1.5px solid var(--line); border-radius: 12px; font-weight: 600; font-size: .85rem; background: #fff; cursor: pointer; } .escolha input:checked + span { border-color: var(--dark); background: var(--dark); color: #fff; }
.alerta { padding: 12px 14px; border-radius: 12px; margin-bottom: 12px; display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; } .alerta-ok { background: #dcfce7; color: #166534; } .alerta-erro { background: #fee2e2; color: #991b1b; } .alerta-info { background: #e0f2fe; color: #075985; } .alerta-warn { background: #fef3c7; color: #92400e; }
.vazio { text-align: center; padding: 36px 16px; color: var(--muted); } .vazio i { font-size: 2.4rem; color: #cbd5e1; margin-bottom: 10px; } .vazio h3 { color: var(--ink); margin-bottom: 4px; } .vazio .btn { margin-top: 14px; }
/* Semana de frequência */
.semana { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; } .semana div { font-size: .78rem; font-weight: 700; color: var(--muted); } .semana i { display: inline-flex; width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid var(--blue); align-items: center; justify-content: center; margin-bottom: 4px; color: #fff; font-style: normal; font-size: .95rem; }
.semana i.feito { background: var(--ok); border-color: var(--ok); } .semana i.hoje { border-color: var(--acc); } .semana i.previsto { border-style: dashed; border-color: #94a3b8; } .semana i.perdido { background: #fee2e2; border-color: #fca5a5; color: #991b1b; }
/* Tabbar */
.tabbar { position: fixed; left: 0; right: 0; bottom: 0; height: calc(var(--tab-h) + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: var(--dark); display: flex; justify-content: space-around; align-items: stretch; z-index: 50; border-top: 1px solid rgba(255,255,255,.06); }
.tabbar a { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #94a3b8; font-size: .7rem; font-weight: 600; } .tabbar a i { font-size: 1.25rem; } .tabbar a.ativo { color: var(--acc); }
/* Sidebar do personal (desktop) */
.side { display: none; } .badge-n { margin-left: auto; background: #ef4444; color: #fff; border-radius: 999px; font-size: .7rem; padding: 1px 7px; }
@media (min-width: 1024px) {
    .area-personal .side { display: flex; flex-direction: column; position: fixed; inset: 0 auto 0 0; width: var(--side); background: var(--dark); padding: 20px 14px; z-index: 60; color: #cbd5e1; }
    .logo-side { margin: 0 8px 26px; } .side nav { display: flex; flex-direction: column; gap: 4px; } .side nav a { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 10px; color: #cbd5e1; font-weight: 600; } .side nav a i { width: 20px; text-align: center; } .side nav a:hover { background: rgba(255,255,255,.06); color: #fff; } .side nav a.ativo { background: var(--acc); color: var(--dark); }
    .side-rodape { margin-top: auto; display: flex; gap: 10px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); padding-top: 14px; font-size: .85rem; } .side-rodape strong { display: block; color: #fff; } .side-rodape a { color: #94a3b8; }
    .area-personal .topo, .area-personal .conteudo { margin-left: var(--side); } .area-personal .topo .logo { visibility: hidden; } .area-personal .tabbar { display: none; } .area-personal .conteudo { padding-bottom: 40px; }
    .kpis { grid-template-columns: repeat(4, 1fr); } .grid-desk-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
}
@media (min-width: 720px) { .conteudo { --pad: 24px; } .grid-md-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; } .grid-md-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } }
/* Vídeo e exercícios */
.video-ex { width: 100%; max-height: 380px; background: #000; border-radius: 12px; object-fit: contain; display: block; } .video-yt { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: #000; } .video-yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ex-card { background: #fff; border-radius: 16px; box-shadow: var(--sombra); margin-bottom: 12px; overflow: hidden; } .ex-topo { display: flex; gap: 12px; padding: 14px; } .ex-topo .num { width: 30px; height: 30px; border-radius: 50%; background: var(--dark); color: var(--acc); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; font-size: .9rem; }
.ex-info { flex: 1; min-width: 0; } .ex-info h3 { font-size: 1.02rem; line-height: 1.3; } .ex-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 6px; font-size: .88rem; color: #334155; } .ex-meta b { color: var(--ink); }
.ex-video { padding: 0 14px 14px; } .ex-thumb { width: 92px; height: 120px; border-radius: 10px; object-fit: cover; background: #0f172a; flex-shrink: 0; position: relative; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.6rem; cursor: pointer; overflow: hidden; } .ex-thumb video { width: 100%; height: 100%; object-fit: cover; pointer-events: none; } .ex-thumb i { position: absolute; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.series { border-top: 1px solid var(--line); padding: 8px 14px 12px; } .serie { display: grid; grid-template-columns: 44px 1fr 1fr 44px; gap: 8px; align-items: center; padding: 6px 0; border-bottom: 1px dashed var(--line); } .serie:last-child { border-bottom: 0; }
.serie small { color: var(--muted); font-weight: 700; } .serie input { padding: 9px 10px; text-align: center; font-size: 15px; } .serie .feito { width: 26px; height: 26px; accent-color: var(--ok); justify-self: center; }
.serie-cab { display: grid; grid-template-columns: 44px 1fr 1fr 44px; gap: 8px; font-size: .72rem; color: var(--muted); font-weight: 700; text-transform: uppercase; padding: 0 0 4px; }
.ex-card.concluido { opacity: .75; } .ex-card.concluido .ex-topo h3::after { content: " ✓"; color: var(--ok); }
.barra-treino { position: fixed; left: 0; right: 0; bottom: 0; background: var(--dark); color: #fff; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); z-index: 60; display: flex; align-items: center; gap: 12px; box-shadow: 0 -8px 24px rgba(0,0,0,.25); }
.barra-treino .cron { font-variant-numeric: tabular-nums; font-weight: 800; font-size: 1.25rem; } .barra-treino .btn { padding: 10px 14px; }
.descanso { position: fixed; left: 12px; right: 12px; bottom: calc(84px + env(safe-area-inset-bottom)); background: var(--acc); color: var(--dark); border-radius: 16px; padding: 12px 16px; display: flex; align-items: center; gap: 12px; z-index: 61; box-shadow: 0 10px 30px rgba(0,0,0,.25); } .descanso b { font-size: 1.6rem; font-variant-numeric: tabular-nums; min-width: 64px; } .descanso .btn { background: var(--dark); color: #fff; padding: 8px 12px; }
.modo-visual { background: var(--blue); color: #fff; border-radius: 16px; padding: 16px; text-align: center; margin-bottom: 14px; } .modo-visual .btn { margin-bottom: 8px; }
.dificuldade { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; } .dificuldade label { position: relative; } .dificuldade input { position: absolute; opacity: 0; } .dificuldade span { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 2px; border: 1.5px solid var(--line); border-radius: 12px; font-size: .68rem; font-weight: 600; cursor: pointer; text-align: center; } .dificuldade span em { font-style: normal; font-size: 1.4rem; } .dificuldade input:checked + span { border-color: var(--dark); background: var(--dark); color: #fff; }
/* Modal */
.modal { border: 0; border-radius: 20px 20px 0 0; padding: 0; width: 100%; max-width: 560px; margin: auto auto 0; box-shadow: 0 -10px 40px rgba(0,0,0,.3); } .modal::backdrop { background: rgba(15,23,42,.55); } .modal-corpo { padding: 20px 18px calc(20px + env(safe-area-inset-bottom)); } .modal h2 { margin-bottom: 12px; }
@media (min-width: 720px) { .modal { border-radius: 20px; margin: auto; } }
/* Avaliação */
.linha-dado { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .95rem; } .linha-dado:last-child { border: 0; } .linha-dado span { color: #475569; } .linha-dado b { text-align: right; }
.donut { position: relative; width: 170px; height: 170px; margin: 6px auto; } .donut canvas { position: relative; z-index: 1; } .donut-centro { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; font-size: 1.5rem; line-height: 1; } .donut-centro small { font-size: .72rem; color: var(--muted); font-weight: 600; margin-top: 3px; }
.resultado-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .resultado { background: var(--bg); border-radius: 12px; padding: 10px 12px; } .resultado span { display: block; font-size: .75rem; color: var(--muted); font-weight: 600; } .resultado b { font-size: 1.15rem; } .resultado small { display: block; font-size: .75rem; color: #475569; }
.tabela-rolagem { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; } table.comparar { border-collapse: collapse; width: 100%; min-width: 520px; font-size: .92rem; } .comparar th, .comparar td { padding: 10px 10px; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; } .comparar th { color: var(--blue); font-weight: 700; font-size: .85rem; } .comparar td:first-child, .comparar th:first-child { text-align: left; position: sticky; left: 0; background: #fff; font-weight: 600; z-index: 1; } .comparar tr.sub td:first-child { padding-left: 22px; font-weight: 500; color: #475569; } .comparar .dif { font-weight: 800; } .dif.melhor { color: var(--ok); } .dif.pior { color: var(--erro); } .dif.neutro { color: #334155; }
.fotos-av { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } .fotos-av img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 10px; } .fotos-av span { display: block; text-align: center; font-size: .75rem; color: var(--muted); margin-top: 3px; }
.dropzone { border: 2px dashed #94a3b8; border-radius: 16px; padding: 28px 16px; text-align: center; background: #fff; color: var(--muted); } .dropzone.ativa { border-color: var(--dark); background: #f8fafc; } .dropzone i { font-size: 2rem; color: var(--dark); margin-bottom: 8px; display: block; }
.progresso-barra { height: 10px; background: var(--line); border-radius: 5px; overflow: hidden; } .progresso-barra i { display: block; height: 100%; background: var(--acc); width: var(--p, 0%); transition: width .4s; }
canvas.grafico { width: 100% !important; max-height: 260px; }
/* Toast, tabelas simples, util */
.toast { position: fixed; left: 50%; bottom: calc(var(--tab-h) + 20px + env(safe-area-inset-bottom)); transform: translateX(-50%); background: var(--dark); color: #fff; padding: 12px 18px; border-radius: 12px; z-index: 200; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-weight: 600; max-width: 90vw; }
.tabela { width: 100%; border-collapse: collapse; font-size: .9rem; } .tabela th, .tabela td { padding: 10px 8px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; } .tabela th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .03em; } .tabela tr:last-child td { border: 0; }
.hero-personal { text-align: center; padding: 8px 0 18px; } .hero-personal .avatar { margin: 0 auto 8px; display: flex; } .hero-personal strong { display: block; font-size: 1.1rem; } .hero-personal span { color: #cbd5e1; font-size: .85rem; }
.saudacao { font-size: 1.45rem; font-weight: 800; color: #fff; margin: 4px 0 14px; letter-spacing: -.01em; }
.busca { position: relative; margin-bottom: 12px; } .busca input { padding-left: 42px; } .busca i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.fab { position: fixed; right: 16px; bottom: calc(var(--tab-h) + 16px + env(safe-area-inset-bottom)); width: 58px; height: 58px; border-radius: 50%; background: var(--acc); color: var(--dark); display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 10px 24px rgba(0,0,0,.25); z-index: 40; }
@media (min-width: 1024px) { .area-personal .fab { bottom: 24px; } }
.link-copiar { display: flex; gap: 8px; } .link-copiar input { flex: 1; font-size: .9rem; }
details.acordeao { background: #fff; border-radius: 14px; box-shadow: var(--sombra); margin-bottom: 10px; } details.acordeao summary { padding: 14px; font-weight: 700; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 10px; } details.acordeao summary::-webkit-details-marker { display: none; } details.acordeao summary::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-left: auto; color: var(--muted); transition: transform .2s; } details.acordeao[open] summary::after { transform: rotate(180deg); } details.acordeao .acordeao-corpo { padding: 0 14px 14px; }
/* Landing */
.landing-hero { background: radial-gradient(1200px 600px at 20% -10%, #1e3a8a 0%, #0f172a 45%, #0f172a 100%); color: #fff; padding: 20px 20px 60px; } .landing-hero .conteudo-publica { padding: 0; } .landing-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto 50px; } .landing-nav .btn { padding: 10px 16px; }
.landing-titulo { max-width: 1100px; margin: 0 auto; } .landing-titulo h1 { font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 900; line-height: 1.05; letter-spacing: -.03em; } .landing-titulo h1 em { color: var(--acc); font-style: normal; } .landing-titulo p { color: #cbd5e1; font-size: 1.15rem; margin: 18px 0 28px; max-width: 620px; }
.landing-sec { max-width: 1100px; margin: -30px auto 0; padding: 0 20px 40px; } .recursos { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; } .recurso { background: #fff; border-radius: 16px; padding: 18px; box-shadow: var(--sombra); } .recurso i { width: 40px; height: 40px; border-radius: 12px; background: var(--dark); color: var(--acc); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; } .recurso h3 { margin-bottom: 4px; } .recurso p { color: var(--muted); font-size: .92rem; }
.tela-auth { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 16px; background: linear-gradient(170deg, #0f172a, #1e293b); } .tela-auth .card { width: 100%; max-width: 420px; padding: 26px 22px; margin: 0; } .tela-auth .logo { color: #fff; font-size: 1.7rem; margin-bottom: 20px; } .tela-auth h1 { font-size: 1.35rem; margin-bottom: 4px; } .tela-auth .sub { color: var(--muted); margin-bottom: 18px; } .tela-auth .rodape-auth { color: #94a3b8; font-size: .85rem; margin-top: 18px; text-align: center; } .tela-auth .rodape-auth a { color: #e2e8f0; }
@media print { .topo, .tabbar, .side, .fab, .no-print { display: none !important; } .conteudo { margin: 0 !important; padding: 0 !important; } body { background: #fff; } .card { box-shadow: none; border: 1px solid #ddd; } }
