/* ========================================================== */
/* ===== LPXCONSTRUTOR - ESTILOS COMPLETOS ===== */
/* ===== COM MAPA, CHAT, FEED E TEMA ESCURO ===== */
/* ========================================================== */

:root {
    --primary: #1A3A5C;
    --secondary: #F47920;
    --success: #10B981;
    --danger: #EF4444;
    --warning: #F59E0B;
    --dark: #1F2937;
    --gray: #6B7280;
    --light: #F3F4F6;
    --white: #FFF;
    --shadow: 0 2px 12px rgba(0,0,0,.08);
    --radius: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--light);
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

.app-container {
    max-width: 480px;
    margin: 0 auto;
    min-height: 100vh;
    background: var(--white);
    position: relative;
    padding-bottom: 80px;
}

/* ===== HEADER ===== */
.app-header {
    background: linear-gradient(135deg, var(--primary), #2C5F8A);
    color: #fff;
    padding: 16px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-header h1 {
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
}

.app-header h1 img {
    height: 48px;
    width: auto;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin-right: 10px;
    vertical-align: middle;
}

.icon-btn {
    background: rgba(255,255,255,.1);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-btn:hover {
    background: rgba(255,255,255,.2);
}

.icon-btn:active {
    transform: scale(0.95);
}

.badge-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--danger);
    color: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    animation: pulse 2s infinite;
}

/* ===== TELAS ===== */
.screen {
    display: none;
    animation: fadeIn .3s ease;
    padding: 16px;
}

.screen.active {
    display: block;
}

.screen-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.screen-header h2 {
    font-size: 20px;
    color: var(--primary);
    flex: 1;
}

.btn-voltar {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--primary);
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: .3s;
}

.btn-voltar:hover {
    background: rgba(26,58,92,0.1);
}

/* ===== ANIMAÇÕES ===== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes bounce-marker {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ===== LOGIN ===== */
.login-container {
    text-align: center;
    padding: 40px 20px;
}

.login-logo {
    font-size: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.login-logo img {
    width: 150px;
    height: 150px;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    animation: float 3s ease-in-out infinite;
}

.login-container h2 {
    font-size: 28px;
    color: var(--primary);
    margin-top: 16px;
}

.login-subtitle {
    color: var(--gray);
    margin: 8px 0 24px;
}

/* ===== CARDS ===== */
.card {
    background: #fff;
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: var(--shadow);
    border: 1px solid #f0f0f0;
}

/* ===== INPUTS ===== */
.input-group {
    margin-bottom: 16px;
}

.input-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 6px;
}

.input-group label i {
    color: var(--secondary);
    margin-right: 4px;
}

.input-field {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 15px;
    background: #f9fafb;
    transition: all .3s;
    font-family: inherit;
}

.input-field:focus {
    outline: none;
    border-color: var(--secondary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(244,121,32,.1);
}

select.input-field {
    appearance: none;
    padding-right: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236B7280'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
}

textarea.input-field {
    resize: vertical;
    min-height: 80px;
}

/* ===== BOTÕES ===== */
.btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: inherit;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.btn:active {
    transform: scale(.98);
}

.btn-primary {
    background: linear-gradient(135deg, var(--secondary), #E06B1A);
    color: #fff;
    box-shadow: 0 4px 15px rgba(244,121,32,.3);
}

.btn-primary:disabled {
    cursor: not-allowed;
    opacity: .7;
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid #e5e7eb;
}

.btn-outline:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.btn-success {
    background: linear-gradient(135deg, var(--success), #059669);
    color: #fff;
}

.btn-danger {
    background: linear-gradient(135deg, var(--danger), #DC2626);
    color: #fff;
}

.btn-small {
    padding: 8px 16px;
    font-size: 13px;
    width: auto;
    border-radius: 8px;
    margin-bottom: 0;
}

/* ===== MAPA ===== */
.mapa-container {
    margin: -16px -16px 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

#map {
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    background: #e5e7eb;
    border-radius: 12px;
}

/* Marcadores personalizados do mapa */
.custom-marker-label {
    font-size: 32px !important;
    cursor: pointer;
    transition: transform 0.2s;
}

.custom-marker-label:hover {
    transform: scale(1.3);
}

/* ===== TABS ===== */
.tabs-container {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.tab {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: var(--light);
    color: var(--gray);
    transition: .3s;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.tab:hover {
    background: #e5e7eb;
}

.tab.active {
    background: var(--primary);
    color: #fff;
}

/* ===== FEED ===== */
.feed-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vaga-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid #f0f0f0;
    transition: .3s;
}

.vaga-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
}

.vaga-header {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.vaga-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #2C5F8A);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    flex-shrink: 0;
}

.vaga-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.vaga-info {
    flex: 1;
}

.vaga-nome {
    font-weight: 700;
    color: var(--primary);
    font-size: 16px;
}

.vaga-data {
    font-size: 12px;
    color: var(--gray);
}

.vaga-body {
    padding: 16px;
}

.vaga-titulo {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.vaga-descricao {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.vaga-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.vaga-tag {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.vaga-footer {
    padding: 12px 16px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 8px;
}

/* ===== PERFIL ===== */
.profile-header-container {
    position: relative;
    margin: -16px -16px 0;
}

.profile-cover {
    height: 150px;
    background: linear-gradient(135deg, var(--primary), #2C5F8A);
}

.profile-avatar-container {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--secondary);
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    overflow: hidden;
    transition: transform .3s;
}

.profile-avatar:hover {
    transform: scale(1.05);
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

.profile-info-card {
    text-align: center;
    padding: 20px 0;
}

.profile-info-card h2 {
    color: var(--primary);
    font-size: 22px;
}

.profile-info-card p {
    color: var(--gray);
    margin: 4px 0;
}

.stars-container {
    color: var(--warning);
    font-size: 18px;
    margin: 8px 0;
}

/* ===== CHAT ===== */
.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #e5ddd5;
    min-height: 300px;
    max-height: calc(100vh - 200px);
    -webkit-overflow-scrolling: touch;
}

.message {
    max-width: 75%;
    padding: 8px 12px;
    border-radius: 8px;
    position: relative;
    word-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    animation: fadeIn 0.3s ease;
}

.message-sent {
    background: #dcf8c6;
    align-self: flex-end;
    border-top-right-radius: 0;
}

.message-received {
    background: #fff;
    align-self: flex-start;
    border-top-left-radius: 0;
}

.message-content {
    font-size: 14px;
    line-height: 1.4;
    color: #303030;
}

.message-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.message-time {
    font-size: 11px;
    color: #999;
}

.chat-input-container {
    display: flex;
    gap: 8px;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: .3s;
}

.chat-input:focus {
    border-color: var(--secondary);
}

.btn-send {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-send:hover {
    background: var(--secondary);
}

.btn-send:active {
    transform: scale(0.95);
}

/* ===== BUSCA ===== */
.search-container {
    position: relative;
    margin-bottom: 16px;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray);
    font-size: 18px;
}

.search-input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    font-size: 15px;
    font-family: inherit;
    transition: .3s;
}

.search-input:focus {
    outline: none;
    border-color: var(--secondary);
}

/* ===== NAVEGAÇÃO INFERIOR ===== */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 8px 0 12px;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0,0,0,.06);
    z-index: 100;
}

.nav-item {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--gray);
    cursor: pointer;
    padding: 4px 12px;
    transition: .3s;
    font-family: inherit;
    min-width: 60px;
}

.nav-item i {
    font-size: 22px;
}

.nav-item:hover {
    color: var(--primary);
}

.nav-item.active {
    color: var(--secondary);
}

/* ===== TOAST ===== */
.toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 28px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 8px 30px rgba(0,0,0,.3);
    display: none;
    animation: slideDown .3s ease;
    max-width: 90%;
    text-align: center;
}

/* ===== CHECKBOXES ===== */
.profissoes-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 8px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
}

.checkbox-item:hover {
    border-color: var(--secondary);
    background: #fff7ed;
}

.checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--secondary);
}

.checkbox-item:has(input:checked) {
    border-color: var(--secondary);
    background: #fff7ed;
    color: var(--secondary);
    font-weight: 600;
}

/* ===== FOTO DA OBRA ===== */
.foto-obra-container {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 2px dashed #ccc;
    transition: .3s;
    margin-top: 8px;
}

.foto-obra-container:hover {
    border-color: var(--secondary);
}

.foto-obra-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    color: white;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#vagaFotoPreview {
    width: 100%;
    height: 200px;
    object-fit: cover !important;
    border-radius: 12px;
}

/* ===== MODAL ===== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 20px;
    animation: fadeIn .2s ease;
}

.modal-content {
    background: white;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.modal-header h3 {
    color: var(--primary);
    font-size: 18px;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 50%;
    transition: .3s;
}

.modal-close:hover {
    background: #f0f0f0;
}

.modal-body {
    padding: 20px;
}

/* ===== LOADING ===== */
.loading {
    text-align: center;
    padding: 40px;
    color: var(--gray);
}

.loading i {
    margin-right: 8px;
}

/* ===== LOGO SAUDAÇÃO ===== */
.logo-saudacao {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    object-fit: contain !important;
    background: rgba(255,255,255,.1) !important;
    border-radius: 8px !important;
    padding: 4px !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
}

/* ===== TEMA ESCURO ===== */
body.dark-theme {
    --primary: #0D1B2A;
    --dark: #E5E7EB;
    --gray: #9CA3AF;
    --light: #1F2937;
    --white: #111827;
    background: #0F172A;
    color: #E5E7EB;
}

body.dark-theme .app-container {
    background: #111827;
}

body.dark-theme .card {
    background: #1F2937;
    border-color: #374151;
}

body.dark-theme .input-field {
    background: #374151;
    border-color: #4B5563;
    color: #E5E7EB;
}

body.dark-theme .input-field:focus {
    background: #374151;
    border-color: #F47920;
}

body.dark-theme .vaga-card {
    background: #1F2937;
    border-color: #374151;
}

body.dark-theme .vaga-header {
    border-color: #374151;
}

body.dark-theme .vaga-footer {
    border-color: #374151;
}

body.dark-theme .vaga-nome {
    color: #E5E7EB;
}

body.dark-theme .vaga-data {
    color: #9CA3AF;
}

body.dark-theme .bottom-nav {
    background: #1F2937;
    border-color: #374151;
}

body.dark-theme .app-header {
    background: linear-gradient(135deg, #0D1B2A, #1A3A5C);
}

body.dark-theme .tab {
    background: #374151;
    color: #9CA3AF;
}

body.dark-theme .tab:hover {
    background: #4B5563;
}

body.dark-theme .tab.active {
    background: #F47920;
    color: white;
}

body.dark-theme .chat-messages {
    background: #0F172A;
}

body.dark-theme .message-received {
    background: #374151;
}

body.dark-theme .message-received .message-content {
    color: #E5E7EB;
}

body.dark-theme .message-sent {
    background: #1A3A5C;
}

body.dark-theme .message-sent .message-content {
    color: #E5E7EB;
}

body.dark-theme .search-input {
    background: #374151;
    border-color: #4B5563;
    color: #E5E7EB;
}

body.dark-theme .foto-obra-container {
    background: #374151;
    border-color: #4B5563;
}

body.dark-theme .chat-input-container {
    background: #1F2937;
    border-color: #374151;
}

body.dark-theme .chat-input {
    background: #374151;
    border-color: #4B5563;
    color: #E5E7EB;
}

body.dark-theme .checkbox-item {
    background: #374151;
    border-color: #4B5563;
    color: #E5E7EB;
}

body.dark-theme .checkbox-item:has(input:checked) {
    background: #1A3A5C;
    border-color: #F47920;
    color: #F47920;
}

body.dark-theme .modal-content {
    background: #1F2937;
}

body.dark-theme .modal-header {
    border-color: #374151;
}

body.dark-theme .modal-header h3 {
    color: #E5E7EB;
}

body.dark-theme .modal-close:hover {
    background: #374151;
}

body.dark-theme .vaga-tag {
    background: #374151;
    color: #F59E0B;
}

body.dark-theme .btn-outline {
    color: #E5E7EB;
    border-color: #4B5563;
}

body.dark-theme .btn-outline:hover {
    border-color: #F47920;
    color: #F47920;
}

body.dark-theme .btn-voltar {
    color: #E5E7EB;
}

body.dark-theme .btn-voltar:hover {
    background: rgba(255,255,255,0.1);
}

body.dark-theme .screen-header h2 {
    color: #E5E7EB;
}

body.dark-theme .search-icon {
    color: #9CA3AF;
}

body.dark-theme .profile-info-card h2 {
    color: #E5E7EB;
}

body.dark-theme .nav-item {
    color: #9CA3AF;
}

body.dark-theme .nav-item:hover {
    color: #E5E7EB;
}

body.dark-theme .nav-item.active {
    color: #F47920;
}

body.dark-theme .profile-avatar {
    border-color: #1F2937;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

body.dark-theme ::-webkit-scrollbar-thumb {
    background: #4B5563;
}

body.dark-theme ::-webkit-scrollbar-thumb:hover {
    background: #6B7280;
}

/* ===== RESPONSIVO ===== */
@media(max-width: 480px) {
    .app-container {
        border-radius: 0;
    }
    
    .app-header h1 img {
        height: 36px;
    }
    
    .login-logo img {
        width: 120px;
        height: 120px;
    }
    
    .logo-saudacao {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
    }
    
    #map {
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
    }
    
    .profissoes-checkboxes {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .nav-item {
        min-width: 50px;
        padding: 4px 6px;
    }
    
    .nav-item i {
        font-size: 20px;
    }
    
    .nav-item span {
        font-size: 10px;
    }
}

/* ===== UTILITÁRIOS ===== */
.text-center {
    text-align: center;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap-10 {
    gap: 10px;
}

.w-full {
    width: 100%;
}

/* ===== INFO WINDOW DO MAPA ===== */
.gm-style-iw {
    padding: 10px !important;
    border-radius: 12px !important;
}

.gm-style-iw button {
    display: none !important;
}

/* ===== MELHORIAS MOBILE ===== */
@media (hover: none) {
    .btn:active {
        transform: scale(0.96);
    }
    
    .vaga-card:active {
        transform: scale(0.98);
    }
}

/* ===== FIX PARA IOS ===== */
@supports (-webkit-touch-callout: none) {
    .chat-messages {
        max-height: calc(100vh - 250px);
    }
    
    .bottom-nav {
        padding-bottom: 20px;
    }
    
    .app-container {
        padding-bottom: 100px;
    }
}
