.panel-body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Noto Sans', sans-serif;
}

.panel-body--admin {
    background:
        radial-gradient(circle at top left, rgba(246, 198, 106, 0.14), transparent 20%),
        linear-gradient(180deg, #fff8ef 0%, #ffffff 280px);
}

.panel-body--college {
    background:
        radial-gradient(circle at top left, rgba(231, 138, 26, 0.12), transparent 18%),
        linear-gradient(180deg, #fffaf1 0%, #ffffff 280px);
}

.panel-body--partner {
    background:
        radial-gradient(circle at top left, rgba(113, 130, 116, 0.14), transparent 18%),
        linear-gradient(180deg, #fcfaf5 0%, #ffffff 280px);
}

.panel-main {
    min-height: 100vh;
}

.panel-shell {
    width: min(1400px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 48px;
    display: grid;
    gap: 24px;
}

.panel-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 280px minmax(0, 1fr);
}

.panel-sidebar {
    border-radius: 28px;
    padding: 22px;
    color: #fff;
    box-shadow: 0 22px 50px rgba(86, 56, 0, 0.14);
    position: relative;
    overflow: hidden;
}

.panel-sidebar::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(6px);
}

.panel-sidebar--admin {
    background: linear-gradient(180deg, #261e17 0%, #3a2d22 55%, #5b4b3f 100%);
}

.panel-sidebar--college {
    background: linear-gradient(180deg, #e78a1a 0%, #c96810 100%);
}

.panel-sidebar--partner {
    background: linear-gradient(180deg, #59685b 0%, #39433a 100%);
}

.panel-sidebar__eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
}

.panel-sidebar__title {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.panel-nav {
    margin-top: 20px;
    display: grid;
    gap: 8px;
}

.panel-nav__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.panel-nav__link.is-active,
.panel-nav__link:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.panel-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(180deg, #fffefb 0%, #fff7ea 100%);
    border: 1px solid rgba(234, 217, 183, 0.9);
    border-radius: 24px;
    padding: 18px 20px;
    box-shadow: 0 14px 36px rgba(86, 56, 0, 0.08);
}

.panel-topbar__title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #2d2d2d;
}

.panel-topbar__text {
    margin: 6px 0 0;
    color: #5f6368;
    line-height: 1.7;
    font-size: 14px;
}

.panel-content {
    display: grid;
    gap: 24px;
}

.panel-metrics {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panel-metric {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    border: 1px solid rgba(234, 217, 183, 0.9);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 14px 36px rgba(86, 56, 0, 0.08);
}

.panel-metric__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff1d8;
    color: #c96810;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.panel-metric__value {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 800;
    color: #2d2d2d;
}

.panel-metric__label {
    margin-top: 6px;
    font-size: 14px;
    color: #5f6368;
}

.panel-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    border: 1px solid rgba(234, 217, 183, 0.9);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 14px 36px rgba(86, 56, 0, 0.08);
}

.panel-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.panel-card__title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #2d2d2d;
}

.panel-card__text {
    margin: 6px 0 0;
    color: #5f6368;
    font-size: 14px;
    line-height: 1.7;
}

.panel-tile-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel-tile {
    border: 1px solid rgba(234, 217, 183, 0.9);
    border-radius: 20px;
    padding: 18px;
    background: linear-gradient(180deg, #fffaf1 0%, #fff3df 100%);
}

.panel-tile__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #fff;
    color: #c96810;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.panel-tile__title {
    margin: 14px 0 0;
    font-size: 18px;
    font-weight: 800;
    color: #2d2d2d;
}

.panel-tile__meta {
    margin-top: 6px;
    color: #5f6368;
    font-size: 14px;
}

.panel-list {
    display: grid;
    gap: 12px;
}

.panel-list__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(234, 217, 183, 0.9);
    background: rgba(255, 255, 255, 0.92);
}

.panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff1d8;
    color: #c96810;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.panel-spotlight-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel-spotlight {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
    border: 1px solid rgba(234, 217, 183, 0.9);
    box-shadow: 0 10px 28px rgba(86, 56, 0, 0.06);
}

.panel-spotlight strong,
.panel-spotlight span {
    display: block;
}

.panel-spotlight strong {
    font-size: 28px;
    font-weight: 800;
    color: #2d2d2d;
}

.panel-spotlight span {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #5f6368;
}

.panel-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.panel-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff8ee;
    border: 1px solid rgba(234, 217, 183, 0.9);
    color: #5f6368;
    font-size: 13px;
    font-weight: 800;
}

.role-matrix {
    width: 100%;
    border-collapse: collapse;
}

.role-matrix th,
.role-matrix td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(234, 217, 183, 0.9);
    text-align: left;
}

.role-matrix th {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5f6368;
    font-weight: 800;
}

@media (max-width: 1080px) {
    .panel-grid,
    .panel-metrics,
    .panel-tile-grid,
    .panel-spotlight-grid {
        grid-template-columns: 1fr;
    }
}
