:root{--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-brand-primary: #4f46e5;--color-brand-primary-hover: #4338ca;--color-brand-primary-light: #eef2ff;--color-brand-accent: #f59e0b;--color-brand-accent-hover: #d97706;--badge-leitura-bg: #eff6ff;--badge-leitura-text: #1d4ed8;--badge-leitura-border: #bfdbfe;--badge-video-bg: #f5f3ff;--badge-video-text: #6d28d9;--badge-video-border: #ddd6fe;--badge-audio-bg: #fdf2f8;--badge-audio-text: #be185d;--badge-audio-border: #fbcfe8;--badge-quiz-bg: #fffbeb;--badge-quiz-text: #b45309;--badge-quiz-border: #fde68a;--badge-flashcards-bg: #ecfdf5;--badge-flashcards-text: #047857;--badge-flashcards-border: #a7f3d0;--bg-app: #f8fafc;--bg-surface: #ffffff;--bg-surface-subtle: #f1f5f9;--bg-surface-elevated: #ffffff;--text-main: #0f172a;--text-muted: #475569;--text-light: #64748b;--text-on-primary: #ffffff;--border-subtle: #e2e8f0;--border-focus: #4f46e5;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, .05);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .07), 0 2px 4px -2px rgba(15, 23, 42, .05);--shadow-lg: 0 10px 25px -3px rgba(15, 23, 42, .08), 0 4px 6px -4px rgba(15, 23, 42, .03);--shadow-hover: 0 14px 28px -4px rgba(79, 70, 229, .12), 0 8px 10px -6px rgba(15, 23, 42, .04);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .22s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid rgba(79,70,229,.45);outline-offset:2px}.student-app{display:flex;flex-direction:column;min-height:100vh}.student-header{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff0}.student-header-inner{max-width:1024px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.student-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;cursor:pointer;background:none;border:none;font:inherit;text-align:left}.student-logo-mark{width:40px;height:40px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.2rem;box-shadow:0 4px 10px #4f46e547}.student-brand-text{display:flex;flex-direction:column}.student-brand-title{font-weight:800;font-size:1.25rem;letter-spacing:-.02em;color:var(--text-main);line-height:1.2}.student-brand-badge{font-size:.75rem;font-weight:600;color:var(--color-brand-primary);letter-spacing:.04em;text-transform:uppercase}.student-header-nav{display:flex;align-items:center;gap:.5rem}.btn-header-home{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .9rem;background:var(--bg-surface-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-muted);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);min-height:40px}.btn-header-home:hover{background:var(--color-brand-primary-light);color:var(--color-brand-primary);border-color:#c7d2fe}.student-main{flex:1;max-width:1024px;width:100%;margin:0 auto;padding:1.5rem 1.25rem 3rem}.student-hero{background:linear-gradient(135deg,#4f46e5,#6366f1 55%,#8b5cf6);color:#fff;padding:2.25rem 1.75rem;border-radius:var(--radius-xl);margin-bottom:2rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.student-hero:after{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff14;pointer-events:none}.student-hero h1{font-size:1.85rem;font-weight:800;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em}.student-hero p{font-size:1.05rem;color:#ffffffe6;max-width:600px}.student-section-title{font-size:1.4rem;font-weight:700;color:var(--text-main);margin-bottom:1rem;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.student-section-subtitle{font-size:.95rem;color:var(--text-light);margin-top:-.5rem;margin-bottom:1.25rem}.student-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.disciplina-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;text-align:left;cursor:pointer;transition:all var(--transition-normal);display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-sm);position:relative;min-height:170px;text-decoration:none;color:inherit}.disciplina-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#c7d2fe}.disciplina-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.disciplina-icon-wrap{width:48px;height:48px;border-radius:var(--radius-md);background:var(--color-brand-primary-light);color:var(--color-brand-primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.disciplina-card-title{font-size:1.2rem;font-weight:700;color:var(--text-main);line-height:1.3}.disciplina-card-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.25rem;flex:1}.disciplina-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--bg-surface-subtle);font-size:.875rem;font-weight:600;color:var(--color-brand-primary)}.disciplina-card-action{display:inline-flex;align-items:center;gap:.35rem}.student-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:var(--text-light);margin-bottom:1.25rem}.breadcrumb-link{background:none;border:none;padding:0;font:inherit;color:var(--color-brand-primary);font-weight:600;cursor:pointer;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-sep{color:#cbd5e1}.serie-selector-wrap{margin-bottom:1.5rem}.serie-selector-label{font-size:.825rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.serie-pills-list{display:flex;flex-wrap:wrap;gap:.5rem}.serie-pill-btn{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);min-height:44px}.serie-pill-btn:hover{background:var(--bg-surface-subtle);color:var(--text-main);border-color:#cbd5e1}.serie-pill-btn.active{background:var(--color-brand-primary);color:#fff;border-color:var(--color-brand-primary);box-shadow:0 4px 10px #4f46e540}.modulo-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);min-height:200px}.modulo-card:hover{border-color:#c7d2fe;box-shadow:var(--shadow-md)}.modulo-card-header{margin-bottom:.75rem}.modulo-order-badge{display:inline-block;font-size:.75rem;font-weight:700;color:var(--color-brand-primary);background:var(--color-brand-primary-light);padding:.2rem .6rem;border-radius:var(--radius-full);margin-bottom:.5rem}.modulo-card-title{font-size:1.25rem;font-weight:700;color:var(--text-main);line-height:1.3;margin-bottom:.5rem}.modulo-card-desc{font-size:.925rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.25rem;flex:1}.modulo-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-light);margin-bottom:1rem}.btn-start-study{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:var(--color-brand-primary);color:#fff;border:none;border-radius:var(--radius-md);padding:.85rem 1.25rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast);min-height:48px;box-shadow:0 4px 10px #4f46e538}.btn-start-study:hover{background:var(--color-brand-primary-hover);box-shadow:0 6px 14px #4f46e552}.study-session-container{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;display:flex;flex-direction:column}.study-top-bar{background:#fff;border-bottom:1px solid var(--border-subtle);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.study-module-info{display:flex;flex-direction:column}.study-module-subtitle{font-size:.8rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.04em}.study-module-title{font-size:1.15rem;font-weight:800;color:var(--text-main);line-height:1.2}.study-step-indicator{display:flex;align-items:center;gap:.75rem;background:var(--bg-surface-subtle);padding:.4rem .85rem;border-radius:var(--radius-full);border:1px solid var(--border-subtle)}.study-step-counter{font-size:.875rem;font-weight:700;color:var(--text-main)}.activity-type-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;padding:.25rem .65rem;border-radius:var(--radius-full);text-transform:capitalize;border:1px solid transparent}.activity-type-badge.tipo-leitura{background:var(--badge-leitura-bg);color:var(--badge-leitura-text);border-color:var(--badge-leitura-border)}.activity-type-badge.tipo-video{background:var(--badge-video-bg);color:var(--badge-video-text);border-color:var(--badge-video-border)}.activity-type-badge.tipo-audio{background:var(--badge-audio-bg);color:var(--badge-audio-text);border-color:var(--badge-audio-border)}.activity-type-badge.tipo-quiz{background:var(--badge-quiz-bg);color:var(--badge-quiz-text);border-color:var(--badge-quiz-border)}.activity-type-badge.tipo-flashcards{background:var(--badge-flashcards-bg);color:var(--badge-flashcards-text);border-color:var(--badge-flashcards-border)}.activity-type-badge.tipo-default{background:var(--bg-surface-subtle);color:var(--text-muted);border-color:var(--border-subtle)}.study-progress-track{height:6px;background:var(--bg-surface-subtle);width:100%}.study-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#06b6d4);transition:width var(--transition-normal)}.study-session-body{display:flex;min-height:480px;align-items:stretch}.study-roadmap-sidebar{width:260px;flex-shrink:0;background:#fafbfc;border-right:1px solid var(--border-subtle);padding:1.25rem 1rem;display:flex;flex-direction:column}.roadmap-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-subtle)}.roadmap-sidebar-title{font-size:.775rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.roadmap-sidebar-count{font-size:.75rem;font-weight:700;color:var(--color-brand-primary);background:var(--color-brand-primary-light);padding:.15rem .55rem;border-radius:var(--radius-full)}.roteiro-estudo-list{display:flex;flex-direction:column;gap:.4rem;width:100%}.roteiro-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;cursor:pointer;text-align:left;transition:all var(--transition-fast);min-height:48px;font-family:inherit}.roteiro-item:hover{background:var(--bg-surface-subtle);border-color:var(--border-subtle)}.roteiro-item-current{background:var(--color-brand-primary-light);border-color:#c7d2fe;box-shadow:0 1px 3px #4f46e514}.roteiro-item-current .roteiro-item-type{color:var(--color-brand-primary);font-weight:700}.roteiro-item-visited{background:#fff;border-color:#f1f5f9}.roteiro-item-visited .roteiro-item-type{color:#1e293b;font-weight:600}.roteiro-item-future{background:transparent}.roteiro-item-future .roteiro-item-type{color:var(--text-muted);font-weight:500}.roteiro-item-status{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.roteiro-badge-current{color:var(--color-brand-primary);font-size:.75rem;display:inline-flex;align-items:center;justify-content:center}.roteiro-badge-visited{color:#059669;font-weight:800;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center}.roteiro-badge-future{color:#94a3b8;font-size:.75rem;font-weight:700;width:20px;height:20px;border:1px solid #cbd5e1;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.roteiro-item-content{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.roteiro-item-main{display:flex;align-items:center;gap:.5rem}.roteiro-item-icon{font-size:.95rem;line-height:1;flex-shrink:0}.roteiro-item-type{font-size:.9rem;line-height:1.2}.roteiro-item-subtitle{font-size:.775rem;color:var(--text-light);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-open-roadmap{display:none;align-items:center;gap:.4rem;padding:.4rem .85rem;background:var(--color-brand-primary-light);color:var(--color-brand-primary);border:1px solid #c7d2fe;border-radius:var(--radius-full);font-size:.825rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast);min-height:38px}.btn-open-roadmap:hover{background:#e0e7ff;border-color:#a5b4fc}.roadmap-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease}.roadmap-drawer{background:#fff;width:100%;max-width:520px;max-height:80vh;border-radius:20px 20px 0 0;padding:1.25rem 1.25rem 2rem;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:slideUp .25s cubic-bezier(.16,1,.3,1);overflow:hidden}.roadmap-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.85rem;border-bottom:1px solid var(--border-subtle);margin-bottom:1rem}.roadmap-drawer-title{font-size:1.15rem;font-weight:800;color:var(--text-main);line-height:1.2}.roadmap-drawer-subtitle{font-size:.8rem;color:var(--text-light);display:block;margin-top:.15rem}.btn-close-drawer{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-subtle);background:var(--bg-surface-subtle);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast)}.btn-close-drawer:hover{background:#e2e8f0;color:var(--text-main)}.roadmap-drawer-content{overflow-y:auto;flex:1;padding-right:.25rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.study-activity-stage{flex:1;min-width:0;padding:2rem 1.75rem;min-height:380px}.study-activity-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.5rem}.study-activity-title{font-size:1.5rem;font-weight:800;color:var(--text-main);line-height:1.3}.study-activity-desc{font-size:.95rem;color:var(--text-muted)}.study-nav-bar{background:var(--bg-surface);border-top:1px solid var(--border-subtle);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.btn-nav-study{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.4rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:700;cursor:pointer;transition:all var(--transition-fast);min-height:48px}.btn-nav-prev{background:var(--bg-surface);color:var(--text-muted);border:1px solid var(--border-subtle)}.btn-nav-prev:hover:not(:disabled){background:var(--bg-surface-subtle);color:var(--text-main);border-color:#cbd5e1}.btn-nav-prev:disabled{opacity:.45;cursor:not-allowed}.btn-nav-next{background:var(--color-brand-primary);color:#fff;border:none;box-shadow:0 4px 10px #4f46e538}.btn-nav-next:hover:not(:disabled){background:var(--color-brand-primary-hover);box-shadow:0 6px 14px #4f46e552}.btn-nav-next:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.reading-renderer-container{max-width:760px;margin:0 auto}.reading-content-body{font-size:1.075rem;line-height:1.8;color:#1e293b}.reading-content-body p{margin-bottom:1.25rem}.reading-content-body h1,.reading-content-body h2,.reading-content-body h3{color:var(--text-main);font-weight:800;margin-top:1.75rem;margin-bottom:.75rem}.reading-content-body ul,.reading-content-body ol{margin-left:1.5rem;margin-bottom:1.25rem}.reading-content-body img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:1.5rem 0}.video-renderer-container{max-width:380px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.video-frame-box{background:#000;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative;aspect-ratio:9 / 16;width:100%;max-width:360px;max-height:78vh;display:flex;align-items:center;justify-content:center}.video-element{width:100%;height:100%;object-fit:contain}.video-meta-info{background:var(--bg-surface-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.85rem 1rem;font-size:.875rem;color:var(--text-muted);display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:360px}.audio-renderer-container{max-width:650px;margin:0 auto;background:linear-gradient(135deg,#fdf2f8,#fff);border:1px solid var(--badge-audio-border);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-md);text-align:center}.audio-icon-pulse{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:var(--badge-audio-bg);border:2px solid var(--badge-audio-border);color:var(--badge-audio-text);display:flex;align-items:center;justify-content:center;font-size:2rem}.audio-player-element{width:100%;margin-top:1.25rem}.quiz-renderer-container{max-width:720px;margin:0 auto}.quiz-card-box{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);margin-bottom:1.25rem}.quiz-question-number{font-size:.8rem;font-weight:700;color:var(--badge-quiz-text);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.quiz-question-text{font-size:1.15rem;font-weight:700;color:var(--text-main);margin-bottom:1.25rem;line-height:1.4}.quiz-options-list{display:flex;flex-direction:column;gap:.75rem}.quiz-option-item{background:var(--bg-surface-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.85rem 1.15rem;font-size:.95rem;color:var(--text-main);cursor:pointer;transition:all var(--transition-fast);text-align:left;display:flex;align-items:center;gap:.75rem}.quiz-option-item:hover{background:var(--color-brand-primary-light);border-color:#c7d2fe}.quiz-option-item.selected{background:var(--color-brand-primary-light);border-color:var(--color-brand-primary);font-weight:600}.quiz-option-letter{width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.flashcards-renderer-container{max-width:600px;margin:0 auto;text-align:center}.flashcard-display-box{background:linear-gradient(135deg,#fff,#f0fdf4);border:2px solid var(--badge-flashcards-border);border-radius:var(--radius-xl);padding:2.5rem 2rem;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-md);cursor:pointer;transition:all var(--transition-normal);-webkit-user-select:none;user-select:none}.flashcard-display-box:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.flashcard-side-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--badge-flashcards-text);margin-bottom:1rem}.flashcard-content-text{font-size:1.35rem;font-weight:700;color:var(--text-main);line-height:1.4;margin-bottom:1rem}.flashcard-hint-text{font-size:.85rem;color:var(--text-light);font-style:italic}.flashcard-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.25rem}.student-state-container{text-align:center;padding:3.5rem 1.5rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);max-width:540px;margin:2rem auto}.student-state-icon{width:72px;height:72px;border-radius:50%;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.student-state-icon.loading{background:var(--color-brand-primary-light);color:var(--color-brand-primary);animation:pulse-spin 1.4s ease-in-out infinite}.student-state-icon.empty{background:#f1f5f9;color:#64748b}.student-state-icon.error{background:#fef2f2;color:#ef4444}.student-state-title{font-size:1.35rem;font-weight:800;color:var(--text-main);margin-bottom:.5rem}.student-state-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.btn-state-action{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--color-brand-primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:.95rem;font-weight:700;cursor:pointer;min-height:48px;transition:background var(--transition-fast)}.btn-state-action:hover{background:var(--color-brand-primary-hover)}@keyframes pulse-spin{0%{transform:scale(.95) rotate(0)}50%{transform:scale(1.05) rotate(180deg)}to{transform:scale(.95) rotate(360deg)}}@media(max-width:768px){.study-roadmap-sidebar{display:none}.btn-open-roadmap{display:inline-flex}.study-session-body{flex-direction:column}.study-activity-stage{padding:1.5rem 1.25rem}}@media(max-width:640px){.student-header-inner{padding:.75rem 1rem}.student-brand-title{font-size:1.1rem}.student-main{padding:1rem .75rem 2.5rem}.student-hero{padding:1.5rem 1.25rem;border-radius:var(--radius-lg);margin-bottom:1.5rem}.student-hero h1{font-size:1.45rem}.student-hero p{font-size:.95rem}.student-cards-grid{grid-template-columns:1fr;gap:1rem}.study-session-container{border-radius:var(--radius-lg)}.study-top-bar{padding:.85rem 1rem;flex-direction:column;align-items:flex-start}.study-step-indicator{width:100%;justify-content:space-between}.study-activity-stage{padding:1.25rem 1rem}.study-activity-title{font-size:1.25rem}.study-nav-bar{padding:.85rem 1rem}.btn-nav-study{flex:1;justify-content:center;padding:.75rem .5rem}}
