* { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --green-dark:   #374834;
    --green-mid:    #406f52;
    --olive:        #6e644a;
    --tan:          #d5c09a;
    --tan-light:    #ede3ce;
    --tan-xlight:   #f7f3eb;
    --cream:        #faf8f4;
    --text-dark:    #1e2a1f;
    --text-mid:     #3d5242;
    --text-muted:   #59695c;
    --border:       #ddd5c0;
  }
  body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--text-dark); min-height: 100vh; }
  body.admin-bar { margin-top: 32px; }
  .nav-links { display: flex; gap: 28px; list-style: none; }
  .nav-links a { color: rgba(245,240,232,0.65); text-decoration: none; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; transition: color 0.2s; }
  .nav-links a:hover { color: var(--tan); }
  .nav-actions { display: flex; gap: 10px; align-items: center; }
  .btn-outline { border: 1px solid rgba(213,192,154,0.5); color: var(--tan); background: transparent; padding: 7px 18px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; cursor: pointer; transition: all 0.2s; }
  .btn-outline:hover { background: rgba(213,192,154,0.12); }
  .btn-solid { background: var(--tan); color: var(--green-dark); border: none; padding: 7px 18px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 700; cursor: pointer; transition: background 0.2s; }
  .btn-solid:hover { background: var(--tan-light); }
  .hero-band { background: var(--green-dark); padding: 48px 48px 0; position: relative; overflow: hidden; }
  .hero-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(64,111,82,0.35) 0%, transparent 70%); pointer-events: none; }
  .hero-band::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--olive); }
  .hero-inner { display: flex; align-items: flex-end; gap: 40px; max-width: 1100px; margin: 0 auto; animation: fadeUp 0.5s ease both; }
  .student-card { background: linear-gradient(150deg, var(--olive) 0%, #4a4130 100%); border-radius: 10px 10px 0 0; padding: 28px 30px 32px; min-width: 238px; position: relative; overflow: hidden; flex-shrink: 0; box-shadow: 0 -6px 32px rgba(0,0,0,0.28); }
  .student-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: rgba(255,255,255,0.06); pointer-events: none; }
  .avatar { width: 52px; height: 52px; border-radius: 50%; background: rgba(213,192,154,0.25); border: 2px solid rgba(213,192,154,0.5); display: flex; align-items: center; justify-content: center; font-size: 18px; color: #f5f0e8; font-weight: 900; margin-bottom: 14px; position: relative; z-index: 1; }
  .student-name { font-size: 20px; font-weight: 700; color: #f5f0e8; margin-bottom: 5px; position: relative; z-index: 1; line-height: 1.2; }
  .student-program { font-size: 10.35px; letter-spacing: 0.12em; text-transform: uppercase; color: #f5f0e8; margin-bottom: 16px; position: relative; z-index: 1; font-weight: 600; }
  .student-id-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(213,192,154,0.35); padding: 5px 12px; display: inline-block; font-size: 11px; letter-spacing: 0.08em; color: #f5f0e8; position: relative; z-index: 1; font-weight: 800; }
  .student-id-badge span { opacity: 1.0; margin-right: 6px; font-weight: 400; }
  .hero-text { padding-bottom: 32px; }
  .hero-eyebrow { font-size: 13px; color: var(--tan); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800; margin-bottom: 10px; }
  .hero-title { font-size: 40px; font-weight: 400; color: #f5f0e8; line-height: 1.1; margin-bottom: 14px; }
  .hero-title strong { font-weight: 900; color: var(--tan); }
  .hero-subtitle { font-size: 16px; font-weight: 600; color: #f5f0e8; line-height: 1.7; max-width: 500px; }
  .page-wrap { background: var(--cream); padding: 0 48px 60px; }
  .main { display: grid; grid-template-columns: 252px 1fr; gap: 0; max-width: 1100px; margin: 0 auto; }
  .sidebar { padding: 36px 0 0; }
  .sidebar-section { margin-bottom: 6px; }
  .sidebar-label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); padding: 0 0 10px 14px; border-bottom: 1px solid var(--border); margin-bottom: 4px; font-weight: 700; }
  .nav-item { display: flex; align-items: center; gap: 11px; padding: 10px 14px; border-radius: 5px; cursor: pointer; transition: all 0.18s; text-decoration: none; color: var(--text-mid); font-size: 13.85px; font-weight: 400; border-left: 2px solid transparent; margin-bottom: 1px; }
  .nav-item:hover { background: var(--tan-xlight); color: var(--green-dark); border-left-color: var(--tan); }
  .nav-item.active { background: var(--tan-xlight); color: var(--green-dark); font-weight: 700; border-left-color: var(--tan); }
  .nav-item .icon { width: 28px; height: 28px; background: var(--tan-light); border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; transition: background 0.18s; }
  .nav-item.active .icon, .nav-item:hover .icon { background: rgba(213,192,154,0.45); }
  .nav-badge { margin-left: auto; background: var(--green-dark); color: var(--tan); font-size: 9px; padding: 2px 7px; border-radius: 20px; letter-spacing: 0.06em; font-weight: 700; }
  .nav-item.danger { color: #8b3535; }
  .nav-item.danger:hover { background: #fdf0f0; border-left-color: #c05050; color: #c05050; }
  .primary-content { padding: 36px 0 0 44px; border-left: 1px solid var(--border); }
  .section-title { font-size: 26px!important; font-weight: 900; color: var(--green-dark); margin-bottom: 4px; letter-spacing: -0.02em; }
  .section-sub { font-size: 14px; color: var(--text-muted); letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; }
  .divider { height: 2px; background: linear-gradient(to right, var(--tan), transparent); margin-bottom: 28px; width: 100px; }
  .stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 20px; animation: fadeUp 0.5s 0.1s ease both; }
  .stat-card { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 20px; position: relative; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
  .stat-card:hover { box-shadow: 0 4px 20px rgba(55,72,52,0.10); transform: translateY(-2px); }
  .stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--tan); }
  .stat-label { font-size: 11.25px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; font-weight: 700; }
  .stat-value { font-size: 38px; font-weight: 900; color: var(--green-dark); line-height: 1; margin-bottom: 5px; letter-spacing: -0.03em; }
  .stat-value sup { font-size: 16px; color: var(--text-muted); font-weight: 400; }
  .stat-sub { font-size: 11px; color: var(--text-muted); }
  .progress-section { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 22px 24px; margin-bottom: 18px; animation: fadeUp 0.5s 0.2s ease both; }
  .prog-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
  .prog-title { font-size: 18px; font-weight: 700; color: var(--green-dark); }
  .prog-pct { font-size: 24px; color: var(--olive); font-weight: 900; letter-spacing: -0.02em; }
  .progress-bar { height: 7px; width: 100%; background: var(--tan-light); border-radius: 4px; overflow: hidden; margin-bottom: 8px; }
  .progress-fill { height: 100%; background: linear-gradient(to right, var(--green-dark), var(--green-mid)); border-radius: 4px; width: 0%; }
  .prog-sub { font-size: 13px; color: var(--text-muted); font-weight: 500; }
  .quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; animation: fadeUp 0.5s 0.3s ease both; }
  .quick-card { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 18px 20px; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
  .quick-card:hover { border-color: var(--tan); box-shadow: 0 4px 18px rgba(110,100,74,0.14); transform: translateY(-2px); }
  .quick-icon { width: 42px; height: 42px; border-radius: 8px; background: var(--tan-xlight); border: 1px solid var(--tan-light); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: background 0.2s; }
  .quick-card:hover .quick-icon { background: var(--tan-light); }
  .quick-card-title { font-size: 13px; font-weight: 700; color: var(--green-dark); margin-bottom: 3px; }
  .quick-card-desc { font-size: 13px; color: var(--text-muted); line-height: 1.4; font-weight: 400; }
  .quick-card-arrow { margin-left: auto; color: var(--tan); font-size: 20px; opacity: 0; transition: opacity 0.2s, transform 0.2s; flex-shrink: 0; font-weight: 900; }
  .quick-card:hover .quick-card-arrow { opacity: 1; transform: translateX(4px); }
  .progress-next {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 22px;
	padding: 20px 22px;
	border: 1px solid #e6dcc7;
	border-radius: 14px;
	background: #faf8f2;
}

.progress-next-copy {
	min-width: 0;
	flex: 1 1 auto;
}

.progress-next-copy .prog-sub {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7b8778;
}

.progress-next-title {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #3f5241;
}

.progress-next-step {
	font-size: 16px;
	line-height: 1.5;
	color: #617064;
}

.progress-next-step-type {
	font-weight: 600;
	color: #4e5f50;
}

.progress-next-step-name {
	color: #617064;
	font-weight: 500;
}

.progress-next-actions {
	flex: 0 0 auto;
}

.progress-next-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid var(--green-mid);
	border-radius: 999px;
	background: var(--green-mid);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.progress-next-actions a:hover {
	background: var(--green-dark);
	border-color: var(--green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.progress-next-actions a:focus {
	outline: 2px solid rgba(111, 138, 114, 0.22);
	outline-offset: 2px;
}

.progress-next-actions a:active {
	transform: translateY(0);
}

@media (max-width: 767px) {
	.progress-next {
		flex-direction: column;
		align-items: flex-start;
	}

	.progress-next-actions {
		width: 100%;
	}

	.progress-next-actions a {
		width: 100%;
	}
}
  @keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }