html { font-size: 15px; }
body { margin: 0; min-height: 100vh; background: #f5f7fb; color: #172033; font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { text-decoration: none; }
.app-shell { display: flex; min-height: 100vh; }
.sidebar { width: 260px; background: #111827; color: #fff; padding: 24px 18px; position: sticky; top: 0; height: 100vh; box-shadow: 8px 0 24px rgba(17,24,39,.12); }
.brand { display: flex; flex-direction: column; color: #fff; font-weight: 800; font-size: 1.55rem; margin-bottom: 30px; }
.brand img { width: 118px; height: auto; object-fit: contain; margin-bottom: 10px; }
.brand small { color: #8cc7ff; font-weight: 600; font-size: .9rem; }
.sidebar nav { display: grid; gap: 8px; }
.sidebar nav a { color: #d9e2ef; padding: 12px; border-radius: 8px; display: flex; gap: 10px; align-items: center; }
.sidebar nav a:hover { background: #1f2a3d; color: #fff; }
.main-panel { flex: 1; min-width: 0; }
.topbar { background: rgba(255,255,255,.94); border-bottom: 1px solid #e5eaf2; backdrop-filter: blur(10px); }
.content-wrap { max-width: 1280px; margin: 0 auto; padding: 30px; }
.page-title { font-weight: 800; color: #121b2d; margin-bottom: 18px; }
.stat-card, .panel, .item-row, .week-card { background: #fff; border: 1px solid #e5ebf4; border-radius: 8px; box-shadow: 0 10px 24px rgba(17,24,39,.06); }
.stat-card { padding: 18px; min-height: 108px; }
.stat-card small { color: #667085; display: block; font-weight: 700; }
.stat-card strong { font-size: 2rem; color: #0b5ed7; }
.panel { padding: 22px; }
.week-card { padding: 20px; margin-bottom: 18px; }
.implantacao-hero { background: #fff; border: 1px solid #e5ebf4; border-radius: 8px; padding: 22px; box-shadow: 0 10px 24px rgba(17,24,39,.06); display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.implantacao-hero small { color: #667085; font-weight: 800; }
.implantacao-hero h1 { margin: 0; font-weight: 850; color: #111827; }
.hero-progress { min-width: 260px; }
.hero-progress strong { color: #0b5ed7; font-size: 2rem; display: block; }
.week-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 16px; }
.week-actions, .item-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.week-progress { width: 180px; }
.area-title { color: #0b5ed7; font-weight: 800; font-size: .9rem; margin: 18px 0 8px; text-transform: uppercase; }
.item-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 15px; margin-bottom: 8px; box-shadow: none; color: #192232; }
.item-main { color: #192232; display: flex; gap: 10px; min-width: 0; }
.item-meta { color: #667085; display: flex; flex-wrap: wrap; gap: 10px; font-size: .82rem; margin-top: 3px; }
.status-form { min-width: 190px; }
.attachment-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid #edf2f7; }
.chat-box { max-height: 520px; overflow: auto; padding-right: 4px; }
.chat-meta { display: flex; gap: 8px; flex-wrap: wrap; color: #667085; font-size: .82rem; margin-bottom: 4px; }
.badge-status { border-radius: 999px; padding: 5px 10px; font-weight: 700; font-size: .75rem; white-space: nowrap; }
.badge-PENDENTE, .badge-PLANEJADA { background: #edf2f7; color: #344054; }
.badge-EM_ANDAMENTO { background: #e8f2ff; color: #064fae; }
.badge-AGUARDANDO_CLIENTE { background: #fff6db; color: #8a5a00; }
.badge-CONCLUIDO, .badge-CONCLUIDA { background: #e5f7ed; color: #067647; }
.badge-BLOQUEADO, .badge-CANCELADO, .badge-CANCELADA, .badge-atrasado { background: #ffe9e9; color: #b42318; }
.login-shell { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, #101828 0%, #1d355d 58%, #0b5ed7 100%); padding: 24px; }
.login-card { width: min(430px, 100%); background: #fff; border-radius: 8px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.login-logo { max-width: 150px; max-height: 70px; width: auto; height: auto; object-fit: contain; }
.user-chip { color: #344054; font-weight: 600; }
.chat-message { padding: 12px 14px; border-radius: 8px; margin-bottom: 10px; background: #f1f5f9; }
.chat-message.adm { background: #e8f2ff; border-left: 4px solid #0b5ed7; }
.chat-message.cliente { background: #f8fafc; border-left: 4px solid #64748b; }
@media (max-width: 767px) { .sidebar { display: none; } .content-wrap { padding: 18px; } .item-row { align-items: flex-start; flex-direction: column; } .implantacao-hero, .week-head, .attachment-row { flex-direction: column; align-items: stretch; } .hero-progress, .week-progress { width: 100%; min-width: 0; } }
