/* Baiti Propiedades — Portal CSS v2.1 */
.baiti-f {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 8px 18px;
    border: 1px solid rgba(196,168,130,0.25);
    color: rgba(245,239,230,0.55);
    background: transparent;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
}
.baiti-f:hover,
.baiti-f.baiti-active {
    border-color: #FF6600;
    color: #FF6600;
    background: rgba(255,102,0,0.08);
}
.baiti-vista-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(196,168,130,0.25);
    background: transparent;
    color: rgba(245,239,230,0.45);
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.baiti-vista-btn:hover,
.baiti-vista-btn.baiti-active {
    border-color: #FF6600;
    color: #FF6600;
}
.baiti-card {
    background: #2A2A27;
    border: 0.5px solid rgba(196,168,130,0.1);
    border-top: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s;
}
.baiti-card:hover {
    border-top-color: #FF6600;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.baiti-card img {
    transition: all 0.5s ease;
    filter: brightness(0.8) saturate(0.85);
}
.baiti-card:hover img {
    transform: scale(1.05);
    filter: brightness(0.9) saturate(1);
}
.baiti-lcard {
    display: flex;
    background: #2A2A27;
    border: 0.5px solid rgba(196,168,130,0.1);
    border-left: 2px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 1rem;
}
.baiti-lcard:hover {
    border-left-color: #FF6600;
}

/* Modal */
#baiti-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(26,26,24,0.95);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
#baiti-modal {
    background: #222220;
    border-top: 2px solid #FF6600;
    border: 0.5px solid rgba(196,168,130,0.15);
    border-top: 2px solid #FF6600;
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}
#baiti-gal-slides {
    display: flex;
    height: 300px;
    transition: transform 0.4s ease;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
    #baiti-grid { grid-template-columns: 1fr !important; }
    .baiti-lcard { flex-direction: column; }
    .baiti-lcard > div:first-child { width: 100% !important; height: 200px; }
    #baiti-modal { margin: 0.5rem; }
}
