/* Área Suporte */

.suporte-body {
    min-height: 100vh;
    background: linear-gradient(160deg, #f8fafc 0%, #eef2ff 45%, #fff 100%);
    font-family: 'Poppins', sans-serif;
}

.suporte-login-wrap {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.suporte-login-card {
    width: min(420px, 100%);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px 20px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.suporte-logo {
    display: block;
    height: 72px;
    width: auto;
    margin: 0 auto 16px;
}

.suporte-brand {
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
}

.suporte-login-card h1 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.suporte-sub {
    text-align: center;
    color: #64748b;
    margin-bottom: 18px;
    font-size: 0.92rem;
}

.suporte-login-card label {
    display: block;
    font-size: 0.85rem;
    margin: 10px 0 4px;
    color: #334155;
}

.suporte-login-card input[type="text"],
.suporte-login-card input[type="password"] {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
}

.suporte-btn {
    width: 100%;
    margin-top: 16px;
    border-radius: 999px;
}

.suporte-alert {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.suporte-back {
    text-align: center;
    margin-top: 16px;
    font-size: 0.9rem;
}

.suporte-topbar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.suporte-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 20px;
}

.suporte-logo-sm {
    height: 56px;
    width: auto;
}

.suporte-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.suporte-user {
    color: #475569;
    font-size: 0.9rem;
}

.suporte-main {
    padding: 32px 20px 60px;
}

.suporte-main h1 {
    margin-bottom: 6px;
}

.suporte-lead {
    color: #64748b;
    margin-bottom: 24px;
}

.suporte-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.suporte-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.suporte-panel-head h2 {
    margin: 0;
    font-size: 1.15rem;
    text-align: left;
}

.suporte-panel-head h2::after {
    display: none;
}

.suporte-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.suporte-grid article {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
}

.suporte-grid h3 {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: #0f172a;
}

.suporte-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.suporte-grid li {
    font-size: 0.88rem;
    color: #334155;
    margin-bottom: 6px;
    line-height: 1.4;
}

.suporte-ua {
    grid-column: 1 / -1;
}

.suporte-ua code {
    display: block;
    font-size: 0.78rem;
    word-break: break-all;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px;
}

.suporte-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.suporte-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.suporte-report {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    font-size: 0.82rem;
    line-height: 1.45;
    overflow: auto;
    max-height: 480px;
    white-space: pre-wrap;
}

.suporte-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: grid;
    place-items: center;
    z-index: 100;
    padding: 16px;
}

.suporte-modal[hidden] {
    display: none !important;
}

.suporte-modal-card {
    width: min(440px, 100%);
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.suporte-consent-list {
    margin: 10px 0 16px 18px;
    color: #475569;
    font-size: 0.9rem;
}

.suporte-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.btn-sm {
    padding: 8px 14px;
    font-size: 0.85rem;
}

@media (max-width: 640px) {
    .suporte-logo-sm { height: 40px; }
    .suporte-user { display: none; }
}
