
/* V10.3.8 live portal additions — preserve the existing POSN visual design */
.posn-expert-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#1b1630;color:#f2d16e;font-size:.7rem;font-weight:1000;letter-spacing:.06em}
.posn-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.posn-route-card{display:block;padding:22px;border:1px solid var(--posn-line);border-radius:22px;background:#fff;color:var(--posn-ink);text-decoration:none;box-shadow:0 12px 34px rgba(15,23,42,.06);transition:.2s}.posn-route-card:hover{transform:translateY(-3px)}.posn-route-card span{color:var(--subject-color,var(--posn-red));font-size:.72rem;font-weight:1000;letter-spacing:.12em}.posn-route-card h2{margin:8px 0}.posn-route-card p{margin:0;color:var(--posn-muted);line-height:1.6}.posn-route-card b{display:inline-flex;margin-top:15px;padding:9px 13px;border-radius:11px;background:var(--subject-color,var(--posn-red));color:#fff}
.posn-live-home-v1039{padding:62px 0;background:#f5f7fb}.posn-live-home-v1039 .posn-home-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:22px}.posn-live-home-v1039 .posn-home-head small{color:#bd1e2c;font-weight:1000;letter-spacing:.13em}.posn-live-home-v1039 h2{margin:6px 0;font-size:clamp(2rem,3.4vw,3rem)}.posn-live-home-v1039 p{margin:0;color:#687386}.posn-home-subjects{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.posn-home-subject{display:block;padding:17px;border:1px solid #dfe6ef;border-radius:19px;background:#fff;color:#17202c;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.055)}.posn-home-subject .icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--color),var(--dark));color:#fff;font-size:1.25rem}.posn-home-subject h3{margin:12px 0 5px}.posn-home-subject small{color:#687386}.posn-home-subject .links{display:flex;gap:6px;margin-top:12px}.posn-home-subject .links span{padding:6px 8px;border-radius:999px;background:var(--soft);color:var(--dark);font-size:.67rem;font-weight:900}
.posn-live-empty{grid-column:1/-1;padding:28px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;text-align:center;color:#687386}.posn-level-note{margin:0 0 18px;padding:13px 15px;border:1px solid #eadca9;border-radius:15px;background:#fff8df;color:#6f5d2b}.posn-resource-card[data-level="expert"] .posn-resource-cover .status{background:#1b1630;color:#f2d16e}
@media(max-width:980px){.posn-home-subjects{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.posn-route-grid{grid-template-columns:1fr}.posn-home-subjects{grid-template-columns:1fr}.posn-live-home-v1039 .posn-home-head{align-items:stretch;flex-direction:column}}


/* V10.3.9 — restore subject-specific icons without changing card design */
.posn-original-subject-icon{
  display:block;
  width:72%;
  height:72%;
  object-fit:contain;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.2));
}
.posn-original-subject-icon.compact{width:70%;height:70%}
.posn-subject-glyph{display:grid;place-items:center;width:100%;height:100%;line-height:1}
.posn-inline-subject-icon{width:20px;height:20px;object-fit:contain;vertical-align:middle;margin-right:3px}
.posn-subject-nav a{display:inline-flex;align-items:center;gap:4px}
