/**
 * UNIMART2040 — Shared student-facing pages (profile, orders, password reset)
 * Complements auth-2040 (login/signup) and opportunity-dashboard (/me/).
 */
.student-page {
    max-width: 640px;
    margin: 0 auto;
    padding: 1.25rem 1rem 5rem;
}
.student-page--wide {
    max-width: 960px;
}
@media (min-width: 992px) {
    .student-page--wide {
        max-width: 1120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
.student-page__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--unimart-orange, #f68b1e);
    text-decoration: none;
    margin-bottom: 1rem;
}
.student-page__hero {
    background: linear-gradient(135deg, var(--unimart-slate, #2c3e50) 0%, var(--secondary-light) 100%);
    color: #fff;
    border-radius: 14px;
    padding: 1.25rem 1.35rem;
    margin-bottom: 1rem;
}
.student-page__hero h1 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}
.student-page__hero p {
    font-size: 0.85rem;
    color: rgba(232, 230, 240, 0.65);
    margin: 0;
}
.student-card {
    background: var(--unimart-bg, #fff);
    border: 1px solid var(--unimart-border, var(--unimart-border));
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    margin-bottom: 0.85rem;
}
.student-card h2 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--unimart-text-muted, var(--gray));
    margin: 0 0 0.85rem;
}
.student-card .form-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--unimart-slate, #2c3e50);
}
.student-card .form-control,
.student-card .form-select {
    border-radius: 10px;
    border-color: var(--unimart-border, var(--unimart-border));
    min-height: 44px;
}
.student-card .form-control:focus,
.student-card .form-select:focus {
    border-color: rgba(246, 139, 30, 0.55);
    box-shadow: 0 0 0 3px rgba(246, 139, 30, 0.12);
}
.student-submit {
    width: 100%;
    min-height: 46px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--unimart-orange, #f68b1e), var(--primary-dark));
}
.student-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.student-tag {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(246, 139, 30, 0.12);
    color: var(--unimart-slate, #2c3e50);
    border: 1px solid rgba(246, 139, 30, 0.25);
}
.student-tag--muted {
    background: rgba(9, 1, 55, 0.05);
    border-color: var(--unimart-border, var(--unimart-border));
    color: var(--unimart-text-muted, var(--gray));
}

/* Auth-style centered card (password reset) */
.student-auth-card {
    max-width: 400px;
    margin: 2rem auto 5rem;
    padding: 0 1rem;
}
.student-auth-card__panel {
    background: var(--secondary);
    border-radius: 14px;
    padding: 1.5rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.student-auth-card__panel h1 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.35rem;
}
.student-auth-card__panel p {
    font-size: 0.85rem;
    color: rgba(232, 230, 240, 0.55);
    margin: 0 0 1.25rem;
}
.student-auth-card__panel .form-control {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 10px;
    min-height: 46px;
}
.student-auth-card__panel .form-control:focus {
    border-color: rgba(246, 139, 30, 0.55);
    box-shadow: 0 0 0 3px rgba(246, 139, 30, 0.1);
    color: #fff;
}
.student-auth-card__panel label {
    color: rgba(232, 230, 240, 0.7);
    font-size: 0.78rem;
    font-weight: 600;
}

/* Shop home — campus strip for logged-in students */
.campus-strip {
    background: linear-gradient(135deg, var(--unimart-slate, #2c3e50) 0%, var(--secondary-light) 100%);
    color: #fff;
    padding: 0.85rem 1rem;
    margin-bottom: 0;
}
.campus-strip__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.campus-strip__eyebrow {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--unimart-orange, #f68b1e);
    margin: 0 0 2px;
}
.campus-strip__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 4px;
}
.campus-strip__stats {
    font-size: 0.75rem;
    color: rgba(232, 230, 240, 0.65);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.campus-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.campus-strip__btn {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.campus-strip__btn--primary {
    background: var(--unimart-orange, #f68b1e);
    border-color: var(--unimart-orange, #f68b1e);
    color: #fff;
}

/* Shop / checkout accent bar */
.unimart-page-accent {
    border-bottom: 3px solid var(--unimart-orange, #f68b1e);
}

.opp-snapshot__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.opp-snapshot__item--highlight {
    border: 1px solid rgba(246, 139, 30, 0.35);
    background: rgba(246, 139, 30, 0.06);
}
.opp-snapshot__value--muted {
    color: var(--unimart-text-muted, var(--gray));
    font-weight: 600;
}
.opp-snapshot__micro {
    font-size: 0.62rem;
    color: var(--unimart-text-muted, var(--gray));
    margin: 2px 0 0;
}
