:root{
  --navy:#0b1d31;--navy-2:#12314f;--navy-3:#183d5e;--accent:#ef6547;--accent-soft:#fff0ea;
  --ink:#14263a;--muted:#6e8095;--line:#d8e2eb;--line-strong:#c9d6e2;--bg:#f2f5f8;--panel:#fff;
  --green:#187956;--green-soft:#e8f6ef;--red:#a94741;--red-soft:#fcebea;--amber:#a56f16;--amber-soft:#fff5df;
  --shadow:0 18px 48px rgba(22,47,73,.09);--shadow-soft:0 10px 30px rgba(24,49,76,.06);
}
*{box-sizing:border-box}
html{font-family:"Segoe UI Variable","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:var(--bg)}
body{margin:0;background:radial-gradient(circle at 80% 8%,rgba(36,83,119,.06),transparent 28%),radial-gradient(circle at 18% 84%,rgba(239,101,71,.05),transparent 24%),var(--bg);min-height:100vh}
a{color:inherit}button,input,select,textarea{font:inherit}.student-shell{min-height:100vh;display:grid;grid-template-columns:278px minmax(0,1fr)}

/* Sidebar */
.student-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#0b1d31 0%,#0d253d 58%,#0a1a2b 100%);color:#fff;padding:22px 18px 18px;display:flex;flex-direction:column;z-index:40;overflow:hidden;border-right:1px solid rgba(255,255,255,.04)}
.student-sidebar:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(255,255,255,.05);right:-150px;top:180px;box-shadow:0 0 0 42px rgba(255,255,255,.018),0 0 0 88px rgba(255,255,255,.012);pointer-events:none}
.student-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px;text-decoration:none;padding:2px 4px}.student-brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px 14px 14px 6px;background:linear-gradient(145deg,#ff7656,#e75135);font-size:27px;font-weight:900;box-shadow:0 12px 28px rgba(239,101,71,.25)}.student-brand strong{display:block;font-size:20px;letter-spacing:-.045em}.student-brand small{display:block;color:#91a9bf;font-size:10px;margin-top:2px;text-transform:uppercase;letter-spacing:.16em}
.student-sidebar-card{position:relative;z-index:1;margin:24px 2px 10px;padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:inset 0 1px rgba(255,255,255,.04)}.student-sidebar-card>div:first-child{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center}.student-sidebar-card>div:first-child>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--accent);font-weight:900;font-size:14px}.student-sidebar-card strong{font-size:12px;line-height:1.35}.student-sidebar-progress{height:5px;border-radius:99px;background:rgba(255,255,255,.1);overflow:hidden;margin:14px 0 9px}.student-sidebar-progress i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#ff7e5f,#ffb09c)}.student-sidebar-card>small{display:flex;justify-content:space-between;color:#94a9bd;font-size:10px}.student-sidebar-card>small b{color:#fff}
.student-sidebar nav{position:relative;z-index:1;display:grid;gap:4px;margin-top:16px}.student-sidebar nav a{position:relative;display:flex;align-items:center;gap:12px;text-decoration:none;color:#b6c5d3;padding:10px 11px;border-radius:12px;font-size:13px;font-weight:700;transition:.18s ease}.student-sidebar nav a:after{content:"";position:absolute;left:-18px;width:3px;height:0;border-radius:0 4px 4px 0;background:var(--accent);transition:.18s ease}.student-sidebar nav a i{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.055);font-style:normal;color:#9cb2c6;transition:.18s ease}.student-sidebar nav a i svg,.student-sidebar-bottom svg,.student-notification-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-sidebar nav a:hover{background:rgba(255,255,255,.055);color:#fff;transform:translateX(2px)}.student-sidebar nav a.active{background:linear-gradient(90deg,rgba(255,255,255,.11),rgba(255,255,255,.055));color:#fff}.student-sidebar nav a.active:after{height:30px}.student-sidebar nav a.active i{background:var(--accent);color:#fff;box-shadow:0 8px 18px rgba(239,101,71,.22)}.student-nav-count{margin-left:auto;min-width:19px;height:19px;border-radius:99px;background:var(--accent);display:grid;place-items:center;color:#fff;font-size:9px;padding:0 5px}
.student-sidebar-bottom{position:relative;z-index:1;margin-top:auto;display:grid;gap:7px;border-top:1px solid rgba(255,255,255,.08);padding-top:14px}.student-sidebar-bottom a,.student-sidebar-bottom button{width:100%;border:0;background:transparent;color:#9fb2c4;text-decoration:none;text-align:left;font:inherit;font-size:12px;padding:9px 10px;cursor:pointer;display:flex;align-items:center;gap:10px;border-radius:10px}.student-sidebar-bottom a:hover,.student-sidebar-bottom button:hover{background:rgba(255,255,255,.05);color:#fff}.student-sidebar-bottom i{width:24px;height:24px;display:grid;place-items:center}

/* Topbar */
.student-main{min-width:0}.student-topbar{height:82px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(205,217,227,.9);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:30}.student-topbar-left,.student-topbar-right{display:flex;align-items:center;gap:14px}.student-topbar-title{display:grid;grid-template-columns:auto auto;column-gap:8px;align-items:baseline}.student-topbar-title small{grid-column:1/-1;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.student-topbar-title strong{font-size:15px}.student-topbar-title span{color:#94a3b2;font-size:10px}.student-menu{display:none;border:0;background:var(--navy);color:#fff;border-radius:10px;width:38px;height:38px;cursor:pointer}.student-user{display:flex;align-items:center;gap:10px;text-decoration:none;padding:6px 9px 6px 6px;border-radius:14px;transition:.18s ease}.student-user:hover{background:#f3f6f8}.student-user>span{width:39px;height:39px;border-radius:13px;background:linear-gradient(145deg,var(--navy),#1a4263);color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}.student-user strong{display:block;font-size:12px}.student-user small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.student-notifications{position:relative}.student-notification-button{position:relative;width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:#fff;color:#42596f;display:grid;place-items:center;cursor:pointer;transition:.18s ease}.student-notification-button:hover,.student-notifications.is-open .student-notification-button{border-color:#efaa99;color:var(--accent);background:#fff8f5}.student-notification-button b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--accent);color:#fff;font-size:9px;display:grid;place-items:center;border:2px solid #fff}.student-notification-popover{position:absolute;right:0;top:52px;width:min(390px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px rgba(17,42,67,.2);overflow:hidden;z-index:80}.student-notification-head{display:flex;justify-content:space-between;align-items:center;padding:16px 17px;border-bottom:1px solid #e9eef3;background:linear-gradient(180deg,#fff,#fafcfd)}.student-notification-head small{display:block;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:9px;font-weight:800}.student-notification-head strong{display:block;margin-top:3px;font-size:14px}.student-notification-head>span{padding:5px 8px;border-radius:99px;background:var(--accent-soft);color:#b84c34;font-size:9px;font-weight:900}.student-notification-list{display:grid;max-height:390px;overflow:auto}.student-notification-list a{position:relative;display:grid;grid-template-columns:12px 1fr;gap:10px;text-decoration:none;padding:13px 16px;border-bottom:1px solid #edf1f4}.student-notification-list a:last-child{border-bottom:0}.student-notification-list a:hover{background:#f8fafb}.student-notification-list a>i{width:8px;height:8px;border-radius:50%;background:#9eb0c0;margin-top:5px}.student-notification-list a.kind-lesson>i{background:var(--accent)}.student-notification-list a.kind-exam>i{background:#315d89}.student-notification-list a.kind-announcement>i{background:#b8862b}.student-notification-list a.is-new:after{content:"";position:absolute;right:11px;top:11px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.student-notification-list small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.student-notification-list strong{display:block;font-size:12px;margin-top:2px;padding-right:10px}.student-notification-list span{display:block;color:#7c8da0;font-size:10px;margin-top:3px;line-height:1.4}.student-notification-empty{padding:28px 18px;text-align:center;color:var(--muted);font-size:12px}

/* Content */
.student-content{padding:34px clamp(22px,3vw,46px) 52px;max-width:1520px;margin:0 auto}.student-alert{padding:13px 15px;border-radius:13px;margin-bottom:18px;font-size:13px}.student-alert.success{background:#eaf7f1;color:#176d4d;border:1px solid #bee7d6}.student-alert.error{background:#fff0ef;color:#9a403b;border:1px solid #f2cfcb}.student-alert ul{margin:8px 0 0}.student-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px;position:relative}.student-page-head:before{content:"";position:absolute;left:-14px;top:4px;width:3px;height:42px;border-radius:99px;background:linear-gradient(var(--accent),#ffac96)}.student-kicker{display:block;color:var(--accent);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.student-page-head h1{margin:6px 0 7px;font-size:31px;letter-spacing:-.045em;line-height:1.12}.student-page-head p{margin:0;color:var(--muted);line-height:1.6;max-width:760px;font-size:13px}.student-state{padding:8px 12px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:11px;font-weight:900}.student-dashboard-head h1{max-width:760px}.student-card,.student-program-hero,.student-detail-grid>div,.student-process-list article,.student-document-grid article,.student-timeline article,.student-exam-grid article,.student-announcements-page article{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}.student-card{padding:22px;margin-bottom:18px}.student-card-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.student-card-head h2{margin:5px 0 0;font-size:20px;letter-spacing:-.025em}.student-card-head p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.student-card-head>a{font-size:11px;font-weight:900;text-decoration:none;color:var(--accent)}

/* Dashboard */
.student-command-grid{display:grid;grid-template-columns:minmax(390px,1.05fr) minmax(330px,.95fr);gap:18px;margin-bottom:18px}.student-journey-board{position:relative;overflow:hidden;min-height:350px;padding:26px;border-radius:24px;background:linear-gradient(145deg,#0c233a 0%,#123a59 68%,#174563 100%);color:#fff;box-shadow:0 24px 56px rgba(16,45,70,.19)}.student-journey-board:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid rgba(255,255,255,.09);right:-110px;bottom:-120px;box-shadow:0 0 0 52px rgba(255,255,255,.025),0 0 0 104px rgba(255,255,255,.016)}.student-journey-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start}.student-journey-top>div>span{display:block;color:#a7c0d3;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.student-journey-top>div>strong{display:block;font-size:44px;line-height:1;margin-top:8px;letter-spacing:-.05em}.student-journey-top>div>small{display:block;color:#a8bfd1;font-size:11px;margin-top:7px}.student-journey-top>b{width:56px;height:56px;border-radius:17px 17px 17px 7px;background:linear-gradient(145deg,#ff7656,#e75135);display:grid;place-items:center;font-size:18px;box-shadow:0 14px 28px rgba(239,101,71,.25)}.student-progress-bar{position:relative;z-index:1;height:7px;border-radius:99px;background:rgba(255,255,255,.12);overflow:hidden;margin:22px 0}.student-progress-bar i{display:block;height:100%;background:linear-gradient(90deg,#fff,#ffb4a1);border-radius:99px}.student-journey-current{position:relative;z-index:1}.student-journey-current>span{color:#a7c0d3;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.student-journey-current h2{font-size:21px;max-width:520px;margin:8px 0 7px;letter-spacing:-.02em}.student-journey-current p{max-width:560px;margin:0;color:#c3d3df;font-size:12px;line-height:1.6}.student-route-dots{position:relative;z-index:1;display:flex;gap:8px;margin:25px 0 18px}.student-route-dots i{height:6px;flex:1;max-width:62px;border-radius:99px;background:rgba(255,255,255,.13)}.student-route-dots i.completed{background:#73d8ad}.student-route-dots i.current{background:var(--accent)}.student-journey-board>a{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:12px;font-weight:900}.student-journey-board>a span{font-size:17px}.student-focus-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}.student-focus-card{position:relative;overflow:hidden;display:grid;grid-template-columns:54px 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-soft)}.student-focus-card:after{content:"";position:absolute;right:-36px;bottom:-54px;width:130px;height:130px;border-radius:50%;background:rgba(19,49,79,.035)}.student-focus-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#eef3f7;color:var(--navy)}.student-focus-card.lesson .student-focus-icon{background:var(--accent-soft);color:var(--accent)}.student-focus-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-focus-copy>span{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.student-focus-copy h2{margin:5px 0 4px;font-size:16px;letter-spacing:-.02em}.student-focus-copy p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.student-focus-card>a{position:relative;z-index:1;align-self:end;text-decoration:none;color:var(--accent);font-size:10px;font-weight:900;white-space:nowrap}.student-glance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.student-glance-card{position:relative;min-height:145px;padding:18px 19px;border-radius:19px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.student-glance-card>span{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.student-glance-card>strong{font-size:16px;margin-top:8px;letter-spacing:-.015em}.student-glance-card>p{color:var(--muted);font-size:11px;margin:5px 0 0}.student-glance-card>a,.student-glance-card>button{margin-top:auto;padding:13px 0 0;border:0;background:transparent;text-align:left;color:var(--accent);font-size:10px;font-weight:900;cursor:pointer;text-decoration:none}.student-activity-card{padding:0;overflow:hidden}.student-activity-card .student-card-head{padding:20px 22px 16px;margin:0;border-bottom:1px solid #e8edf2}.student-activity-list{display:grid}.student-activity-list>a{position:relative;display:grid;grid-template-columns:12px 1fr 24px;gap:13px;align-items:center;padding:14px 20px;text-decoration:none;border-bottom:1px solid #edf1f4;transition:.16s ease}.student-activity-list>a:last-child{border-bottom:0}.student-activity-list>a:hover{background:#f9fbfc;padding-left:24px}.student-activity-list>a>i{width:9px;height:9px;border-radius:50%;background:#8fa4b5}.student-activity-list>a.kind-lesson>i{background:var(--accent)}.student-activity-list>a.kind-exam>i{background:#2d6796}.student-activity-list>a.kind-announcement>i{background:#c28a28}.student-activity-list>a span{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.student-activity-list>a strong{display:block;margin-top:2px;font-size:12px}.student-activity-list>a small{display:block;margin-top:2px;color:#7c8da0;font-size:10px}.student-activity-list>a>b{color:#9aa9b7;font-size:16px}.student-dashboard-announcements{margin-top:18px}

/* Shared content cards */
.student-announcement-list{display:grid;gap:9px}.student-announcement-list article{display:grid;grid-template-columns:100px 1fr;gap:17px;padding:14px 15px;border:1px solid #e6ecf1;border-radius:14px;background:#fbfcfd}.student-announcement-list article>span{font-size:10px;font-weight:900;color:var(--muted)}.student-announcement-list h3{margin:0;font-size:13px}.student-announcement-list p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.student-two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.student-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.student-detail-grid-4{grid-template-columns:repeat(4,1fr);margin-bottom:18px}.student-detail-grid>div{padding:17px;position:relative;overflow:hidden}.student-detail-grid>div:after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:-28px;bottom:-30px;background:rgba(16,49,79,.03)}.student-detail-grid small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.student-detail-grid strong{display:block;margin-top:7px;font-size:14px}.student-form{display:grid;gap:14px}.student-form label{display:grid;gap:7px}.student-form label span{font-size:11px;font-weight:800;color:#51657b}.student-form input{height:44px;border:1px solid var(--line-strong);border-radius:12px;padding:0 12px;background:#fbfcfd;outline:none}.student-form input:focus{border-color:#8da9c0;box-shadow:0 0 0 3px rgba(45,103,150,.08)}.student-form button,.student-login-card form button{border:0;border-radius:12px;background:linear-gradient(145deg,#f16d4d,#e85235);color:#fff;font-weight:900;min-height:46px;cursor:pointer;box-shadow:0 10px 22px rgba(239,101,71,.18)}.student-program-hero{position:relative;overflow:hidden;padding:25px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#0d243b,#174866);color:#fff;box-shadow:0 24px 48px rgba(19,57,86,.15)}.student-program-hero:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.08);right:-110px;top:-120px;box-shadow:0 0 0 42px rgba(255,255,255,.02)}.student-program-hero>div{display:flex;align-items:center;gap:18px;position:relative;z-index:1}.student-program-hero>div>span{width:58px;height:58px;border-radius:17px 17px 17px 7px;background:var(--accent);display:grid;place-items:center;font-size:20px;font-weight:900}.student-program-hero small{color:#a9c1d5}.student-program-hero h2{margin:5px 0;font-size:23px}.student-program-hero p{margin:0;color:#bdd0df}.student-program-hero>strong{position:relative;z-index:1;font-size:16px}.student-body-copy{color:var(--muted);line-height:1.75;margin:0;font-size:13px}

/* Process */
.student-process-list,.student-timeline,.student-announcements-page{display:grid;gap:13px}.student-process-list{position:relative}.student-process-list:before{content:"";position:absolute;left:26px;top:34px;bottom:34px;width:2px;background:#dce5ed}.student-process-list article{position:relative;display:grid;grid-template-columns:58px 1fr 150px;gap:18px;padding:18px;align-items:start;transition:.18s ease}.student-process-list article:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.student-process-list article.current{border-color:#efb6a8;box-shadow:0 16px 38px rgba(239,101,71,.1)}.student-process-list article.completed{background:linear-gradient(90deg,#fbfefc,#fff)}.student-process-no{position:relative;z-index:2;width:48px;height:48px;border-radius:14px;background:#eaf0f5;display:grid;place-items:center;font-weight:900;color:#4c6379;border:5px solid #fff}.student-process-list article.current .student-process-no{background:var(--accent);color:#fff}.student-process-list article.completed .student-process-no{background:#dff3e9;color:var(--green)}.student-process-main h2{margin:7px 0 6px;font-size:17px}.student-process-main p{margin:0;color:var(--muted);line-height:1.6;font-size:12px}.student-process-main ul{padding-left:18px;color:#556a80;line-height:1.65;font-size:11px}.student-status-pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#edf2f6;color:#536b82;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.student-process-list article.current .student-status-pill{background:#fff0eb;color:#b6533c}.student-process-list article.completed .student-status-pill{background:#e8f6ef;color:#237956}.student-process-side small{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.student-process-side strong{display:block;margin-top:6px;font-size:12px}.student-process-side span{display:block;margin-top:9px;color:var(--green);font-size:10px}.student-process-note{padding:9px 11px;border-radius:11px;background:#f6f8fa;margin-top:11px;border-left:2px solid #b8c8d6}.student-process-note small{display:block;color:var(--muted);font-size:9px}.student-process-note strong{display:block;margin-top:3px;font-size:11px}

/* Documents */
.student-document-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.student-document-grid article{position:relative;padding:17px;display:grid;grid-template-columns:43px 1fr;gap:13px;overflow:hidden}.student-document-grid article:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#c7d4df}.student-document-grid article.doc-approved:after,.student-document-grid article.doc-received:after{background:#58b68d}.student-document-grid article.doc-missing:after,.student-document-grid article.doc-rejected:after{background:#d7665c}.student-doc-icon{width:39px;height:39px;border-radius:12px;background:#edf2f6;display:grid;place-items:center;font-weight:900;color:#60778c}.student-document-grid .doc-approved .student-doc-icon,.student-document-grid .doc-received .student-doc-icon{background:#dff3e9;color:var(--green)}.student-document-grid h2{margin:7px 0 5px;font-size:15px}.student-document-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.student-document-grid article small{display:block;margin-top:8px;color:#8a5d24;font-size:10px}

/* Lessons */
.student-timeline{position:relative}.student-timeline:before{content:"";position:absolute;left:35px;top:35px;bottom:35px;width:2px;background:#dce5ed}.student-timeline article{position:relative;display:grid;grid-template-columns:66px 1fr 130px;gap:17px;padding:16px 18px;align-items:center;transition:.18s ease}.student-timeline article:hover{transform:translateX(2px);box-shadow:var(--shadow)}.student-timeline-date{position:relative;z-index:2;width:54px;height:58px;border-radius:15px;background:linear-gradient(145deg,var(--navy),#194362);color:#fff;display:grid;place-items:center;padding:7px;border:5px solid #fff}.student-timeline-date strong{font-size:19px;line-height:1}.student-timeline-date span{font-size:9px;text-transform:uppercase;color:#bfd0dd}.student-timeline-main h2{margin:6px 0 4px;font-size:15px}.student-timeline-main p{margin:0;color:var(--muted);font-size:11px}.student-timeline-main small{display:block;margin-top:6px;color:#667b90;font-size:10px}.student-timeline-time{text-align:right}.student-timeline-time strong{display:block;font-size:13px}.student-timeline-time span{color:var(--muted);font-size:10px}

/* Exams */
.student-exam-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.student-exam-grid>.student-card{grid-column:1/-1}.student-exam-grid article{position:relative;overflow:hidden;padding:20px}.student-exam-grid article:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-60px;top:-65px;background:rgba(30,75,109,.045)}.student-exam-top{display:flex;justify-content:space-between;gap:14px;align-items:center;position:relative;z-index:1}.student-exam-top>span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:900}.student-exam-top>b{font-size:9px;padding:6px 9px;border-radius:999px;background:#edf2f6}.student-exam-top .result-passed{background:#dff3e9;color:var(--green)}.student-exam-top .result-failed{background:#fce9e7;color:var(--red)}.student-exam-grid h2{font-size:21px;margin:14px 0 5px}.student-exam-grid p{margin:0;color:var(--muted);font-size:11px}.student-exam-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.student-exam-facts span{padding:10px;border-radius:11px;background:#f6f8fa;border:1px solid #edf1f4}.student-exam-facts small{display:block;color:var(--muted);font-size:8px}.student-exam-facts strong{display:block;margin-top:4px;font-size:12px}.student-exam-note{display:block;margin-top:12px;color:#61768b;font-size:10px}

/* Announcements */
.student-announcements-page article{padding:22px;position:relative;overflow:hidden}.student-announcements-page article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent)}.student-announcements-page article>div{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:9px;font-weight:900}.student-announcements-page h2{font-size:18px;margin:12px 0 8px}.student-announcements-page p{margin:0;color:#51677d;line-height:1.7;font-size:12px}.student-empty{padding:28px;text-align:center;color:var(--muted);border:1px dashed #d6e0e8;border-radius:15px;background:linear-gradient(180deg,#fbfcfd,#f7f9fb);font-size:12px}.student-empty.compact{border:0;border-radius:0;padding:22px}.student-empty strong{display:block;color:var(--ink);font-size:13px}.student-empty span{display:block;margin-top:5px}

/* Login */
.student-login-body{min-height:100vh;background:#0b1d31}.student-login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.student-login-brand{position:relative;overflow:hidden;padding:54px 8vw;color:#fff;background:radial-gradient(circle at 15% 20%,rgba(239,101,71,.19),transparent 32%),linear-gradient(145deg,#091a2c,#143b59);display:flex;flex-direction:column;justify-content:space-between}.student-login-brand:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:1px solid rgba(255,255,255,.07);right:-220px;bottom:-220px;box-shadow:0 0 0 74px rgba(255,255,255,.018),0 0 0 148px rgba(255,255,255,.012)}.student-login-brand .student-brand{color:#fff;z-index:1}.student-login-brand>div{position:relative;z-index:1}.student-login-brand h1{font-size:46px;letter-spacing:-.055em;max-width:620px;margin:16px 0;line-height:1.06}.student-login-brand p{color:#bed0df;line-height:1.7;max-width:580px}.student-login-brand>small{position:relative;z-index:1;color:#819aad}.student-login-card{background:#fff;padding:10vh 9vw;display:flex;flex-direction:column;justify-content:center}.student-login-card h2{font-size:30px;margin:8px 0}.student-login-card>div>p{color:var(--muted);line-height:1.6}.student-login-card form{display:grid;gap:15px;margin-top:22px}.student-login-card form label{display:grid;gap:7px}.student-login-card form label>span{font-size:11px;font-weight:800;color:#4e647a}.student-login-card input{height:48px;border:1px solid var(--line);border-radius:12px;padding:0 13px;outline:none}.student-login-card input:focus{border-color:#8da9c0;box-shadow:0 0 0 3px rgba(45,103,150,.08)}.student-login-card .student-remember{display:flex;grid-template-columns:auto 1fr;align-items:center}.student-login-card .student-remember input{width:auto;height:auto}.student-login-back{margin-top:20px;color:var(--muted);font-size:11px;text-decoration:none}.student-login-card form button{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.student-login-card form button span{font-size:18px}

@media(max-width:1180px){.student-shell{grid-template-columns:238px minmax(0,1fr)}.student-sidebar{padding-left:14px;padding-right:14px}.student-command-grid{grid-template-columns:1fr}.student-focus-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.student-glance-grid{grid-template-columns:1fr 1fr}.student-glance-grid article:last-child{grid-column:1/-1}.student-two-col{grid-template-columns:1fr}.student-detail-grid-4{grid-template-columns:1fr 1fr}.student-login-brand h1{font-size:39px}}
@media(max-width:860px){.student-shell{display:block}.student-sidebar{position:fixed;left:-288px;width:278px;transition:left .22s ease;box-shadow:18px 0 50px rgba(7,25,42,.22)}.student-menu-open .student-sidebar{left:0}.student-menu-open:after{content:"";position:fixed;inset:0;background:rgba(4,17,29,.38);z-index:35}.student-menu{display:grid;place-items:center}.student-topbar{padding:0 16px;height:72px}.student-topbar-title small{display:none}.student-user div{display:none}.student-content{padding:24px 16px 40px}.student-page-head{align-items:flex-start;flex-direction:column}.student-page-head h1{font-size:27px}.student-command-grid{grid-template-columns:1fr}.student-focus-stack,.student-glance-grid,.student-document-grid,.student-exam-grid{grid-template-columns:1fr}.student-glance-grid article:last-child{grid-column:auto}.student-detail-grid,.student-detail-grid-4{grid-template-columns:1fr}.student-process-list article{grid-template-columns:50px 1fr}.student-process-side{grid-column:2}.student-timeline article{grid-template-columns:56px 1fr}.student-timeline-time{grid-column:2;text-align:left}.student-program-hero{align-items:flex-start;flex-direction:column;gap:20px}.student-announcement-list article{grid-template-columns:1fr}.student-login-shell{grid-template-columns:1fr}.student-login-brand{display:none}.student-login-card{min-height:100vh;padding:36px 22px}.student-notification-popover{position:fixed;top:66px;right:12px;left:12px;width:auto}}
@media(max-width:560px){.student-topbar-title span{display:none}.student-topbar-right{gap:6px}.student-content{padding-left:12px;padding-right:12px}.student-page-head h1{font-size:24px}.student-page-head:before{left:-8px}.student-journey-board{padding:21px;min-height:330px}.student-journey-top>div>strong{font-size:38px}.student-focus-card{grid-template-columns:46px 1fr}.student-focus-card>a{grid-column:2}.student-focus-icon{width:44px;height:44px}.student-card{padding:17px}.student-process-list:before,.student-timeline:before{display:none}.student-process-list article{grid-template-columns:1fr}.student-process-no{border-width:0}.student-process-side{grid-column:1}.student-document-grid article{grid-template-columns:38px 1fr}.student-timeline article{grid-template-columns:52px 1fr;padding:14px}.student-timeline-date{border-width:0;width:46px;height:54px}.student-timeline-time{grid-column:2}.student-program-hero>div{align-items:flex-start}.student-program-hero>div>span{width:50px;height:50px}.student-activity-list>a{grid-template-columns:10px 1fr 20px}.student-user{padding-right:0}.student-user>span{width:36px;height:36px}}

/* v0.13.3 - portal visual depth */
.student-activity-featured{padding:0;overflow:hidden;border-color:#cad9e5;background:linear-gradient(135deg,#fff 0%,#fbfdff 70%,#f3f8fb 100%)}
.student-activity-featured .student-card-head{padding:22px 24px 18px;border-bottom:1px solid #e3ebf1;align-items:center}
.student-activity-heading{display:flex;align-items:center;gap:15px}.student-activity-heading>i{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--accent),#d94f35);box-shadow:0 12px 25px rgba(239,101,71,.22)}.student-activity-heading>i svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.student-activity-featured .student-card-head h2{font-size:23px;margin:4px 0 5px;letter-spacing:-.025em}.student-activity-featured .student-card-head p{font-size:12px;max-width:740px}.student-activity-count{flex:none;padding:8px 11px;border-radius:999px;background:var(--accent-soft);color:#b64932;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.student-activity-list-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.student-activity-list-v2>a{min-height:104px;padding:17px 20px;grid-template-columns:48px 1fr 25px!important;gap:14px!important;border-bottom:1px solid #e8eef3!important}.student-activity-list-v2>a:nth-child(odd){border-right:1px solid #e8eef3}.student-activity-list-v2 .student-activity-icon{width:46px;height:46px!important;margin:0!important;border-radius:14px!important;display:grid;place-items:center;background:#edf3f7!important;color:#244b6c}.student-activity-list-v2 a.kind-lesson .student-activity-icon{background:#fff0ea!important;color:var(--accent)}.student-activity-list-v2 a.kind-announcement .student-activity-icon{background:#fff5df!important;color:#9d6b18}.student-activity-list-v2 .student-activity-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-activity-list-v2>a div>span{font-size:9px!important}.student-activity-list-v2>a strong{font-size:14px!important;margin-top:3px!important}.student-activity-list-v2>a small{font-size:11px!important;margin-top:5px!important}.student-activity-list-v2>a>b{align-self:center;font-size:18px;color:#7890a5}

.student-program-hero>strong{display:grid;text-align:right;gap:4px}.student-program-hero>strong small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#a9c0d2;font-weight:800}.student-program-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0}.student-program-facts article{position:relative;overflow:hidden;min-height:126px;padding:17px;display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}.student-program-facts article:after{content:"";position:absolute;width:88px;height:88px;border-radius:50%;right:-38px;bottom:-48px;background:rgba(27,63,93,.04)}.student-program-facts i{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#edf4f8;color:#254f70}.student-program-facts .fact-license i{background:#fff0ea;color:var(--accent)}.student-program-facts .fact-time i{background:#fff5df;color:#9b6b1b}.student-program-facts .fact-status i{background:#e9f6ef;color:var(--green)}.student-program-facts svg,.student-program-links svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-program-facts small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.student-program-facts strong{display:block;margin-top:6px;font-size:14px}.student-program-facts span{display:block;margin-top:5px;color:#7c8da0;font-size:10px;line-height:1.4}.student-program-guide{margin-top:18px}.student-program-links{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.student-program-links a{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:11px;padding:14px;border:1px solid var(--line);border-radius:15px;text-decoration:none;background:#fbfcfd;transition:.18s ease}.student-program-links a:hover{transform:translateY(-2px);border-color:#b9cbd9;box-shadow:var(--shadow-soft)}.student-program-links a>i{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eef4f8;color:#315b7b}.student-program-links strong{display:block;font-size:12px}.student-program-links span{display:block;margin-top:3px;color:var(--muted);font-size:9px}.student-program-links b{color:var(--accent)}

.student-doc-overview{display:grid;grid-template-columns:1.7fr .65fr .65fr;gap:14px;margin-bottom:16px}.student-doc-overview>div{border:1px solid var(--line);border-radius:18px;background:#fff;padding:17px;box-shadow:var(--shadow-soft)}.student-doc-overview>div:first-child{background:linear-gradient(145deg,var(--navy),#184463);color:#fff}.student-doc-overview span,.student-doc-overview small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:var(--muted)}.student-doc-overview>div:first-child span{color:#b8ccdb}.student-doc-overview strong{display:block;font-size:24px;margin-top:7px}.student-doc-overview .student-progress-bar{margin-top:11px;background:rgba(255,255,255,.14)}.student-document-grid .student-doc-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#59738b;background:#edf3f7}.student-document-grid .student-doc-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.student-document-grid article.doc-received .student-doc-icon,.student-document-grid article.doc-approved .student-doc-icon{background:#dff4e9;color:var(--green)}.student-document-grid article.doc-missing .student-doc-icon{background:var(--amber-soft);color:var(--amber)}.student-document-grid article.doc-rejected .student-doc-icon{background:var(--red-soft);color:var(--red)}.student-document-grid article.doc-pending .student-doc-icon{background:#edf3f7;color:#456985}

.student-learning-summary{display:grid;grid-template-columns:1.7fr .65fr .65fr;gap:14px;margin-bottom:18px}.student-learning-summary article{min-height:108px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:17px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;justify-content:center}.student-learning-summary article.primary{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:13px;background:linear-gradient(145deg,#0c2137,#174665);color:#fff}.student-learning-summary article.primary>i{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff}.student-learning-summary svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-learning-summary small{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:900}.student-learning-summary .primary small{color:#a9c2d4}.student-learning-summary strong{display:block;margin-top:5px;font-size:19px;line-height:1.15}.student-learning-summary span{display:block;margin-top:5px;color:#7b8ea0;font-size:10px}.student-learning-summary .primary span{color:#bfd0dc}
.student-lesson-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.student-lesson-grid>article{position:relative;overflow:hidden;display:grid;grid-template-columns:76px 1fr;gap:17px;min-height:205px;padding:19px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft);transition:.18s ease}.student-lesson-grid>article:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.student-lesson-grid>article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#315d89}.student-lesson-grid>article.lesson-driving:before{background:var(--accent)}.student-lesson-date{width:64px;height:72px;border-radius:17px;background:linear-gradient(145deg,var(--navy),#1c4c70);color:#fff;display:grid;place-items:center;padding:10px;align-self:start}.student-lesson-date strong{font-size:25px;line-height:1}.student-lesson-date span{font-size:9px;text-transform:uppercase;color:#bad0df}.student-lesson-top{display:flex;justify-content:space-between;align-items:center}.student-lesson-top>i{width:38px;height:38px;border-radius:12px;background:#edf4f8;color:#315d89;display:grid;place-items:center}.lesson-driving .student-lesson-top>i{background:#fff0ea;color:var(--accent)}.student-lesson-top svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-lesson-copy h2{font-size:18px;margin:11px 0 4px}.student-lesson-copy>p{margin:0;color:var(--muted);font-size:11px}.student-lesson-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}.student-lesson-meta span{padding:10px;border-radius:12px;background:#f6f8fa}.student-lesson-meta small{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;font-weight:900}.student-lesson-meta strong{display:block;margin-top:4px;font-size:11px}.student-note-box{margin-top:10px;padding:9px 11px;border-radius:11px;background:#fff8f5;color:#82584e;font-size:10px;border:1px solid #fde0d7}.student-wide-empty{grid-column:1/-1}

.student-exam-grid-v2{gap:14px}.student-exam-grid-v2 article{min-height:250px;padding:22px 22px 20px}.student-exam-card-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#eaf2f7,#f6f9fb);color:#315d89;display:grid;place-items:center;margin-bottom:16px}.student-exam-card-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-exam-grid-v2 .student-exam-top{border-top:1px solid #edf1f4;padding-top:13px}.student-exam-grid-v2 h2{font-size:24px}.student-exam-grid-v2 .student-exam-facts span{padding:12px}

.student-announcement-summary{display:flex;align-items:center;gap:13px;margin-bottom:16px;padding:15px 17px;border-radius:17px;color:#fff;background:linear-gradient(135deg,#0c2137,#184767);box-shadow:var(--shadow-soft)}.student-announcement-summary>i{width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.1);display:grid;place-items:center}.student-announcement-summary svg,.student-rich-empty svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.student-announcement-summary small{display:block;color:#a9c2d4;font-size:8px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.student-announcement-summary strong{display:block;margin-top:3px;font-size:15px}.student-announcement-summary span{display:block;margin-top:3px;color:#bfd0dc;font-size:10px}.student-announcements-v2{display:grid;gap:13px}.student-announcements-v2 article{display:grid;grid-template-columns:72px 1fr;gap:18px;min-height:150px;padding:0!important;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}.student-announcements-v2 article:before{display:none}.student-announcement-side{background:linear-gradient(180deg,#f7fafc,#eef4f7);display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #e4ebf0}.student-announcement-side>i{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#fff0ea;color:var(--accent);margin-bottom:8px}.student-announcement-side svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.student-announcement-side strong{font-size:19px}.student-announcement-side span{font-size:8px;text-transform:uppercase;color:var(--muted);font-weight:900}.student-announcement-content{padding:20px 20px 20px 0}.student-announcement-content>div{display:flex;justify-content:space-between;gap:12px}.student-announcement-content>div span{color:var(--accent);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.student-announcement-content>div small{color:var(--muted);font-size:9px}.student-announcement-content h2{font-size:18px;margin:10px 0 7px}.student-announcement-content p{font-size:12px;line-height:1.75;color:#53697e}

.student-rich-empty{min-height:220px;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1px dashed #cad8e3;border-radius:18px;background:linear-gradient(145deg,#fbfdfe,#f5f8fa)}.student-rich-empty>i{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin-bottom:14px;background:#edf3f7;color:#315d89}.student-rich-empty strong{font-size:16px}.student-rich-empty span{max-width:520px;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.65}.student-rich-empty.compact{min-height:150px;border:0;border-radius:0;grid-column:1/-1}.student-rich-empty.compact>i{width:46px;height:46px}

@media(max-width:1180px){.student-program-facts{grid-template-columns:repeat(2,1fr)}.student-program-links{grid-template-columns:1fr}.student-learning-summary,.student-doc-overview{grid-template-columns:1.2fr .8fr}.student-learning-summary article:last-child,.student-doc-overview>div:last-child{grid-column:2}.student-learning-summary article.primary,.student-doc-overview>div:first-child{grid-row:span 2}.student-activity-list-v2{grid-template-columns:1fr}.student-activity-list-v2>a:nth-child(odd){border-right:0}.student-lesson-grid{grid-template-columns:1fr}}
@media(max-width:860px){.student-program-facts,.student-learning-summary,.student-doc-overview{grid-template-columns:1fr}.student-learning-summary article.primary,.student-doc-overview>div:first-child{grid-row:auto}.student-learning-summary article:last-child,.student-doc-overview>div:last-child{grid-column:auto}.student-activity-featured .student-card-head{align-items:flex-start;gap:14px}.student-activity-heading{align-items:flex-start}.student-announcements-v2 article{grid-template-columns:62px 1fr}}
@media(max-width:560px){.student-program-facts{grid-template-columns:1fr}.student-lesson-grid>article{grid-template-columns:58px 1fr;padding:15px}.student-lesson-date{width:52px;height:61px}.student-lesson-meta{grid-template-columns:1fr}.student-announcements-v2 article{grid-template-columns:1fr}.student-announcement-side{min-height:64px;flex-direction:row;gap:9px;border-right:0;border-bottom:1px solid #e4ebf0}.student-announcement-side>i{margin:0}.student-announcement-content{padding:17px}.student-activity-heading>i{display:none}.student-activity-featured .student-card-head h2{font-size:20px}}


/* v0.16.1 — tablet / mobil QA */
@media(max-width:860px){
  body.student-menu-open{overflow:hidden}
  .student-sidebar{width:min(278px,86vw);max-width:86vw}
  .student-content,.student-card,.student-command-grid,.student-focus-stack,.student-glance-grid,.student-program-facts,.student-document-grid,.student-lesson-grid,.student-exam-grid{min-width:0}
  .student-notification-popover{max-height:calc(100dvh - 84px);overflow-y:auto;overscroll-behavior:contain}
  .student-card-head>*{min-width:0}
}
@media(max-width:560px){
  .student-topbar{padding:0 10px}
  .student-menu,.student-notification-toggle{flex:0 0 auto}
  .student-topbar-title{min-width:0}
  .student-topbar-title strong{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .student-content{padding:20px 10px 34px}
  .student-card{padding:15px;border-radius:17px}
  .student-page-head{margin-bottom:18px}
  .student-page-head p{font-size:12px;line-height:1.6}
  .student-lesson-copy,.student-announcement-content,.student-process-main{min-width:0;overflow-wrap:anywhere}
  .student-lesson-top{align-items:flex-start;gap:8px}
  .student-announcement-content>div{align-items:flex-start;flex-direction:column;gap:4px}
  .student-form input,.student-form select,.student-form textarea,.student-login-card input{font-size:16px}
  .student-login-card{padding:28px 18px}
  .student-rich-empty{padding:26px 18px}
}
@media(max-width:390px){
  .student-topbar-title strong{max-width:112px}
  .student-user>span{width:34px;height:34px}
  .student-lesson-grid>article{grid-template-columns:50px minmax(0,1fr);gap:12px;padding:13px}
  .student-lesson-date{width:48px;height:58px}
}


/* v0.21.7 — satış demosu kursiyer girişi */
.student-demo-login-box{margin-top:18px;padding:17px;border:1px solid #d9e5ee;border-radius:16px;background:linear-gradient(145deg,#f7fbfd,#eef5f8);box-shadow:0 10px 26px rgba(22,56,84,.06)}
.student-demo-login-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:99px;background:#e7f0f6;color:#315d89;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.student-demo-login-box>strong{display:block;margin-top:10px;font-size:14px}.student-demo-login-box>p{margin:6px 0 0!important;color:#657a8e!important;font-size:11px;line-height:1.6}.student-login-card .student-demo-login-box form{margin-top:12px}.student-login-card .student-demo-login-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:46px;margin-top:12px;padding:0 16px;border-radius:12px;background:linear-gradient(145deg,#153a59,#0d253d);color:#fff!important;text-decoration:none;font-size:12px;font-weight:900;line-height:1.25;box-shadow:0 10px 22px rgba(13,37,61,.14);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.student-login-card .student-demo-login-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(13,37,61,.2);filter:brightness(1.04)}.student-login-card .student-demo-login-btn:focus-visible{outline:3px solid rgba(49,93,137,.22);outline-offset:3px}.student-login-card .student-demo-login-btn span{flex:0 0 auto;color:#fff}
.student-demo-banner{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;padding:14px 16px;border:1px solid #cfe0eb;border-radius:15px;background:linear-gradient(135deg,#f2f8fb,#eaf3f7);color:#274b67}.student-demo-banner-mark{flex:0 0 auto;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#315d89;color:#fff;font-weight:900}.student-demo-banner strong{display:block;font-size:12px}.student-demo-banner p{margin:3px 0 0;font-size:10px;line-height:1.55;color:#607a8e}.student-alert.demo{background:#edf6fb;color:#315d89;border:1px solid #cfe1ec}.student-alert.warning{background:#fff7e7;color:#8a611d;border:1px solid #efd9a8}
@media(max-width:560px){.student-demo-login-box{padding:15px}.student-demo-banner{padding:12px}.student-demo-banner p{font-size:10px}}

/* v0.21.8 — demo kursiyer salt okunur işlem modalı */
body.student-demo-lock-open{overflow:hidden}.student-demo-lock-modal[hidden]{display:none}.student-demo-lock-modal{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px}.student-demo-lock-backdrop{position:absolute;inset:0;background:rgba(8,24,39,.7);backdrop-filter:blur(5px)}.student-demo-lock-dialog{position:relative;width:min(450px,calc(100vw - 32px));padding:30px;border-radius:23px;background:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 28px 80px rgba(4,20,35,.32);text-align:center}.student-demo-lock-x{position:absolute;right:14px;top:14px;width:38px;height:38px;border:1px solid #dce5eb;border-radius:12px;background:#f7fafb;color:#4a6174;font-size:22px;line-height:1;cursor:pointer}.student-demo-lock-icon{width:60px;height:60px;margin:0 auto 14px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#eaf3f8,#dceaf2);font-size:26px}.student-demo-lock-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e7f0f6;color:#315d89;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.student-demo-lock-dialog h2{margin:12px 0 8px;font-size:24px;color:#142c40}.student-demo-lock-dialog p{margin:0 auto 20px;max-width:370px;color:#687d8f;font-size:12px;line-height:1.7}.student-demo-lock-continue{width:100%;min-height:45px;border:0;border-radius:13px;background:linear-gradient(145deg,#153a59,#0d253d);color:#fff;font-weight:900;cursor:pointer}@media(max-width:560px){.student-demo-lock-dialog{padding:26px 18px 20px}.student-demo-lock-dialog h2{font-size:21px}}

/* v0.99.8 — Kursiyer paneli global okunabilirlik ve kontrast standardı
   Amaç: dashboard, program, süreç, belgeler, dersler, sınavlar, duyurular,
   profil, bildirim merkezi ve giriş ekranında küçük/silik tipografiyi kaldırmak. */
:root{
  --muted:#536a80;
  --line:#cfdbe5;
  --line-strong:#bccbd8;
}

/* Koyu sidebar: metinler daha açık, menüler daha rahat okunur. */
.student-brand small{font-size:11.5px;color:#b9c9d7;letter-spacing:.13em}
.student-sidebar-card strong{font-size:13.5px;line-height:1.45}
.student-sidebar-card>small{font-size:11.5px;color:#bdcbd7}
.student-sidebar nav a{font-size:14px;color:#d0dbe5;padding-top:11px;padding-bottom:11px}
.student-sidebar nav a i{color:#c4d2de}
.student-nav-count{font-size:10.5px;min-width:21px;height:21px}
.student-sidebar-bottom a,.student-sidebar-bottom button{font-size:13px;color:#c3d0db}

/* Üst bar ve kullanıcı alanı. */
.student-topbar-title small{font-size:11px;color:#5c7185;letter-spacing:.1em}
.student-topbar-title strong{font-size:16px}
.student-topbar-title span{font-size:12px;color:#64798d}
.student-user strong{font-size:13.5px}
.student-user small{font-size:11.5px;color:#5d7286}
.student-notification-button b{font-size:10.5px;min-width:20px;height:20px}

/* Bildirim merkezi. */
.student-notification-head small{font-size:11px;color:#5b7085}
.student-notification-head strong{font-size:15px}
.student-notification-head>span{font-size:11px}
.student-notification-list small{font-size:11px;color:#5f7488}
.student-notification-list strong{font-size:13.5px;line-height:1.35}
.student-notification-list span{font-size:12px;color:#5e7489;line-height:1.55}
.student-notification-empty{font-size:13px;color:#5a7085}

/* Sayfa başlıkları ve genel kart hiyerarşisi. */
.student-alert{font-size:14px;line-height:1.55}
.student-kicker{font-size:11.5px;letter-spacing:.12em}
.student-page-head p{font-size:15px;color:#52697f;line-height:1.65}
.student-state{font-size:12px;padding:8px 13px}
.student-card-head p{font-size:14px;color:#536a80;line-height:1.6}
.student-card-head>a{font-size:12.5px}
.student-body-copy{font-size:15px;color:#4f667c;line-height:1.75}

/* Dashboard eğitim rotası. */
.student-journey-top>div>span,
.student-journey-current>span{font-size:11.5px;color:#c2d2df}
.student-journey-top>div>small{font-size:12.5px;color:#c5d4df;line-height:1.5}
.student-journey-current p{font-size:14px;color:#d7e2ea;line-height:1.6}
.student-journey-board>a{font-size:13px}

/* Dashboard odak kartları ve hızlı özetler. */
.student-focus-copy>span{font-size:11.5px;color:#596f84}
.student-focus-copy p{font-size:14px;color:#536a80;line-height:1.55}
.student-focus-card>a{font-size:12.5px}
.student-glance-card>span{font-size:11.5px;color:#596f84}
.student-glance-card>p{font-size:13.5px;color:#536a80;line-height:1.5}
.student-glance-card>a,.student-glance-card>button{font-size:12.5px}

/* Dashboard hareketler ve duyuru özetleri. */
.student-activity-list>a span{font-size:11px;color:#5f7488}
.student-activity-list>a strong{font-size:14px;line-height:1.4}
.student-activity-list>a small{font-size:12px;color:#60768b}
.student-announcement-list article>span{font-size:11.5px;color:#5b7186}
.student-announcement-list h3{font-size:15px;line-height:1.4}
.student-announcement-list p{font-size:13.5px;color:#536a80;line-height:1.6}

/* Profil / genel bilgi ve formlar. */
.student-detail-grid small{font-size:11.5px;color:#596f84}
.student-form label span{font-size:12.5px;color:#405a72}
.student-form input,.student-form select,.student-form textarea{font-size:15px;color:#172c41}

/* Eğitim süreci. */
.student-process-main p{font-size:14px;color:#536a80;line-height:1.65}
.student-process-main ul{font-size:13.5px;color:#485f76;line-height:1.65}
.student-status-pill{font-size:11px}
.student-process-side small{font-size:11.5px;color:#5a7085}
.student-process-side strong{font-size:14px}
.student-process-side span{font-size:12px}
.student-process-note small{font-size:11.5px;color:#5a7085}
.student-process-note strong{font-size:13px;line-height:1.45}

/* Belgeler. */
.student-document-grid p{font-size:13.5px;color:#536a80;line-height:1.6}
.student-document-grid article small{font-size:11.5px;color:#7c5425}
.student-doc-overview span,.student-doc-overview small{font-size:11.5px;color:#596f84;line-height:1.5}

/* Dersler / zaman çizelgesi. */
.student-timeline-date span{font-size:11.5px;color:#d1dee7}
.student-timeline-main p{font-size:13.5px;color:#536a80;line-height:1.6}
.student-timeline-main small{font-size:11.5px;color:#536b82}
.student-timeline-time strong{font-size:14px}
.student-timeline-time span{font-size:11.5px;color:#5b7186}
.student-learning-summary small{font-size:11.5px;color:#5a7085}
.student-learning-summary .primary small{color:#c5d6e2}
.student-learning-summary span{font-size:12.5px;color:#5d7388;line-height:1.45}
.student-learning-summary .primary span{color:#d0dee8}
.student-lesson-date span{font-size:11px;color:#d1e0ea}
.student-lesson-copy>p{font-size:13.5px;color:#536a80;line-height:1.55}
.student-lesson-meta small{font-size:11px;color:#5a7085}
.student-lesson-meta strong{font-size:13px;line-height:1.35}
.student-note-box{font-size:12.5px;color:#734d44;line-height:1.55}

/* Sınavlar. */
.student-exam-top>span{font-size:11.5px;color:#596f84}
.student-exam-top>b{font-size:11.5px}
.student-exam-grid p{font-size:13.5px;color:#536a80;line-height:1.6}
.student-exam-facts small{font-size:11px;color:#5a7085}
.student-exam-facts strong{font-size:13.5px}
.student-exam-note{font-size:12.5px;color:#536a80;line-height:1.55}

/* Program sayfası. */
.student-program-hero>strong small{font-size:11.5px;color:#c3d3df}
.student-program-facts small{font-size:11.5px;color:#596f84}
.student-program-facts span{font-size:12.5px;color:#5e7489;line-height:1.5}
.student-program-links strong{font-size:14px}
.student-program-links span{font-size:12px;color:#5d7388;line-height:1.5}

/* Güncel hareketler v2. */
.student-activity-featured .student-card-head p{font-size:13.5px;line-height:1.55}
.student-activity-count{font-size:11.5px}
.student-activity-list-v2>a div>span{font-size:11.5px}
.student-activity-list-v2>a small{font-size:12.5px;line-height:1.5}

/* Duyurular. */
.student-announcement-summary small{font-size:11px;color:#c6d5e0}
.student-announcement-summary strong{font-size:16px}
.student-announcement-summary span{font-size:12.5px;color:#d1dee8;line-height:1.45}
.student-announcement-side span{font-size:11px;color:#5a7085}
.student-announcement-content>div span{font-size:11.5px}
.student-announcement-content>div small{font-size:11.5px;color:#5a7085}
.student-announcement-content h2{font-size:19px;line-height:1.35}
.student-announcement-content p{font-size:14px;color:#4f667c;line-height:1.7}
.student-announcements-page article>div{font-size:11.5px;color:#596f84}
.student-announcements-page p{font-size:14px;color:#4f667c;line-height:1.65}

/* Boş durumlar. */
.student-empty{font-size:13.5px;color:#596f84;line-height:1.6}
.student-empty strong{font-size:15px}
.student-rich-empty span{font-size:13.5px;color:#536a80;line-height:1.65}

/* Giriş / demo alanları. */
.student-login-card form label>span{font-size:13px;color:#3f5870}
.student-login-back{font-size:13px;color:#536a80}
.student-demo-login-badge{font-size:11px}
.student-demo-login-box>strong{font-size:15px}
.student-demo-login-box>p{font-size:13.5px!important;color:#526b80!important;line-height:1.65}
.student-login-card .student-demo-login-btn{font-size:14px;min-height:48px}
.student-demo-banner strong{font-size:13.5px}
.student-demo-banner p{font-size:12.5px;color:#526b80;line-height:1.6}
.student-demo-lock-badge{font-size:11px}
.student-demo-lock-dialog p{font-size:13.5px;color:#536a80;line-height:1.7}
.student-demo-lock-continue{font-size:14px}

/* Küçük ekranlarda metinleri tekrar küçültme: yalnız başlıklar akışa uyarlanır. */
@media(max-width:560px){
  .student-page-head p{font-size:14px;line-height:1.65}
  .student-demo-banner p{font-size:12.5px}
  .student-sidebar nav a{font-size:14px}
  .student-card-head p{font-size:13.5px}
  .student-notification-list strong{font-size:13px}
  .student-notification-list span{font-size:12px}
}

/* v0.99.8 — önceki demo dashboard !important kurallarının erişilebilirlik karşılığı. */
.student-activity-list-v2>a div>span{font-size:11.5px!important}
.student-activity-list-v2>a strong{font-size:14.5px!important;line-height:1.4}
.student-activity-list-v2>a small{font-size:12.5px!important;line-height:1.5;color:#60768b}

/* v0.99.9 — Kursiyer paneli erişilebilir tipografi ve yüksek kontrast standardı
   Bu katman 0.99.8'de yetersiz kalan mikro metinleri kaldırır.
   Küçük ekranlarda da metin boyutları küçültülmez. */
:root{
  --ink:#10263a;
  --muted:#40586f;
  --line:#c7d5e1;
  --line-strong:#b7c8d6;
}

html,body,.student-main{font-size:16px;}
body{color:#10263a;}

/* Sidebar */
.student-brand strong{font-size:21px;}
.student-brand small{font-size:13px;color:#d0dce6;letter-spacing:.11em;}
.student-sidebar-card strong{font-size:15px;line-height:1.5;}
.student-sidebar-card>small{font-size:13px;color:#d0dbe5;}
.student-sidebar nav a{font-size:15.5px;color:#e0e8ef;padding:12px 11px;}
.student-sidebar nav a i{color:#d8e3ec;}
.student-nav-count{font-size:12px;min-width:23px;height:23px;}
.student-sidebar-bottom a,.student-sidebar-bottom button{font-size:14.5px;color:#d2dde6;}

/* Topbar */
.student-topbar-title small{font-size:13px;color:#40586f;letter-spacing:.08em;}
.student-topbar-title strong{font-size:17px;}
.student-topbar-title span{font-size:13.5px;color:#40586f;}
.student-user strong{font-size:14.5px;}
.student-user small{font-size:13px;color:#40586f;}
.student-notification-button b{font-size:12px;min-width:22px;height:22px;}

/* Bildirim merkezi */
.student-notification-head small{font-size:13px;color:#40586f;}
.student-notification-head strong{font-size:16px;}
.student-notification-head>span{font-size:13px;}
.student-notification-list small{font-size:13px;color:#40586f;}
.student-notification-list strong{font-size:15px;line-height:1.45;}
.student-notification-list span{font-size:14px;color:#40586f;line-height:1.6;}
.student-notification-empty{font-size:15px;color:#40586f;}

/* Genel sayfa tipografisi */
.student-alert{font-size:15.5px;line-height:1.6;}
.student-kicker{font-size:13.5px;letter-spacing:.1em;}
.student-page-head h1{font-size:34px;line-height:1.12;}
.student-page-head p{font-size:17px;color:#40586f;line-height:1.7;max-width:860px;}
.student-state{font-size:13.5px;padding:8px 14px;}
.student-card-head h2{font-size:22px;}
.student-card-head p{font-size:16px;color:#40586f;line-height:1.65;}
.student-card-head>a{font-size:14.5px;}
.student-body-copy{font-size:16.5px;color:#344f67;line-height:1.8;}

/* Demo banner */
.student-demo-banner{padding:17px 18px;gap:14px;}
.student-demo-banner strong{font-size:15.5px;line-height:1.45;}
.student-demo-banner p{font-size:14.5px;color:#3f5a72;line-height:1.65;margin-top:4px;}
.student-demo-banner-mark{width:38px;height:38px;font-size:15px;}

/* Dashboard rota kartı - koyu zeminde yüksek kontrast */
.student-journey-top>div>span,
.student-journey-current>span{font-size:13.5px;color:#e0ebf3;letter-spacing:.08em;}
.student-journey-top>div>small{font-size:14.5px;color:#e4edf4;line-height:1.55;}
.student-journey-current h2{font-size:23px;}
.student-journey-current p{font-size:16px;color:#edf3f7;line-height:1.7;}
.student-journey-board>a{font-size:15px;}

/* Hızlı odak kartları */
.student-focus-copy>span{font-size:13.5px;color:#40586f;letter-spacing:.08em;}
.student-focus-copy h2{font-size:18px;line-height:1.35;}
.student-focus-copy p{font-size:15.5px;color:#40586f;line-height:1.6;}
.student-focus-card>a{font-size:14.5px;}
.student-glance-card>span{font-size:13.5px;color:#40586f;letter-spacing:.08em;}
.student-glance-card>strong{font-size:18px;}
.student-glance-card>p{font-size:15px;color:#40586f;line-height:1.6;}
.student-glance-card>a,.student-glance-card>button{font-size:14.5px;}

/* Dashboard hareketler */
.student-activity-list>a span{font-size:13px;color:#40586f;}
.student-activity-list>a strong{font-size:15.5px;line-height:1.45;}
.student-activity-list>a small{font-size:14px;color:#40586f;line-height:1.5;}
.student-announcement-list article>span{font-size:13.5px;color:#40586f;}
.student-announcement-list h3{font-size:16px;line-height:1.45;}
.student-announcement-list p{font-size:15px;color:#40586f;line-height:1.65;}

/* Detay / form */
.student-detail-grid small{font-size:13.5px;color:#40586f;}
.student-detail-grid strong{font-size:16px;line-height:1.4;}
.student-form label span{font-size:14.5px;color:#29465f;}
.student-form input,.student-form select,.student-form textarea{font-size:16px;color:#10263a;}

/* Program */
.student-program-hero{padding:28px;}
.student-program-hero>strong small{font-size:13.5px;color:#e4edf4;}
.student-program-hero>strong{font-size:16px;}
.student-program-hero h1,.student-program-hero h2{line-height:1.25;}
.student-program-facts small{font-size:13.5px;color:#40586f;}
.student-program-facts strong{font-size:16px;}
.student-program-facts span{font-size:14.5px;color:#40586f;line-height:1.6;}
.student-program-links strong{font-size:16px;}
.student-program-links span{font-size:14.5px;color:#40586f;line-height:1.6;}

/* Eğitim süreci */
.student-process-main h2,.student-process-main h3{line-height:1.35;}
.student-process-main p{font-size:16px;color:#344f67;line-height:1.75;}
.student-process-main ul{font-size:15.5px;color:#29465f;line-height:1.8;}
.student-status-pill{font-size:13px;}
.student-process-side small{font-size:13.5px;color:#40586f;}
.student-process-side strong{font-size:16px;line-height:1.4;}
.student-process-side span{font-size:14px;color:#2f536f;}
.student-process-note small{font-size:13.5px;color:#40586f;}
.student-process-note strong{font-size:15px;line-height:1.5;}

/* Belgeler */
.student-document-grid h2,.student-document-grid h3{line-height:1.35;}
.student-document-grid p{font-size:15.5px;color:#344f67;line-height:1.7;}
.student-document-grid article small{font-size:13.5px;color:#6d4617;}
.student-doc-overview span,.student-doc-overview small{font-size:13.5px;color:#40586f;line-height:1.6;}

/* Dersler */
.student-timeline-date span{font-size:13.5px;color:#e6eef4;}
.student-timeline-main p{font-size:15.5px;color:#344f67;line-height:1.7;}
.student-timeline-main small{font-size:13.5px;color:#40586f;}
.student-timeline-time strong{font-size:16px;}
.student-timeline-time span{font-size:13.5px;color:#40586f;}
.student-learning-summary small{font-size:13.5px;color:#40586f;}
.student-learning-summary .primary small{color:#e3edf4;}
.student-learning-summary span{font-size:14.5px;color:#40586f;line-height:1.55;}
.student-learning-summary .primary span{color:#e8f0f5;}
.student-lesson-date span{font-size:13px;color:#e6eef4;}
.student-lesson-copy>p{font-size:15.5px;color:#344f67;line-height:1.7;}
.student-lesson-meta small{font-size:13px;color:#40586f;}
.student-lesson-meta strong{font-size:15px;line-height:1.45;}
.student-note-box{font-size:14.5px;color:#66463e;line-height:1.65;}

/* Sınavlar */
.student-exam-top>span,.student-exam-top>b{font-size:13.5px;}
.student-exam-top>span{color:#40586f;}
.student-exam-grid p{font-size:15.5px;color:#344f67;line-height:1.7;}
.student-exam-facts small{font-size:13px;color:#40586f;}
.student-exam-facts strong{font-size:15.5px;}
.student-exam-note{font-size:14.5px;color:#344f67;line-height:1.65;}

/* Hareketler v2 */
.student-activity-featured .student-card-head p{font-size:15.5px;line-height:1.65;}
.student-activity-count{font-size:13.5px;}
.student-activity-list-v2>a div>span{font-size:13.5px!important;color:#40586f!important;}
.student-activity-list-v2>a strong{font-size:16px!important;line-height:1.45!important;}
.student-activity-list-v2>a small{font-size:14px!important;line-height:1.6!important;color:#40586f!important;}

/* Duyurular */
.student-announcement-summary small{font-size:13px;color:#e2ebf2;}
.student-announcement-summary strong{font-size:18px;}
.student-announcement-summary span{font-size:14.5px;color:#e8eff4;line-height:1.55;}
.student-announcement-side span{font-size:13px;color:#40586f;}
.student-announcement-content>div span{font-size:13.5px;}
.student-announcement-content>div small{font-size:13.5px;color:#40586f;}
.student-announcement-content h2{font-size:21px;line-height:1.4;}
.student-announcement-content p{font-size:16px;color:#344f67;line-height:1.75;}
.student-announcements-page article>div{font-size:13.5px;color:#40586f;}
.student-announcements-page p{font-size:16px;color:#344f67;line-height:1.75;}

/* Boş durumlar */
.student-empty{font-size:15.5px;color:#40586f;line-height:1.7;}
.student-empty strong{font-size:17px;}
.student-rich-empty span{font-size:15.5px;color:#40586f;line-height:1.7;}

/* Login */
.student-login-card form label>span{font-size:14.5px;color:#29465f;}
.student-login-back{font-size:14.5px;color:#40586f;}
.student-demo-login-badge{font-size:13px;}
.student-demo-login-box>strong{font-size:16.5px;}
.student-demo-login-box>p{font-size:15px!important;color:#40586f!important;line-height:1.7!important;}
.student-login-card .student-demo-login-btn{font-size:15.5px;min-height:50px;}
.student-demo-lock-badge{font-size:13px;}
.student-demo-lock-dialog p{font-size:15px;color:#40586f;line-height:1.75;}
.student-demo-lock-continue{font-size:15.5px;}

/* Küçük ekranlarda okunabilirliği koru; fontları küçültme. */
@media(max-width:860px){
  .student-content{padding-left:18px;padding-right:18px;}
  .student-page-head p{font-size:16px;}
  .student-card-head p{font-size:15.5px;}
  .student-focus-copy p,.student-glance-card>p{font-size:15px;}
}
@media(max-width:560px){
  html,body,.student-main{font-size:16px;}
  .student-page-head h1{font-size:30px;}
  .student-page-head p{font-size:16px;line-height:1.7;}
  .student-kicker{font-size:13px;}
  .student-card-head h2{font-size:21px;}
  .student-card-head p{font-size:15.5px;line-height:1.65;}
  .student-demo-banner strong{font-size:15px;}
  .student-demo-banner p{font-size:14.5px;line-height:1.65;}
  .student-sidebar nav a{font-size:15.5px;}
  .student-notification-list strong{font-size:15px;}
  .student-notification-list span{font-size:14px;}
  .student-process-main p,.student-announcement-content p,.student-announcements-page p{font-size:16px;}
}

/* v0.99.10 — Kursiyer paneli görsel hiyerarşi ve eğitim süreci kart revizyonu
   Amaç: beyaz zemin üzerinde gri mikro metin kullanımını bırakmak, kartları birbirinden
   belirgin biçimde ayırmak ve küçük ekranlarda da rahat okunan güçlü bir hiyerarşi kurmak. */
:root{
  --ink:#0d2940;
  --muted:#294a65;
  --line:#bfd0de;
  --line-strong:#aebfce;
  --panel-soft:#f4f8fb;
  --panel-blue:#edf5fa;
}

/* Genel panel: soluk gri metin yerine koyu lacivert tonlar ve daha belirgin kart yüzeyleri. */
.student-content{color:#0d2940;}
.student-card,
.student-detail-grid>div,
.student-document-grid article,
.student-timeline article,
.student-exam-grid article,
.student-announcements-page article{
  background:#fff;
  border-color:#bfd0de;
  box-shadow:0 9px 26px rgba(20,55,82,.075);
}
.student-card-head{
  padding-bottom:15px;
  border-bottom:1px solid #dde7ee;
}
.student-page-head p,
.student-card-head p,
.student-body-copy,
.student-focus-copy p,
.student-glance-card>p,
.student-announcement-list p,
.student-program-facts span,
.student-program-links span,
.student-document-grid p,
.student-timeline-main p,
.student-exam-grid p,
.student-announcement-content p,
.student-announcements-page p,
.student-rich-empty span,
.student-empty{
  color:#294a65;
}
.student-card small,
.student-detail-grid small,
.student-program-facts small,
.student-program-links small,
.student-document-grid small,
.student-exam-facts small,
.student-timeline-time span,
.student-lesson-meta small,
.student-announcement-content>div small{
  color:#315d7d;
}

/* Eğitim Süreci: her adımı ayrı bir görsel blok haline getir. */
.student-process-list{
  gap:22px;
  position:relative;
}
.student-process-list:before{
  left:35px;
  top:44px;
  bottom:44px;
  width:3px;
  background:linear-gradient(180deg,#8fb4cf 0%,#c9d9e5 55%,#dbe6ee 100%);
}
.student-process-list article{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 190px;
  gap:25px;
  padding:25px 25px 25px 22px;
  align-items:start;
  background:#fff;
  border:1px solid #b9ccdb;
  border-radius:22px;
  box-shadow:0 12px 34px rgba(20,55,82,.085);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.student-process-list article:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  background:#6f94b2;
  z-index:-1;
}
.student-process-list article:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(20,55,82,.12);
  border-color:#9fb9cc;
}
.student-process-list article.completed{
  background:linear-gradient(135deg,#fbfffd 0%,#fff 68%);
  border-color:#b9d9ca;
}
.student-process-list article.completed:after{background:#35a173;}
.student-process-list article.current{
  background:linear-gradient(135deg,#fffaf8 0%,#fff 68%);
  border-color:#efb4a5;
  box-shadow:0 16px 40px rgba(239,101,71,.12);
}
.student-process-list article.current:after{background:#ef6547;}
.student-process-list article.pending:after,
.student-process-list article.waiting:after{background:#6f94b2;}

.student-process-no{
  width:58px;
  height:58px;
  border-radius:16px;
  border:0;
  background:#e9f1f7;
  color:#234a68;
  font-size:17px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px #c9dbe7,0 6px 16px rgba(38,78,109,.08);
}
.student-process-list article.completed .student-process-no{
  background:#def3e9;
  color:#0f7650;
  box-shadow:inset 0 0 0 1px #bfe2d1;
}
.student-process-list article.current .student-process-no{
  background:#ef6547;
  color:#fff;
  box-shadow:0 8px 18px rgba(239,101,71,.24);
}

.student-process-main{min-width:0;padding-top:1px;}
.student-status-pill{
  padding:7px 11px;
  border-radius:999px;
  background:#eaf1f6;
  color:#254d6b;
  font-size:14px;
  font-weight:900;
  letter-spacing:.055em;
}
.student-process-list article.completed .student-status-pill{
  background:#e3f5ec;
  color:#0f7650;
}
.student-process-list article.current .student-status-pill{
  background:#fff0ea;
  color:#b94b34;
}
.student-process-main h2{
  margin:10px 0 8px;
  color:#0d2940;
  font-size:21px;
  line-height:1.32;
  letter-spacing:-.015em;
}
.student-process-main p{
  margin:0;
  color:#1f405b;
  font-size:17px;
  font-weight:500;
  line-height:1.7;
  max-width:860px;
}
.student-process-main ul{
  display:grid;
  gap:8px;
  margin:17px 0 0;
  padding:15px 18px 15px 40px;
  border:1px solid #d4e2eb;
  border-radius:15px;
  background:#f3f8fb;
  color:#163b58;
  font-size:16px;
  font-weight:500;
  line-height:1.65;
}
.student-process-main li::marker{color:#315d89;}
.student-process-list article.completed .student-process-main ul{
  background:#f2faf6;
  border-color:#d1e8dc;
}
.student-process-list article.current .student-process-main ul{
  background:#fff7f3;
  border-color:#f1d4cb;
}

.student-process-side{
  align-self:start;
  min-width:0;
  padding:16px 17px;
  border:1px solid #d1e0ea;
  border-radius:15px;
  background:#f2f7fb;
}
.student-process-side small{
  display:block;
  margin:0;
  color:#315d7d;
  font-size:14px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.065em;
  text-transform:uppercase;
}
.student-process-side strong{
  display:block;
  margin-top:7px;
  color:#0d2940;
  font-size:17px;
  line-height:1.35;
}
.student-process-side span{
  display:inline-flex;
  margin-top:12px;
  padding:5px 8px;
  border-radius:9px;
  background:#e5f5ed;
  color:#0f7650;
  font-size:13.5px;
  font-weight:800;
}
.student-process-list article.current .student-process-side{
  background:#fff5f1;
  border-color:#f0d2c8;
}
.student-process-list article.completed .student-process-side{
  background:#eef9f3;
  border-color:#d0e7da;
}
.student-process-note{
  margin-top:16px;
  padding:14px 15px;
  border:1px solid #cddde8;
  border-left:5px solid #315d89;
  border-radius:13px;
  background:#edf5fa;
}
.student-process-note small{
  color:#315d7d;
  font-size:13.5px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.student-process-note strong{
  margin-top:5px;
  color:#123650;
  font-size:15.5px;
  line-height:1.55;
}

/* Program ve hızlı erişim kartlarında da içerik bloklarını birbirinden ayır. */
.student-program-facts>*,
.student-program-links>*,
.student-glance-card,
.student-focus-card{
  border-color:#c5d6e3;
}
.student-program-facts>*,
.student-program-links>*{
  background:linear-gradient(180deg,#fff 0%,#f7fafc 100%);
}
.student-focus-card,
.student-glance-card{
  background:linear-gradient(145deg,#fff 0%,#f7fafc 100%);
  box-shadow:0 8px 22px rgba(20,55,82,.06);
}

@media(max-width:980px){
  .student-process-list article{
    grid-template-columns:64px minmax(0,1fr);
    gap:20px;
  }
  .student-process-side{
    grid-column:2;
    display:grid;
    grid-template-columns:1fr auto;
    column-gap:16px;
    align-items:center;
  }
  .student-process-side strong{grid-column:1;}
  .student-process-side span{grid-column:2;grid-row:1/3;margin-top:0;}
}
@media(max-width:560px){
  .student-process-list{gap:16px;}
  .student-process-list:before{display:none;}
  .student-process-list article{
    grid-template-columns:1fr;
    gap:14px;
    padding:20px 17px 18px;
    border-radius:18px;
  }
  .student-process-no{
    width:52px;
    height:52px;
    font-size:16px;
  }
  .student-process-main h2{font-size:20px;}
  .student-process-main p{font-size:16.5px;line-height:1.7;}
  .student-process-main ul{font-size:16px;padding:14px 15px 14px 35px;}
  .student-process-side{
    grid-column:1;
    display:block;
    padding:14px 15px;
  }
  .student-process-side strong{font-size:16.5px;}
  .student-process-side span{display:inline-flex;margin-top:10px;}
}

/* =============================================================
   v0.99.11 — KURSİYER PANELİ TAM GÖRSEL SİSTEM REVİZYONU
   Tüm ekranlar: Genel Bakış, Programım, Eğitim Sürecim, Belgelerim,
   Derslerim, Sınavlarım, Duyurular, Profilim, bildirimler ve mobil.
   Amaç: gri/silik metinleri kaldırmak, içerik gruplarını görsel olarak
   ayırmak ve küçük ekranlarda da okunabilirliği korumak.
   ============================================================= */
:root{
  --ink:#0d2940;
  --muted:#294d68;
  --muted-strong:#1d405c;
  --surface-soft:#f4f8fb;
  --surface-blue:#edf5fa;
  --surface-coral:#fff4ef;
  --surface-green:#eef9f4;
  --line:#b8ccdb;
  --line-strong:#a9bfd0;
  --shadow-soft:0 10px 28px rgba(18,52,79,.08);
  --shadow:0 18px 46px rgba(18,52,79,.12);
}
html{font-size:16px}
body{color:var(--ink)}
.student-content{max-width:1600px;padding:38px clamp(24px,3vw,52px) 64px}

/* Genel başlık ve metin standardı */
.student-page-head{margin-bottom:30px;align-items:flex-end}
.student-page-head:before{height:52px;width:4px;left:-16px}
.student-kicker{font-size:14px!important;color:#e9573a!important;letter-spacing:.09em!important;font-weight:900}
.student-page-head h1{font-size:38px!important;line-height:1.08!important;color:#09263e;margin:7px 0 9px}
.student-page-head p{font-size:17px!important;line-height:1.7!important;color:#183d59!important;max-width:920px}
.student-state{font-size:14px!important;padding:8px 14px;background:#e2f5eb;color:#08734d;border:1px solid #bfe4d3}

/* Tüm beyaz kartlarda daha belirgin yüzey */
.student-card,
.student-detail-grid>div,
.student-document-grid article,
.student-exam-grid article,
.student-announcements-page article,
.student-focus-card,
.student-glance-card,
.student-program-facts>article,
.student-program-links>a,
.student-lesson-grid>article{
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow-soft)!important;
}
.student-card{border-radius:22px;padding:26px;margin-bottom:22px}
.student-card-head{padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #d5e1ea;align-items:flex-end}
.student-card-head h2{font-size:24px!important;color:#0d2940;line-height:1.25}
.student-card-head p{font-size:16px!important;color:#214762!important;line-height:1.65!important}
.student-card-head>a{font-size:15px!important;color:#d84f33}

/* DEMO bilgi kutusu */
.student-demo-banner{padding:18px 20px!important;border-color:#aac8da!important;background:linear-gradient(135deg,#f0f8fc,#e5f2f8)!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(30,75,109,.06)}
.student-demo-banner strong{font-size:16px!important;color:#123854!important}
.student-demo-banner p{font-size:15px!important;color:#1e4a68!important;line-height:1.65!important}
.student-demo-banner-mark{width:42px!important;height:42px!important;font-size:16px!important;background:#2d6392!important}

/* Sidebar: özellikle küçük ekran/uzaktan kullanım için */
.student-brand strong{font-size:21px}
.student-brand small{font-size:12px!important;color:#d2dee7!important}
.student-sidebar-card{padding:17px}
.student-sidebar-card strong{font-size:15.5px!important;color:#fff}
.student-sidebar-card>small{font-size:13.5px!important;color:#e0e8ef!important}
.student-sidebar nav{gap:6px}
.student-sidebar nav a{font-size:15.5px!important;color:#eef4f8!important;padding:12px 12px!important}
.student-sidebar nav a i{color:#e6eef4!important;background:rgba(255,255,255,.09)}
.student-sidebar-bottom a,.student-sidebar-bottom button{font-size:14.5px!important;color:#e4edf3!important}

/* Topbar */
.student-topbar-title small{font-size:13px!important;color:#24445d!important}
.student-topbar-title strong{font-size:17px!important;color:#0c2940}
.student-topbar-title span{font-size:13.5px!important;color:#31556f!important}
.student-user strong{font-size:14.5px!important;color:#0d2940}
.student-user small{font-size:13px!important;color:#31556f!important}

/* -------------------------------------------------------------
   GENEL BAKIŞ
   ------------------------------------------------------------- */
.student-command-grid{gap:22px;margin-bottom:22px}
.student-journey-board{padding:30px;min-height:370px;border-radius:25px;background:linear-gradient(145deg,#0a2942 0%,#123f61 58%,#174f72 100%)}
.student-journey-top>div>span,.student-journey-current>span{font-size:14px!important;color:#f0f6fa!important;letter-spacing:.07em}
.student-journey-top>div>small{font-size:15px!important;color:#e8f1f6!important}
.student-journey-current h2{font-size:25px!important;margin:11px 0 8px}
.student-journey-current p{font-size:16.5px!important;color:#f2f6f9!important;line-height:1.7!important}
.student-journey-board>a{font-size:15.5px!important;padding:8px 0}
.student-focus-stack{gap:22px}
.student-focus-card{padding:24px!important;border-radius:22px;background:linear-gradient(135deg,#fff,#f6fafc)!important;grid-template-columns:58px minmax(0,1fr) auto}
.student-focus-card.lesson{background:linear-gradient(135deg,#fff8f5,#fff)!important;border-color:#efc1b4!important}
.student-focus-card.exam{background:linear-gradient(135deg,#f2f8fc,#fff)!important;border-color:#b8d2e4!important}
.student-focus-icon{width:54px;height:54px}
.student-focus-copy>span{font-size:14px!important;color:#234b67!important}
.student-focus-copy h2{font-size:20px!important;color:#0c2940;margin:7px 0 6px}
.student-focus-copy p{font-size:15.5px!important;color:#1e4764!important;line-height:1.65!important}
.student-focus-card>a{font-size:14.5px!important;color:#d64f34!important}
.student-glance-grid{gap:18px;margin-bottom:22px}
.student-glance-card{min-height:170px;padding:22px!important;border-radius:20px;background:linear-gradient(180deg,#fff,#f7fafc)!important}
.student-glance-card:nth-child(1){border-top:4px solid #315f87!important}
.student-glance-card:nth-child(2){border-top:4px solid #2a9b72!important}
.student-glance-card:nth-child(3){border-top:4px solid #e8684b!important}
.student-glance-card>span{font-size:14px!important;color:#214965!important}
.student-glance-card>strong{font-size:20px!important;color:#0d2940;margin-top:10px}
.student-glance-card>p{font-size:15px!important;color:#214762!important;line-height:1.65!important}
.student-glance-card>a,.student-glance-card>button{font-size:14.5px!important;color:#d44f34!important;padding-top:16px}

/* Güncel hareketler */
.student-activity-featured{border-top:4px solid #ef6547!important}
.student-activity-list-v2{gap:0}
.student-activity-list-v2>a{padding:18px 20px!important;background:#fff}
.student-activity-list-v2>a:nth-child(4n+1),.student-activity-list-v2>a:nth-child(4n+2){background:#f7fafc}
.student-activity-list-v2>a div>span{font-size:13.5px!important;color:#234b67!important}
.student-activity-list-v2>a strong{font-size:16.5px!important;color:#0d2940!important}
.student-activity-list-v2>a small{font-size:14px!important;color:#2d5069!important}
.student-announcement-list{gap:12px}
.student-announcement-list article{padding:17px 18px!important;border-color:#cbd9e4!important;background:#f6fafc!important}
.student-announcement-list article>span{font-size:13.5px!important;color:#204763!important}
.student-announcement-list h3{font-size:16.5px!important;color:#0d2940!important}
.student-announcement-list p{font-size:15px!important;color:#214762!important}

/* -------------------------------------------------------------
   PROGRAMIM
   ------------------------------------------------------------- */
.student-program-hero{padding:32px!important;margin-bottom:24px;border-radius:24px!important;background:linear-gradient(135deg,#0b2d47,#174f70)!important}
.student-program-hero small{font-size:14px!important;color:#ecf4f8!important}
.student-program-hero h2{font-size:25px!important;color:#fff!important;margin:6px 0}
.student-program-hero p{font-size:16px!important;color:#f0f5f8!important}
.student-program-hero>strong{font-size:18px!important;color:#fff!important;text-align:right}
.student-program-hero>strong small{font-size:14px!important;color:#e8f1f6!important;margin-bottom:5px}
.student-program-facts{gap:18px!important;margin-bottom:24px}
.student-program-facts>article{padding:22px!important;border-radius:20px!important;background:#fff!important;position:relative;overflow:hidden}
.student-program-facts>article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#315f87}
.student-program-facts>article.fact-license:before{background:#ef6547}
.student-program-facts>article.fact-time:before{background:#c58a22}
.student-program-facts>article.fact-status:before{background:#2a9b72}
.student-program-facts small{font-size:14px!important;color:#214965!important}
.student-program-facts strong{font-size:18px!important;color:#0d2940!important;margin-top:5px}
.student-program-facts span{font-size:15px!important;color:#214762!important;line-height:1.6!important}
.student-program-links{gap:16px!important}
.student-program-links>a{padding:20px!important;border-radius:18px!important;background:#f5f9fc!important}
.student-program-links>a:nth-child(2){background:#fff7f3!important;border-color:#efc8bd!important}
.student-program-links>a:nth-child(3){background:#eef8f4!important;border-color:#c4dfd2!important}
.student-program-links strong{font-size:17px!important;color:#0d2940!important}
.student-program-links span{font-size:15px!important;color:#214762!important}

/* -------------------------------------------------------------
   BELGELERİM
   ------------------------------------------------------------- */
.student-doc-overview{gap:18px!important;margin-bottom:24px}
.student-doc-overview>div{padding:24px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--shadow-soft)}
.student-doc-overview>div:first-child{background:linear-gradient(135deg,#0b2d47,#174f70)!important;color:#fff!important;border-color:#0b2d47!important}
.student-doc-overview span,.student-doc-overview small{font-size:14px!important;color:#214965!important;font-weight:900!important;letter-spacing:.055em;text-transform:uppercase}
.student-doc-overview>div:first-child span,.student-doc-overview>div:first-child small{color:#eef5f9!important}
.student-doc-overview strong{font-size:25px!important;color:#0d2940!important}
.student-doc-overview>div:first-child strong{color:#fff!important}
.student-document-grid{gap:18px!important}
.student-document-grid article{padding:22px!important;grid-template-columns:50px minmax(0,1fr)!important;gap:16px!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,#f9fbfc)!important}
.student-document-grid article.doc-approved,.student-document-grid article.doc-received{background:linear-gradient(135deg,#f2fbf6,#fff)!important;border-color:#b9dbc9!important}
.student-document-grid article.doc-missing,.student-document-grid article.doc-rejected{background:linear-gradient(135deg,#fff6f4,#fff)!important;border-color:#e7bdb6!important}
.student-doc-icon{width:46px!important;height:46px!important;border-radius:14px!important}
.student-status-pill{font-size:13.5px!important;padding:7px 10px!important;color:#214965!important;background:#e8f1f7!important}
.student-document-grid h2{font-size:18px!important;color:#0d2940!important;margin:10px 0 6px!important}
.student-document-grid p{font-size:15.5px!important;color:#1f4561!important;line-height:1.7!important}
.student-document-grid article small{font-size:14px!important;line-height:1.6!important;padding:10px 12px;border-radius:10px;background:#fff4dd;color:#6f4912!important}

/* -------------------------------------------------------------
   DERSLERİM
   ------------------------------------------------------------- */
.student-learning-summary{gap:18px!important;margin-bottom:24px}
.student-learning-summary>article{padding:24px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--shadow-soft)}
.student-learning-summary>article.primary{background:linear-gradient(135deg,#0b2d47,#174f70)!important;border-color:#0b2d47!important;color:#fff}
.student-learning-summary small{font-size:14px!important;color:#214965!important}
.student-learning-summary .primary small{color:#eef5f9!important}
.student-learning-summary strong{font-size:22px!important;color:#0d2940!important}
.student-learning-summary .primary strong{color:#fff!important}
.student-learning-summary span{font-size:15px!important;color:#214762!important;line-height:1.55!important}
.student-learning-summary .primary span{color:#f0f5f8!important}
.student-lesson-grid{gap:20px!important}
.student-lesson-grid>article{padding:20px!important;border-radius:21px!important;background:#fff!important;overflow:hidden;position:relative}
.student-lesson-grid>article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#315f87}
.student-lesson-grid>article.lesson-driving:before{background:#ef6547}
.student-lesson-grid>article.status-completed{background:linear-gradient(135deg,#f5faf8,#fff)!important}
.student-lesson-date{width:64px!important;height:72px!important;border-radius:16px!important;background:#0d3553!important;color:#fff!important}
.student-lesson-date strong{font-size:25px!important}
.student-lesson-date span{font-size:13.5px!important;color:#fff!important}
.student-lesson-copy h2{font-size:19px!important;color:#0d2940!important;margin-top:12px}
.student-lesson-copy>p{font-size:15.5px!important;color:#1f4561!important}
.student-lesson-meta{gap:12px!important;margin-top:16px!important}
.student-lesson-meta>span{padding:13px 14px!important;border:1px solid #d5e1ea!important;border-radius:13px!important;background:#f3f8fb!important}
.student-lesson-meta small{font-size:13.5px!important;color:#214965!important}
.student-lesson-meta strong{font-size:15.5px!important;color:#0d2940!important}
.student-note-box{font-size:14.5px!important;line-height:1.6!important;background:#fff6f2!important;border-color:#efc9bf!important;color:#6d3427!important;padding:12px 14px!important}

/* -------------------------------------------------------------
   SINAVLARIM
   ------------------------------------------------------------- */
.student-exam-grid{gap:20px!important}
.student-exam-grid article{padding:24px!important;border-radius:22px!important;background:linear-gradient(180deg,#fff,#f9fbfc)!important;border-top:5px solid #315f87!important}
.student-exam-grid article:has(.result-passed){border-top-color:#2a9b72!important;background:linear-gradient(135deg,#f4fbf7,#fff)!important}
.student-exam-grid article:has(.result-failed){border-top-color:#c9584e!important;background:linear-gradient(135deg,#fff6f4,#fff)!important}
.student-exam-card-icon{width:50px!important;height:50px!important;border-radius:15px!important;background:#edf5fa!important;color:#245b83!important}
.student-exam-top{margin-top:15px!important;padding-top:15px;border-top:1px solid #dce6ed}
.student-exam-top>span,.student-exam-top>b{font-size:14px!important}
.student-exam-top>span{color:#214965!important}
.student-exam-grid h2{font-size:24px!important;color:#0d2940!important}
.student-exam-grid p{font-size:15.5px!important;color:#1f4561!important}
.student-exam-facts{gap:12px!important;margin-top:18px!important}
.student-exam-facts span{padding:14px!important;background:#f1f6f9!important;border:1px solid #d4e1ea!important;border-radius:13px!important}
.student-exam-facts small{font-size:13.5px!important;color:#214965!important}
.student-exam-facts strong{font-size:16px!important;color:#0d2940!important}
.student-exam-note{display:block!important;font-size:14.5px!important;color:#1f4561!important;background:#f4f8fb;padding:11px 13px;border-radius:10px}

/* -------------------------------------------------------------
   DUYURULAR
   ------------------------------------------------------------- */
.student-announcement-summary{padding:24px!important;margin-bottom:20px!important;border-radius:20px!important;background:linear-gradient(135deg,#0b2d47,#174f70)!important}
.student-announcement-summary small{font-size:14px!important;color:#eef5f9!important}
.student-announcement-summary strong{font-size:20px!important;color:#fff!important}
.student-announcement-summary span{font-size:15px!important;color:#f0f5f8!important}
.student-announcements-v2{gap:18px!important}
.student-announcements-v2 article{grid-template-columns:110px minmax(0,1fr)!important;min-height:0!important;border-radius:21px!important;background:#fff!important}
.student-announcement-side{padding:20px 12px!important;background:#eef5f9!important;border-right:1px solid #cbdbe6!important}
.student-announcement-side>i{width:42px!important;height:42px!important;background:#fff0ea!important}
.student-announcement-side strong{font-size:23px!important;color:#123854!important}
.student-announcement-side span{font-size:13px!important;color:#234b67!important}
.student-announcement-content{padding:22px 24px!important;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);column-gap:28px;align-items:start}
.student-announcement-content>div{grid-column:1/-1!important;padding-bottom:12px;margin-bottom:13px;border-bottom:1px solid #dce6ed}
.student-announcement-content>div span{font-size:13.5px!important;color:#d64f34!important}
.student-announcement-content>div small{font-size:13.5px!important;color:#214965!important}
.student-announcement-content h2{font-size:21px!important;color:#0d2940!important;margin:0!important;line-height:1.4!important}
.student-announcement-content p{font-size:16px!important;color:#173d59!important;line-height:1.75!important;margin:0!important;padding:14px 16px;background:#f4f8fb;border:1px solid #d8e4ec;border-radius:13px}

/* -------------------------------------------------------------
   PROFİLİM
   ------------------------------------------------------------- */
.student-two-col{gap:22px!important}
.student-detail-grid{gap:14px!important}
.student-detail-grid>div{padding:19px!important;background:#f5f9fc!important;border-radius:15px!important;border:1px solid #cbdbe6!important;box-shadow:none!important}
.student-detail-grid>div:nth-child(2n){background:#fff8f5!important;border-color:#edd1c8!important}
.student-detail-grid small{font-size:13.5px!important;color:#214965!important}
.student-detail-grid strong{font-size:16.5px!important;color:#0d2940!important}
.student-form{gap:17px!important}
.student-form label span{font-size:14.5px!important;color:#183d59!important}
.student-form input,.student-form select,.student-form textarea{font-size:16px!important;min-height:48px;background:#fff!important;border-color:#b7cad9!important;color:#0d2940!important}
.student-form button{font-size:15.5px!important;min-height:50px!important}

/* -------------------------------------------------------------
   BİLDİRİM MERKEZİ ve BOŞ DURUMLAR
   ------------------------------------------------------------- */
.student-notification-popover{border-color:#afc5d5!important}
.student-notification-head small{font-size:13px!important;color:#214965!important}
.student-notification-head strong{font-size:16px!important;color:#0d2940!important}
.student-notification-head>span{font-size:12.5px!important}
.student-notification-list a{padding:15px 17px!important}
.student-notification-list small{font-size:12.5px!important;color:#214965!important}
.student-notification-list strong{font-size:14.5px!important;color:#0d2940!important}
.student-notification-list span{font-size:13.5px!important;color:#214762!important}
.student-rich-empty,.student-empty{background:#f5f9fc!important;border-color:#bfd0de!important;color:#173d59!important}
.student-rich-empty strong,.student-empty strong{color:#0d2940!important}
.student-rich-empty span,.student-empty{font-size:15.5px!important;color:#1f4561!important}

/* Responsive: büyütülen tipografi küçük ekranlarda da küçülmesin. */
@media(max-width:1180px){
  .student-content{padding-left:28px;padding-right:28px}
  .student-announcement-content{grid-template-columns:1fr!important}
  .student-announcement-content h2{margin-bottom:12px!important}
}
@media(max-width:860px){
  .student-page-head h1{font-size:34px!important}
  .student-command-grid{gap:18px}
  .student-focus-card{grid-template-columns:54px minmax(0,1fr)!important}
  .student-focus-card>a{grid-column:2;justify-self:start}
  .student-announcements-v2 article{grid-template-columns:86px minmax(0,1fr)!important}
}
@media(max-width:560px){
  .student-content{padding:24px 14px 40px!important}
  .student-page-head{margin-bottom:22px}
  .student-page-head h1{font-size:31px!important}
  .student-page-head p{font-size:16px!important;line-height:1.65!important}
  .student-kicker{font-size:13px!important}
  .student-card{padding:18px!important}
  .student-card-head h2{font-size:21px!important}
  .student-program-hero{padding:22px!important;align-items:flex-start;gap:18px}
  .student-program-hero>div{align-items:flex-start}
  .student-program-hero>strong{text-align:left!important;font-size:16px!important}
  .student-document-grid article{grid-template-columns:46px minmax(0,1fr)!important;padding:18px!important}
  .student-learning-summary>article{padding:19px!important}
  .student-lesson-grid>article{grid-template-columns:58px minmax(0,1fr)!important;padding:16px!important}
  .student-lesson-date{width:54px!important;height:66px!important}
  .student-announcements-v2 article{grid-template-columns:1fr!important}
  .student-announcement-side{min-height:76px!important;flex-direction:row!important;gap:12px!important;border-right:0!important;border-bottom:1px solid #cbdbe6!important}
  .student-announcement-content{padding:18px!important}
  .student-announcement-content p{font-size:16px!important}
  .student-detail-grid{grid-template-columns:1fr!important}
  .student-sidebar nav a{font-size:16px!important}
  .student-sidebar-bottom a,.student-sidebar-bottom button{font-size:15px!important}
}

/* =============================================================
   v0.99.12 — DUYURU + EĞİTİM SÜRECİ KART MİMARİSİ
   Amaç: büyütülmüş tipografiyi korurken kartları daha sakin, dengeli
   ve görsel hiyerarşisi güçlü hale getirmek. Gereksiz kalınlık,
   renk blokları ve dağınık kolon yerleşimleri azaltıldı.
   ============================================================= */

/* -------------------------------------------------------------
   DUYURULAR — tarih, meta, başlık ve metin tek okunabilir akışta
   ------------------------------------------------------------- */
.student-announcements-v2{
  gap:16px!important;
}
.student-announcements-v2 .student-announcement-card{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #bfd0dc!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(20,55,82,.075)!important;
}
.student-announcements-v2 .student-announcement-card:before{
  display:none!important;
}
.student-announcement-side{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:12px!important;
  padding:18px 10px!important;
  background:#f4f8fb!important;
  border-right:1px solid #d3e0e8!important;
  color:#173d59!important;
}
.student-announcement-side>i{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  border-radius:12px!important;
  background:#fff0ea!important;
  color:#e75b3e!important;
}
.student-announcement-date{
  display:grid!important;
  gap:1px!important;
  text-align:center!important;
  line-height:1!important;
}
.student-announcement-date strong{
  font-size:22px!important;
  line-height:1!important;
  color:#123650!important;
  font-weight:800!important;
}
.student-announcement-date span{
  margin-top:4px!important;
  color:#315d7d!important;
  font-size:12.5px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
.student-announcement-content{
  display:block!important;
  padding:20px 24px 21px!important;
  min-width:0!important;
}
.student-announcement-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px 12px!important;
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
}
.student-announcement-audience{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:#fff1ec!important;
  color:#cf4f35!important;
  font-size:12.5px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
.student-announcement-meta small{
  color:#315d7d!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.student-announcement-content h2{
  margin:0!important;
  max-width:980px!important;
  color:#0d2940!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.38!important;
  letter-spacing:-.01em!important;
}
.student-announcement-content p{
  margin:8px 0 0!important;
  max-width:1120px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#244761!important;
  font-size:16px!important;
  font-weight:500!important;
  line-height:1.68!important;
}
.student-announcements-v2 .student-announcement-card:hover{
  transform:none!important;
  border-color:#a9c0d0!important;
  box-shadow:0 14px 34px rgba(20,55,82,.095)!important;
}

/* -------------------------------------------------------------
   EĞİTİM SÜRECİ — renk durum göstergesi olsun, kart yüzeyi olmasın
   ------------------------------------------------------------- */
.student-process-list{
  gap:16px!important;
}
.student-process-list:before{
  left:32px!important;
  top:42px!important;
  bottom:42px!important;
  width:2px!important;
  background:#cbdbe6!important;
}
.student-process-list article{
  grid-template-columns:64px minmax(0,1fr) 180px!important;
  gap:22px!important;
  align-items:stretch!important;
  padding:22px 22px 22px 20px!important;
  overflow:hidden!important;
  border:1px solid #bfd0dc!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(20,55,82,.07)!important;
}
.student-process-list article.completed,
.student-process-list article.current,
.student-process-list article.pending,
.student-process-list article.waiting{
  background:#fff!important;
}
.student-process-list article:after{
  width:5px!important;
  z-index:0!important;
}
.student-process-list article:hover{
  transform:none!important;
  border-color:#a9c0d0!important;
  box-shadow:0 14px 34px rgba(20,55,82,.095)!important;
}
.student-process-list article.completed{border-color:#bfd0dc!important}
.student-process-list article.current{border-color:#e4b7ab!important}

.student-process-no{
  position:relative!important;
  z-index:2!important;
  width:54px!important;
  height:54px!important;
  align-self:start!important;
  border-radius:15px!important;
  background:#edf4f8!important;
  color:#224b69!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:inset 0 0 0 1px #cddce6!important;
}
.student-process-list article.completed .student-process-no{
  background:#e8f5ee!important;
  color:#137450!important;
  box-shadow:inset 0 0 0 1px #c9e4d6!important;
}
.student-process-list article.current .student-process-no{
  background:#ef6547!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(239,101,71,.2)!important;
}
.student-process-main{
  padding:0!important;
  min-width:0!important;
}
.student-process-heading-row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:9px 12px!important;
  margin-bottom:7px!important;
}
.student-status-pill{
  order:1!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:#edf3f7!important;
  color:#315873!important;
  font-size:12.5px!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
  line-height:1.2!important;
}
.student-process-list article.completed .student-status-pill{
  background:#e8f5ee!important;
  color:#137450!important;
}
.student-process-list article.current .student-status-pill{
  background:#fff0eb!important;
  color:#b84f38!important;
}
.student-process-main h2{
  order:2!important;
  flex:1 1 320px!important;
  margin:0!important;
  color:#0d2940!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.38!important;
  letter-spacing:-.01em!important;
}
.student-process-main p{
  margin:0!important;
  max-width:900px!important;
  color:#244761!important;
  font-size:16px!important;
  font-weight:500!important;
  line-height:1.68!important;
}
.student-process-main ul{
  display:grid!important;
  gap:7px!important;
  margin:14px 0 0!important;
  padding:12px 16px 12px 34px!important;
  border:1px solid #d7e3ea!important;
  border-radius:13px!important;
  background:#f7fafc!important;
  color:#1c405a!important;
  font-size:15.5px!important;
  font-weight:500!important;
  line-height:1.6!important;
}
.student-process-list article.completed .student-process-main ul,
.student-process-list article.current .student-process-main ul{
  background:#f7fafc!important;
  border-color:#d7e3ea!important;
}
.student-process-main li::marker{
  color:#315d89!important;
}

.student-process-side{
  align-self:stretch!important;
  display:grid!important;
  align-content:start!important;
  gap:0!important;
  min-width:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #d3e0e8!important;
  border-radius:14px!important;
  background:#f7fafc!important;
}
.student-process-list article.completed .student-process-side,
.student-process-list article.current .student-process-side{
  background:#f7fafc!important;
  border-color:#d3e0e8!important;
}
.student-process-side-item{
  padding:13px 14px!important;
}
.student-process-side-item + .student-process-side-item{
  border-top:1px solid #dce6ed!important;
}
.student-process-side small{
  display:block!important;
  margin:0!important;
  color:#315d7d!important;
  font-size:12.5px!important;
  font-weight:850!important;
  line-height:1.3!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
}
.student-process-side strong{
  display:block!important;
  margin-top:5px!important;
  color:#0d2940!important;
  font-size:16px!important;
  font-weight:800!important;
  line-height:1.35!important;
}
.student-process-completion{
  background:#fff!important;
}
.student-process-completion small{
  color:#4a657a!important;
}
.student-process-completion strong{
  color:#137450!important;
  font-size:14.5px!important;
}
.student-process-note{
  margin-top:14px!important;
  padding:12px 14px!important;
  border:1px solid #d4e1e9!important;
  border-left:4px solid #315d89!important;
  border-radius:12px!important;
  background:#f4f8fb!important;
}
.student-process-note small{
  color:#315d7d!important;
  font-size:12.5px!important;
  font-weight:850!important;
}
.student-process-note strong{
  display:block!important;
  margin-top:4px!important;
  color:#173d59!important;
  font-size:15px!important;
  font-weight:650!important;
  line-height:1.55!important;
}

@media(max-width:980px){
  .student-process-list article{
    grid-template-columns:60px minmax(0,1fr)!important;
    gap:18px!important;
  }
  .student-process-side{
    grid-column:2!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .student-process-side-item + .student-process-side-item{
    border-top:0!important;
    border-left:1px solid #dce6ed!important;
  }
}

@media(max-width:680px){
  .student-announcements-v2 .student-announcement-card{
    grid-template-columns:1fr!important;
  }
  .student-announcement-side{
    min-height:0!important;
    flex-direction:row!important;
    justify-content:flex-start!important;
    padding:12px 16px!important;
    border-right:0!important;
    border-bottom:1px solid #d3e0e8!important;
  }
  .student-announcement-date{
    display:flex!important;
    align-items:baseline!important;
    gap:5px!important;
    text-align:left!important;
  }
  .student-announcement-date span{margin-top:0!important}
  .student-announcement-content{padding:17px 18px 18px!important}
  .student-announcement-content h2{font-size:19px!important}
  .student-announcement-content p{font-size:15.5px!important}

  .student-process-list:before{display:none!important}
  .student-process-list article{
    grid-template-columns:1fr!important;
    gap:13px!important;
    padding:18px 16px 17px!important;
  }
  .student-process-no{
    width:48px!important;
    height:48px!important;
  }
  .student-process-side{
    grid-column:1!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .student-process-main h2{font-size:19px!important}
  .student-process-main p{font-size:15.5px!important}
  .student-process-main ul{font-size:15px!important}
}

@media(max-width:420px){
  .student-process-side{
    grid-template-columns:1fr!important;
  }
  .student-process-side-item + .student-process-side-item{
    border-left:0!important;
    border-top:1px solid #dce6ed!important;
  }
}
