.dashboard-page{--dp-ink:#0f172a;--dp-muted:#64748b;--dp-line:#e2e8f0;--dp-blue:#2563eb;--dp-soft:#eff6ff;--dp-bg:#f8fafc;min-height:100vh;background:var(--dp-bg);color:var(--dp-ink);font-family:Poppins,system-ui,sans-serif}.dashboard-page *{box-sizing:border-box}.dashboard-page .dashboard-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:15px clamp(18px,4vw,55px);background:rgba(255,255,255,.95);border-bottom:1px solid var(--dp-line);backdrop-filter:blur(14px)}.dashboard-page .dashboard-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:20px}.dashboard-page .dashboard-logo img{width:34px;height:34px}.dashboard-page .brand-dark{color:#0f172a}.dashboard-page .brand-blue{color:var(--dp-blue)}.dashboard-page .dashboard-nav{display:flex;gap:7px}.dashboard-page .dashboard-nav a{padding:9px 12px;border-radius:10px;text-decoration:none;color:#475569;font-size:13px;font-weight:600}.dashboard-page .dashboard-nav a:hover{background:var(--dp-soft);color:var(--dp-blue)}.dashboard-page .dashboard-user{position:relative}.dashboard-page .user-button{border:1px solid var(--dp-line);background:#fff;border-radius:11px;padding:9px 12px;display:flex;align-items:center;gap:8px;font:600 13px Poppins,sans-serif;color:#334155;cursor:pointer}.dashboard-page .user-menu{display:none;position:absolute;right:0;top:calc(100% + 9px);width:180px;padding:7px;border:1px solid var(--dp-line);border-radius:13px;background:#fff;box-shadow:0 15px 35px rgba(15,23,42,.12)}.dashboard-page .user-menu.show{display:block}.dashboard-page .user-menu a{display:flex;gap:9px;align-items:center;padding:10px;border-radius:9px;color:#475569;text-decoration:none;font-size:13px}.dashboard-page .user-menu a:hover{background:#f8fafc;color:var(--dp-blue)}.dashboard-page .dashboard-main{width:min(1160px,calc(100% - 40px));margin:auto;padding:48px 0 75px}.dashboard-page .dashboard-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}.dashboard-page .dashboard-label{margin:0 0 8px;color:var(--dp-blue);font-size:11px;font-weight:800;letter-spacing:.1em}.dashboard-page .dashboard-welcome h1{margin:0;font-size:clamp(28px,4vw,40px);letter-spacing:-.035em}.dashboard-page .dashboard-welcome>div>p:last-child{margin:8px 0 0;color:var(--dp-muted);font-size:14px}.dashboard-page .dashboard-primary-btn,.dashboard-page .course-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 16px;border-radius:11px;background:var(--dp-blue);color:#fff;text-decoration:none;font-size:13px;font-weight:700}.dashboard-page .dashboard-primary-btn:hover,.dashboard-page .course-btn:hover{background:#1d4ed8}.dashboard-page .dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.dashboard-page .dashboard-stat{display:flex;align-items:center;gap:13px;padding:19px;border:1px solid var(--dp-line);border-radius:16px;background:#fff}.dashboard-page .dashboard-stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--dp-soft);color:var(--dp-blue)}.dashboard-page .dashboard-stat h3{margin:0;font-size:21px}.dashboard-page .dashboard-stat p{margin:2px 0 0;color:var(--dp-muted);font-size:11px}.dashboard-page .dashboard-section{margin-top:48px}.dashboard-page .section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.dashboard-page .section-heading h2{margin:0;font-size:23px;letter-spacing:-.02em}.dashboard-page .section-heading p{margin:4px 0 0;color:var(--dp-muted);font-size:13px}.dashboard-page .section-heading>a{color:var(--dp-blue);text-decoration:none;font-size:12px;font-weight:700}.dashboard-page .continue-card{display:flex;align-items:center;gap:17px;padding:20px;border:1px solid var(--dp-line);border-radius:18px;background:#fff}.dashboard-page .continue-icon{flex:0 0 48px;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--dp-soft);color:var(--dp-blue)}.dashboard-page .continue-content{min-width:0;flex:1}.dashboard-page .course-class{font-size:10px;color:var(--dp-blue);font-weight:800;letter-spacing:.08em}.dashboard-page .continue-content h3{margin:5px 0 3px;font-size:16px}.dashboard-page .continue-content p{margin:0;color:var(--dp-muted);font-size:12px}.dashboard-page .continue-btn{display:inline-flex;gap:8px;align-items:center;color:var(--dp-blue);text-decoration:none;font-size:12px;font-weight:700}.dashboard-page .course-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.dashboard-page .course-card{padding:22px;border:1px solid var(--dp-line);border-radius:18px;background:#fff}.dashboard-page .course-card h3{margin:10px 0 6px;font-size:18px}.dashboard-page .course-card p{margin:0 0 16px;color:var(--dp-muted);font-size:12px;line-height:1.6}.dashboard-page .course-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--dp-soft);color:var(--dp-blue);font-size:10px;font-weight:800}.dashboard-page .course-empty{padding:28px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;color:var(--dp-muted);font-size:13px}.dashboard-page .course-empty h3{margin:0 0 6px;color:var(--dp-ink);font-size:16px}.dashboard-page .course-empty p{margin:0 0 16px}.dashboard-page .quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.dashboard-page .quick-card{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--dp-line);border-radius:15px;background:#fff;text-decoration:none;color:inherit}.dashboard-page .quick-card:hover{border-color:#bfdbfe;transform:translateY(-2px)}.dashboard-page .quick-icon{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f8fafc;color:var(--dp-blue)}.dashboard-page .quick-card h3{margin:0;font-size:13px}.dashboard-page .quick-card p{margin:3px 0 0;color:var(--dp-muted);font-size:10px;line-height:1.4}.dashboard-page .quick-card>i:last-child{margin-left:auto;color:#94a3b8;font-size:11px}.dashboard-page .dashboard-error{padding:18px;border:1px solid #fecaca;border-radius:13px;background:#fff7f7;color:#991b1b;font-size:13px}@media(max-width:900px){.dashboard-page .dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-page .quick-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.dashboard-page .dashboard-header{padding:13px 15px}.dashboard-page .dashboard-nav{display:flex;gap:4px;min-width:0}.dashboard-page .dashboard-nav a{display:none;padding:7px 8px;font-size:11px;white-space:nowrap}.dashboard-page .dashboard-nav a:first-child,.dashboard-page .dashboard-nav a:last-child{display:inline-flex}.dashboard-page .user-button span,.dashboard-page .user-button .fa-chevron-down{display:none}.dashboard-page .dashboard-main{width:min(100% - 28px,620px);padding:35px 0 55px}.dashboard-page .dashboard-welcome{align-items:stretch;flex-direction:column}.dashboard-page .dashboard-primary-btn{width:100%}.dashboard-page .dashboard-stats,.dashboard-page .course-grid,.dashboard-page .quick-grid{grid-template-columns:1fr}.dashboard-page .continue-card{align-items:flex-start;flex-wrap:wrap}.dashboard-page .continue-btn{width:100%;justify-content:center;padding-top:8px}.dashboard-page .section-heading{align-items:flex-start}.dashboard-page .section-heading>a{display:none}}