:root {
    --gold: #C9A66B;
    --dark: #0F0F0F;
    --dark2: #1A1A1A;
}

.la-orden-calendar {
    background: var(--dark);
    color: #ddd;
    font-family: 'Cinzel', 'Playfair Display', serif;
}

.fc {
    background: var(--dark2);
    border: 1px solid var(--gold);
    border-radius: 12px;
    overflow: hidden;
}

.fc .fc-toolbar-title {
    color: var(--gold);
    font-size: 1.8rem;
}

.fc-button {
    background: transparent !important;
    color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
}

.fc-button:hover {
    background: var(--gold) !important;
    color: #000 !important;
}

.fc-day-past { opacity: 0.6; }
.fc-day-today { background: rgba(201, 166, 107, 0.15) !important; }

/* Modal */
.la-orden-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #111;
    border: 2px solid var(--gold);
    border-radius: 16px;
    max-width: 90%;
    width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 99999;
    box-shadow: 0 0 40px rgba(201, 166, 107, 0.4);
    padding: 30px;
}

.la-orden-modal .close {
    color: var(--gold);
    font-size: 2rem;
    cursor: pointer;
    float: right;
}

.la-orden-calendar-wrapper { background:#0F0F0F; color:#ddd; padding:40px 20px; font-family:'Cinzel', serif; }
.la-orden-title { text-align:center; color:#C9A66B; font-size:2.8rem; margin-bottom:40px; letter-spacing:4px; }
#la-orden-calendar { max-width:1100px; margin:0 auto 60px; background:#1A1A1A; padding:20px; border-radius:12px; border:2px solid #C9A66B; }

.la-orden-modal {
    position:fixed; top:50%; left:50%; transform:translate(-50%,-50%);
    background:#111; border:3px solid #C9A66B; border-radius:16px;
    width:90%; max-width:850px; max-height:90vh; overflow:auto; z-index:100000;
    padding:30px; box-shadow:0 0 50px rgba(201,166,107,0.6);
}
.la-orden-modal .close { float:right; font-size:2.5rem; color:#C9A66B; cursor:pointer; }