.operator-class-body{
    --class-primary:#5b34da;
    --class-soft:#f0ebff;
}
.operator-class-hero{
    background:
        radial-gradient(circle at 88% 16%,rgba(255,255,255,.23),transparent 25%),
        linear-gradient(135deg,#35128f 0%,#6f43ed 55%,#8b5cf6 100%);
}
.operator-class-emoji{
    width:64px;height:64px;border-radius:20px;display:inline-grid;place-items:center;
    background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);
    font-size:2rem;box-shadow:0 16px 30px rgba(30,12,80,.18);flex:0 0 auto;
}
.operator-class-row{grid-template-columns:minmax(210px,2.2fr) minmax(90px,.8fr) minmax(70px,.6fr) minmax(90px,.8fr) minmax(100px,.9fr) auto;}
.operator-metric{
    min-height:86px;border:1px solid #e8e7f0;border-radius:18px;padding:16px;
    background:linear-gradient(180deg,#fff,#faf9ff);display:flex;flex-direction:column;justify-content:center;
}
.operator-metric small{color:#77758a;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;}
.operator-metric strong{font-size:1.35rem;margin-top:4px;color:#242134;}
.operator-mini-item,.operator-content-item,.operator-forum-item{
    border:1px solid #e8e7f0;border-radius:18px;background:#fff;padding:16px;
}
.operator-mini-item{display:flex;flex-direction:column;gap:4px;}
.operator-mini-item small{color:#77758a;line-height:1.45;}
.operator-content-item,.operator-forum-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;}
.operator-forum-item.muted{opacity:.67;background:#f7f7fa;}
.operator-table thead th,.operator-gradebook-table thead th{
    white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#77758a;
    background:#f7f6fc;border-bottom:1px solid #e5e3ef;
}
.operator-table td,.operator-gradebook-table td{vertical-align:middle;}
.operator-gradebook-table{min-width:880px;}
.operator-gradebook-table .sticky-col{position:sticky;left:0;z-index:2;background:#fff;min-width:210px;box-shadow:7px 0 16px rgba(35,27,68,.04);}
.operator-gradebook-table thead .sticky-col{z-index:3;background:#f7f6fc;}
.grade-pill{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:6px 10px;border-radius:999px;font-weight:800;font-size:.82rem;}
.grade-pill.pass{background:#dcfce7;color:#166534;}
.grade-pill.review{background:#fef3c7;color:#92400e;}
.operator-action.locked{pointer-events:none;opacity:.58;filter:grayscale(.12);}
.operator-access-form .operator-code-input{text-transform:uppercase;letter-spacing:.08em;font-weight:800;}
@media(max-width:1199.98px){
    .operator-class-row{grid-template-columns:1.8fr .8fr .6fr .8fr;}
    .operator-class-row>*:nth-child(5),.operator-class-row>*:nth-child(6){display:none;}
}
@media(max-width:767.98px){
    .operator-class-emoji{width:52px;height:52px;border-radius:16px;font-size:1.6rem;}
    .operator-class-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start;}
    .operator-class-row>*:first-child{grid-column:1/-1;}
    .operator-class-row>*:nth-child(5),.operator-class-row>*:nth-child(6){display:block;}
    .operator-content-item,.operator-forum-item{flex-direction:column;}
    .operator-content-item>form,.operator-forum-item>div:last-child{align-self:stretch;}
    .operator-gradebook-table .sticky-col{position:static;box-shadow:none;}
}
