.student-dashboard-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#dcece4,#edf5f0)}.student-dashboard-hero::after{content:"";position:absolute;width:280px;height:280px;border:1px solid #265d4a24;border-radius:50%;right:-90px;top:-130px}.today-card{z-index:1;display:flex;flex-direction:column;align-items:center;min-width:105px;background:#fff;border:1px solid #ffffffa8;border-radius:18px;padding:13px;box-shadow:0 8px 22px #17342c0c}.today-card span,.today-card small{color:var(--muted);font-size:11px;text-transform:uppercase}.today-card strong{font:800 35px Manrope}.student-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 30px}.student-kpis article{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}.student-kpis article.attention{border-color:#efd59c;background:#fffaf0}.kpi-icon{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:12px;background:var(--mint);color:var(--green);font-size:18px}.student-kpis article.attention .kpi-icon{background:#fff0d4;color:#98600d}.student-kpis article>div{display:flex;flex-direction:column;min-width:0}.student-kpis small{color:var(--muted)}.student-kpis strong{font:800 25px Manrope;line-height:1.1}.student-kpis p{color:var(--muted);font-size:10px;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-week-section{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:26px}.student-week-section .section-title p{color:var(--muted);font-size:12px;margin:3px 0}.student-calendar-legend{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:11px}.student-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}.student-day{min-height:158px;background:#f7f8f6;border:1px solid transparent;border-radius:12px;padding:8px}.student-day.today{background:#eef6f1;border-color:var(--green)}.student-day header{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px;text-transform:uppercase;margin-bottom:8px}.student-day header strong{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;color:var(--ink);font-size:13px}.student-day.today header strong{background:var(--green);color:#fff}.student-day>div{display:flex;flex-direction:column;gap:5px}.student-event{display:flex;align-items:flex-start;gap:5px;background:#fff;border-radius:8px;padding:6px;color:inherit;text-decoration:none;border-left:3px solid}.student-event.lesson{border-color:#39765f}.student-event.activity{border-color:#d49535}.student-event.evaluation{border-color:#74509a}.student-event>span{font-size:10px}.student-event>div{display:flex;flex-direction:column;min-width:0}.student-event strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:10px;line-height:1.2}.student-event small{color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-no-events{color:#a0aaa5;font-size:9px;padding:5px}.student-priority-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-bottom:42px}.priority-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:20px}.priority-list{display:flex;flex-direction:column}.priority-list>a{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;border-top:1px solid var(--line);padding:11px 0;color:inherit;text-decoration:none}.priority-list>a>div{display:flex;flex-direction:column;min-width:0}.priority-list strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.priority-list small{color:var(--muted)}.priority-date,.evaluation-symbol{display:grid;place-items:center;min-height:38px;border-radius:9px;background:var(--mint);color:var(--green);font-size:10px;font-weight:800;text-align:center}.priority-date.overdue{background:#fae8e8;color:#963e32}.evaluation-symbol{font-size:17px;background:#eee7f7;color:#67458c}.student-empty{display:flex;align-items:center;flex-direction:column;text-align:center;padding:26px;color:var(--muted)}.student-empty>span{font-size:25px;color:var(--green)}.student-empty strong{color:var(--ink);margin:5px 0}.subject-card-heading{display:flex;align-items:center;justify-content:space-between}.subject-card-heading>span{background:#f1f4f2;color:var(--muted);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.subject-quick-meta{display:flex;gap:7px;margin-top:12px}.subject-quick-meta span{background:#f1f4f2;color:var(--muted);border-radius:7px;padding:5px 7px;font-size:10px}.subject-quick-meta .has-pending{background:#fff0d6;color:#8a570b}.student-subject-card p{min-height:42px}.recent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.recent-grid>a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;color:inherit;text-decoration:none}.recent-grid>a>div{display:flex;flex-direction:column;min-width:0}.recent-grid small,.recent-grid div>span{color:var(--muted);font-size:10px}.recent-grid strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--mint);color:var(--green)}.recent-icon.atividade{background:#fff0d6;color:#98600d}.recent-icon.avaliacao{background:#eee7f7;color:#67458c}@media(max-width:950px){.student-kpis{grid-template-columns:repeat(2,1fr)}.student-week{overflow-x:auto;grid-template-columns:repeat(7,145px)}.student-priority-grid{grid-template-columns:1fr}}@media(max-width:650px){.student-dashboard-hero{padding:30px 22px}.student-dashboard-hero h1{font-size:33px}.today-card{display:none}.student-kpis,.recent-grid{grid-template-columns:1fr}.student-week-section{padding:16px}.student-calendar-legend{justify-content:flex-start}.student-subjects .subject-grid{grid-template-columns:1fr}}
