:root{--ixpath-ink:#111214;--ixpath-graphite:#2b2f36;--ixpath-steel:#5b6572;--ixpath-silver:#d9dde2;--ixpath-ivory:#f7f5f1;--ixpath-accent:#51657e;--ixpath-white:#fff}
.ixpath-student-nav{margin-block:0 28px;border:1px solid var(--ixpath-silver);background:var(--ixpath-white);overflow-x:auto}.ixpath-student-nav ul{display:flex;list-style:none;margin:0;padding:0;min-width:max-content}.ixpath-student-nav li{margin:0}.ixpath-student-nav a{display:block;padding:14px 18px;color:var(--ixpath-graphite);text-decoration:none;border-block-end:2px solid transparent}.ixpath-student-nav li.is-active a{color:var(--ixpath-ink);border-block-end-color:var(--ixpath-accent);font-weight:600}
.ixpath-dashboard-overview,.ixpath-dashboard-panel,.ixpath-workspace{max-width:1180px;margin-inline:auto}.ixpath-dashboard-welcome,.ixpath-dashboard-panel,.ixpath-workspace{background:var(--ixpath-white);border:1px solid var(--ixpath-silver);padding:clamp(22px,3vw,38px)}.ixpath-dashboard-welcome{margin-block-end:24px}.ixpath-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--ixpath-steel)}
.ixpath-dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.ixpath-dashboard-card,.ixpath-application,.ixpath-project,.ixpath-timeline-item{border:1px solid var(--ixpath-silver);background:var(--ixpath-white);padding:22px}.ixpath-dashboard-number,.ixpath-dashboard-symbol{display:block;font-size:32px;line-height:1;margin-block-end:20px;color:var(--ixpath-accent)}
.ixpath-button,button.ixpath-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;background:var(--ixpath-ink);color:var(--ixpath-white)!important;text-decoration:none;border:1px solid var(--ixpath-ink);cursor:pointer}.ixpath-applications,.ixpath-projects,.ixpath-timeline{display:grid;gap:16px}.ixpath-profile-list{display:grid;gap:0;margin:0}.ixpath-profile-list>div{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:18px;padding-block:14px;border-block-end:1px solid var(--ixpath-silver)}.ixpath-profile-list dt{font-weight:600}.ixpath-profile-list dd{margin:0}@media(max-width:680px){.ixpath-profile-list>div{grid-template-columns:1fr;gap:4px}}


.ixpath-profile-header,
.ixpath-profile-completion-row {
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
}
.ixpath-profile-completion,
.ixpath-profile-section,
.ixpath-profile-edit {
    margin-top:20px;
    padding:20px;
    border:1px solid rgba(17,18,20,.12);
    border-radius:10px;
    background:#fff;
}
.ixpath-profile-progress {
    height:8px;
    margin-top:10px;
    overflow:hidden;
    border-radius:999px;
    background:rgba(17,18,20,.10);
}
.ixpath-profile-progress > span {
    display:block;
    height:100%;
    background:currentColor;
}
.ixpath-profile-sections {
    display:grid;
    gap:18px;
}
.ixpath-profile-long {
    margin-top:16px;
}
.ixpath-registration {
    max-width:760px;
    margin:40px auto;
}
@media (max-width: 700px) {
    .ixpath-profile-header,
    .ixpath-profile-completion-row {
        align-items:flex-start;
        flex-direction:column;
    }
}
