.brand-logo{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.brand-logo:hover{opacity:.92;text-decoration:none}.brand-logo img{width:auto;object-fit:contain;display:block}.brand-logo--sidebar{padding:1rem .75rem;justify-content:center}.brand-logo--sidebar img{height:42px;max-width:100%}.brand-logo--header img{height:36px}.brand-logo--auth{display:flex;justify-content:center;margin-bottom:1.5rem}.brand-logo--auth img{height:48px}.brand-logo-fallback{font-weight:700;font-size:.95rem;color:inherit;white-space:nowrap}.brand-logo--sidebar .brand-logo-fallback{color:#fff;text-align:center;line-height:1.3}.brand-logo--header .brand-logo-fallback,.brand-logo--auth .brand-logo-fallback{color:var(--color-primary, #2563eb)}:root{--color-primary: #0d6efd;--color-primary-dark: #0b5ed7;--color-bg: #f0f4f8;--color-surface: #ffffff;--color-text: #1a1a2e;--color-muted: #64748b;--color-border: #e2e8f0;--color-success: #16a34a;--color-error: #dc2626;--radius: 8px;--shadow: 0 4px 24px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5;min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border-radius:var(--radius);font-size:.95rem;font-weight:500;cursor:pointer;border:2px solid transparent;transition:background .15s,color .15s;text-decoration:none}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);text-decoration:none;color:#fff}.btn-outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:#fff;text-decoration:none}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.home{min-height:100vh;display:flex;flex-direction:column}.home-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.logo{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.home-nav{display:flex;align-items:center;gap:.75rem}.user-greeting{color:var(--color-muted);font-size:.9rem}.hero{flex:1;text-align:center;padding:4rem 2rem 3rem;max-width:720px;margin:0 auto}.hero h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}.hero p{color:var(--color-muted);font-size:1.1rem;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;padding:2rem;max-width:960px;margin:0 auto 2rem;width:100%}.feature-card{background:var(--color-surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.feature-card h3{margin-bottom:.5rem;font-size:1rem}.feature-card p{color:var(--color-muted);font-size:.9rem}.home-footer{text-align:center;padding:1.5rem;color:var(--color-muted);font-size:.85rem;border-top:1px solid var(--color-border)}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem 2rem;width:100%;max-width:420px}.auth-logo{display:block;text-align:center;font-size:1.2rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem;text-decoration:none}.auth-card h2{font-size:1.5rem;margin-bottom:.25rem}.auth-subtitle{color:var(--color-muted);font-size:.9rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500}.auth-form input{padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1rem;outline:none;transition:border-color .15s}.auth-form input:focus{border-color:var(--color-primary)}.auth-footer{text-align:center;margin-top:1.25rem;font-size:.9rem;color:var(--color-muted)}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.alert-success{background:#dcfce7;color:#166534}.alert-error{background:#fee2e2;color:#991b1b}@media (max-width: 600px){.home-header{padding:1rem;flex-wrap:wrap;gap:.75rem}.hero{padding:2.5rem 1rem}}:root{--navy: #1a2b4a;--navy-dark: #142038;--navy-light: #243656;--green: #22c55e;--green-dark: #16a34a;--surface: #ffffff;--bg: #f4f6f9;--muted: #64748b;--border: #e2e8f0;--sidebar-w: 240px}.dash{display:flex;min-height:100vh;background:var(--bg)}.dash-sidebar{width:var(--sidebar-w);background:var(--navy);color:#fff;display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;z-index:100}.dash-sidebar-brand{padding:0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:center}.dash-nav{flex:1;padding:.75rem .5rem;overflow-y:auto}.dash-nav-item{display:flex;align-items:center;gap:.6rem;padding:.65rem .85rem;border-radius:8px;color:#ffffffbf;font-size:.875rem;text-decoration:none;margin-bottom:2px;transition:background .15s,color .15s}.dash-nav-item:hover{background:#ffffff14;color:#fff;text-decoration:none}.dash-nav-item--active{background:var(--navy-light);color:#fff;font-weight:600}.dash-nav-icon{font-size:1rem;width:1.25rem;text-align:center}.dash-main{flex:1;margin-left:var(--sidebar-w);display:flex;flex-direction:column;min-width:0}.dash-header{display:flex;align-items:center;gap:1rem;padding:.85rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.dash-search{flex:1;max-width:480px;display:flex;align-items:center;gap:.5rem;background:var(--bg);border-radius:999px;padding:.45rem 1rem;border:1px solid var(--border)}.dash-search input{border:none;background:transparent;outline:none;flex:1;font-size:.9rem}.dash-header-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.dash-notif{position:relative;background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem}.dash-notif-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dash-profile{display:flex;align-items:center;gap:.6rem}.dash-avatar{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.dash-avatar-sm{width:28px;height:28px;font-size:.75rem}.dash-profile-info{display:flex;flex-direction:column;line-height:1.2}.dash-profile-info span{font-size:.85rem;font-weight:600}.dash-profile-info small{font-size:.75rem;color:var(--muted)}.btn-sm{padding:.35rem .85rem;font-size:.8rem}.btn-success{background:var(--green);color:#fff;border:none}.btn-success:hover{background:var(--green-dark);color:#fff}.dash-content{padding:1.5rem;flex:1}.dash-loading{text-align:center;padding:3rem;color:var(--muted)}.dash-home{display:flex;flex-direction:column;gap:1.5rem}.dash-top-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dash-welcome{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:#fff;border-radius:12px;padding:1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.dash-welcome h1{font-size:1.35rem;margin-bottom:.5rem}.dash-welcome p{font-size:.9rem;opacity:.85;margin-bottom:1rem}.dash-welcome-art{font-size:4rem;opacity:.9}.dash-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}.dash-stat-card{background:var(--surface);border-radius:10px;padding:.85rem 1rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:.15rem}.dash-stat-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.02em}.dash-stat-card strong{font-size:1.4rem;color:var(--navy)}.dash-stat-card small{font-size:.72rem;color:var(--muted)}.dash-section h2{font-size:1rem;margin-bottom:.75rem;color:var(--navy)}.dash-scroll-row{display:flex;gap:.85rem;overflow-x:auto;padding-bottom:.5rem}.dash-course-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;min-width:220px;max-width:240px;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.dash-course-card h3{font-size:.9rem;line-height:1.3}.dash-tag{font-size:.7rem;background:var(--bg);color:var(--muted);padding:.15rem .5rem;border-radius:999px;align-self:flex-start}.dash-tags-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.dash-tag--muted{background:#eef2ff;color:#4338ca}.dash-progress{height:6px;background:var(--bg);border-radius:999px;overflow:hidden}.dash-progress-bar{height:100%;background:var(--green);border-radius:999px;transition:width .3s}.dash-progress-text{font-size:.75rem;color:var(--muted)}.dash-trilha-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;min-width:120px;text-align:center;flex-shrink:0;display:flex;flex-direction:column;gap:.35rem;align-items:center}.dash-trilha-icon{font-size:1.75rem}.dash-trilha-card strong{font-size:.85rem}.dash-trilha-card small{font-size:.72rem;color:var(--muted)}.dash-trilha-card .dash-progress{width:100%}.dash-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.dash-panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.dash-panel h2{font-size:.95rem;margin-bottom:.85rem;color:var(--navy)}.dash-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.dash-list-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.85rem}.dash-list-item strong{display:block;margin-bottom:.15rem}.dash-list-item small,.dash-list-item p{color:var(--muted);font-size:.78rem}.dash-list-item p{margin:.15rem 0}.dash-badge-novo{background:#dbeafe;color:#1d4ed8;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;margin-left:auto;flex-shrink:0}.dash-live-item{align-items:center}.dash-live-date{text-align:center;min-width:48px;background:var(--bg);padding:.35rem .5rem;border-radius:6px}.dash-live-date strong{display:block;font-size:.75rem;color:var(--navy)}.dash-ranking{list-style:none;display:flex;flex-direction:column;gap:.6rem}.dash-ranking li{display:flex;align-items:center;gap:.6rem;font-size:.85rem}.dash-rank-pos{width:20px;color:var(--muted);font-size:.8rem}.dash-rank-name{flex:1}.dash-ranking-empty{color:var(--muted);font-size:.85rem}.dash-conquistas-row{display:flex;gap:1rem;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.dash-conquistas-row>div:first-child{flex:1}.dash-conquistas{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.dash-conquista-badge{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:1.5rem;min-width:72px}.dash-conquista-badge small{font-size:.65rem;color:var(--muted);text-align:center}.dash-cert-summary{background:var(--bg);border-radius:10px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:180px}.dash-cert-summary strong{font-size:2rem;color:var(--navy)}.dash-cert-summary span{font-size:.8rem;color:var(--muted);margin:.25rem 0 .5rem}.dash-placeholder{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:2rem;max-width:640px}.dash-placeholder h1{color:var(--navy);margin-bottom:.5rem}.dash-placeholder p{color:var(--muted)}.dash-placeholder-user{margin-top:1rem;font-size:.9rem}@media (max-width: 1100px){.dash-top-row,.dash-grid-2{grid-template-columns:1fr}}@media (max-width: 768px){.dash-sidebar{width:64px}.dash-sidebar-brand,.dash-nav-item span:not(.dash-nav-icon){display:none}.dash-nav-item{justify-content:center;padding:.75rem}.dash-main{margin-left:64px}.dash-profile-info{display:none}.dash-stats{grid-template-columns:1fr 1fr}.dash-conquistas-row{flex-direction:column}}.dash-muted{color:var(--muted);margin-bottom:1rem}.dash-trilha-card--link{text-decoration:none;color:inherit;cursor:pointer}.dash-trilha-card--link:hover{box-shadow:0 4px 12px #00000014}.dash-progress-setor{margin-bottom:1rem}.dash-progress-setor-header{display:flex;justify-content:space-between;margin-bottom:.35rem}.dash-progress--bar{height:8px}.dash-accordion-item{border:1px solid var(--border);border-radius:8px;margin-bottom:.5rem;overflow:hidden}.dash-accordion-trigger{width:100%;display:flex;justify-content:space-between;padding:.85rem 1rem;background:#fff;border:none;text-align:left;font-weight:600;cursor:pointer}.dash-accordion-body{padding:0 1rem 1rem;color:var(--muted)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;padding-top:4.5rem}.search-overlay-box{max-width:560px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 12px 40px #00000026;padding:1rem;max-height:60vh;overflow-y:auto}.search-overlay-box h3{font-size:.75rem;text-transform:uppercase;color:var(--muted);margin:.75rem 0 .35rem}.search-overlay-box ul{list-style:none;padding:0;margin:0}.search-overlay-box button{width:100%;text-align:left;padding:.5rem;border:none;background:transparent;cursor:pointer;border-radius:6px}.search-overlay-box button:hover{background:var(--bg)}.notif-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:300}.notif-panel{position:fixed;top:0;right:0;bottom:0;width:360px;max-width:100%;background:#fff;box-shadow:-4px 0 20px #0000001a;padding:1rem;overflow-y:auto}.notif-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dash-profile-wrap{position:relative}.dash-profile{display:flex;align-items:center;gap:.5rem;border:none;background:transparent;cursor:pointer}.dash-profile-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid var(--border);border-radius:8px;padding:.75rem;min-width:180px;box-shadow:0 8px 24px #0000001a;z-index:100;display:flex;flex-direction:column;gap:.5rem}.dash-profile-menu a{font-size:.875rem}.dash-page{display:flex;flex-direction:column;gap:1.5rem;animation:dashFadeIn .4s ease}@keyframes dashFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dashPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes dashShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.dash-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.dash-page-header-main{display:flex;align-items:center;gap:1rem}.dash-page-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;box-shadow:0 4px 14px #1a2b4a40}.dash-page-header h1{font-size:1.5rem;color:var(--navy);margin:0;line-height:1.2}.dash-page-subtitle{color:var(--muted);font-size:.9rem;margin:.25rem 0 0}.dash-page-header-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.dash-chips{display:flex;gap:.5rem;flex-wrap:wrap}.dash-chip{padding:.4rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.8rem;font-weight:500;color:var(--muted);cursor:pointer;transition:all .2s}.dash-chip:hover{border-color:var(--navy-light);color:var(--navy)}.dash-chip--active{background:var(--navy);border-color:var(--navy);color:#fff}.dash-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.dash-card-grid--wide{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.65rem;transition:transform .2s,box-shadow .2s,border-color .2s;animation:dashCardIn .45s ease backwards}@keyframes dashCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dash-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #1a2b4a1a;border-color:#cbd5e1}.dash-card--clickable{cursor:pointer;text-decoration:none;color:inherit}.dash-card--clickable:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.dash-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.35rem;background:var(--bg)}.dash-card-icon--gold{background:linear-gradient(135deg,#fef3c7,#fde68a)}.dash-card-icon--blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.dash-card-icon--green{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.dash-card-icon--red{background:linear-gradient(135deg,#fee2e2,#fecaca)}.dash-card h3{font-size:1rem;line-height:1.35;color:var(--navy);margin:0}.dash-card-meta{font-size:.78rem;color:var(--muted)}.dash-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.5rem}.dash-trilha-card-v2{min-width:unset;max-width:unset;text-align:left;align-items:flex-start}.dash-trilha-card-v2 .dash-progress{width:100%;height:8px}.dash-trilha-progress-label{display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted);width:100%}.dash-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem}.dash-stat-card--highlight{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);border:none;color:#fff}.dash-stat-card--highlight .dash-stat-label,.dash-stat-card--highlight small{color:#ffffffbf}.dash-stat-card--highlight strong{color:#fff;font-size:1.75rem}.dash-stat-card--icon{font-size:1.25rem;margin-bottom:.15rem}.dash-live-card{position:relative;overflow:hidden}.dash-live-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ef4444,#f97316)}.dash-live-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.04em}.dash-live-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:dashPulse 1.5s infinite}.dash-live-date-lg{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.dash-live-date-lg .dash-live-date{min-width:56px;padding:.5rem}.dash-badge-inscrito{background:#dcfce7;color:#15803d;font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:999px}.dash-cert-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;position:relative;overflow:hidden}.dash-cert-card:after{content:"";position:absolute;top:-20px;right:-20px;width:80px;height:80px;border-radius:50%;background:#22c55e14}.dash-cert-ribbon{font-size:2rem;line-height:1}.dash-biblio-card .dash-card-footer a{width:100%;text-align:center}.dash-podium{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:.75rem;align-items:end;margin-bottom:1.5rem;max-width:520px}.dash-podium-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem .75rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;animation:dashCardIn .5s ease backwards}.dash-podium-item--1{order:2;padding-bottom:1.5rem;border-color:#fbbf24;box-shadow:0 4px 20px #fbbf2433}.dash-podium-item--2{order:1}.dash-podium-item--3{order:3}.dash-podium-medal{font-size:1.5rem}.dash-podium-pos{font-size:.7rem;font-weight:700;color:var(--muted);text-transform:uppercase}.dash-ranking-list{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.dash-ranking-row{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);font-size:.875rem;transition:background .15s;animation:dashCardIn .4s ease backwards}.dash-ranking-row:last-child{border-bottom:none}.dash-ranking-row:hover{background:var(--bg)}.dash-ranking-row .dash-rank-pos{width:28px;height:28px;border-radius:8px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:var(--navy)}.dash-ranking-horas{font-weight:700;color:var(--navy);margin-left:auto}.dash-feed{display:flex;flex-direction:column;gap:.85rem}.dash-feed-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.25rem;display:flex;gap:1rem;align-items:flex-start;transition:box-shadow .2s;animation:dashCardIn .4s ease backwards}.dash-feed-item:hover{box-shadow:0 4px 16px #0000000f}.dash-feed-item--info{border-left:4px solid #3b82f6}.dash-feed-item--trofeu{border-left:4px solid #f59e0b}.dash-feed-item--megafone{border-left:4px solid #8b5cf6}.dash-feed-icon{width:40px;height:40px;border-radius:10px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.dash-feed-body strong{display:block;color:var(--navy);margin-bottom:.35rem}.dash-feed-body p{color:var(--muted);font-size:.85rem;line-height:1.5;margin:0 0 .5rem}.dash-feed-time{font-size:.72rem;color:#94a3b8}.dash-setor-bars{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:1.1rem}.dash-setor-bar-item{animation:dashCardIn .4s ease backwards}.dash-setor-bar-item .dash-progress{height:10px}.dash-setor-bar-item .dash-progress-bar{background:linear-gradient(90deg,var(--navy-light),var(--green))}.dash-timeline{display:flex;flex-direction:column;gap:0}.dash-timeline-item{display:flex;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;margin-bottom:.75rem;align-items:center;transition:transform .2s,box-shadow .2s;animation:dashCardIn .4s ease backwards}.dash-timeline-item:hover{transform:translate(4px);box-shadow:0 4px 16px #0000000f}.dash-timeline-step{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.dash-timeline-step--done{background:var(--green)}.dash-timeline-content{flex:1;min-width:0}.dash-timeline-content strong{display:block;color:var(--navy);margin-bottom:.35rem}.dash-accordion-trigger{transition:background .15s}.dash-accordion-trigger:hover{background:var(--bg)}.dash-accordion-trigger span:last-child{color:var(--navy);font-size:1.25rem;font-weight:300;transition:transform .2s}.dash-accordion-item--open .dash-accordion-trigger span:last-child{transform:rotate(45deg)}.dash-accordion-body{animation:dashFadeIn .25s ease;line-height:1.6}.dash-help-contact{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:#fff;border:none}.dash-help-contact h2{color:#fff}.dash-help-contact a{color:#86efac}.dash-help-contact p{opacity:.9;margin:.35rem 0}.dash-page-search{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.35rem .35rem .35rem 1rem;max-width:420px;transition:border-color .2s,box-shadow .2s}.dash-page-search:focus-within{border-color:var(--navy-light);box-shadow:0 0 0 3px #1a2b4a1a}.dash-page-search input{border:none;background:transparent;outline:none;flex:1;font-size:.9rem}.dash-empty{text-align:center;padding:3rem 2rem;background:var(--surface);border:2px dashed var(--border);border-radius:14px;animation:dashFadeIn .4s ease}.dash-empty-icon{font-size:3rem;display:block;margin-bottom:.75rem;opacity:.8}.dash-empty h3{color:var(--navy);margin:0 0 .35rem}.dash-empty p{color:var(--muted);font-size:.9rem;margin:0 0 1rem}.dash-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.dash-skeleton-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem}.dash-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:dashShimmer 1.4s infinite;border-radius:14px}.dash-skeleton--card{height:180px}.dash-skeleton--stat{height:90px}.dash-curso-card{position:relative}.dash-curso-card .dash-badge-novo{position:absolute;top:.75rem;right:.75rem}.dash-curso-duracao{display:flex;gap:.75rem;font-size:.78rem;color:var(--muted)}.dash-curso-duracao span{display:flex;align-items:center;gap:.25rem}@media (max-width: 600px){.dash-podium{grid-template-columns:1fr;max-width:none}.dash-podium-item--1,.dash-podium-item--2,.dash-podium-item--3{order:unset}.dash-page-header-main{flex-direction:column;align-items:flex-start}.dash-curso-hero{grid-template-columns:1fr}}.dash-curso-hero{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;animation:dashFadeIn .4s ease}.dash-curso-hero-img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.dash-curso-hero-placeholder{width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:4rem}.dash-curso-hero-body h1{font-size:1.5rem;color:var(--navy);margin:.5rem 0}.dash-curso-desc{color:var(--muted);line-height:1.6;margin:.75rem 0}.dash-curso-stats{display:flex;gap:1.5rem;margin:1rem 0}.dash-curso-stats div{display:flex;flex-direction:column}.dash-curso-stats strong{font-size:1.35rem;color:var(--navy)}.dash-curso-stats small{font-size:.72rem;color:var(--muted);text-transform:uppercase}.dash-curso-aviso{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:.75rem 1rem;font-size:.85rem;color:#1e40af;margin-bottom:1rem}.dash-list-item-link{display:flex;align-items:flex-start;justify-content:space-between;width:100%;text-decoration:none;color:inherit;gap:.75rem;transition:opacity .15s}.dash-list-item-link:hover{opacity:.85}.dash-busca-resumo{font-size:.9rem;color:var(--muted);margin:0}.dash-busca-secao{animation:dashFadeIn .4s ease}.dash-busca-secao h2{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;color:var(--navy);margin-bottom:.85rem}.dash-busca-count{background:var(--bg);color:var(--muted);font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;margin-left:auto}.dash-busca-card h3{font-size:.95rem}.search-overlay-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.search-overlay-ver-todos{width:100%;margin-top:.75rem;padding:.6rem;border:1px dashed var(--border);border-radius:8px;background:var(--bg);color:var(--navy);font-size:.85rem;font-weight:600;cursor:pointer}.search-overlay-ver-todos:hover{background:#e2e8f0}.gestao{--gestao-navy: #1a2b4a;--gestao-navy-dark: #142038;--gestao-navy-light: #243656;--gestao-primary: #2563eb;--gestao-primary-dark: #1d4ed8;--gestao-green: #22c55e;--gestao-bg: #f4f6f9;--gestao-surface: #ffffff;--gestao-border: #e2e8f0;--gestao-muted: #64748b;--gestao-sidebar-w: 260px;--gestao-header-h: 64px;display:flex;min-height:100vh;background:var(--gestao-bg)}.gestao .btn-primary{background:var(--gestao-primary);border-color:var(--gestao-primary)}.gestao .btn-primary:hover{background:var(--gestao-primary-dark)}.gestao .btn-sm{padding:.4rem .85rem;font-size:.8125rem}.gestao-sidebar{position:fixed;top:0;left:0;z-index:200;width:var(--gestao-sidebar-w);height:100vh;background:var(--gestao-navy);color:#fff;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;transition:transform .28s cubic-bezier(.4,0,.2,1)}.gestao-brand{border-bottom:1px solid rgba(255,255,255,.1)}.gestao-nav{flex:1;padding:.75rem .65rem}.gestao-nav-item{display:flex;align-items:center;gap:.65rem;padding:.7rem .85rem;color:#ffffffbf;text-decoration:none;border-radius:10px;font-size:.875rem;margin-bottom:4px;transition:background .2s ease,color .2s ease,transform .15s ease}.gestao-nav-item .gestao-icon svg{width:18px;height:18px;flex-shrink:0}.gestao-nav-item:hover{background:var(--gestao-navy-light);color:#fff;text-decoration:none;transform:translate(2px)}.gestao-nav-item.active{background:var(--gestao-primary);color:#fff;text-decoration:none;box-shadow:0 4px 12px #2563eb59}.gestao-back{display:flex;align-items:center;gap:.5rem;padding:1rem .85rem;color:#fff9;font-size:.8rem;text-decoration:none;border-top:1px solid rgba(255,255,255,.1);transition:color .2s ease}.gestao-back:hover{color:#fff;text-decoration:none}.gestao-back .gestao-icon svg{width:16px;height:16px}.gestao-main{flex:1;display:flex;flex-direction:column;min-width:0;margin-left:var(--gestao-sidebar-w)}.gestao-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--gestao-header-h);padding:0 1.5rem;background:var(--gestao-surface);border-bottom:1px solid var(--gestao-border);box-shadow:0 1px 3px #0f172a0a}.gestao-header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.gestao-menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--gestao-border);border-radius:10px;background:#fff;cursor:pointer;color:var(--gestao-navy)}.gestao-breadcrumb{display:flex;flex-direction:column;gap:.15rem;min-width:0}.gestao-breadcrumb-area{font-size:.75rem;color:var(--gestao-muted);font-weight:500}.gestao-breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none;font-size:.9rem}.gestao-breadcrumb-list a{color:var(--gestao-primary);text-decoration:none}.gestao-breadcrumb-list a:hover{text-decoration:underline}.gestao-breadcrumb-current{color:var(--gestao-navy);font-weight:600}.gestao-breadcrumb-sep{color:var(--gestao-muted);margin-right:.35rem}.gestao-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.gestao-notif-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--gestao-border);border-radius:10px;background:#fff;cursor:pointer;color:var(--gestao-muted);transition:background .2s,color .2s,border-color .2s}.gestao-notif-btn:hover{background:#f8fafc;color:var(--gestao-navy);border-color:#cbd5e1}.gestao-notif-btn svg{width:18px;height:18px}.gestao-profile-wrap{position:relative}.gestao-profile{display:flex;align-items:center;gap:.65rem;padding:.35rem .5rem .35rem .35rem;border:1px solid var(--gestao-border);border-radius:12px;background:#fff;cursor:pointer;transition:box-shadow .2s,border-color .2s}.gestao-profile:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.gestao-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--gestao-primary),#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.gestao-profile-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding-right:.25rem}.gestao-profile-info span{font-size:.875rem;font-weight:600;color:var(--gestao-navy);line-height:1.2}.gestao-profile-info small{font-size:.7rem;color:var(--gestao-muted)}.gestao-profile-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid var(--gestao-border);border-radius:12px;padding:1rem;box-shadow:0 12px 32px #0f172a1f;display:flex;flex-direction:column;gap:.5rem;animation:gestaoFadeIn .2s ease;z-index:150}.gestao-profile-menu p{margin:0}.gestao-profile-menu small{color:var(--gestao-muted);font-size:.8rem}.gestao-profile-menu a{font-size:.875rem;color:var(--gestao-primary);text-decoration:none}.gestao-content{padding:1.5rem;flex:1}.gestao-fade-in{animation:gestaoFadeIn .35s ease}@keyframes gestaoFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes gestaoRowIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}@keyframes gestaoShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.gestao-animate-in{animation:gestaoFadeIn .4s ease both}.gestao-animate-in--delay-1{animation-delay:.05s}.gestao-animate-in--delay-2{animation-delay:.1s}.gestao-icon{display:inline-flex;align-items:center;justify-content:center}.gestao-icon svg{width:20px;height:20px}.gestao-loading{padding:3rem;text-align:center}.gestao-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.gestao-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin:1rem 0}.gestao-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.25rem}.gestao-card strong{font-size:1.75rem;color:#1a2b4a}.gestao-card-link{text-decoration:none;color:inherit}.gestao-card-link:hover{border-color:#1a2b4a}.gestao-actions-row{display:flex;gap:.75rem;flex-wrap:wrap}.gestao-form{display:flex;flex-direction:column;gap:1rem;max-width:560px;background:#fff;padding:1.5rem;border-radius:10px;border:1px solid #e2e8f0}.gestao-form-inline{flex-direction:row;align-items:center;max-width:none}.gestao-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500}.gestao-form input,.gestao-form textarea,.gestao-form select{padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem}.gestao-check{flex-direction:row!important;align-items:center;gap:.5rem!important}.gestao-table{width:100%;background:#fff;border-collapse:collapse;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;margin-top:1rem}.gestao-table th,.gestao-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.875rem}.gestao-table th{background:#f8fafc;font-weight:600}.gestao-status{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;text-transform:capitalize}.gestao-status--publicado{background:#dcfce7;color:#166534}.gestao-status--rascunho{background:#fef3c7;color:#92400e}.gestao-status--arquivado{background:#f1f5f9;color:#64748b}.gestao-status--ativo{background:#dcfce7;color:#166534}.gestao-status--inativo{background:#fee2e2;color:#991b1b}.gestao-status--info{background:#dbeafe;color:#1d4ed8}.gestao-status--trofeu{background:#fef3c7;color:#92400e}.gestao-status--megafone{background:#fce7f3;color:#9d174d}.gestao-status--default{background:#f1f5f9;color:#475569}.gestao-page-header-v2{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.gestao-page-header-v2-main{display:flex;align-items:flex-start;gap:1rem}.gestao-page-header-v2-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:var(--gestao-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gestao-page-header-v2-icon .gestao-icon svg{width:26px;height:26px}.gestao-page-title{margin:0;font-size:1.65rem;font-weight:700;color:var(--gestao-navy);letter-spacing:-.02em}.gestao-page-subtitle{margin:.25rem 0 0;color:var(--gestao-muted);font-size:.9rem}.gestao-page-header-v2-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.gestao-btn-cta{display:inline-flex;align-items:center;gap:.4rem}.gestao-btn-cta .gestao-icon svg{width:16px;height:16px}.gestao-toolbar-wrap{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.gestao-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.gestao-table-col-check{width:44px;text-align:center;vertical-align:middle}.gestao-table-checkbox{width:16px;height:16px;accent-color:var(--gestao-primary);cursor:pointer}.gestao-table-row--selected{background:#eff6ff!important}.gestao-bulk-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;padding:.65rem 1rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px}.gestao-bulk-actions-count{font-size:.875rem;font-weight:600;color:var(--gestao-navy);margin-right:.25rem}.gestao-lote-alert{padding:.65rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1rem;background:#fef3c7;color:#92400e;border:1px solid #fde68a}.gestao-filter-tabs{display:flex;gap:.35rem;flex-wrap:wrap;background:#fff;padding:.35rem;border-radius:12px;border:1px solid var(--gestao-border)}.gestao-filter-tab{padding:.5rem 1rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;color:var(--gestao-muted);transition:background .2s,color .2s,box-shadow .2s}.gestao-filter-tab:hover{color:var(--gestao-navy);background:#f8fafc}.gestao-filter-tab--active{background:var(--gestao-primary);color:#fff;box-shadow:0 2px 8px #2563eb4d}.gestao-search-input{position:relative;min-width:220px;flex:1;max-width:320px}.gestao-search-input-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--gestao-muted);pointer-events:none}.gestao-search-input-icon svg{width:16px;height:16px}.gestao-search-input input{width:100%;padding:.6rem .85rem .6rem 2.35rem;border:1px solid var(--gestao-border);border-radius:10px;font-size:.875rem;background:#fff;transition:border-color .2s,box-shadow .2s}.gestao-search-input input:focus{outline:none;border-color:var(--gestao-primary);box-shadow:0 0 0 3px #2563eb1f}.gestao-table-card{background:#fff;border:1px solid var(--gestao-border);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.gestao-table-wrap{position:relative;overflow-x:auto}.gestao-table--v2{width:100%;border-collapse:collapse;margin:0;border:none;border-radius:0}.gestao-table--v2 th,.gestao-table--v2 td{padding:.9rem 1.15rem;text-align:left;border-bottom:1px solid var(--gestao-border);font-size:.875rem;vertical-align:middle}.gestao-table--v2 th{background:#f8fafc;font-weight:600;color:var(--gestao-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.gestao-table--v2 tbody tr{transition:background .15s ease}.gestao-table--v2 tbody tr:hover{background:#f8fafc}.gestao-table-row-in{animation:gestaoRowIn .35s ease both}.gestao-cell-curso{display:flex;align-items:center;gap:.85rem}.gestao-cell-curso-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.gestao-cell-curso-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.gestao-cell-curso-text strong{color:var(--gestao-navy);font-size:.9rem}.gestao-cell-curso-text span{color:var(--gestao-muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.gestao-table-actions{display:flex;gap:.35rem;justify-content:flex-end}.gestao-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--gestao-border);border-radius:8px;background:#fff;color:var(--gestao-muted);cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .15s}.gestao-icon-btn:hover{background:#f1f5f9;color:var(--gestao-navy);border-color:#cbd5e1;transform:translateY(-1px);text-decoration:none}.gestao-icon-btn--danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.gestao-icon-btn svg{width:16px;height:16px}.gestao-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.15rem;border-top:1px solid var(--gestao-border);flex-wrap:wrap}.gestao-pagination-info{font-size:.8rem;color:var(--gestao-muted)}.gestao-pagination-controls{display:flex;gap:.35rem}.gestao-pagination-btn{min-width:34px;height:34px;padding:0 .5rem;border:1px solid var(--gestao-border);border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem;color:var(--gestao-muted);transition:background .15s,color .15s,border-color .15s}.gestao-pagination-btn:hover:not(:disabled){background:#f8fafc;color:var(--gestao-navy)}.gestao-pagination-btn--active{background:var(--gestao-primary);color:#fff;border-color:var(--gestao-primary)}.gestao-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.gestao-empty-state{text-align:center;padding:3rem 1.5rem}.gestao-empty-state-icon{width:56px;height:56px;margin:0 auto 1rem;border-radius:14px;background:#f1f5f9;color:var(--gestao-muted);display:flex;align-items:center;justify-content:center}.gestao-empty-state h3{margin:0 0 .5rem;color:var(--gestao-navy)}.gestao-empty-state p{margin:0 0 1rem;color:var(--gestao-muted);font-size:.9rem}.gestao-skeleton{display:block;height:14px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:gestaoShimmer 1.2s infinite}.gestao-table--overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd9}.gestao-kpi-card{background:#fff;border:1px solid var(--gestao-border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.35rem;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .2s}.gestao-kpi-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14;transform:translateY(-2px);text-decoration:none;color:inherit}.gestao-kpi-icon{width:40px;height:40px;border-radius:10px;background:#eff6ff;color:var(--gestao-primary);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.gestao-kpi-value{font-size:1.85rem;color:var(--gestao-navy);line-height:1.1}.gestao-kpi-label{font-size:.85rem;color:var(--gestao-muted)}.gestao-cards-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.gestao-cards-v2--4{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.gestao-kpi-hint{font-size:.75rem;color:var(--gestao-primary);margin-top:.15rem}.gestao-dashboard-section{margin-bottom:1.75rem}.gestao-dashboard-section-title{font-size:.9rem;font-weight:600;color:var(--gestao-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .85rem}.gestao-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.gestao-dashboard-panel{background:#fff;border:1px solid var(--gestao-border);border-radius:14px;padding:1.25rem;min-height:180px}.gestao-dashboard-panel-title{font-size:1rem;font-weight:600;color:var(--gestao-navy);margin:0 0 1rem}.gestao-alert-banner{display:flex;flex-direction:column;gap:.35rem;background:#fef9c3;border:1px solid #fde047;border-radius:12px;padding:.85rem 1.1rem;margin-bottom:1.25rem;font-size:.9rem;color:#854d0e}.gestao-alert-banner a{color:#a16207;font-weight:600}.gestao-status-chart{display:flex;flex-direction:column;gap:1rem}.gestao-status-bar-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-bottom:.35rem;color:var(--gestao-navy)}.gestao-status-bar-track{height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden}.gestao-status-bar-fill{height:100%;border-radius:999px;transition:width .6s ease}.gestao-status-bar-fill--publicado{background:linear-gradient(90deg,#22c55e,#16a34a)}.gestao-status-bar-fill--rascunho{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.gestao-status-bar-fill--arquivado{background:linear-gradient(90deg,#94a3b8,#64748b)}.gestao-recent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.gestao-recent-item{padding-bottom:.65rem;border-bottom:1px solid #f1f5f9}.gestao-recent-item:last-child{border-bottom:none;padding-bottom:0}.gestao-recent-item-link{display:flex;flex-direction:column;gap:.2rem;text-decoration:none;color:inherit}.gestao-recent-item-link:hover .gestao-recent-item-title{color:var(--gestao-primary)}.gestao-recent-item-title{font-size:.9rem;font-weight:500;color:var(--gestao-navy);transition:color .15s}.gestao-recent-item-meta{font-size:.78rem;color:var(--gestao-muted);display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.gestao-recent-footer{display:inline-block;margin-top:1rem;font-size:.85rem;font-weight:500;color:var(--gestao-primary);text-decoration:none}.gestao-recent-footer:hover{text-decoration:underline}@media (max-width: 768px){.gestao-dashboard-grid{grid-template-columns:1fr}}.gestao-quick-actions{display:flex;gap:.75rem;flex-wrap:wrap}.gestao-nav-item:focus-visible,.gestao-icon-btn:focus-visible,.gestao-filter-tab:focus-visible,.gestao-pagination-btn:focus-visible{outline:2px solid var(--gestao-primary);outline-offset:2px}.gestao-form-card{background:#fff;border:1px solid var(--gestao-border);border-radius:14px;padding:1.25rem;margin-bottom:1rem}.gestao-form.gestao-form-card{max-width:640px}.gestao-sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#0f172a73;border:none;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.gestao-tabs{display:flex;gap:.25rem;margin-bottom:1rem;flex-wrap:wrap}.gestao-tab{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-size:.85rem}.gestao-tab.active{background:var(--gestao-primary);color:#fff;border-color:var(--gestao-primary);box-shadow:0 2px 8px #2563eb40}.gestao-modulo{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-top:0;overflow:hidden;box-shadow:0 1px 3px #0f172a0a;transition:box-shadow .2s ease,border-color .2s ease}.gestao-modulo:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a0f}.gestao-modulo--texto{border-top:3px solid #8b5cf6}.gestao-modulo--apostila{border-top:3px solid #f59e0b}.gestao-modulo--video{border-top:3px solid #2563eb}.gestao-modulos-panel{display:flex;flex-direction:column;gap:1.25rem}.gestao-modulos-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.25rem 1.35rem;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #e2e8f0;border-radius:14px}.gestao-modulos-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:700;color:#0f172a}.gestao-modulos-list{display:flex;flex-direction:column;gap:1rem}.gestao-modulo-header{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.15rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.gestao-modulo-ordem{flex-shrink:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-size:.85rem;font-weight:700}.gestao-modulo-header-main{flex:1;min-width:180px}.gestao-modulo-header-title{display:flex;align-items:center;gap:.55rem}.gestao-modulo-header-title h3{margin:0;font-size:1rem;font-weight:700;color:#0f172a;line-height:1.3}.gestao-modulo-header-icon{color:#64748b}.gestao-modulo-header-icon .gestao-icon svg{width:1.1rem;height:1.1rem}.gestao-modulo-toolbar{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-left:auto}.gestao-modulo-btn{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;border-radius:8px;color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.gestao-modulo-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.gestao-modulo-btn--danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.gestao-modulo-btn .gestao-icon svg{width:.95rem;height:.95rem}.gestao-modulo-btn-cta{display:inline-flex;align-items:center;gap:.35rem;margin-left:.25rem}.gestao-modulo-body{padding:1.15rem}.gestao-modulo-texto{display:flex;flex-direction:column;gap:.85rem}.gestao-field--stacked{display:flex;flex-direction:column;gap:.35rem}.gestao-field-label{font-size:.9rem;font-weight:600;color:#0f172a}.gestao-field-hint{font-size:.8rem;color:#64748b;margin-bottom:.15rem}.gestao-modulo-textarea{width:100%;min-height:220px;padding:.9rem 1rem;border:1px solid #dbe3ee;border-radius:12px;background:#fff;font-family:inherit;font-size:.92rem;line-height:1.65;color:#0f172a;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.gestao-modulo-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.gestao-modulo-textarea::placeholder{color:#94a3b8}.gestao-modulo-texto-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.gestao-modulo-msg{margin:0;font-size:.82rem}.gestao-modulo-msg--ok{color:#059669}.gestao-modulo-msg--erro{color:#dc2626}.gestao-modulo-item{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem 1rem;align-items:center;padding:.9rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.gestao-modulo-item+.gestao-modulo-item{margin-top:.65rem}.gestao-modulo-item--aula{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto}.gestao-modulo-item-upload{grid-column:1 / -1;padding-top:.35rem;border-top:1px dashed #e2e8f0}.gestao-modulo-item-icon{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;border:1px solid #e2e8f0;font-size:1rem}.gestao-modulo-item-icon--video{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.gestao-modulo-item-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.gestao-modulo-item-main strong{font-size:.92rem;color:#0f172a}.gestao-modulo-item-main span{font-size:.78rem;color:#64748b}.gestao-modulo-item-actions{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.gestao-modulo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:2rem 1rem;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px}.gestao-modulo-empty--page{padding:3rem 1.5rem}.gestao-modulo-empty-icon{font-size:2rem;line-height:1}.gestao-modulo-empty p{margin:0;color:#64748b;font-size:.9rem}.gestao-modulo-arquivos{display:flex;flex-direction:column;gap:.65rem}.gestao-aula,.gestao-atividade{margin-top:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.gestao-video-preview{width:100%;max-width:640px;border-radius:8px;margin:.5rem 0}.gestao-video-upload{margin-top:.5rem}.gestao-questao{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.gestao-opcoes{display:flex;flex-direction:column;gap:.5rem}.gestao-opcao-row{display:flex;align-items:center;gap:.5rem}.gestao-opcao-row input[type=text]{flex:1}.gestao-questao-actions{display:flex;gap:.5rem}.gestao-questao-resumo{background:#f8fafc;padding:.75rem;border-radius:6px;margin:.5rem 0}.gestao-publicar{background:#fff;padding:1.5rem;border-radius:10px;border:1px solid #e2e8f0}.gestao-checklist{margin:1rem 0;padding-left:1.25rem}.gestao-filters{display:flex;gap:.5rem;flex-wrap:wrap}.btn-link{background:none;border:none;color:#1d4ed8;cursor:pointer;padding:0;font-size:inherit;text-decoration:underline}.gestao-search-row{display:flex;gap:.5rem;margin:1rem 0}.gestao-search-row input{flex:1;max-width:400px;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px}.gestao-badge{font-size:.7rem;background:#dbeafe;color:#1d4ed8;padding:.15rem .5rem;border-radius:999px}.gestao-muted{color:#64748b;font-size:.9rem}.gestao-erro{color:#dc2626;font-size:.85rem}.gestao-trilha-disponiveis{display:flex;flex-direction:column;gap:.5rem;background:#fff;padding:1rem;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:1rem}.gestao-trilha-ordem{background:#fff;padding:1rem 1rem 1rem 2rem;border-radius:10px;border:1px solid #e2e8f0;margin-bottom:1rem}.gestao-trilha-ordem li{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}.btn-success{background:#22c55e;color:#fff;border:none}.btn-success:hover{background:#16a34a;color:#fff}.player-grid{display:grid;grid-template-columns:280px 1fr;gap:1rem;margin-top:1rem}.player-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;max-height:70vh;overflow-y:auto}.player-modulo h3{font-size:.85rem;color:#1a2b4a;margin:.75rem 0 .35rem}.player-item{display:block;width:100%;text-align:left;padding:.4rem .5rem;border:none;background:transparent;font-size:.8rem;cursor:pointer;border-radius:6px}.player-item:hover{background:#f1f5f9}.player-item.done{color:#16a34a}.player-item--ativ{color:#1d4ed8}.player-main{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;min-height:400px}@media (max-width: 768px){.gestao-sidebar{transform:translate(-100%)}.gestao--sidebar-open .gestao-sidebar{transform:translate(0)}.gestao--sidebar-open .gestao-sidebar-overlay{display:block}.gestao-main{margin-left:0}.gestao-menu-toggle{display:flex}.gestao-profile-info{display:none}.gestao-toolbar{flex-direction:column;align-items:stretch}.gestao-search-input{max-width:none}.gestao-page-header-v2{flex-direction:column}.player-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.25rem;animation:modal-fade-in .2s ease}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-box{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:min(90vh,860px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 48px #0f172a2e,0 0 0 1px #0f172a0f;animation:modal-slide-in .22s ease}.modal-box--wide{max-width:680px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.5rem;border-bottom:1px solid #e8edf3;background:linear-gradient(180deg,#fafbfc,#fff);flex-shrink:0}.modal-header h2{margin:0;font-size:1.125rem;font-weight:700;color:#1a2b4a;letter-spacing:-.01em}.modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f1f5f9;border-radius:10px;cursor:pointer;color:#64748b;flex-shrink:0;transition:background .15s,color .15s}.modal-close:hover{background:#e2e8f0;color:#1a2b4a}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;padding:1rem 1.5rem;border-top:1px solid #e8edf3;background:#f8fafc;flex-shrink:0}.modal-actions{display:flex;gap:.65rem;justify-content:flex-end;margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #e8edf3}.modal-alert{padding:.75rem 1rem;border-radius:10px;font-size:.875rem;margin-bottom:1rem;line-height:1.45}.modal-alert--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.modal-alert--success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.modal-confirm-message{margin:0 0 .25rem;color:#475569;font-size:.95rem;line-height:1.55}.modal-success-block{text-align:center;padding:.5rem 0 .25rem}.modal-success-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:1.5rem;margin-bottom:.85rem}.modal-success-block p{margin:0 0 .75rem;color:#475569;font-size:.95rem}.modal-token-chave{display:block;padding:.85rem 1rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;font-size:1.05rem;font-weight:600;color:#1a2b4a;letter-spacing:.04em;margin-bottom:1rem;word-break:break-all}.modal-body .gestao-form,.gestao-form--modal{max-width:none;background:transparent;padding:0;border:none;border-radius:0;gap:1.15rem}.gestao-field{display:flex;flex-direction:column;gap:.4rem;font-size:.8125rem;font-weight:600;color:#334155}.gestao-field input,.gestao-field textarea,.gestao-field select,.gestao-form--modal input,.gestao-form--modal textarea,.gestao-form--modal select{padding:.65rem .85rem;border:1px solid #dbe3ee;border-radius:10px;font-size:.9375rem;font-weight:400;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s}.gestao-field input:focus,.gestao-field textarea:focus,.gestao-field select:focus,.gestao-form--modal input:focus,.gestao-form--modal textarea:focus,.gestao-form--modal select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.gestao-field textarea{resize:vertical;min-height:88px}.gestao-form-row{display:grid;gap:1rem}.gestao-form-row--2{grid-template-columns:1fr 1fr}.gestao-form-section{padding:1rem 1.1rem;background:#f8fafc;border:1px solid #e8edf3;border-radius:12px}.gestao-form-section-title{margin:0 0 .85rem;font-size:.8125rem;font-weight:700;color:#1a2b4a;text-transform:uppercase;letter-spacing:.04em}.gestao-toggle-row{padding:.15rem 0}.gestao-checkbox{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:.6rem!important;font-size:.9rem!important;font-weight:500!important;color:#334155!important;cursor:pointer;-webkit-user-select:none;user-select:none}.gestao-checkbox input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#1a2b4a;cursor:pointer;flex-shrink:0}.gestao-features-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1.25rem}.gestao-feature-card{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}.gestao-feature-card:hover{border-color:#cbd5e1;background:#fafbfc}.gestao-feature-card:has(input:checked){border-color:#93c5fd;background:#eff6ff}.gestao-feature-card input{width:16px;height:16px;margin:0;accent-color:#1d4ed8;flex-shrink:0}.gestao-feature-card span{font-size:.875rem;font-weight:500;color:#334155}@media (max-width: 560px){.gestao-form-row--2,.gestao-features-grid{grid-template-columns:1fr}.modal-body,.modal-footer,.modal-header{padding-left:1.1rem;padding-right:1.1rem}}.btn-danger{background:#dc2626;color:#fff;border:none}.btn-danger:hover{background:#b91c1c}.gestao-thumbnail{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.gestao-thumbnail-preview{max-width:240px;border-radius:8px;border:1px solid #e2e8f0}.gestao-thumbnail-placeholder{width:240px;height:135px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.85rem}.gestao-modulo-actions{display:flex;gap:.35rem;flex-wrap:wrap;margin:.5rem 0}@media (max-width: 768px){.gestao-modulo-header{flex-direction:column}.gestao-modulo-toolbar{margin-left:0;width:100%}.gestao-modulo-item{grid-template-columns:1fr}.gestao-modulo-item-actions{justify-content:flex-start}}.gestao-erro{color:#dc2626;font-size:.8rem;margin:.25rem 0 0}.player-timer{display:inline-block;padding:.35rem .75rem;background:#fef3c7;color:#92400e;border-radius:6px;font-weight:600;margin-bottom:1rem}.player-timer--urgente{background:#fee2e2;color:#991b1b}.gestao-modulo-tipo{display:inline-flex;align-items:center;margin-top:.35rem;font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;letter-spacing:.01em}.gestao-modulo-tipo--texto{background:#f3e8ff;color:#7c3aed}.gestao-modulo-tipo--apostila{background:#fef3c7;color:#b45309}.gestao-modulo-tipo--video{background:#dbeafe;color:#1d4ed8}.gestao-form-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.gestao-participantes-list{list-style:none;padding:0;margin:.5rem 0 0}.gestao-participante-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--gestao-border, #e5e7eb)}.player-texto-conteudo{margin:1rem 0;line-height:1.6;white-space:pre-wrap}.player-pdf{width:100%;min-height:480px;border:1px solid var(--gestao-border, #e5e7eb);border-radius:8px;margin:1rem 0}.player-audio{width:100%;margin:1rem 0}.dash-participantes{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin:.5rem 0 1rem}.dash-curso-meta{margin:.25rem 0 .75rem;color:var(--dash-muted, #64748b)}:root{font-family:system-ui,-apple-system,sans-serif}body{margin:0}
