#kosmon-admin-calendar {
    width: 100%;
    height: calc(100vh - 150px);
    margin: 20px auto;
}

.fc {
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

.fc-daygrid-day {
    min-height: 120px;
}

.fc-daygrid-event {
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 14px;
    white-space: normal !important;
}

.fc-event-title {
    font-weight: 600;
}

.fc-event-time {
    font-weight: 500;
}

.fc .fc-toolbar-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.kosmon-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.kosmon-modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 420px;
    max-width: 90%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

.kosmon-modal-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.kosmon-modal-actions button {
    margin-right: 8px;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.kosmon-btn-edit { background: #2196f3; color: white; }
.kosmon-btn-cancel { background: #f44336; color: white; }
.kosmon-btn-complete { background: #4caf50; color: white; }
.kosmon-btn-close { background: #9e9e9e; color: white; }
