/* AulaNova UCE v0.3.0 · Diseño microcurricular semanal + Moodle */

.anu-stack.compact { gap: 12px; }
.anu-unit-contribution { display: grid; gap: 8px; }

.anu-unit-week-group { padding: 18px; }
.anu-week-card,
.anu-week-moodle {
  border: 1px solid rgba(31,78,121,.16);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,.72);
}

.anu-week-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.anu-week-head h4 { margin: 4px 0 0; }
.anu-week-head .anu-code { white-space: nowrap; }

.anu-moodle-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 12px;
}

.anu-moodle-slot {
  border: 1px dashed rgba(31,78,121,.25);
  border-radius: 14px;
  padding: 12px;
  background: rgba(247,250,255,.85);
}

.anu-moodle-slot .anu-code {
  display: inline-flex;
  margin-bottom: 10px;
}

.anu-preview-week {
  padding: 10px 12px;
  margin: 8px 0;
  border-left: 3px solid rgba(31,78,121,.28);
  background: rgba(247,250,255,.7);
}

.anu-preview-week .anu-code {
  margin-right: 6px;
  margin-top: 6px;
}

.anu-table-wrap input,
.anu-table-wrap select {
  width: 100%;
  min-width: 90px;
  box-sizing: border-box;
}

.anu-card textarea[data-articulation],
.anu-week-card textarea,
.anu-week-moodle textarea {
  min-height: 92px;
}

@media (max-width: 900px) {
  .anu-moodle-grid { grid-template-columns: 1fr; }
  .anu-week-head { flex-direction: column; }
}
