.student-splash{min-height:100vh;display:grid;place-items:center;padding:clamp(16px,3vw,28px);background:radial-gradient(1200px 600px at 25% 20%,rgba(62,99,255,.26),transparent 55%),radial-gradient(900px 450px at 75% 70%,rgba(8,191,255,.18),transparent 60%),linear-gradient(145deg,#050b1a,#070f24,#040a17);overflow:hidden}.student-splash:before{content:"";position:fixed;inset:-40%;background:conic-gradient(from 180deg,#3e63ff1a,#08bfff1a,#3e63ff1a);filter:blur(40px);opacity:.8;animation:studentSplashBg 10s linear infinite;pointer-events:none}.student-splash__card{position:relative;width:min(560px,92vw);border-radius:18px;border:1px solid rgba(62,99,255,.22);background:#0a101fc7;box-shadow:0 18px 60px #0000008c,0 0 0 1px #08bfff0f inset;padding:22px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.student-splash__brand{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:10px}.student-splash__logo{width:min(230px,60vw);height:auto;filter:drop-shadow(0 10px 26px rgba(62,99,255,.22));animation:studentSplashFloat 2.6s ease-in-out infinite}.student-splash__spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(230,235,245,.25);border-top-color:#08bffff2;border-right-color:#3e63ffbf;animation:studentSplashSpin .9s linear infinite}.student-splash__title{margin:0 0 6px;text-align:center;color:#fff;font-size:1.15rem}.student-splash__subtitle{margin:0;text-align:center;color:#e6ebf5c2;font-size:.95rem}.student-splash__subtitle.is-error{color:#fecacaf2}@keyframes studentSplashSpin{to{transform:rotate(360deg)}}@keyframes studentSplashFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes studentSplashBg{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.student-splash:before,.student-splash__logo,.student-splash__spinner{animation:none!important}}.student-notebook__layer{position:fixed;inset:0;z-index:5000;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex}.student-notebook__floating-close{position:fixed;top:12px;right:14px;width:38px;height:38px;border:1px solid rgba(255,255,255,.22);background:#0b1220db;color:#fffffff5;border-radius:10px;cursor:pointer;z-index:5003;display:grid;place-items:center;font-weight:700}.student-notebook{flex:1;margin:64px 20px 20px;border-radius:18px;overflow:hidden;background:#0b1220;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 120px #00000080;display:grid;grid-template-columns:280px 1fr;min-width:0;min-height:0;position:relative}.student-notebook__sidebar{border-right:1px solid rgba(255,255,255,.09);background:#ffffff0a;padding:14px;display:flex;flex-direction:column;gap:10px;min-width:0}.student-notebook__sidebar-backdrop{position:absolute;inset:0;background:#0409128c;z-index:1}.student-notebook__brand{display:flex;align-items:center;justify-content:space-between;gap:10px}.student-notebook__brand strong{color:#ffffffeb;font-size:14px}.student-notebook__close{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#ffffffeb;border-radius:10px;padding:6px 10px;cursor:pointer}.student-notebook__search input{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#00000038;color:#ffffffeb;padding:10px 12px;outline:none}.student-notebook__sidebar-actions{display:flex;gap:8px}.student-notebook__sidebar-actions button{flex:1;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffeb;padding:10px 12px;cursor:pointer}.student-notebook__list{flex:1;overflow:auto;padding-right:6px}.student-notebook__item{width:100%;text-align:left;border-radius:12px;border:1px solid transparent;background:transparent;color:#ffffffdb;padding:10px;cursor:grab;display:flex;flex-direction:column;gap:4px}.student-notebook__item-row{display:flex;gap:8px;align-items:stretch;margin-bottom:6px;touch-action:pan-y}.student-notebook__item-row.is-dragging{opacity:.35}.student-notebook__item-row.is-dragging .student-notebook__item{cursor:grabbing}.student-notebook__drop-indicator{height:10px;border-top:2px solid #7dd3fc;border-radius:999px;margin:0 4px 6px}.student-notebook__item:hover{background:#ffffff0f}.student-notebook__item.is-active{border-color:#e5f2f547;background:#e5f2f514}.student-notebook__item small{opacity:.7}.student-notebook__main{min-width:0;min-height:0;display:grid;grid-template-rows:auto 1fr}.student-notebook__toolbar{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.student-notebook__toolbar-left,.student-notebook__toolbar-right{display:flex;gap:8px;align-items:center;min-width:0}.student-notebook__toolbar-left{flex-wrap:wrap}.student-notebook__toolbar-right{width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;padding-bottom:2px}.student-notebook__toolbar-right>*{flex:0 0 auto}.student-notebook__toolbar button,.student-notebook__toolbar select,.student-notebook__toolbar input{border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#0000002e;color:#ffffffeb;padding:6px 10px}.student-notebook__mobilebar,.student-notebook__mobile-actions{display:none}.student-notebook__mobile-actions button{border:1px solid rgba(255,255,255,.14);background:#0000002e;color:#ffffffeb;border-radius:14px;padding:10px 12px;cursor:pointer;flex:1}.student-notebook__drawer-layer{position:absolute;inset:0;z-index:4;background:#0000008c;display:flex;align-items:stretch;justify-content:flex-end}.student-notebook__drawer{width:min(520px,100%);background:#0b1220fa;border-left:1px solid rgba(255,255,255,.12);padding:14px;display:flex;flex-direction:column;gap:12px}.student-notebook__drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.student-notebook__drawer-head strong{color:#ffffffeb}.student-notebook__drawer-actions{display:flex;gap:10px;margin-top:auto}.student-notebook__drawer-actions button{flex:1;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#ffffffeb;padding:10px 12px;cursor:pointer}.student-notebook__title{flex:1 1 260px;min-width:180px;max-width:520px}.student-notebook__editor-wrap{overflow:auto;padding:22px 18px;background:radial-gradient(1000px 600px at 50% -20%,rgba(229,242,245,.08),transparent 60%)}.student-notebook__paper{width:min(860px,100%);margin:0 auto;background:#fff;color:#111827;border-radius:14px;box-shadow:0 18px 55px #00000047;padding:28px 32px;min-height:calc(100vh - 180px);outline:none}.student-notebook__paper a{color:#1d4ed8}.student-notebook__hint{color:#ffffffb8;font-size:12px}.student-notebook__empty-state{width:min(860px,100%);margin:12px auto 0;display:flex;align-items:center;justify-content:center;gap:10px}.student-notebook__empty-state button{border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#ffffffeb;padding:8px 12px;cursor:pointer}.student-notebook__empty-card{width:min(700px,100%);margin:24px auto 0;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#0b1220d1;padding:18px;display:grid;gap:12px}.student-notebook__empty-card strong{color:#fffffff0;font-size:16px}.student-notebook__empty-list{display:grid;gap:8px}.student-notebook__empty-list button{border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#ffffffe6;padding:10px 12px;text-align:left;cursor:pointer;display:grid;gap:4px}.student-notebook__empty-list button:hover{background:#ffffff17}.student-notebook__empty-list button small{color:#ffffffa3;font-size:12px}.student-notebook__empty-new{justify-self:start;border-radius:12px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fffffff0;padding:10px 14px;cursor:pointer}.student-notebook__add-layer{position:absolute;inset:0;z-index:3;background:#0000008c;display:flex;align-items:stretch;justify-content:flex-end}.student-notebook__add-panel{width:min(520px,100%);background:#0b1220fa;border-left:1px solid rgba(255,255,255,.12);padding:14px;display:flex;flex-direction:column;gap:12px}.student-notebook__add-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.student-notebook__add-head strong{color:#ffffffeb}.student-notebook__add-kind{display:flex;gap:8px;flex-wrap:wrap}.student-notebook__add-kind button{border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffeb;padding:8px 10px;cursor:pointer}.student-notebook__add-kind button.is-active{background:#e5f2f51f;border-color:#e5f2f53d}.student-notebook__add-form label{display:flex;flex-direction:column;gap:6px;color:#ffffffdb;font-size:13px}.student-notebook__add-form select,.student-notebook__add-form input{border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0000002e;color:#ffffffeb;padding:10px 12px}.student-notebook__add-actions{display:flex;gap:10px;margin-top:auto}.student-notebook__add-actions button{flex:1;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#ffffffeb;padding:10px 12px;cursor:pointer}.student-notebook__add-feedback{margin-top:8px;border-radius:10px;border:1px solid rgba(255,255,255,.18);padding:10px 12px;font-size:12px;line-height:1.35}.student-notebook__add-feedback.is-info{color:#dbeafe;border-color:#60a5fa59;background:#1e40af38}.student-notebook__add-feedback.is-success{color:#dcfce7;border-color:#4ade8059;background:#1665343d}.student-notebook__add-feedback.is-error{color:#fee2e2;border-color:#f8717159;background:#991b1b42}@media(max-width:900px){.student-notebook__layer{-webkit-backdrop-filter:none;backdrop-filter:none}.student-notebook{margin:56px 0 0;border-radius:0;grid-template-columns:1fr}.student-notebook__sidebar{position:absolute;top:0;left:0;bottom:0;width:min(86vw,320px);transform:translate(-105%);transition:transform .18s ease;z-index:2;border-right:1px solid rgba(255,255,255,.12);box-shadow:18px 0 60px #0000008c;background:#0b1220fa}.student-notebook.is-sidebar-open .student-notebook__sidebar{transform:translate(0)}.student-notebook__toolbar{display:none}.student-notebook__mobilebar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.student-notebook__mobilebar input{flex:1;min-width:0;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0000002e;color:#ffffffeb;padding:10px 12px}.student-notebook__mobile-actions{display:flex;gap:8px;padding:10px 12px;border-top:1px solid rgba(255,255,255,.08);background:#0b1220fa;position:sticky;bottom:0}.student-notebook__editor-wrap{padding:12px 10px}.student-notebook__paper{border-radius:12px;padding:18px;min-height:calc(100vh - 220px)}.student-notebook__title{min-width:120px;max-width:46vw}.student-notebook__add-panel,.student-notebook__drawer{width:100%}.student-notebook__drawer-layer--edit{align-items:flex-end}.student-notebook__drawer--edit{height:33vh;max-height:33vh;border-radius:16px 16px 0 0;overflow:auto}}.student-pending-contract-layer{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:16px}.student-pending-contract-backdrop{position:absolute;inset:0;background:#0000008c}.student-pending-contract-card{position:relative;width:min(640px,calc(100vw - 24px));border-radius:18px;border:1px solid rgba(180,214,242,.22);background:#051637eb;box-shadow:0 32px 96px #00000073;overflow:hidden;padding:18px 18px 16px}.student-pending-contract-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border-radius:999px;background:#f0906129;border:1px solid rgba(240,144,97,.28);color:#ffffffeb;font-size:.85rem;letter-spacing:.02em}.student-pending-contract-card h2{margin:12px 0 8px;color:var(--vivaion-blue-050);font-size:1.35rem}.student-pending-contract-message{margin:0;color:#e5f2f5d1;line-height:1.45}.student-pending-contract-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.student-pending-contract-actions .unyom-button{border-radius:12px}.student-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:14px;height:68px;max-height:68px;padding:0 16px;border-bottom:1px solid rgba(180,214,242,.16);background:#051637b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.student-header__left{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.student-header__brand{display:flex;align-items:center;gap:12px;color:inherit;min-width:0;flex:1 1 auto}.student-header__logo{height:34px;width:auto;object-fit:contain}.student-header__brand-text{min-width:0}.student-header__brand-text strong{display:block;letter-spacing:.01em;text-shadow:1px 0 0 rgba(5,22,55,.95),-1px 0 0 rgba(5,22,55,.95),0 1px 0 rgba(5,22,55,.95),0 -1px 0 rgba(5,22,55,.95),0 2px 0 rgba(5,22,55,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-header__brand-text span{display:block;opacity:.72;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-header__nav{display:flex;align-items:center;gap:10px;flex:0 0 auto}.student-header__theme-toggle{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:#e5f2f5e0}.student-header__theme-toggle select{border-radius:10px;border:1px solid rgba(180,214,242,.2);background:#0516375c;color:#e5f2f5f5;padding:6px 8px;font:inherit}.student-header__back-btn{padding:6px 10px;border-radius:999px;border:1px solid rgba(180,214,242,.18);background:#05163738;color:#b4d6f2fa;font-weight:800;font-size:.82rem;letter-spacing:.01em;line-height:1;display:inline-flex;align-items:center;gap:6px;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.student-header__back-icon{width:14px;height:14px;flex:0 0 14px;filter:brightness(0) invert(1)}.student-header__back-btn:hover{border-color:#a78bfa8c;background:#05163752}.student-header__back-btn:focus-visible{outline:3px solid rgba(167,139,250,.55);outline-offset:2px}.student-header__links{display:flex;gap:10px}.student-header__link{padding:8px 10px;border-radius:12px;border:1px solid rgba(180,214,242,.14);background:#05163740;color:#e5f2f5e6;font-weight:600;font-size:.9rem}.student-header__link:hover{border-color:#f0906180}.student-header__menu-btn{display:none;padding:8px 12px;border-radius:12px;border:1px solid rgba(180,214,242,.16);background:#05163740;color:#e5f2f5eb;font-weight:700}.student-header__menu-layer{position:fixed;inset:0;z-index:60}.student-header__menu-backdrop{position:absolute;inset:0;background:#00000059}.student-header__menu{position:absolute;top:64px;right:12px;left:12px;border-radius:16px;border:1px solid rgba(180,214,242,.18);background:#051637eb;box-shadow:0 24px 64px #00000059;overflow:hidden;display:grid}.student-header__menu-item{padding:14px;color:#e5f2f5f5;font-weight:700;border-bottom:1px solid rgba(180,214,242,.12)}.student-header__menu-item:last-child{border-bottom:none}.student-header__menu-item:hover{background:#f090611f}@media(max-width:720px){.student-header{height:60px;max-height:60px;padding:0 12px;gap:10px}.student-header__logo{height:30px}.student-header__left{gap:8px}.student-header__brand-text strong{font-size:.98rem}.student-header__brand-text span,.student-header__links,.student-header__theme-toggle span{display:none}.student-header__menu-btn{display:inline-flex;align-items:center;justify-content:center}}.student-video-player{display:grid;gap:8px;--student-lesson-surface: rgba(10, 16, 30, .72);--student-lesson-surface-elevated: rgba(15, 23, 42, .82);--student-lesson-text: #e6ebf5;--student-lesson-text-muted: rgba(230, 235, 245, .78);--student-lesson-border: rgba(148, 163, 184, .28);--student-lesson-control-bg: rgba(15, 23, 42, .72);--student-lesson-control-hover: rgba(30, 64, 175, .55);--student-lesson-accent: #2563eb;--student-lesson-focus: #f09061;--student-progress-empty-base: rgba(51, 65, 85, .55);--student-progress-empty-stripe: rgba(148, 163, 184, .22);--student-progress-empty-stripe-light: rgba(203, 213, 225, .12);--student-progress-empty-border: rgba(148, 163, 184, .22);--student-progress-complete: linear-gradient(90deg, #22c55e, #4ade80);--student-player-vertical-gap: 240px;--student-player-min-stage-height: 180px;--student-player-width: 60%}.student-video-player.is-engaged{--student-player-width: 80%}.student-video-player__watch-grid{--notes-rail-width: clamp(240px, 18vw, 280px);display:grid;grid-template-columns:minmax(0,1fr) var(--notes-rail-width);gap:14px;width:min(100%,calc(var(--student-player-width) + var(--notes-rail-width) + 14px));margin-inline:auto;align-items:start}.student-video-player__stage{min-width:0;min-height:0}.student-video-player__stage .student-video-player__video-wrap,.student-video-player__stage .student-video-player__embed-stage,.student-video-player__stage .student-video-player__embed iframe{width:100%}.student-video-player__notes-rail{--lesson-note-card-height: 88px;--lesson-note-card-gap: 8px;--lesson-note-visible-count: 3;--lesson-note-list-height: calc(var(--lesson-note-card-height) * var(--lesson-note-visible-count) + var(--lesson-note-card-gap) * (var(--lesson-note-visible-count) - 1));height:var(--lesson-stage-height);min-height:0;max-height:var(--lesson-stage-height);border:1px solid var(--student-lesson-border);border-radius:14px;background:var(--student-lesson-surface);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.student-video-player__notes-rail-head,.student-video-player__notes-rail-foot{padding:10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.student-video-player__notes-rail-head strong{color:var(--student-lesson-text)}.student-video-player__notes-rail-head strong span{margin-left:5px;color:var(--student-lesson-text-muted);font-size:.8em}.student-video-player__notes-rail button{border:1px solid var(--student-lesson-border);border-radius:8px;background:var(--student-lesson-control-bg);color:var(--student-lesson-text);padding:6px 8px;cursor:pointer}.student-video-player__notes-rail-head>button{color:#fff;background:var(--student-lesson-accent);border-color:var(--student-lesson-accent)}.student-video-player__notes-rail-list{width:100%;height:100%;max-height:none;min-height:0;padding:0 8px 8px;display:grid;grid-auto-flow:row;grid-auto-rows:calc((100% - (var(--lesson-note-card-gap) * (var(--lesson-note-visible-count) - 1))) / var(--lesson-note-visible-count));align-content:start;gap:var(--lesson-note-card-gap);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scroll-snap-type:y proximity;scroll-behavior:smooth}.student-video-player__notes-rail-list::-webkit-scrollbar-track{background:#0f172a8f}.student-video-player__notes-rail-list::-webkit-scrollbar-thumb{background:#94a3b894;border-radius:999px}.student-video-player__notes-rail-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1c2}.student-video-player__note-rail-item{width:100%;height:100%;min-height:0;max-height:none;box-sizing:border-box;text-align:left;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:6px;padding:7px;scroll-snap-align:center;scroll-snap-stop:normal;overflow:hidden;transition:opacity .18s ease,transform .18s ease,max-height .24s ease,margin .24s ease,padding .24s ease,border-width .24s ease,background-color .18s ease,border-color .18s ease}.student-video-player__note-rail-item.is-removing{height:0;min-height:0;opacity:0;transform:translate(10px);max-height:0;margin-block:0;padding-block:0;border-width:0;pointer-events:none}.student-video-player__note-rail-seek{min-width:0;width:100%;height:100%;overflow:hidden;border:0;background:transparent;color:inherit;padding:2px;text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px}.student-video-player__note-rail-actions{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,26px);align-content:center;justify-items:center;align-self:center;width:26px;min-width:26px;flex:0 0 26px;gap:4px}.student-note-viewer{width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 32px)}.student-note-viewer__content{white-space:pre-wrap;overflow-wrap:anywhere;max-height:min(52vh,420px);overflow-y:auto;line-height:1.6}.student-video-player__note-rail-actions button{width:26px;min-width:26px;min-height:26px;height:26px;padding:0;border-radius:7px;display:inline-grid;place-items:center;border-color:transparent;color:#93c5fd;opacity:.72}.student-video-player__note-rail-actions button:last-child{color:#fda4af}.student-video-player__note-rail-actions svg{width:13px;height:13px}.student-video-player__note-rail-item:hover .student-video-player__note-rail-actions button,.student-video-player__note-rail-item.is-current .student-video-player__note-rail-actions button,.student-video-player__note-rail-actions button:focus-visible{opacity:1}.student-video-player__note-rail-actions button:focus-visible,.student-video-player__note-rail-seek:focus-visible{outline:2px solid var(--student-lesson-focus);outline-offset:2px}.student-video-player__note-rail-actions button:disabled{opacity:.38;cursor:not-allowed}[data-student-theme=light] .student-video-player__note-rail-actions button{color:#2563eb}[data-student-theme=light] .student-video-player__note-rail-actions button:last-child{color:#dc2626}.student-video-player__note-rail-item small{color:var(--student-lesson-accent);font-weight:800}.student-video-player__note-rail-item span{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;line-height:1.35}.student-video-player__note-rail-item.is-current{border-left:3px solid var(--student-lesson-accent);background:var(--student-lesson-control-hover)}.student-video-player__note-rail-item.is-new{animation:student-note-new .8s ease}.student-video-player__notes-rail-empty{min-height:0;padding:14px;display:grid;align-content:center;gap:8px;color:var(--student-lesson-text-muted)}.student-video-player__notes-rail-empty strong{color:var(--student-lesson-text)}[data-student-theme=light] .student-video-player__notes-rail-list::-webkit-scrollbar-track{background:#e2e8f0cc}[data-student-theme=light] .student-video-player__notes-rail-list::-webkit-scrollbar-thumb{background:#64748b9e}[data-student-theme=light] .student-video-player__notes-rail-list::-webkit-scrollbar-thumb:hover{background:#475569d1}@media(prefers-reduced-motion:reduce){.student-video-player__notes-rail-list{scroll-behavior:auto}.student-video-player__note-rail-item{transition:none}.student-video-player__note-rail-item.is-new{animation:none}}.student-note-composer__layer{position:fixed;inset:0;z-index:4100;display:grid;place-items:center;padding:16px;background:#020817a3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.student-note-composer{width:min(520px,100%);display:grid;gap:14px;padding:20px;border-radius:18px;border:1px solid var(--student-lesson-border);background:var(--student-lesson-surface);color:var(--student-lesson-text);box-shadow:0 24px 70px #00000059}.student-note-composer header,.student-note-composer footer{display:flex;justify-content:space-between;gap:10px;align-items:center}.student-note-composer h3,.student-note-composer p{margin:0}.student-note-composer small{color:var(--student-lesson-text-muted)}.student-note-composer textarea{width:100%;box-sizing:border-box;min-height:140px;border-radius:12px;padding:12px;color:var(--student-lesson-text);background:var(--student-lesson-surface-elevated);border:1px solid var(--student-lesson-border);resize:vertical}.student-note-composer button{min-height:40px;border-radius:10px;border:1px solid var(--student-lesson-border);background:var(--student-lesson-control-bg);color:var(--student-lesson-text);padding:8px 12px;cursor:pointer}.student-note-composer footer button:last-child{background:var(--student-lesson-accent);color:#fff;border-color:var(--student-lesson-accent)}@keyframes student-note-new{0%{opacity:.35;transform:translateY(7px) scale(.98)}to{opacity:1;transform:none}}.student-video-player video{width:100%;height:100%;border-radius:0;background:#000;object-fit:contain}.student-video-player__video-wrap{position:relative;width:min(var(--student-player-width),calc(max(var(--student-player-min-stage-height),(100svh - var(--student-player-vertical-gap))) * 16 / 9));aspect-ratio:16 / 9;max-width:100%;max-height:calc(100svh - var(--student-player-vertical-gap));margin-inline:auto;border-radius:10px;overflow:hidden;background:#000}.student-video-player__paused-cover{position:absolute;inset:0;border-radius:10px;overflow:hidden;pointer-events:none;background:#000}.student-video-player__paused-cover img{width:100%;height:100%;object-fit:contain}.student-video-player__center-play{position:absolute;inset:0;margin:auto;width:64px;height:64px;border-radius:999px;border:1px solid rgba(180,214,242,.4);background:#051637ad;color:#fff;font-size:1.6rem;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:4;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.student-video-player__center-play:hover{background:#081f49d1;border-color:#f0906199}.student-video-player__embed{display:grid;gap:6px}.student-video-player__embed-stage{position:relative;width:min(var(--student-player-width),calc(max(var(--student-player-min-stage-height),(100svh - var(--student-player-vertical-gap))) * 16 / 9));aspect-ratio:16 / 9;max-width:100%;max-height:calc(100svh - var(--student-player-vertical-gap));margin-inline:auto;border-radius:10px;overflow:hidden;background:#000}.student-video-player__embed-stage>div,.student-video-player__embed-stage iframe{width:100%;height:100%}.student-video-player__embed iframe{width:min(var(--student-player-width),calc(max(var(--student-player-min-stage-height),(100svh - var(--student-player-vertical-gap))) * 16 / 9));aspect-ratio:16 / 9;max-width:100%;max-height:calc(100svh - var(--student-player-vertical-gap));margin-inline:auto;display:block;border-radius:10px;background:#000;border:0}@media(max-width:1119px){.student-video-player{--student-player-vertical-gap: 220px;--student-player-min-stage-height: 160px;--student-player-width: 88%}.student-video-player.is-engaged{--student-player-width: 100%}.student-video-player__watch-grid{width:100%;grid-template-columns:1fr}.student-video-player__notes-rail{height:clamp(230px,42vh,320px);min-height:0;max-height:clamp(230px,42vh,320px)}}@media(max-width:640px){.student-video-player__progress-footer{align-items:stretch;flex-direction:column}.student-video-player__complete-action{justify-content:flex-end}.student-video-player__notes-rail{--lesson-note-card-height:84px;--lesson-note-card-gap:8px;--lesson-note-visible-count:2;height:min(300px,46vh);max-height:min(300px,46vh)}.student-video-player__note-rail-actions{grid-template-columns:1fr;grid-template-rows:repeat(3,26px);gap:4px}.student-video-player{--student-player-width: 94%;--student-player-vertical-gap: 190px}.student-video-player.is-engaged{--student-player-width: 100%}}.student-video-player__video-wrap,.student-video-player__embed-stage,.student-video-player__embed iframe{transition:width .38s cubic-bezier(.2,.8,.2,1)}.student-video-player__embed-link{color:#a78bfaf2;font-size:.86rem;text-decoration:none;width:fit-content}.student-video-player__embed-link:hover{text-decoration:underline}.student-video-player__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.student-video-player__status{display:grid;gap:2px}.student-video-player__toolbar small{color:#e6ebf5d1}.student-video-player__warning{color:#fbbf24}.student-video-player__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.student-video-player__play-toggle,.student-video-player__rates button,.student-video-player__next-btn{min-height:40px;border:1px solid var(--student-lesson-border);background:var(--student-lesson-control-bg);color:var(--student-lesson-text);border-radius:11px;padding:8px 12px;font-size:.78rem;font-weight:750;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.student-video-player__play-toggle{display:inline-flex;align-items:center;gap:7px}.student-video-player__rates{display:inline-flex;overflow:hidden;border:1px solid var(--student-lesson-border);border-radius:11px}.student-video-player__rates button{min-width:48px;border:0;border-radius:0;padding-inline:10px}.student-video-player__rates button+button{border-left:1px solid var(--student-lesson-border)}.student-video-player__rates button[aria-pressed=true]{color:#fff;background:var(--student-lesson-accent)}.student-video-player__play-toggle:hover,.student-video-player__rates button:hover:not([aria-pressed=true]),.student-video-player__next-btn:hover{border-color:var(--student-lesson-accent);background:var(--student-lesson-control-hover)}.student-video-player__play-toggle:focus-visible,.student-video-player__rates button:focus-visible,.student-video-player__next-btn:focus-visible{outline:3px solid var(--student-lesson-focus);outline-offset:2px}.student-video-player__next-btn{border-color:var(--student-lesson-accent);background:var(--student-lesson-accent);color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:6px}.student-video-player__progress{width:100%;height:8px;border-radius:999px;background:repeating-linear-gradient(135deg,var(--student-progress-empty-stripe) 0,var(--student-progress-empty-stripe) 8px,var(--student-progress-empty-stripe-light) 8px,var(--student-progress-empty-stripe-light) 16px),var(--student-progress-empty-base);border:1px solid var(--student-progress-empty-border);box-shadow:inset 0 1px 2px #0f172a59,0 1px #ffffff08;overflow:hidden;position:relative}.student-video-player__progress-fill{height:100%;background:var(--student-progress-complete)}.student-video-player__progress-segment{position:absolute;top:0;bottom:0;background:var(--student-progress-complete)}.student-video-player__progress-legend{color:#e6ebf5c7;font-size:11px}@media(max-width:420px){.student-video-player__complete-btn{width:100%}}.student-video-player__progress-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px}.student-video-player__sync-notice{position:absolute;top:12px;left:0;font-size:11px;color:#bfdbfef2}.student-video-player__complete-action{display:flex;justify-content:flex-end}.student-video-player__complete-action small{color:#e5f2f5b8}.student-video-player__complete-btn{min-width:190px;min-height:40px;padding:0 16px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(74,222,128,.32);background:#16a34a1f;color:#bbf7d0;font:inherit;font-weight:700;line-height:1;box-shadow:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.student-video-player__complete-btn svg{width:17px;height:17px;flex:0 0 auto}.student-video-player__complete-btn:hover:not(:disabled){background:#16a34a33;border-color:#4ade8080;color:#dcfce7;transform:translateY(-1px)}.student-video-player__complete-btn:active:not(:disabled){transform:translateY(0)}.student-video-player__complete-btn:focus-visible{outline:3px solid var(--student-lesson-focus);outline-offset:3px}.student-video-player__complete-btn.is-completed,.student-video-player__complete-btn:disabled{border-color:#4ade8038;background:#16a34a14;color:#bbf7d0c7;opacity:1;cursor:default}[data-student-theme=light] .student-video-player__complete-btn{border-color:#bbf7d0;background:#f0fdf4;color:#166534}[data-student-theme=light] .student-video-player__complete-btn:hover:not(:disabled){border-color:#86efac;background:#dcfce7;color:#14532d}[data-student-theme=light] .student-video-player__complete-btn.is-completed,[data-student-theme=light] .student-video-player__complete-btn:disabled{border-color:#d1fae5;background:#f0fdf4;color:#15803d}.student-video-player__notes-column{width:min(60%,920px);margin-inline:auto;display:grid;gap:12px}.student-video-player__notes-editor{border:1px solid var(--student-lesson-border);border-radius:12px;background:var(--student-lesson-surface);padding:14px;display:grid;gap:8px}.student-video-player__notes-editor label{display:grid;gap:4px;color:var(--student-lesson-text);font-size:.84rem}.student-video-player__notes-editor textarea{width:100%;box-sizing:border-box;min-height:92px;max-height:200px;border-radius:11px;border:1px solid var(--student-lesson-border);background:var(--student-lesson-surface-elevated);color:var(--student-lesson-text);padding:10px 12px;resize:vertical}.student-video-player__notes-editor textarea:focus-visible{outline:3px solid var(--student-lesson-focus);outline-offset:2px}.student-video-player__save-note{width:fit-content;min-width:164px;min-height:40px;justify-self:end;border:1px solid var(--student-lesson-accent);border-radius:11px;padding:8px 18px;color:#fff;background:var(--student-lesson-accent);font-weight:800;cursor:pointer}.student-video-player__save-note:hover:not(:disabled){background:#1d4ed8}.student-video-player__save-note:focus-visible{outline:3px solid var(--student-lesson-focus);outline-offset:2px}.student-video-player__save-note:disabled{cursor:not-allowed;opacity:.58}.student-lesson-study-actions{width:100%;appearance:none;-webkit-appearance:none;margin-top:8px;padding:16px;border:1px solid rgba(180,214,242,.16);border-radius:16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;font:inherit;color:inherit;text-align:left;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease;background:linear-gradient(135deg,#3e63ff24,#05163785)}.student-lesson-study-actions__icon{width:48px;height:48px;flex:0 0 48px;padding:9px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#3e63ffd1,#7c3aedbf);overflow:hidden}.student-lesson-study-actions__icon-shape{display:block;width:30px;height:30px;background-color:currentColor;-webkit-mask-image:url(/caderno.svg);mask-image:url(/caderno.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.student-lesson-study-actions__copy{min-width:0}.student-lesson-study-actions__copy strong{color:#fff}.student-lesson-study-actions__copy>span{margin:4px 0 0;color:#e2e8ffb8;font-size:.86rem}.student-lesson-study-actions__cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 14px;border-radius:10px;border:1px solid rgba(180,214,242,.22);color:#e5f2f5eb;background:#0516378f;font-size:.875rem;font-weight:750;line-height:1;white-space:nowrap;pointer-events:none}.student-lesson-study-actions__cta svg{width:16px;height:16px;flex:0 0 16px;transition:transform .16s ease}.student-lesson-study-actions:hover:not(:disabled){transform:translateY(-1px)}.student-lesson-study-actions:hover:not(:disabled) .student-lesson-study-actions__cta svg{transform:translate(2px)}.student-lesson-study-actions:active:not(:disabled){transform:translateY(0)}.student-lesson-study-actions:focus-visible{outline:3px solid rgba(240,144,97,.82);outline-offset:2px}.student-lesson__notes{border-top:1px dashed var(--student-lesson-border);padding-top:12px;display:grid;gap:6px}.student-lesson__notes-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.student-lesson__notes-head>strong{color:var(--student-lesson-text);font-size:.86rem}.student-lesson__notes-actions{display:flex;gap:8px;flex-wrap:wrap}.student-lesson__notes-empty{color:#e2e8ffc2;font-size:.9rem;border:1px solid rgba(148,163,184,.18);border-radius:10px;padding:10px 12px;background:#0e152852}.student-lesson__notes-empty strong,.student-lesson__notes-empty span{display:block}.student-lesson__notes-empty strong{margin-bottom:3px;color:#fff}@media(max-width:760px){.student-lesson-study-actions{grid-template-columns:auto minmax(0,1fr)}.student-lesson-study-actions__cta{grid-column:1 / -1;width:100%}.student-video-player__notes-column{width:min(88%,920px)}}@media(max-width:640px){.student-lesson-study-actions__icon{width:44px;height:44px;flex-basis:44px;padding:8px;border-radius:12px}.student-lesson-study-actions__icon-shape{width:27px;height:27px}.student-video-player__notes-column{width:100%}.student-video-player__save-note{width:100%;justify-self:stretch;min-height:44px}.student-video-player__controls{width:100%}.student-video-player__next-btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.student-video-player__video-wrap,.student-video-player__embed-stage,.student-video-player__embed iframe{transition:none}}.student-lesson__notes-closest{display:grid;gap:6px}.student-lesson__notes-closest-label{color:#e6ebf5c2}.student-lesson__note-item{border:1px solid rgba(148,163,184,.22);border-radius:8px;padding:7px 8px;background:#0e152873;text-align:left;width:100%;color:#e6ebf5eb;font:inherit;appearance:none}.student-lesson__note-item.is-closest{cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.student-lesson__note-item.is-closest:hover{border-color:#a78bfa8c;background:#0e152899;transform:translateY(-1px)}.student-lesson__note-item small{color:#a78bfae6}.student-lesson__note-item p{margin:4px 0 0}.temporary-material-preview__backdrop{position:fixed;inset:0;z-index:10000;background:#000a;display:grid;place-items:center;padding:16px}.temporary-material-preview__dialog{max-width:900px;max-height:90vh;overflow:auto;background:#fff;color:#222;border-radius:12px;padding:20px}.temporary-material-preview__dialog header{display:flex;justify-content:space-between;gap:16px}.temporary-material-preview__dialog figure{margin:16px 0;text-align:center}.temporary-material-preview__dialog img{max-width:100%;height:auto;box-shadow:0 2px 10px #0004;-webkit-user-select:none;user-select:none}.student-courses{display:flex;flex-direction:column;gap:16px}.student-courses.student-lesson-layout{width:100%;max-width:1520px;margin-inline:auto;padding-inline:24px;box-sizing:border-box}.student-courses__empty{color:#e5f2f5d1}.student-course-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}.student-course-detail.unyom-card{overflow:visible;max-width:100%;min-width:0}.student-course-detail__title h2{margin:0 0 6px;color:var(--vivaion-blue-050);overflow-wrap:anywhere;word-break:break-word}.student-course-detail__title p{margin:0;color:#e5f2f5c7}.student-course-detail__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.student-course-detail__meta span{border:1px solid rgba(180,214,242,.22);border-radius:999px;padding:6px 10px;font-size:.8rem;color:#e5f2f5e0;background:#05163766}.student-course-nav{margin-top:16px;display:grid;gap:14px;max-width:100%;min-width:0}.student-modules h3{margin:0 0 10px;color:var(--vivaion-blue-050)}.student-certificate-callout{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:14px;border:1px solid rgba(180,214,242,.24);border-radius:12px;background:#05163794;color:var(--vivaion-blue-050);position:relative;overflow:hidden;isolation:isolate}.student-certificate-callout__content,.student-certificate-callout__action{position:relative;z-index:1}.student-certificate-callout__content{min-width:0}.student-certificate-callout__content strong,.student-certificate-callout__content span{display:block}.student-certificate-callout__content strong{font-size:.98rem}.student-certificate-callout__content span{margin-top:3px;color:#e5f2f5bd;font-size:.82rem;overflow-wrap:anywhere}.student-certificate-callout__action{position:relative;display:grid;place-items:center;min-width:220px}.student-certificate-callout__action:before{content:"";position:absolute;inset:10% 10% 6%;border-radius:999px;background:radial-gradient(circle at 50% 50%,rgba(255,216,133,.42),rgba(255,178,54,.18) 36%,transparent 72%);filter:blur(10px);opacity:.22;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.student-certificate-callout__action.is-bursting:before{opacity:1;transform:scale(1.08)}.student-certificate-callout__confetti{position:absolute;inset:-52px -40px -36px;pointer-events:none;z-index:0;overflow:hidden}.student-certificate-callout__confetti-piece{position:absolute;left:var(--cf-left);top:var(--cf-top);width:var(--cf-size);height:calc(var(--cf-size) * .72);background:var(--cf-color);opacity:var(--cf-opacity);transform:translateZ(0) rotate(0);animation:student-certificate-confetti-fly var(--cf-duration) cubic-bezier(.12,.74,.2,1) forwards;animation-delay:var(--cf-delay);filter:drop-shadow(0 3px 8px rgba(5,22,55,.18))}.student-certificate-callout__confetti-piece.is-circle{border-radius:999px}.student-certificate-callout__confetti-piece.is-rect{border-radius:2px}.student-certificate-callout__button{position:relative;z-index:2;width:100%;min-width:220px;min-height:60px;padding:12px 18px;display:grid;gap:2px;align-content:center;border:0;border-radius:16px;background:linear-gradient(140deg,#ffffff42,#fff0 28%),linear-gradient(135deg,#8d4d07,#d97706 34%,#f59e0b 58%,#facc15 80%,#fbbf24);background-size:180% 180%;background-position:0% 50%;color:#fff;font-weight:900;cursor:pointer;white-space:normal;box-shadow:0 14px 34px #7d43024d,inset 0 1px #ffffff57;text-shadow:0 1px 0 rgba(114,53,0,.35);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,background-position .7s ease;overflow:hidden}.student-certificate-callout__button:before{content:"";position:absolute;inset:0;background:linear-gradient(140deg,#ffffff57,#fff0 36%),radial-gradient(circle at 18% 20%,rgba(255,255,255,.28),transparent 34%);opacity:.92;pointer-events:none}.student-certificate-callout__button:after{content:"";position:absolute;inset:-32% -36%;background:linear-gradient(115deg,transparent 36%,rgba(255,255,255,.42) 49%,transparent 62%);transform:translate(-55%) skew(-18deg);opacity:.7;pointer-events:none;animation:student-certificate-button-shine 4.4s ease-in-out infinite}.student-certificate-callout__button>*{position:relative;z-index:1}.student-certificate-callout__button-label{font-size:.98rem;line-height:1.15}.student-certificate-callout__button-subtitle{color:#fffc;font-size:.76rem;line-height:1.1;text-transform:uppercase;letter-spacing:.03em}.student-certificate-callout__button:hover{transform:translateY(-1px);filter:saturate(1.08) brightness(1.03);background-position:100% 50%;box-shadow:0 18px 42px #7d430257,inset 0 1px #ffffff5c}.student-certificate-callout__button.is-bursting{animation:student-certificate-button-burst .38s ease}.student-certificate-callout__button:disabled{cursor:wait;opacity:.72}.student-certificate-callout__button:focus-visible{outline:3px solid rgba(240,144,97,.75);outline-offset:3px}[data-student-theme=light] .student-certificate-callout{border-color:#173f7529;background:linear-gradient(135deg,#fffffff0,#f0f7faf5);color:#173f75;box-shadow:0 14px 32px #05163714}[data-student-theme=light] .student-certificate-callout__content span{color:#152033ad}[data-student-theme=light] .student-certificate-callout__button{color:#fff;box-shadow:0 16px 34px #7d430233,inset 0 1px #ffffff3d}[data-student-theme=light] .student-certificate-callout__button-subtitle{color:#ffffffd1}@keyframes student-certificate-confetti-fly{0%{opacity:0;transform:translateZ(0) rotate(0) scale(.75)}12%{opacity:var(--cf-opacity)}to{opacity:0;transform:translate3d(var(--cf-dx),var(--cf-dy),0) rotate(var(--cf-rotate)) scale(.9)}}@keyframes student-certificate-button-burst{0%{transform:scale(1)}35%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes student-certificate-button-shine{0%{transform:translate(-55%) skew(-18deg);opacity:0}12%{opacity:.45}35%{opacity:.7}55%{transform:translate(55%) skew(-18deg);opacity:.12}to{transform:translate(55%) skew(-18deg);opacity:0}}.student-modules__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;--student-module-head-height: 64px;max-width:100%;min-width:0}.student-module-card{--student-text-shadow: 0 0 0 rgba(5, 22, 55, .85), 1px 0 0 rgba(5, 22, 55, .85), -1px 0 0 rgba(5, 22, 55, .55), 0 1px 0 rgba(5, 22, 55, .55), 0 -1px 0 rgba(5, 22, 55, .55), 0 2px 0 rgba(5, 22, 55, .7);width:100%;max-width:100%;min-width:0;text-align:left;border-radius:16px;border:1px solid rgba(5,22,55,.14);background:#fff;padding:14px;cursor:pointer;display:grid;gap:10px;transition:transform .22s cubic-bezier(.2,.9,.2,1),border-color .18s ease,box-shadow .22s ease,filter .22s ease;will-change:transform;animation:student-fade-up .28s ease both}.student-module-card:hover{transform:translateY(-2px);border-color:#f090618c;box-shadow:0 20px 56px #0516372e;filter:saturate(1.03)}.student-module-card:active{transform:translateY(0) scale(.99)}.student-module-card:focus-visible{outline:3px solid rgba(240,144,97,.55);outline-offset:2px}.student-module-card.is-locked,.student-module-card:disabled{cursor:not-allowed;opacity:.72;filter:grayscale(.15)}.student-module-card.is-locked:hover,.student-module-card:disabled:hover{transform:none;box-shadow:none;border-color:#05163724}.student-module-card__head{display:flex;align-items:stretch;gap:12px;height:var(--student-module-head-height);max-width:100%;min-width:0}.student-module-card__index{background:var(--module-index-bg, var(--course-primary, var(--vivaion-primary)));color:#fff;border-radius:12px;padding:0;font-weight:900;border:1px solid rgba(5,22,55,.12);text-align:center;text-shadow:var(--student-text-shadow);box-shadow:0 10px 22px #05163738;display:flex;align-items:center;justify-content:center;height:100%;width:var(--student-module-head-height);flex:0 0 var(--student-module-head-height)}.student-module-card__titlebar{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#051637cc;color:#fff;box-shadow:0 14px 28px #0516372e;position:relative;overflow:hidden;height:100%;min-width:0}.student-module-card__titlebar:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,#ffffff1f,#fff0 45%,#ffffff14);opacity:.9;pointer-events:none}.student-module-card__name{color:#fff;font-weight:900;flex:1;text-shadow:var(--student-text-shadow);line-height:1.15;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-width:0;overflow-wrap:anywhere;word-break:break-word}.student-module-card__cta{color:var(--course-secondary, var(--vivaion-blue-050));opacity:.9;font-weight:800}.student-module-card__chev{color:#fff;opacity:.9;font-weight:900;font-size:18px;line-height:1;text-shadow:var(--student-text-shadow)}.student-module-card p{margin:0;color:#051637b8;font-size:.92rem}.student-module-card__meta{display:flex;flex-wrap:wrap;gap:8px}.student-module-card__meta span{padding:6px 10px;border-radius:999px;font-size:.8rem;border:1px solid rgba(5,22,55,.14);background:#e5f2f5eb;color:#051637eb}.student-fixed-ui-label{display:inline}.student-module-card__meta .student-module-card__status-tag{font-weight:800}.student-module-card__meta .student-module-card__status-tag.is-complete{color:#14532d;background:#bbf7d0;border-color:#22c55e}.student-module-card__meta .student-module-card__status-tag.is-progress{color:#7c2d12;background:#ffedd5;border-color:#fb923c}.student-module-card__meta .student-module-card__status-tag.is-future{color:#1e3a8a;background:#dbeafe;border-color:#60a5fa}.student-module-view__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.student-module-view__header h3{margin:0 0 6px;color:var(--vivaion-blue-050)}.student-module-view__header p{margin:0;color:#e5f2f5c2}.student-richtext{color:#e5f2f5c7;font-size:.95rem;line-height:1.55;overflow-wrap:anywhere}.student-richtext p{margin:0 0 8px}.student-richtext p:last-child{margin-bottom:0}.student-richtext span{color:inherit;font-size:inherit}.student-richtext strong,.student-richtext b{color:#e5f2f5f0;font-weight:800}.student-richtext a{color:#b4d6f2f2;text-decoration:underline;text-underline-offset:2px}.student-richtext ul,.student-richtext ol{margin:6px 0 6px 18px;padding:0}.student-richtext li{margin:4px 0}.student-contents{display:grid;gap:14px}.student-contents__section h4{margin:0 0 8px;color:#07cdfad1}.student-contents__list{display:grid;gap:10px}.student-module-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.student-module-action-btn{border:1px solid rgba(180,214,242,.22);border-radius:12px;background:#fff;color:#051637f5;text-align:left;padding:10px 12px;display:grid;gap:4px;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.student-module-action-btn strong{color:#051637fa;font-size:.93rem}.student-module-action-btn small{color:#051637b8;font-size:.8rem}.student-module-action-btn__subtitle{color:#051637c7;font-size:.76rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.student-module-action-btn__score{margin-top:2px}.student-quiz-meta__best-score{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.student-module-action-btn:hover{transform:translateY(-1px);border-color:#f090618c;background:#fff}.student-module-action-btn.is-disabled,.student-module-action-btn:disabled{cursor:not-allowed;opacity:1;border-color:#b4d6f229}.student-module-action-btn.is-disabled:hover,.student-module-action-btn:disabled:hover{transform:none;border-color:#b4d6f238;background:#fff}.student-module-action-btn.is-locked{cursor:not-allowed;opacity:.72}.student-module-action-btn:focus-visible{outline:3px solid rgba(240,144,97,.5);outline-offset:1px}.student-modal-layer{position:fixed;inset:0;z-index:80}.student-modal-backdrop{position:absolute;inset:0;background:#0000008c}.student-modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(960px,calc(100vw - 24px));max-height:min(86vh,860px);display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:20px;border:1px solid rgba(180,214,242,.22);background:#051637eb;box-shadow:0 32px 96px #00000073;overflow:hidden}.student-modal:focus{outline:none}.student-modal__header{padding:16px 16px 10px;border-bottom:1px solid rgba(180,214,242,.14)}.student-modal__title{display:flex;align-items:center;justify-content:space-between;gap:12px}.student-modal__title--stacked{align-items:flex-start;justify-content:flex-start;flex-direction:column}.student-modal__title strong{color:var(--vivaion-blue-050);font-size:1.1rem;text-shadow:1px 0 0 rgba(5,22,55,.95),-1px 0 0 rgba(5,22,55,.95),0 1px 0 rgba(5,22,55,.95),0 -1px 0 rgba(5,22,55,.95),0 2px 0 rgba(5,22,55,.7);min-width:0;overflow-wrap:anywhere}.student-modal__body{padding:14px 16px 16px;overflow:auto}.student-content-item{--student-text-shadow: 0 0 0 rgba(5, 22, 55, .85), 1px 0 0 rgba(5, 22, 55, .85), -1px 0 0 rgba(5, 22, 55, .55), 0 1px 0 rgba(5, 22, 55, .55), 0 -1px 0 rgba(5, 22, 55, .55), 0 2px 0 rgba(5, 22, 55, .7);width:100%;max-width:100%;min-width:0;text-align:left;border-radius:16px;border:1px solid rgba(5,22,55,.14);background:#fff;padding:12px;cursor:pointer;display:grid;gap:10px;transition:transform .22s cubic-bezier(.2,.9,.2,1),border-color .18s ease,box-shadow .22s ease,filter .22s ease;will-change:transform;animation:student-fade-up .24s ease both}.student-content-item:hover{transform:translateY(-2px);border-color:#f090618c;box-shadow:0 20px 56px #0516372e;filter:saturate(1.03)}.student-content-item:active{transform:translateY(0) scale(.99)}.student-content-item:focus-visible{outline:3px solid rgba(240,144,97,.55);outline-offset:2px}.student-content-item.is-locked,.student-content-item:disabled{cursor:not-allowed;opacity:.72;filter:grayscale(.15)}.student-content-item.is-locked:hover,.student-content-item:disabled:hover{transform:none;box-shadow:none;border-color:#05163724}.student-content-item__head{display:flex;align-items:stretch;gap:12px;height:56px;max-width:100%;min-width:0}.student-content-item__index{background:var(--content-index-bg, var(--vivaion-primary));color:#fff;border-radius:12px;font-weight:900;border:1px solid rgba(5,22,55,.12);text-align:center;text-shadow:var(--student-text-shadow);box-shadow:0 10px 22px #05163738;display:flex;align-items:center;justify-content:center;height:100%;width:56px;flex:0 0 56px}.student-content-item__titlebar{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#051637cc;color:#fff;box-shadow:0 14px 28px #0516372e;position:relative;overflow:hidden;height:100%;min-width:0}.student-content-item__name{color:#fff;font-weight:900;flex:1;text-shadow:var(--student-text-shadow);line-height:1.15;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-width:0;overflow-wrap:anywhere;word-break:break-word}.student-content-item__chev{color:#fff;opacity:.9;font-weight:900;font-size:18px;line-height:1;text-shadow:var(--student-text-shadow)}.student-content-item__meta{display:flex;flex-wrap:wrap;gap:8px}.student-content-item__meta span{padding:6px 10px;border-radius:999px;font-size:.8rem;border:1px solid rgba(5,22,55,.14);background:#e5f2f5eb;color:#051637eb}.student-content-card{width:100%;border-radius:14px;border:1px solid rgba(180,214,242,.18);background:#0516377a;padding:12px 14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;animation:student-fade-up .24s ease both}.student-content-card:hover{border-color:#f0906180;transform:translateY(-1px);box-shadow:0 16px 34px #05163738}.student-content-card:active{transform:translateY(0) scale(.995)}.student-content-card:focus-visible{outline:3px solid rgba(240,144,97,.55);outline-offset:2px}.student-content-card__main strong{display:block;color:var(--vivaion-blue-050);text-shadow:0 2px 10px rgba(5,22,55,.65);overflow-wrap:anywhere}.student-content-card__main small{display:block;margin-top:3px;color:#e5f2f5b8}.student-content-card__cta{color:#f09061eb;font-weight:800;opacity:.9}.student-content-view__header{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding-top:0;margin-bottom:10px}.student-content-view__header .unyom-button{border-radius:999px;padding:6px 10px;font-size:.82rem;border:1px solid rgba(62,99,255,.22);background:#0516379e}.student-back-btn{display:inline-flex;align-items:center;gap:6px}.student-back-btn__icon{width:14px;height:14px;flex:0 0 14px;filter:brightness(0) invert(1)}.student-content-panel{display:grid;gap:12px}.student-download-clean{border:1px solid rgba(180,214,242,.18);border-radius:14px;padding:12px 14px;display:grid;gap:8px;background:#05163759}.student-download-clean__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:2px}.student-download-clean__head h4{margin:0;color:var(--vivaion-blue-050);font-size:1.05rem}.student-download-clean__head small{display:block;margin-top:2px;color:#e5f2f5b8}.student-download-clean__list{display:grid;gap:10px}.student-download-clean__item{border:1px solid rgba(180,214,242,.16);border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#071c469e,#05163761);color:#e5f2f5eb;text-decoration:none}.student-download-clean__item:hover{border-color:#a78bfa8c;box-shadow:0 0 0 1px #a78bfa2e inset;background:linear-gradient(180deg,#092254b3,#05163770)}.student-download-clean__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(62,99,255,.28);background:#0f172ab8;color:#a78bfaeb;font-weight:900;flex:0 0 auto}.student-download-clean__meta{display:grid;gap:3px;min-width:0;flex:1 1 auto}.student-download-clean__meta strong{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-download-clean__cta{border:1px solid rgba(62,99,255,.24);background:#0f172ab8;color:#b4d6f2f2;border-radius:12px;padding:8px 12px;font-weight:800;flex:0 0 auto}.student-download-clean__item:hover .student-download-clean__cta{border-color:#a78bfa8c;color:#fff}.student-download-clean__empty{border:1px dashed rgba(180,214,242,.26);border-radius:14px;padding:12px 14px;color:#e5f2f5b3}.student-content-panel__header span{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:#f09061f2}.student-content-panel__header h4{margin:4px 0 6px;color:var(--vivaion-blue-050)}.student-content-panel__header p{margin:0;color:#e5f2f5c2}.student-content-materials{border:1px solid rgba(180,214,242,.18);border-radius:14px;padding:12px 14px;display:grid;gap:6px;background:#05163759}.student-content-materials h5{margin:0;color:var(--vivaion-blue-050)}.student-content-materials__groups{display:grid;gap:10px}.student-content-materials__group{display:grid;gap:8px}.student-content-materials__group-title{color:#e5f2f5c7;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.student-content-materials__buttons{display:grid;gap:8px}.student-content-materials__download-btn{border:1px solid rgba(180,214,242,.24);border-radius:12px;background:#0516377a;color:#e5f2f5f2;width:100%;text-align:left;display:grid;gap:2px;padding:10px 12px;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.student-content-materials__download-btn:hover{border-color:#f0906180;background:#081f49a6;transform:translateY(-1px)}.student-content-materials__download-btn:focus-visible{outline:2px solid rgba(240,144,97,.9);outline-offset:2px}.student-content-materials__download-btn strong{font-size:.93rem;line-height:1.2}.student-content-materials__download-btn small{color:#b4d6f2c2;font-size:.78rem}.student-content-materials span{color:#e5f2f5b3}.student-content-materials--module{gap:10px;background:linear-gradient(145deg,#05163780,#0922545c)}.student-content-materials__subtitle{margin:-3px 0 2px;color:#e5f2f5ad;font-size:.86rem}.student-module-materials-trigger{width:100%;min-width:0;min-height:74px;border:1px solid rgba(180,214,242,.18);border-radius:16px;padding:12px;display:flex;align-items:center;gap:12px;text-align:left;color:#e5f2f5f2;background:#071c469e;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.student-module-materials-trigger:hover{transform:translateY(-2px);border-color:#f090617a;background:#092254c7;box-shadow:0 14px 30px #0000002e}.student-module-materials-trigger:focus-visible{outline:3px solid rgba(240,144,97,.82);outline-offset:2px}.student-module-materials-trigger__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;color:#fff!important;background:linear-gradient(145deg,#3e63ffc2,#7c3aedb3);font-size:1.25rem}.student-module-materials-trigger__copy{min-width:0;flex:1;display:grid;gap:4px}.student-module-materials-trigger__copy strong{color:#fff}.student-module-materials-trigger__copy small{color:#b4d6f2c2}.student-module-materials-trigger__action{display:inline-flex;align-items:center;gap:6px;color:#f09061f5!important;font-size:.82rem;font-weight:800}.student-module-materials-modal__layer{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:24px;background:#020817c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:student-materials-backdrop-in .22s ease both}.student-module-materials-modal{width:min(960px,100%);max-height:min(820px,calc(100dvh - 48px));overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(180,214,242,.2);border-radius:24px;color:#e5f2f5f0;background:linear-gradient(155deg,#071c46,#051637 72%);box-shadow:0 34px 90px #00000080;animation:student-materials-dialog-in .32s cubic-bezier(.2,.8,.2,1) both}.student-module-materials-modal__header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid rgba(180,214,242,.14)}.student-module-materials-modal__header small{color:#f09061f5;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.student-module-materials-modal__header h2{margin:4px 0 6px;color:#fff;font-size:clamp(1.25rem,2.2vw,1.65rem)}.student-module-materials-modal__header p{max-width:720px;margin:0;color:#e5f2f5b8;line-height:1.45}.student-module-materials-modal__close{width:42px;height:42px;flex:0 0 42px;border:1px solid rgba(180,214,242,.18);border-radius:13px;color:#fff;background:#ffffff0f;font-size:1.6rem;cursor:pointer}.student-module-materials-tabs{flex:0 0 auto;display:flex;gap:8px;padding:14px 24px 0;overflow-x:auto;scrollbar-width:thin}.student-module-materials-tabs button{min-height:44px;padding:9px 14px;border:1px solid transparent;border-radius:12px 12px 0 0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#e5f2f5b3;background:transparent;cursor:pointer}.student-module-materials-tabs button small{min-width:22px;padding:2px 6px;border-radius:999px;color:inherit;background:#ffffff14;text-align:center}.student-module-materials-tabs button.is-active{border-color:#b4d6f229;border-bottom-color:transparent;color:#fff;background:#ffffff12}.student-module-materials-tabs button:focus-visible,.student-module-materials-modal button:focus-visible{outline:3px solid rgba(240,144,97,.82);outline-offset:2px}.student-module-materials-modal__body{min-height:240px;overflow-y:auto;overflow-x:hidden;padding:18px 24px 24px;display:grid;align-content:start;gap:10px;background:#0208172e}.student-module-materials-modal__file{min-width:0;padding:12px 14px;border-radius:15px;display:flex;align-items:center;gap:12px;background:#ffffff0e;transition:background .16s ease,transform .16s ease}.student-module-materials-modal__file:hover{transform:translateY(-1px);background:#ffffff16}.student-module-materials-modal__file-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:13px;color:#b4d6f2f5;background:#3e63ff29;font-size:.68rem;font-weight:900}.student-module-materials-modal__file-copy{min-width:0;flex:1;display:grid;gap:4px}.student-module-materials-modal__file-copy strong,.student-module-materials-modal__file-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-module-materials-modal__file-copy strong{color:#fff}.student-module-materials-modal__file-copy small{color:#b4d6f2b3}.student-module-materials-modal__file>button{min-height:40px;padding:8px 12px;border:1px solid rgba(240,144,97,.28);border-radius:11px;display:inline-flex;align-items:center;gap:6px;color:#fff;background:#f0906124;font-weight:800;cursor:pointer}.student-module-materials-modal__group{display:grid;gap:10px}.student-module-materials-modal__group+.student-module-materials-modal__group{margin-top:12px;padding-top:20px;border-top:1px solid rgba(180,214,242,.12)}.student-module-materials-modal__group h3{margin:0 0 2px;display:flex;align-items:center;gap:8px;color:#fff;font-size:.95rem}.student-module-materials-modal__group h3 small{padding:2px 7px;border-radius:999px;color:#b4d6f2d1;background:#ffffff12}.student-module-materials-modal__empty{min-height:230px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;color:#e5f2f5b3}.student-module-materials-modal__empty>span{font-size:2.2rem;color:#f09061cc}.student-module-materials-modal__empty strong{color:#fff}.student-module-materials-modal__empty p,.student-module-materials-modal__group-empty{margin:0;color:#e5f2f59e}@keyframes student-materials-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes student-materials-dialog-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.student-lesson-next-nav{display:grid;gap:8px;justify-items:start}.student-lesson-next-nav__warning{color:#f09061f2;font-weight:700}.student-content-empty{border:1px dashed rgba(180,214,242,.28);border-radius:14px;padding:12px 14px;color:#e5f2f5d1;background:#05163752}.student-quiz-card{border:1px solid rgba(180,214,242,.18);border-radius:16px;background:#05163785;padding:14px;display:grid;gap:8px;color:#e5f2f5db}.student-quiz-meta{display:grid;gap:4px}.student-quiz-form{display:grid;gap:12px;margin-top:6px}.student-quiz-question{border:1px solid rgba(180,214,242,.18);border-radius:14px;background:#05163759;padding:12px;display:grid;gap:10px}.student-quiz-question__head{display:flex;gap:10px;align-items:flex-start}.student-quiz-question__index{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#15569759;border:1px solid rgba(180,214,242,.22);color:#fffffff2;text-shadow:0 1px 8px rgba(5,22,55,.95);flex:0 0 auto}.student-quiz-question__statement{color:#ffffffeb;text-shadow:0 1px 10px rgba(5,22,55,.95);font-size:14px;line-height:1.55}.student-quiz-question__statement *{line-height:inherit}.student-quiz-question__statement p,.student-quiz-question__statement ul,.student-quiz-question__statement ol{margin:0 0 8px}.student-quiz-question__statement p:last-child,.student-quiz-question__statement ul:last-child,.student-quiz-question__statement ol:last-child{margin-bottom:0}.student-quiz-options{display:grid;gap:8px}.student-quiz-option{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid rgba(180,214,242,.18);background:#05163747;cursor:pointer;-webkit-user-select:none;user-select:none}.student-quiz-option input{accent-color:var(--vivaion-blue-135)}.student-quiz-option span{color:#e5f2f5eb}.student-quiz-option.is-selected{border-color:#f090618c;background:#f090612e}.student-quiz-result{border-radius:14px;padding:10px 12px;border:1px solid rgba(180,214,242,.18);display:grid;gap:4px}.student-quiz-result.is-ok{border-color:#94c1c48c;background:#94c1c42e}.student-quiz-result.is-fail{border-color:#f090618c;background:#f090612e}.student-quiz-result-highlight-wrap{margin-bottom:14px}.student-feedback-actions{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 14px}.student-feedback-button{border:0;border-radius:12px;padding:10px 14px;font-weight:700;font-size:13px;cursor:pointer}.student-feedback-actions{display:flex;justify-content:flex-end;gap:10px;margin:0 0 12px}.student-feedback-button{min-width:112px;min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font:inherit;font-weight:700;line-height:1.15;text-align:center;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.student-feedback-button:hover:not(:disabled),.student-back-btn:hover:not(:disabled){transform:translateY(-1px)}.student-feedback-button:active:not(:disabled),.student-back-btn:active:not(:disabled){transform:translateY(0)}.student-lesson-header__action-icon{display:block;width:25px;height:25px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.student-lesson-header__action-icon--question{-webkit-mask-image:url(/duvida.svg);mask-image:url(/duvida.svg)}.student-lesson-header__action-icon--praise{-webkit-mask-image:url(/elogie.svg);mask-image:url(/elogie.svg)}.student-back-btn{width:44px;height:44px;flex:0 0 44px;display:inline-grid;place-items:center;padding:0;border-radius:13px}.student-back-btn svg{width:23px;height:23px}.student-video-player__notes-rail-list{padding-right:6px}.student-video-player__notes-rail-list::-webkit-scrollbar{width:8px}.student-video-player__notes-rail-list::-webkit-scrollbar-button{display:none}@media(max-width:640px){.student-feedback-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.student-feedback-button{min-width:0;min-height:72px;padding:10px 8px}}@media(max-width:380px){.student-feedback-actions{grid-template-columns:1fr}}.student-lesson-header{display:grid;gap:10px;margin-bottom:16px;padding:14px 16px;border-radius:16px}.student-lesson-header__toolbar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}.student-lesson-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.student-lesson-header__back{width:42px;height:42px;min-width:42px;flex:0 0 42px;display:inline-grid;place-items:center;padding:0;border-radius:12px}.student-lesson-header__back-icon{display:block;width:22px;height:22px;background-color:currentColor;-webkit-mask-image:url(/voltar.svg);mask-image:url(/voltar.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.student-lesson-header__action{min-width:0;min-height:42px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:8px 13px;border-radius:12px;font-size:.875rem;font-weight:700;line-height:1;white-space:nowrap}.student-lesson-header__action-icon{width:19px;height:19px;flex:0 0 19px}.student-lesson-header__section-title{margin:0;padding:0;font-size:.95rem;font-weight:800;line-height:1.2}.student-content-panel>.student-content-panel__header{display:none}.student-lesson-header__back,.student-lesson-header__action{transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.student-lesson-header__back:hover:not(:disabled),.student-lesson-header__action:hover:not(:disabled){transform:translateY(-1px)}.student-lesson-header__back:active:not(:disabled),.student-lesson-header__action:active:not(:disabled){transform:translateY(0)}.student-lesson-header__back:focus-visible,.student-lesson-header__action:focus-visible{outline:3px solid var(--student-lesson-focus);outline-offset:3px}@media(max-width:640px){.student-lesson-header{padding:12px}.student-lesson-header__toolbar{align-items:flex-start}.student-lesson-header__actions{flex:1;min-width:0}.student-lesson-header__action{padding-inline:10px;font-size:.82rem}}@media(max-width:430px){.student-lesson-header__toolbar{flex-wrap:wrap}.student-lesson-header__actions{width:100%}.student-lesson-header__action{flex:1}}.student-feedback-button.is-duvida{background:#0ea5e9;color:#fff}.student-feedback-button.is-comentario{background:#22c55e;color:#06210f}.student-feedback-form{display:grid;gap:8px}.student-feedback-form textarea{border:1px solid rgba(148,163,184,.4);border-radius:12px;padding:10px 12px;font-size:14px;resize:vertical}.student-feedback-form__actions{margin-top:10px;display:flex;justify-content:flex-end}@media(max-width:720px){.student-courses.student-lesson-layout{padding-inline:12px}.student-module-materials-modal__layer{align-items:end;padding:0}.student-module-materials-modal{width:100%;max-height:94dvh;border-radius:22px 22px 0 0}.student-module-materials-modal__header{padding:18px 16px 14px}.student-module-materials-tabs{padding:12px 16px 0}.student-module-materials-modal__body{padding:14px 16px max(20px,env(safe-area-inset-bottom))}.student-module-materials-modal__file{align-items:flex-start;flex-wrap:wrap}.student-module-materials-modal__file-copy{flex-basis:calc(100% - 62px)}.student-module-materials-modal__file>button{width:100%;justify-content:center}.student-module-materials-trigger__action{font-size:0}.student-module-materials-trigger__action span{font-size:1.1rem}.student-module-view__header,.student-course-detail__header{flex-direction:column;align-items:flex-start}.student-certificate-callout{align-items:stretch;flex-direction:column}.student-certificate-callout__action,.student-certificate-callout__button{width:100%;min-width:0}.student-modules__grid{grid-template-columns:1fr;--student-module-head-height: 60px}.student-course-detail.unyom-card{padding:14px}.student-module-card{padding:12px}}@media(max-width:1024px){.student-modules__grid{grid-template-columns:1fr;--student-module-head-height: 60px}.student-module-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.student-module-card{padding:12px}.student-module-card__head{gap:10px}.student-module-card__titlebar{padding:10px}.student-modules__grid{--student-module-head-height: 56px}.student-module-actions-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.student-module-card,.student-content-card{animation:none;transition:none}.student-certificate-callout__confetti,.student-certificate-callout__confetti-piece{display:none}.student-certificate-callout__button.is-bursting{animation:none}.student-module-materials-modal__layer,.student-module-materials-modal,.student-module-materials-trigger,.student-module-materials-modal__file{animation:none;transition:none}}.student-quiz-review__layer{position:fixed;inset:0;z-index:6000;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:stretch;justify-content:center;padding:18px}.student-quiz-review__card{width:min(980px,100%);background:#0b1220;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 40px 120px #00000080;overflow:hidden;display:grid;grid-template-rows:auto 1fr;min-height:0}.student-quiz-review__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.student-quiz-review__title strong{color:#ffffffeb}.student-quiz-review__title small{display:block;opacity:.75;color:#ffffffd1;margin-top:2px}.student-quiz-review__close{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#ffffffeb;border-radius:10px;padding:6px 10px;cursor:pointer}.student-quiz-review__body{overflow:auto;padding:14px}.student-quiz-review__q{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;margin-bottom:12px}.student-quiz-review__q h4{margin:0 0 8px;color:#ffffffeb;font-size:15px}.student-quiz-review__opts{display:grid;gap:8px}.student-quiz-review__opt{border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0000002e;padding:10px;color:#ffffffe6}.student-quiz-review__opt.is-correct{border-color:#22c55e73;background:#22c55e1f}.student-quiz-review__opt.is-selected.is-wrong{border-color:#ef444473;background:#ef44441f}.student-quiz-review__opt small{opacity:.85}@media(max-width:900px){.student-quiz-review__layer{padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.student-quiz-review__card{border-radius:0}}.exam-score-badge{width:fit-content;display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:6px 11px;font-weight:700;font-size:.84rem;line-height:1}.exam-score-badge--pass{background:#e9f8ef!important;color:#0e5f36!important;border-color:#8bd9ad!important}.exam-score-badge--fail{background:#fff1e6!important;color:#8a3d14!important;border-color:#f1b08a!important}.exam-score-badge--pending{background:#f1f5f9!important;color:#334155!important;border-color:#cbd5e1!important}.exam-result-highlight{position:relative;overflow:hidden;border-radius:20px;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 20px 48px #0f172a1f;padding:18px;animation:exam-fade-up .42s cubic-bezier(.22,1,.36,1)}.exam-result-highlight__glow{position:absolute;width:180px;height:180px;border-radius:999px;top:-70px;right:-70px;background:linear-gradient(145deg,#397dd033,#0d94881f)}.exam-result-highlight__header p{margin:0;color:#64748b;font-size:.82rem}.exam-result-highlight__header h3{margin:4px 0 0;font-size:1.05rem}.exam-result-highlight__score-wrap{display:flex;justify-content:center;margin:16px 0}.exam-result-highlight__score{font-size:clamp(2.2rem,7vw,3.2rem);font-weight:800;letter-spacing:-.03em;color:#0f172a}.exam-result-highlight__footer{display:grid;gap:8px}.exam-result-highlight__footer strong.is-pass{color:#0e5f36}.exam-result-highlight__footer strong.is-fail{color:#8a3d14}.exam-result-highlight__footer small{color:#475569}@keyframes exam-fade-up{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.exam-result-highlight{animation:none}}.exam-result-modal__layer{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:14px}.exam-result-modal__backdrop{position:absolute;inset:0;background:#0206178c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.exam-result-modal{position:relative;z-index:1;width:min(560px,calc(100vw - 24px))}.exam-result-modal .exam-result-highlight{margin-top:8px}.exam-result-modal__close{position:absolute;right:6px;top:-8px;z-index:2;border:0;border-radius:999px;padding:6px 10px;font-weight:700;background:#0f172adb;color:#fff;cursor:pointer}.exam-result-modal__close:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.student-platform-shell{min-height:100vh;padding:clamp(10px,2vw,18px);display:grid;gap:12px;width:100%;max-width:100%;overflow-x:hidden}.student-platform-shell>*{min-width:0;max-width:100%}.student-platform-shell__topbar{display:flex;justify-content:space-between;align-items:center;border:0;border-radius:0;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.student-platform-shell__brand{display:flex;align-items:center;gap:12px}.student-platform-shell__logo{height:40px;width:auto;object-fit:contain}.student-platform-shell__topbar strong{display:block;color:var(--vivaion-blue-050)}.student-platform-shell__topbar span{color:#e5f2f5b8;font-size:.85rem}.student-platform-shell__topbar button{border-radius:12px}.student-platform-shell__topbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.student-platform-shell__topbar-actions .unyom-button{border-radius:999px;padding:7px 12px;font-size:.85rem;border:1px solid rgba(62,99,255,.22);background:#0516379e}@media(max-width:720px){.student-platform-shell__topbar{flex-direction:column;align-items:flex-start;gap:12px}.student-platform-shell .unyom-card{padding:16px}}.student-platform-shell__card{max-width:560px;margin:70px auto 0;border:1px solid rgba(62,99,255,.24);border-radius:14px;background:#0e1528d9;padding:20px}.student-platform-shell__card h1{margin:0 0 8px;color:#fff;font-size:1.2rem}.student-platform-shell__card p{margin:0;color:#e6ebf5c7}.student-platform-shell__error{color:#fecaca!important}.student-platform-shell__feedback-alert{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(59,130,246,.35);background:linear-gradient(135deg,#0f172ae0,#1e3a8a75)}.student-platform-shell__feedback-alert strong{display:block}.student-platform-shell__feedback-alert p{margin:4px 0 0;opacity:.8;font-size:.9rem}@media(max-width:720px){.student-platform-shell__feedback-alert{flex-direction:column;align-items:flex-start}}[data-student-theme=light]{color:#0f172a;background:radial-gradient(circle at 10% -10%,rgba(240,144,97,.09) 0%,transparent 42%),radial-gradient(circle at 110% 10%,rgba(75,135,199,.12) 0%,transparent 48%),linear-gradient(180deg,#f5f8fc,#edf2f9)}[data-student-theme=light] .student-header{border-bottom-color:#0f172a1f;background:#ffffffe6}[data-student-theme=light] .student-header__brand-text strong,[data-student-theme=light] .student-header__link,[data-student-theme=light] .student-header__menu-btn,[data-student-theme=light] .student-header__back-btn,[data-student-theme=light] .student-header__theme-toggle{color:#0b2a5b;text-shadow:none}[data-student-theme=light] .student-header__brand-text span{color:#0f172ab8}[data-student-theme=light] .student-header__back-btn,[data-student-theme=light] .student-header__link,[data-student-theme=light] .student-header__menu-btn,[data-student-theme=light] .student-header__theme-toggle select{border-color:#0f172a29;background:#f1f5f9f5}[data-student-theme=light] .student-header__back-icon{filter:brightness(0) saturate(100%) invert(10%) sepia(23%) saturate(793%) hue-rotate(185deg) brightness(95%) contrast(93%)}[data-student-theme=light] .student-back-btn{background:#cbd5e1e6;border-color:#0f172a3d;color:#0b2a5b}[data-student-theme=light] .student-back-btn__icon{filter:brightness(0) saturate(100%) invert(10%) sepia(23%) saturate(793%) hue-rotate(185deg) brightness(95%) contrast(93%)}[data-student-theme=light] .unyom-card,[data-student-theme=light] .student-modal,[data-student-theme=light] .student-quiz-review__card,[data-student-theme=light] .student-notebook,[data-student-theme=light] .student-notebook__drawer,[data-student-theme=light] .student-notebook__add-panel{background:#fff;border-color:#0f172a1f;box-shadow:0 18px 50px #0f172a1f;color:#0f172a}[data-student-theme=light] .student-course-detail__title h2,[data-student-theme=light] .student-modules h3,[data-student-theme=light] .student-module-view__header h3,[data-student-theme=light] .student-modal__title strong,[data-student-theme=light] .student-quiz-review__title strong,[data-student-theme=light] .student-notebook__title{color:#0f172a;text-shadow:none}[data-student-theme=light] .student-course-detail__title p,[data-student-theme=light] .student-module-view__header p,[data-student-theme=light] .student-richtext,[data-student-theme=light] .student-content-empty,[data-student-theme=light] .student-notebook__hint,[data-student-theme=light] .student-quiz-review__title small{color:#0f172ab8}[data-student-theme=light] .student-content-panel__header span{color:#0b2a5b}[data-student-theme=light] .student-content-panel__header h4{color:#0f172a}[data-student-theme=light] .student-content-panel__header p{color:#0f172ab8}[data-student-theme=light] .student-feedback-button{color:#fff}[data-student-theme=light] .student-course-detail__meta span,[data-student-theme=light] .student-module-card__meta span,[data-student-theme=light] .student-content-item__meta,[data-student-theme=light] .student-module-action-btn,[data-student-theme=light] .student-quiz-option,[data-student-theme=light] .student-lesson__note-item,[data-student-theme=light] .student-quiz-review__opt{border-color:#0f172a29;background:#f8fbff;color:#0f172a}[data-student-theme=light] .student-content-materials,[data-student-theme=light] .student-download-clean{background:#fff;border-color:#0f172a24}[data-student-theme=light] .student-content-materials h5,[data-student-theme=light] .student-download-clean__head h4,[data-student-theme=light] .student-content-materials__group-title,[data-student-theme=light] .student-download-clean__head small,[data-student-theme=light] .student-content-materials span{color:#0b2a5b}[data-student-theme=light] .student-content-materials__download-btn,[data-student-theme=light] .student-download-clean__item{background:#f8fbff;border-color:#0f172a29;color:#0f172a}[data-student-theme=light] .student-content-materials__download-btn strong,[data-student-theme=light] .student-download-clean__meta strong{color:#0f172a}[data-student-theme=light] .student-content-materials__download-btn small{color:#0f172ab3}[data-student-theme=light] .student-content-materials__download-btn:hover,[data-student-theme=light] .student-download-clean__item:hover{background:#eef4ff;border-color:#1e3a8a66}[data-student-theme=light] .student-download-clean__icon,[data-student-theme=light] .student-download-clean__cta{background:#eef4ff;border-color:#1e3a8a40;color:#0b2a5b}[data-student-theme=light] .student-download-clean__item:hover .student-download-clean__cta{color:#0b2a5b}[data-student-theme=light] .student-module-card__titlebar,[data-student-theme=light] .student-content-item__titlebar{background:#1e3a8a}[data-student-theme=light] .student-content-item__name{color:#fff}[data-student-theme=light] .student-modal__header,[data-student-theme=light] .student-quiz-review__header,[data-student-theme=light] .student-notebook__toolbar{border-bottom-color:#0f172a1a;background:#f8fbff}[data-student-theme=light] .student-modal-backdrop,[data-student-theme=light] .student-notebook__layer,[data-student-theme=light] .student-quiz-review__layer,[data-student-theme=light] .student-lesson-notes-modal__layer{background:#0f172a6b}[data-student-theme=light] .student-video-player__toolbar,[data-student-theme=light] .student-video-player__notes-editor,[data-student-theme=light] .student-lesson__notes,[data-student-theme=light] .student-lesson-notes-modal__card,[data-student-theme=light] .student-quiz-card{background:#fff;border-color:#0f172a24;color:#0f172a}[data-student-theme=light] .student-video-player__status,[data-student-theme=light] .student-video-player__rates,[data-student-theme=light] .student-lesson__notes-head,[data-student-theme=light] .student-lesson-notes-modal__title h3,[data-student-theme=light] .student-quiz-meta,[data-student-theme=light] .student-quiz-question__statement{color:#0f172a}[data-student-theme=light] .student-video-player,[data-student-theme=light] .student-video-player *:not(.unyom-button),[data-student-theme=light] .student-lesson__notes,[data-student-theme=light] .student-lesson-notes-modal__card{color:#0f172a}[data-student-theme=light] .student-video-player small,[data-student-theme=light] .student-video-player__warning,[data-student-theme=light] .student-lesson__notes-empty,[data-student-theme=light] .student-lesson__notes-closest-label,[data-student-theme=light] .student-lesson-notes-modal__title small,[data-student-theme=light] .student-lesson-notes-modal__item small{color:#0f172ab8}[data-student-theme=light] .student-video-player__rates .unyom-button,[data-student-theme=light] .student-lesson__notes-actions .unyom-button,[data-student-theme=light] .student-lesson-notes-modal__actions .unyom-button,[data-student-theme=light] .student-video-player__rates .unyom-button span,[data-student-theme=light] .student-lesson__notes-actions .unyom-button span,[data-student-theme=light] .student-lesson-notes-modal__actions .unyom-button span{color:#fff!important}[data-student-theme=light] .student-video-player__notes-editor textarea,[data-student-theme=light] .student-lesson-notes-modal__editor textarea,[data-student-theme=light] .student-video-player__notes-editor input,[data-student-theme=light] .student-lesson-notes-modal__editor input{background:#fff;color:#0f172a;border-color:#0f172a3d}[data-student-theme=light] .student-video-player__notes-editor textarea::placeholder,[data-student-theme=light] .student-lesson-notes-modal__editor textarea::placeholder,[data-student-theme=light] .student-video-player__notes-editor input::placeholder,[data-student-theme=light] .student-lesson-notes-modal__editor input::placeholder{color:#0f172a7a}[data-student-theme=light] .student-lesson__note-item,[data-student-theme=light] .student-lesson-notes-modal__item{background:#f8fbff;border-color:#0f172a24;color:#0f172a}[data-student-theme=light] .student-video-player__progress{--student-progress-empty-base: #e2e8f0;--student-progress-empty-stripe: rgba(203, 213, 225, .58);--student-progress-empty-stripe-light: rgba(241, 245, 249, .9);--student-progress-empty-border: rgba(100, 116, 139, .2);--student-progress-complete: linear-gradient(90deg, #16a34a, #22c55e);box-shadow:inset 0 1px 2px #0f172a1a,0 1px #fffc}[data-student-theme=light] .student-video-player{--student-light-text-strong: #1f2937;--student-light-text-default: #334155;--student-light-text-secondary: #526174;--student-light-text-muted: #64748b;--lesson-page-bg: #f1f5f9;--lesson-surface-1: #ffffff;--lesson-surface-2: #f8fafc;--lesson-surface-3: #f1f5f9;--lesson-text: var(--student-light-text-strong);--lesson-text-muted: var(--student-light-text-muted);--lesson-border-subtle: rgba(15, 23, 42, .09);--lesson-border-default: rgba(15, 23, 42, .14);--lesson-shadow-soft: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .05);--student-lesson-surface: var(--lesson-surface-1);--student-lesson-surface-elevated: var(--lesson-surface-2);--student-lesson-text: var(--lesson-text);--student-lesson-text-muted: var(--lesson-text-muted);--student-lesson-border: var(--lesson-border-default);--student-lesson-control-bg: #ffffff;--student-lesson-control-hover: #eaf1ff;--student-lesson-accent: #2563eb;--student-lesson-focus: #c2410c;color:var(--lesson-text);background:linear-gradient(145deg,#fffffff5,#f7f9fcf0);border:1px solid var(--lesson-border-subtle);border-radius:20px;box-shadow:var(--lesson-shadow-soft);padding:12px}[data-student-theme=light] .student-video-player__notes-rail-head strong,[data-student-theme=light] .student-video-player__status,[data-student-theme=light] .student-lesson-study-actions__copy strong{color:var(--student-light-text-strong)}[data-student-theme=light] .student-video-player__note-rail-seek,[data-student-theme=light] .student-lesson-study-actions__copy>span,[data-student-theme=light] .student-video-player__progress-legend{color:var(--student-light-text-secondary)}[data-student-theme=light] .student-video-player__notes-rail-head>button,[data-student-theme=light] .student-video-player__notes-rail-head>button:hover,[data-student-theme=light] .student-video-player__next-btn,[data-student-theme=light] .student-video-player__next-btn:hover,[data-student-theme=light] .student-video-player__rates button[aria-pressed=true]{color:#fff}[data-student-theme=light] .student-video-player__rates button:not([aria-pressed=true]){color:var(--student-light-text-default)}[data-student-theme=light] .student-note-composer{color:var(--student-light-text-default)}[data-student-theme=light] .student-note-composer h3{color:var(--student-light-text-strong)}[data-student-theme=light] .student-video-player__stage{background:linear-gradient(180deg,#eef2f7,#e8edf4);border:1px solid rgba(15,23,42,.1);border-radius:16px;box-shadow:0 1px 2px #0f172a0f,0 12px 32px #0f172a14;overflow:hidden}[data-student-theme=light] .student-video-player__notes-rail{background:linear-gradient(180deg,#fbfcfe,#f5f8fc);border-color:#0f172a1a;box-shadow:var(--lesson-shadow-soft)}[data-student-theme=light] .student-video-player__notes-rail-head{background:linear-gradient(180deg,#fffffff0,#f8fafcf0);border-bottom:1px solid rgba(15,23,42,.07)}[data-student-theme=light] .student-video-player__note-rail-item{background:#ffffffe0;border-color:#0f172a1c;box-shadow:0 1px 2px #0f172a09}[data-student-theme=light] .student-video-player__note-rail-item:hover{background:#fff;border-color:#2563eb38;box-shadow:0 6px 16px #0f172a12}[data-student-theme=light] .student-video-player__note-rail-item.is-current{background:linear-gradient(135deg,#edf4ff,#f5f8ff);border-color:#2563eb52;box-shadow:inset 3px 0 #2563eb,0 5px 16px #2563eb17}[data-student-theme=light] .student-video-player__toolbar{background:linear-gradient(180deg,#fffffff0,#f7f9fcf0);border-color:#0f172a17;box-shadow:0 4px 18px #0f172a0d}[data-student-theme=light] .student-video-player__progress{background:repeating-linear-gradient(135deg,#cbd5e17a 0 7px,#f8fafcd1 7px 14px),#e2e8f0;border-color:#64748b29}[data-student-theme=light] .student-note-composer{background:linear-gradient(180deg,#fff,#fafbfd);border-color:#0f172a1c;box-shadow:0 28px 80px #0f172a33}[data-student-theme=light] .student-lesson-study-actions{border-color:#2563eb1f;background:linear-gradient(135deg,#fffffffa,#f4f8fff2);box-shadow:0 1px 2px #0f172a0a,0 12px 28px #0f172a0e}[data-student-theme=light] .student-lesson-study-actions__copy strong,[data-student-theme=light] .student-lesson-study-actions__copy p,[data-student-theme=light] .student-lesson__notes-empty strong{color:#0f172a}[data-student-theme=light] .student-lesson-study-actions__cta{color:#1e3a8a;border-color:#2563eb2e;background:#f8fbff}[data-student-theme=light] .student-lesson-study-actions__cta{color:#1d4ed8;background:#eff6ffdb;border-color:#2563eb2b}[data-student-theme=light] .student-lesson-study-actions:hover:not(:disabled){background:linear-gradient(135deg,#fff,#eef5ff);border-color:#2563eb47;box-shadow:0 2px 5px #0f172a0d,0 14px 30px #2563eb14}[data-student-theme=dark] .student-lesson-study-actions__cta{color:#dbeafe;background:#0f1f3d8c;border-color:#93c5fd33}[data-student-theme=light] .student-lesson-study-actions__icon{color:#334155;background:linear-gradient(135deg,#f1f5f9,#e8eef6);border:1px solid rgba(51,65,85,.12)}[data-student-theme=dark] .student-lesson-study-actions__icon{color:#f8fafc;background:linear-gradient(135deg,#4f46e552,#2563eb38);border:1px solid rgba(148,163,184,.16)}[data-student-theme=light] .student-back-btn{color:#334155;background:#f1f5f9;border-color:#33415521}[data-student-theme=light] .student-feedback-button.is-duvida{color:#1d4ed8;background:linear-gradient(145deg,#f5f9ff,#edf4ff);border:1px solid rgba(37,99,235,.15)}[data-student-theme=light] .student-feedback-button.is-comentario{color:#15803d;background:linear-gradient(145deg,#f5fff8,#ecfdf3);border:1px solid rgba(22,163,74,.15)}[data-student-theme=dark] .student-back-btn{color:#e2e8f0;background:#1e2f4eb8;border-color:#94a3b82e}[data-student-theme=dark] .student-feedback-button.is-duvida{color:#93c5fd;background:#2563eb21;border:1px solid rgba(96,165,250,.2)}[data-student-theme=dark] .student-feedback-button.is-comentario{color:#86efac;background:#16a34a1f;border:1px solid rgba(74,222,128,.19)}[data-student-theme=light] .student-lesson-header{background:linear-gradient(145deg,#fffffff7,#f5f8fcf2);border:1px solid rgba(51,65,85,.1);box-shadow:0 1px 2px #0f172a0a,0 12px 30px #0f172a0e}[data-student-theme=light] .student-lesson-header__back{color:#0369a1;background:#f0f9ff;border:1px solid rgba(14,165,233,.18)}[data-student-theme=light] .student-lesson-header__action--question{color:#1d4ed8;background:#eff6ff;border:1px solid rgba(37,99,235,.16)}[data-student-theme=light] .student-lesson-header__action--praise{color:#15803d;background:#f0fdf4;border:1px solid rgba(22,163,74,.17)}[data-student-theme=dark] .student-lesson-header{background:linear-gradient(145deg,#0f1e3ae0,#0a1830b8);border:1px solid rgba(148,163,184,.12);box-shadow:0 1px 2px #0000002e,0 14px 34px #00000024}[data-student-theme=dark] .student-lesson-header__back{color:#7dd3fc;background:#1e2f4ebf;border:1px solid rgba(125,211,252,.2)}[data-student-theme=dark] .student-lesson-header__action--question{color:#93c5fd;background:#2563eb24;border:1px solid rgba(96,165,250,.23)}[data-student-theme=dark] .student-lesson-header__action--praise{color:#86efac;background:#16a34a21;border:1px solid rgba(74,222,128,.22)}[data-student-theme=light] .student-video-player__notes-rail-list{scrollbar-color:rgba(100,116,139,.46) rgba(226,232,240,.5)}[data-student-theme=light] .student-video-player__notes-rail-list::-webkit-scrollbar-track{background:#e2e8f08a;border-radius:999px}[data-student-theme=light] .student-video-player__notes-rail-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8b8,#64748b94);border:2px solid rgba(241,245,249,.8);border-radius:999px}[data-student-theme=dark] .student-video-player__notes-rail-list{scrollbar-color:rgba(148,163,184,.52) rgba(15,30,58,.26)}[data-student-theme=dark] .student-video-player__notes-rail-list::-webkit-scrollbar-track{background:#0f1e3a52;border-radius:999px}[data-student-theme=dark] .student-video-player__notes-rail-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8ad,#64748b9e);border:2px solid rgba(15,30,58,.32);border-radius:999px}[data-student-theme=light] .student-video-player__notes-rail-head>button,[data-student-theme=light] .student-video-player__next-btn{background:#2563eb;border-color:#2563eb;color:#fff}[data-student-theme=light] .student-video-player__notes-rail-head>button:hover:not(:disabled),[data-student-theme=light] .student-video-player__next-btn:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8;color:#fff}[data-student-theme=light] .student-video-player__notes-rail-head>button:active:not(:disabled),[data-student-theme=light] .student-video-player__next-btn:active:not(:disabled){background:#1e40af;border-color:#1e40af;color:#fff}[data-student-theme=light] .student-video-player__next-btn span,[data-student-theme=light] .student-video-player__next-btn svg{color:inherit}[data-student-theme=light] .student-video-player__play-toggle,[data-student-theme=light] .student-video-player__rates button{color:#0f172a}[data-student-theme=light] .student-video-player__rates button[aria-pressed=true],[data-student-theme=light] .student-video-player__next-btn,[data-student-theme=light] .student-video-player__save-note{color:#fff}[data-student-theme=light] .student-module-materials-trigger{color:#0f172a;border-color:#0f172a24;background:#fff}[data-student-theme=light] .student-module-materials-trigger:hover{border-color:#2563eb70;background:#f8fbff;box-shadow:0 12px 26px #0f172a1a}[data-student-theme=light] .student-module-materials-trigger__copy strong{color:#0f172a}[data-student-theme=light] .student-module-materials-trigger__copy small{color:#0f172aa6}[data-student-theme=light] .student-content-materials__subtitle{color:#526174;opacity:1}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal{color:#0f172a;border-color:#0f172a29;background:#fff;box-shadow:0 34px 90px #0f172a47}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__header,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__body{border-color:#0f172a1a;background:#fff}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__header h2,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__file-copy strong,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__group h3,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__empty strong{color:#0f172a}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__header p,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__file-copy small,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__empty,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__group-empty,.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-tabs button{color:#0f172aad}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-tabs button.is-active{color:#0f172a;border-color:#0f172a1f;border-bottom-color:#fff;background:#f3f7fc}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__file{background:#f8fbff}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__file:hover{background:#eef5ff}.student-module-materials-modal__layer[data-student-theme=light] .student-module-materials-modal__close{color:#0f172a;border-color:#0f172a29;background:#f8fbff}[data-student-theme=light] .student-notebook__sidebar,[data-student-theme=light] .student-notebook__mobilebar{background:#f8fbff;border-color:#0f172a1f}[data-student-theme=light] .student-vitrine__course-overlay strong{text-shadow:none}[data-student-theme=light] .student-vitrine__help small,[data-student-theme=light] .student-vitrine__help .unyom-button.student-vitrine__whatsapp,[data-student-theme=light] .student-vitrine__help .unyom-button.student-vitrine__whatsapp:visited,[data-student-theme=light] .student-vitrine__help .unyom-button.student-vitrine__whatsapp:hover,[data-student-theme=light] .student-vitrine__help .unyom-button.student-vitrine__whatsapp:active,[data-student-theme=light] .student-vitrine__help .unyom-button.student-vitrine__whatsapp:focus-visible{color:#166534!important}[data-student-theme=light] .student-vitrine__whatsapp img,[data-student-theme=light] .student-vitrine__whatsapp svg,[data-student-theme=light] .student-vitrine__whatsapp:before,[data-student-theme=light] .student-vitrine__whatsapp:after{filter:none;color:#166534}[data-student-theme=light] .student-vitrine__help small{color:#1e3a8a}[data-student-theme=light] .student-vitrine__search input{background:#fff;color:#0f172a;border-color:#0f172a2e}[data-student-theme=light] .student-header__theme-toggle select,[data-student-theme=light] .student-header__theme-toggle option{color:#334155}[data-student-theme=light] .student-quiz-card,[data-student-theme=light] .student-quiz-card *:not(.unyom-button),[data-student-theme=light] .student-quiz-form,[data-student-theme=light] .student-quiz-question,[data-student-theme=light] .student-quiz-question__head,[data-student-theme=light] .student-quiz-question__statement,[data-student-theme=light] .student-quiz-options{color:#0f172a}[data-student-theme=light] .student-quiz-question__statement,[data-student-theme=light] .student-quiz-question__statement *,[data-student-theme=light] .student-quiz-review__q h4,[data-student-theme=light] .student-quiz-review__q h4 *{text-shadow:none!important}[data-student-theme=light] .student-quiz-question__index{background:#e2e8f0;color:#0f172a;border-color:#0f172a2e}[data-student-theme=light] .student-quiz-question{background:#eff6ff;border:1px solid rgba(147,197,253,.55);border-radius:12px;padding:12px}[data-student-theme=light] .student-quiz-option{background:#f8fbff;border-color:#0f172a2e;color:#0f172a}[data-student-theme=light] .student-quiz-option.is-selected{background:#eef4ff;border-color:#1e3a8a6b}[data-student-theme=light] .student-quiz-result{border-color:#0f172a2e;background:#f8fbff;color:#0f172a}[data-student-theme=light] .student-quiz-meta .btn-small,[data-student-theme=light] .student-quiz-meta .unyom-button,[data-student-theme=light] .student-quiz-card .btn-small{color:#fff}[data-student-theme=light] .student-quiz-review__card,[data-student-theme=light] .student-quiz-review__card *:not(.unyom-button),[data-student-theme=light] .student-quiz-review__body,[data-student-theme=light] .student-quiz-review__q,[data-student-theme=light] .student-quiz-review__opts{color:#0f172a}[data-student-theme=light] .student-quiz-review__header,[data-student-theme=light] .student-quiz-review__body,[data-student-theme=light] .student-quiz-review__q{background:#fff}[data-student-theme=light] .student-quiz-review__close{background:#eef2f7;border:1px solid rgba(15,23,42,.16);color:#0b2a5b}[data-student-theme=light] .student-quiz-review__opt.is-correct{background:#22c55e1f;border-color:#16653459}[data-student-theme=light] .student-quiz-review__opt.is-wrong{background:#ef44441a;border-color:#b91c1c52}.student-vitrine{min-height:100vh;display:flex;flex-direction:column;padding:0;background:radial-gradient(circle at 30% -10%,rgba(240,144,97,.16) 0%,transparent 45%),radial-gradient(circle at 120% 0%,rgba(75,135,199,.2) 0%,transparent 48%),transparent}.student-vitrine__card{width:min(920px,100%);padding:22px;display:grid;gap:12px;margin:24px auto}.student-vitrine__title{text-align:center}.unyom-button.student-vitrine__whatsapp{background:#22c55e38;background-image:none;border:1px solid rgba(34,197,94,.14);color:#dcfce7f2;box-shadow:none}.student-vitrine__feedback-page-btn{margin-top:0;background:#0f2a57;border-color:#0a1d3d;color:#f8fafc}.student-vitrine__feedback-page-wrap{display:flex;justify-content:center;margin-top:2px}.student-vitrine-modal-layer{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:18px}.student-vitrine-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 20% 15%,rgba(240,144,97,.18) 0%,transparent 32%),radial-gradient(circle at 82% 12%,rgba(96,165,250,.18) 0%,transparent 34%),#020617b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:student-modal-backdrop-in .22s ease}.student-vitrine-modal{position:relative;z-index:1;width:min(680px,calc(100% - 24px));max-height:min(88vh,920px);background:linear-gradient(180deg,#0f172afa,#0b172afa);color:#e6edf7;border:1px solid rgba(148,163,184,.24);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 26px 80px #02061785,0 8px 28px #0f172a47;animation:student-modal-card-in .26s cubic-bezier(.2,.8,.2,1)}.student-vitrine-modal:before{content:"";position:absolute;inset:0 0 auto;height:140px;pointer-events:none;background:radial-gradient(circle at 12% 0%,rgba(240,144,97,.24) 0%,transparent 42%),radial-gradient(circle at 88% 0%,rgba(96,165,250,.18) 0%,transparent 38%);opacity:.95}.student-vitrine-modal__header{position:relative;padding:20px 22px 16px;border-bottom:1px solid rgba(148,163,184,.12);background:linear-gradient(180deg,#ffffff08,#fff0)}.student-vitrine-modal__body{position:relative;padding:18px 22px 20px;color:#e6edf7;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.44) transparent}.student-vitrine-modal__title h3,.student-vitrine-modal__title p,.student-vitrine-modal__body,.student-vitrine-modal__body p,.student-vitrine-modal__body span,.student-vitrine-modal__body strong,.student-vitrine-modal__body li,.student-vitrine-modal__body div{color:#e6edf7}.student-vitrine-modal__body a{color:#93c5fd}.student-vitrine-modal__title h3{margin:0;font-size:clamp(1.25rem,1.1rem + .7vw,1.75rem);line-height:1.08;letter-spacing:-.03em;font-weight:800}.student-vitrine-modal__title p{margin:10px 0 0;max-width:52ch;font-size:.97rem;line-height:1.55;color:#e2e8f0d1}.student-vitrine-modal__content{font-size:1rem;line-height:1.72}.student-vitrine-modal__content p,.student-vitrine-modal__content li,.student-vitrine-modal__content div,.student-vitrine-modal__content span{line-height:1.72}.student-vitrine-modal__content p+p,.student-vitrine-modal__content ul,.student-vitrine-modal__content ol{margin-top:.95rem}.student-vitrine-modal__content ul,.student-vitrine-modal__content ol{padding-left:1.35rem}.student-vitrine-modal__content strong{font-weight:700}.student-vitrine-modal__content>:first-child{margin-top:0}.student-vitrine-modal__content>:last-child{margin-bottom:0}.student-vitrine-modal__image-wrap{margin-bottom:12px}.student-vitrine-modal__image{display:block;width:100%;max-height:min(34vh,320px);object-fit:contain;border-radius:18px;background:#0f172a61;border:1px solid rgba(148,163,184,.12);box-shadow:0 10px 28px #0f172a38}.student-vitrine-modal__footer{position:relative;padding:16px 22px 20px;border-top:1px solid rgba(148,163,184,.1);background:linear-gradient(180deg,#ffffff05,#ffffff0a);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.student-vitrine-modal__actions{margin-top:0;display:flex;gap:12px;align-items:stretch}.student-vitrine-modal__actions .unyom-button,.student-vitrine-modal__actions a.unyom-button{min-height:46px;border-radius:14px;font-weight:700;letter-spacing:-.01em;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.student-vitrine-modal__actions .unyom-button:not(.student-vitrine-modal__cta){background:#0f172a6b;border-color:#94a3b833;color:#f8fafc}.student-vitrine-modal__actions .unyom-button:not(.student-vitrine-modal__cta):hover,.student-vitrine-modal__actions .unyom-button:not(.student-vitrine-modal__cta):focus-visible{background:#1e293bad;border-color:#94a3b857;transform:translateY(-1px)}.student-vitrine-modal__body::-webkit-scrollbar{width:10px}.student-vitrine-modal__body::-webkit-scrollbar-track{background:transparent}.student-vitrine-modal__body::-webkit-scrollbar-thumb{background:#94a3b857;border-radius:999px;border:2px solid transparent;background-clip:padding-box}[data-student-theme=light] .student-vitrine-modal{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);color:#0f172a;border-color:#94a3b838;box-shadow:0 24px 64px #0f172a29,0 8px 24px #94a3b833}[data-student-theme=light] .student-vitrine-modal__body,[data-student-theme=light] .student-vitrine-modal__body p,[data-student-theme=light] .student-vitrine-modal__body span,[data-student-theme=light] .student-vitrine-modal__body strong,[data-student-theme=light] .student-vitrine-modal__body li,[data-student-theme=light] .student-vitrine-modal__body div,[data-student-theme=light] .student-vitrine-modal__title h3,[data-student-theme=light] .student-vitrine-modal__title p{color:#0f172a}[data-student-theme=light] .student-vitrine-modal:before{background:radial-gradient(circle at 12% 0%,rgba(240,144,97,.16) 0%,transparent 42%),radial-gradient(circle at 88% 0%,rgba(96,165,250,.14) 0%,transparent 38%)}[data-student-theme=light] .student-vitrine-modal__header{background:linear-gradient(180deg,#f8fafceb,#fff3);border-bottom-color:#94a3b824}[data-student-theme=light] .student-vitrine-modal__title p{color:#0f172ab8}[data-student-theme=light] .student-vitrine-modal__image{background:#f1f5f9db;border-color:#94a3b82e;box-shadow:0 10px 24px #94a3b838}[data-student-theme=light] .student-vitrine-modal__footer{border-top-color:#94a3b829;background:linear-gradient(180deg,#f8fafcb8,#fffffffa)}[data-student-theme=light] .student-vitrine-modal__actions .unyom-button:not(.student-vitrine-modal__cta){background:#f8fbff;border-color:#94a3b83d;color:#0f172a}[data-student-theme=light] .student-vitrine-modal__actions .unyom-button:not(.student-vitrine-modal__cta):hover,[data-student-theme=light] .student-vitrine-modal__actions .unyom-button:not(.student-vitrine-modal__cta):focus-visible{background:#eef4ff;border-color:#3b82f647}.student-vitrine-modal__cta{background:linear-gradient(135deg,#166534,#15803d);border-color:#22c55e3d;color:#f0fdf4;box-shadow:0 12px 22px #16653447}.student-vitrine-modal__cta:hover{background:linear-gradient(135deg,#15803d,#16a34a);border-color:#22c55e61;transform:translateY(-1px);box-shadow:0 16px 28px #16653457}@media(max-width:720px){.student-vitrine-modal{width:min(100% - 16px,680px);max-height:calc(100vh - 16px);border-radius:18px}.student-vitrine-modal__header{padding:16px 16px 12px}.student-vitrine-modal__body{padding:14px 16px 16px}.student-vitrine-modal__footer{padding:12px 16px 16px}.student-vitrine-modal__image{max-height:min(28vh,220px);border-radius:14px}.student-vitrine-modal__actions{display:grid;grid-template-columns:1fr;gap:10px}.student-vitrine-modal__actions .unyom-button,.student-vitrine-modal__actions a.unyom-button{width:100%;justify-content:center}}@media(hover:hover)and (pointer:fine){.unyom-button.student-vitrine__whatsapp:hover{filter:none;background:#22c55e42;border-color:#22c55e29}}.student-vitrine__anim{width:240px;height:240px;margin:0 auto;position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(180,214,242,.14)}.student-vitrine__anim:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:2;border-radius:inherit;box-shadow:inset 0 44px 54px -44px #051637eb,inset 44px 0 54px -44px #051637a6,inset -44px 0 54px -44px #051637a6,inset 0 0 0 1px #b4d6f214}.student-vitrine__anim-lottie{position:relative;z-index:3;width:100%;height:100%}.student-vitrine__anim-lottie>div{width:100%;height:100%}.student-vitrine__anim-ground{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:78%;height:4px;border-radius:999px;z-index:4;pointer-events:none;background:linear-gradient(90deg,#f0906100,#f09061d9 20%,#b4d6f2,#4b87c7d9 80%,#4b87c700);box-shadow:0 0 20px #b4d6f247}.student-vitrine__anim-stars{position:absolute;inset:0;pointer-events:none;z-index:1;transition:opacity .6s ease}.student-vitrine__anim-day{position:absolute;inset:0;pointer-events:none;z-index:1;transition:opacity .6s ease;background:radial-gradient(circle at 30% 12%,#ffffff8c,#fff0 38%),linear-gradient(to bottom,#8fd3ffeb,#cfefffe0 55%,#cfefff00)}.student-vitrine__anim-sun{position:absolute;top:16%;width:84px;height:84px;border-radius:999px;transform:translate(-50%);background:radial-gradient(circle at 35% 35%,#fffffff2,#ffec99f2 28%,#fcd34df2 62%,#eab308d9);box-shadow:0 0 34px #fcd34d59,0 0 70px #fcd34d2e;opacity:.95}.student-vitrine__anim-clouds{position:absolute;inset:0;overflow:hidden}.student-vitrine__anim-clouds span{position:absolute;left:-55%;width:120px;height:34px;border-radius:999px;background:#ffffff8c;filter:blur(.1px);opacity:.8;animation:student-vitrine-cloud-drift 58s linear infinite}.student-vitrine__anim-clouds span:before,.student-vitrine__anim-clouds span:after{content:"";position:absolute;background:inherit;border-radius:999px}.student-vitrine__anim-clouds span:before{width:44px;height:44px;left:18px;top:-20px;opacity:.95}.student-vitrine__anim-clouds span:after{width:56px;height:56px;left:54px;top:-28px;opacity:.9}.student-vitrine__anim-clouds span:nth-child(1){top:20%;transform:scale(.85);opacity:.75;animation-duration:64s;animation-delay:-12s}.student-vitrine__anim-clouds span:nth-child(2){top:34%;transform:scale(1.1);opacity:.55;animation-duration:78s;animation-delay:-28s}.student-vitrine__anim-clouds span:nth-child(3){top:50%;transform:scale(.9);opacity:.62;animation-duration:70s;animation-delay:-44s}.student-vitrine__anim-clouds span:nth-child(4){top:14%;transform:scale(.75);opacity:.6;animation-duration:92s;animation-delay:-8s}.student-vitrine__anim-stars span{position:absolute;width:2px;height:2px;border-radius:50%;background:#ffffffeb;opacity:.75;animation:student-vitrine-twinkle 2.4s infinite ease-in-out}.student-vitrine__anim-stars span:nth-child(1){top:18%;left:12%;width:1px;height:1px;animation-delay:.2s}.student-vitrine__anim-stars span:nth-child(2){top:8%;left:28%;width:2px;height:2px;animation-delay:.7s}.student-vitrine__anim-stars span:nth-child(3){top:24%;left:36%;width:1.5px;height:1.5px;animation-delay:1.1s}.student-vitrine__anim-stars span:nth-child(4){top:14%;left:52%;width:2.5px;height:2.5px;animation-delay:.4s}.student-vitrine__anim-stars span:nth-child(5){top:30%;left:62%;width:1px;height:1px;animation-delay:.9s}.student-vitrine__anim-stars span:nth-child(6){top:10%;left:76%;width:2px;height:2px;animation-delay:1.3s}.student-vitrine__anim-stars span:nth-child(7){top:22%;left:86%;width:3px;height:3px;animation-delay:.6s}.student-vitrine__anim-stars span:nth-child(8){top:38%;left:18%;width:2px;height:2px;animation-delay:1.6s}.student-vitrine__anim-stars span:nth-child(9){top:44%;left:42%;width:1px;height:1px;animation-delay:.3s}.student-vitrine__anim-stars span:nth-child(10){top:40%;left:72%;width:1.5px;height:1.5px;animation-delay:1.9s}.student-vitrine__anim-stars span:nth-child(11){top:52%;left:58%;width:2px;height:2px;animation-delay:.8s}.student-vitrine__anim-stars span:nth-child(12){top:56%;left:84%;width:1px;height:1px;animation-delay:1.4s}.student-vitrine__anim-stars span:nth-child(13){top:62%;left:30%;width:2.5px;height:2.5px;animation-delay:1.1s}.student-vitrine__anim-stars span:nth-child(14){top:70%;left:14%;width:1px;height:1px;animation-delay:.5s}.student-vitrine__anim-stars span:nth-child(15){top:66%;left:68%;width:2px;height:2px;animation-delay:2.1s}.student-vitrine__anim-stars span:nth-child(16){top:74%;left:88%;width:1.5px;height:1.5px;animation-delay:1.8s}.student-vitrine__help{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.student-vitrine__help small{color:#b4d6f2e6;font-size:13px}.student-vitrine__search{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.student-vitrine__search input{width:100%;padding:12px 14px;border:1px solid var(--unyom-border);border-radius:12px;background:#0516378c;color:var(--vivaion-blue-050)}.student-vitrine__list{display:grid;gap:12px;grid-template-columns:1fr;overflow:visible}.student-vitrine__course{width:100%;text-align:left;display:block;padding:0;border-radius:16px;border:1px solid rgba(180,214,242,.18);background:#05163794;cursor:pointer;overflow:hidden;position:relative;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;animation:student-fade-up .22s ease both}.student-vitrine__course-thumb{width:100%;background:#0f172aa6}.student-vitrine__course-thumb img{width:100%;height:auto;display:block}.student-vitrine__course-thumb-placeholder{width:100%;aspect-ratio:5000 / 2423;background:radial-gradient(circle at 30% 0%,#3e63ff59,#05163733)}.student-vitrine__course-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:14px;opacity:0;background:linear-gradient(to top,#030712bf,#03071200 60%);transition:opacity .18s ease,background .18s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.student-vitrine__course:hover{border-color:#f0906173;transform:translateY(-1px);box-shadow:0 18px 44px #05163747}}.student-vitrine__course:hover .student-vitrine__course-overlay,.student-vitrine__course:active .student-vitrine__course-overlay,.student-vitrine__course:focus-visible .student-vitrine__course-overlay{opacity:1;background:linear-gradient(to top,#030712d9,#03071240 70%)}.student-vitrine__course.is-missing-thumb .student-vitrine__course-thumb-placeholder{background:radial-gradient(circle at 30% 0%,#f0906159,#05163740)}.student-vitrine__course-overlay strong{display:block;font-size:15px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:1px 0 0 rgba(5,22,55,.95),-1px 0 0 rgba(5,22,55,.95),0 1px 0 rgba(5,22,55,.95),0 -1px 0 rgba(5,22,55,.95),0 2px 0 rgba(5,22,55,.7)}@media(min-width:860px){.student-vitrine__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1180px){.student-vitrine__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.student-vitrine__card{padding:16px;margin:16px auto}.student-vitrine__anim{width:200px;height:200px;border-radius:16px}.student-vitrine__anim-sun{width:70px;height:70px}.student-vitrine__search{grid-template-columns:1fr}.student-vitrine__help{gap:10px}}@keyframes student-modal-card-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes student-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes student-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes student-vitrine-twinkle{0%,to{opacity:.85;transform:scale(1)}50%{opacity:.25;transform:scale(.9)}}@keyframes student-vitrine-cloud-drift{0%{left:-55%}to{left:125%}}@media(prefers-reduced-motion:reduce){.student-vitrine-modal-backdrop,.student-vitrine-modal{animation:none}.student-vitrine-modal__actions .unyom-button,.student-vitrine-modal__actions a.unyom-button{transition:none}.student-vitrine__course{animation:none;transition:none}.student-vitrine__anim-stars span,.student-vitrine__anim-clouds span{animation:none}}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#e5f2f5;background-color:#051637;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--vivaion-primary: #051637;--vivaion-accent: #F09061;--vivaion-black: #131313;--vivaion-gray-900: #303031;--vivaion-gray-800: #4D4D4D;--vivaion-gray-700: #676767;--vivaion-gray-500: #9C9B9B;--vivaion-white: #FFFFFF;--vivaion-blue-700: #135697;--vivaion-blue-600: #4B87C7;--vivaion-blue-400: #7AADDE;--vivaion-blue-200: #B4D6F2;--vivaion-blue-050: #E5F2F5;--unyom-ink: var(--vivaion-primary);--unyom-midnight: var(--vivaion-primary);--unyom-royal: var(--vivaion-blue-700);--unyom-violet: var(--vivaion-accent);--unyom-violet-dark: #d97748;--unyom-cobalt: var(--vivaion-blue-600);--unyom-lavender: var(--vivaion-blue-400);--unyom-cloud: var(--vivaion-blue-050);--unyom-cloud-2: var(--vivaion-blue-200);--unyom-white: #ffffff;--unyom-border: rgba(180, 214, 242, .22);--unyom-card-bg: rgba(5, 22, 55, .78);--unyom-card-glow: rgba(240, 144, 97, .14);--unyom-card-shadow: 0 28px 64px rgba(5, 22, 55, .55);--unyom-destaque-card: linear-gradient(90deg, rgba(240, 144, 97, .75), rgba(122, 173, 222, .8), rgba(240, 144, 97, .75))}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% -10%,rgba(240,144,97,.18) 0%,transparent 42%),radial-gradient(circle at 110% 10%,rgba(75,135,199,.22) 0%,transparent 48%),linear-gradient(180deg,#051637,#131313);color:var(--vivaion-blue-050)}#root{min-height:100vh;display:flex;flex-direction:column}a{color:#f09061eb;text-decoration:none}a:hover{color:var(--vivaion-accent)}.unyom-logo{width:42px;height:42px;vertical-align:middle}button{font-family:inherit;border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;color:inherit;background:none}button:focus{outline:2px solid rgba(240,144,97,.55);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;filter:none}input{font-family:inherit}table{border-collapse:collapse}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#f0906180;border-radius:999px}::-webkit-scrollbar-track{background:#05163773}.unyom-dashboard{display:flex;min-height:100vh;color:var(--unyom-cloud);width:100%;min-width:0}.unyom-dashboard__main{flex:1;min-width:0;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(180deg,#1a25475c,#0b0f16c7 38%,#0b0f16eb);border-left:1px solid rgba(62,99,255,.12)}.unyom-dashboard__content{flex:1;min-width:0;padding:32px clamp(24px,4vw,48px) 48px;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.unyom-sector-panel{width:100%;min-width:0}.unyom-sector-panel.is-active{animation:unyom-sector-fade-in .22s ease-out;transform-origin:top center}@keyframes unyom-sector-fade-in{0%{opacity:0;transform:translateY(8px) scale(.997)}to{opacity:1;transform:translateY(0) scale(1)}}.unyom-sector-transition-overlay{position:fixed;inset:0;z-index:9999;pointer-events:none;background:linear-gradient(135deg,#120f2b,#1b1f4a,#16315f 68%,#0f172a);overflow:hidden;opacity:1;will-change:opacity;transform:translateZ(0)}.unyom-sector-transition-overlay:before{content:"";position:absolute;inset:-30vmax;background:conic-gradient(from 0deg at 50% 50%,#140f2bfa,#1d4ed8eb 72deg,#7c3aedf0 168deg,#312e81eb 248deg,#0f172afa 320deg,#140f2bfa 360deg);border-radius:50%;opacity:.94;filter:blur(12px);transform-origin:center center;animation:unyom-sector-spiral-cover 1.4s linear infinite;mask-image:radial-gradient(circle at center,#000 0%,#000 58%,transparent 78%);-webkit-mask-image:radial-gradient(circle at center,#000 0%,#000 58%,transparent 78%);will-change:transform,opacity;transform:translateZ(0) scale(1.82);backface-visibility:hidden}.unyom-sector-transition-overlay:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(167,139,250,.26) 0%,transparent 28%),radial-gradient(circle at 26% 24%,rgba(124,58,237,.22) 0%,transparent 30%),radial-gradient(circle at 76% 30%,rgba(37,99,235,.2) 0%,transparent 34%),linear-gradient(135deg,#120f2b2e,#0f172a00);animation:unyom-sector-sheen-cover 1.4s ease-in-out infinite;will-change:opacity,transform;transform:translateZ(0)}.unyom-sector-transition-overlay.is-fade{animation:unyom-sector-full-transition-exit .8s ease-out forwards}.unyom-sector-transition-overlay.is-fade:before{animation:unyom-sector-spiral-exit .8s ease-out forwards}.unyom-sector-transition-overlay.is-fade:after{animation:unyom-sector-sheen-exit .8s ease-out forwards}@keyframes unyom-sector-full-transition-exit{0%{opacity:1}55%{opacity:.72}to{opacity:0}}@keyframes unyom-sector-spiral-cover{0%{opacity:.86;transform:translateZ(0) scale(1.8) rotate(0)}50%{opacity:.98;transform:translateZ(0) scale(1.88) rotate(180deg)}to{opacity:.88;transform:translateZ(0) scale(1.8) rotate(360deg)}}@keyframes unyom-sector-spiral-exit{0%{opacity:.96;transform:translateZ(0) scale(1.84) rotate(0)}55%{opacity:.72;transform:translateZ(0) scale(1.18) rotate(210deg)}to{opacity:0;transform:translateZ(0) scale(.42) rotate(420deg)}}@keyframes unyom-sector-sheen-cover{0%{opacity:.42;transform:scale(1)}50%{opacity:.82;transform:scale(1.03)}to{opacity:.42;transform:scale(1)}}@keyframes unyom-sector-sheen-exit{0%{opacity:.9;transform:scale(1.03)}to{opacity:0;transform:scale(1.08)}}.unyom-sidebar{width:280px;flex:0 0 280px;padding:36px 26px 32px;background:linear-gradient(202deg,#0e1321eb,#1a2547b8 55%,#0e0f18e6);border-right:1px solid rgba(62,99,255,.18);display:flex;flex-direction:column;gap:36px;position:relative;overflow:hidden}.unyom-sidebar:after{content:"";position:absolute;inset:24% -60% auto auto;height:240px;width:240px;background:radial-gradient(circle,rgba(111,63,245,.28) 0%,transparent 70%);pointer-events:none}.unyom-sidebar__logo{display:flex;flex-direction:column;gap:6px;z-index:1}.unyom-sidebar__icon{padding:0}.unyom-sidebar__brand{font-size:1.2rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--unyom-white);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.unyom-sidebar__tagline{font-size:.85rem;color:#e6ebf5b3}.unyom-sidebar__nav{display:flex;flex-direction:column;gap:8px;z-index:1}.unyom-sidebar__item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:14px;background:transparent;color:#e6ebf5b8;font-size:.95rem;border:1px solid transparent}.unyom-sidebar__item:hover{background:#3e63ff14;color:var(--unyom-white)}.unyom-sidebar__item-text{display:flex;flex-direction:column;gap:4px;text-align:left}.unyom-sidebar__item--active{background:linear-gradient(122deg,#3e63ff7a,#6f3ff5ad);color:var(--unyom-white);box-shadow:0 12px 28px #3e63ff59;border-color:#a68bfa47}.unyom-sidebar__item-label{font-weight:500}.unyom-sidebar__item-hint{font-size:.7rem;color:#e6ebf580;letter-spacing:.04em}.unyom-sidebar__badge{font-size:.65rem;letter-spacing:.08em;border-radius:999px;padding:4px 8px;background:#0e1528a6;border:1px solid rgba(167,139,250,.35);color:#e6ebf5bf}.unyom-sidebar__footer{margin-top:auto;font-size:.75rem;color:#e6ebf58c;z-index:1}.unyom-topbar{height:92px;padding:0 clamp(24px,4vw,48px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(62,99,255,.14);background:linear-gradient(180deg,#0d12209e,#0b0f16e0)}.unyom-topbar__title-group{display:flex;flex-direction:column;gap:4px}.unyom-topbar__title{font-size:1.4rem;font-weight:600;color:var(--unyom-white);letter-spacing:.01em}.unyom-topbar__subtitle{font-size:.9rem;color:#e6ebf599}.unyom-topbar__right{display:flex;align-items:center;gap:16px}.unyom-topbar__pulse{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:.85rem;background:#2e49b52e;border:1px solid rgba(62,99,255,.32);color:#fff}.unyom-topbar__pulse-dot{width:8px;height:8px;border-radius:50%;background:#3effa8;box-shadow:0 0 10px #3effa899}.unyom-topbar__user{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:999px;background:#0e1528d9;border:1px solid rgba(166,139,250,.22);color:#fff}.unyom-topbar__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3e63ff8c,#6f3ff5bf);display:grid;place-items:center;font-size:.85rem;font-weight:600;color:var(--unyom-white)}.unyom-topbar__logout{padding:10px 18px;border-radius:999px;background:linear-gradient(115deg,#6f3ff5d9,#3e63ffd9);color:var(--unyom-white);font-size:.9rem;font-weight:600;box-shadow:0 12px 28px #3e63ff47}.unyom-topbar__logout:hover{filter:brightness(1.08)}.unyom-card{background:var(--unyom-card-bg);border:1px solid var(--unyom-border);border-radius:22px;padding:24px;box-shadow:var(--unyom-card-shadow);position:relative;overflow:hidden}.unyom-card-h{background:linear-gradient(45deg,#a78bfa,#3e63ff,#6f3ff5,#6d28d9,#2d49b5);background-size:400% 400%;animation:gradientAnimation 2s ease infinite;padding:40px;border-radius:40px;color:#fff}@keyframes gradientAnimation{0%{background-position:0% 50%;background-size:100% 100%}25%{background-position:50% 50%;background-size:110% 150%}50%{background-position:100% 50%;background-size:150% 250%}75%{background-position:50% 50%;background-size:110% 150%}to{background-position:0% 50%;background-size:100% 100%}}.unyom-card--glow:before{content:"";position:absolute;inset:-40% -40% auto auto;height:220px;width:220px;background:radial-gradient(circle,var(--unyom-card-glow) 0%,transparent 75%);z-index:0}.unyom-card__title{font-size:.9rem;color:#e6ebf5a6;margin-bottom:12px}.unyom-card__value{font-size:2rem;font-weight:600;color:var(--unyom-white)}.unyom-card__hint{font-size:.8rem;color:#e6ebf58c;margin-top:6px}.unyom-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.unyom-stat-card{padding:22px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 22px 48px #11162861;color:var(--unyom-white)}.unyom-stat-card__title{font-size:.85rem;letter-spacing:.01em;text-transform:uppercase;opacity:.75;margin-bottom:12px}.unyom-stat-card__value{font-size:1.8rem;font-weight:600}.unyom-stat-card__badge{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#0b0f1652;font-size:.75rem}.unyom-stat-card--royal{background:linear-gradient(140deg,#2d49b5e0,#3e63ffb8)}.unyom-stat-card--violet{background:linear-gradient(140deg,#6f3ff5e6,#a78bfabf)}.unyom-stat-card--midnight{background:linear-gradient(140deg,#0b0f16e0,#1a2547e0)}.unyom-stat-card--midnight .unyom-stat-card__badge{background:#3e63ff33}.unyom-overview{display:flex;flex-direction:column;gap:28px}.unyom-overview__hero{display:flex;flex-wrap:wrap;gap:20px}.unyom-overview__hero-card{flex:1 1 320px;min-width:280px;position:relative;overflow:hidden;background:linear-gradient(135deg,#2d49b59e,#6f3ff5b8);border-radius:26px;padding:28px;box-shadow:0 32px 68px #0e12208c}.unyom-overview__hero-heading{font-size:1.9rem;font-weight:600;margin-bottom:12px}.unyom-overview__hero-subtitle{max-width:360px;color:#e6ebf5bf;font-size:.95rem}.unyom-overview__hero-metric{display:flex;flex-direction:column;gap:8px;padding:18px 22px;border-radius:18px;background:#0e152899;border:1px solid rgba(167,139,250,.25);min-width:180px;box-shadow:0 18px 40px #0b0f1666}.unyom-overview__hero-metric-label{font-size:.85rem;opacity:.75}.unyom-overview__hero-metric-value{font-size:1.6rem;font-weight:600}.unyom-overview__grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.unyom-analytics{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.unyom-analytics__chart{position:relative}.unyom-analytics__chart svg{width:100%;height:140px}.unyom-analytics__timeline{display:flex;flex-direction:column;gap:16px}.unyom-timeline-item{display:flex;align-items:center;gap:14px}.unyom-timeline-item__dot{width:10px;height:10px;border-radius:50%;background:var(--unyom-violet);box-shadow:0 0 12px #6f3ff580}.unyom-timeline-item__content{display:flex;flex-direction:column;gap:4px;font-size:.88rem}.unyom-timeline-item__title{font-weight:600;color:var(--unyom-white)}.unyom-timeline-item__meta{color:#e6ebf58c;font-size:.78rem}.unyom-pipeline{display:flex;flex-direction:column;gap:18px}.unyom-pipeline-stage{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-radius:16px;background:#0e1528a6;border:1px solid rgba(62,99,255,.18)}.unyom-pipeline-stage__name{font-weight:600;color:var(--unyom-white)}.unyom-pipeline-stage__value{font-size:.85rem;color:#e6ebf5bf}.unyom-system-card pre{background:#0e1528c7;padding:16px;border-radius:14px;border:1px solid rgba(62,99,255,.18);font-size:.8rem;color:#e6ebf5bf;max-height:200px;overflow:auto}.unyom-error{padding:16px 24px;border-radius:14px;background:#ff576e1f;border:1px solid rgba(255,87,110,.32);color:#ff8a9a;font-size:.9rem}.unyom-users{display:flex;flex-direction:column;gap:22px}.unyom-users__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.unyom-users__title{font-size:1.2rem;font-weight:600;color:var(--unyom-white)}.unyom-users__form{display:flex;flex-direction:column;gap:14px}.unyom-users__form-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.unyom-users__form-grid label{display:flex;flex-direction:column;gap:6px;font-size:.85rem}.unyom-users__form-grid input{border-radius:10px;border:1px solid rgba(62,99,255,.28);background:#0f172ad9;color:var(--unyom-white);padding:10px 12px;font-size:.95rem}.unyom-users__form--wide{grid-column:1 / -1}.unyom-users__role-hints{display:flex;flex-wrap:wrap;gap:8px}.unyom-users__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.unyom-users__editor{display:flex;flex-direction:column;gap:16px}.unyom-users__switch{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:#e6ebf5b3}.unyom-muted{color:#e6ebf58c;font-size:.85rem}.unyom-button{padding:2px 9px;border-radius:12px;background:linear-gradient(120deg,#f09061eb,#135697eb);color:var(--unyom-white);font-size:.88rem;font-weight:600;box-shadow:0 12px 28px #05163761}.unyom-button-h{padding:2px 9px;border-radius:12px;background:#3a013a;color:var(--unyom-white);font-size:.88rem;font-weight:600;box-shadow:0 12px 28px #3e63ff40;position:relative;cursor:pointer;transition:transform .2s ease}@keyframes explode{0%{transform:scale(1) rotate(0);opacity:1;filter:blur(0px)}to{transform:scale(3) rotate(360deg);opacity:0;filter:blur(10px)}}.unyom-button-exploding{animation:explode .5s forwards ease-out}.unyom-button:hover{filter:brightness(1.08)}.unyom-button.subtle{background:#b4d6f21f;border:1px solid rgba(180,214,242,.22);color:#07cdfad1;box-shadow:none;padding-inline:16px}.unyom-button.danger,.unyom-button.subtle.danger{background:#ff657a33;border:1px solid rgba(255,101,122,.45);color:#ff657a;box-shadow:none}.unyom-button.danger:hover,.unyom-button.subtle.danger:hover{filter:brightness(1.08)}.unyom-button.subtle:hover{filter:brightness(1.05)}.unyom-table-wrapper{overflow:hidden;border-radius:20px;border:1px solid rgba(62,99,255,.18);background:#0e1528b8}.unyom-table{width:100%;font-size:.92rem;color:#fff}.unyom-table thead{background:#3e63ff14;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;color:#e6ebf59e}.unyom-table th,.unyom-table td{text-align:left;padding:16px 20px;border-bottom:1px solid rgba(62,99,255,.12)}.unyom-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#3e63ff2e;font-size:.75rem;margin-right:6px;margin-bottom:6px;color:#e6ebf5d1}.unyom-empty{padding:32px;text-align:center;color:#e6ebf599;font-size:.95rem;margin:auto;text-align:left}.login-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px}.login-card{width:min(420px,100%);background:#0e1528d1;border-radius:24px;padding:36px;box-shadow:0 32px 72px #080d1c8c;border:1px solid rgba(62,99,255,.2);display:flex;flex-direction:column;gap:22px}.login-card__title{font-size:1.6rem;font-weight:600;color:var(--unyom-white)}.login-card__subtitle{font-size:.95rem;color:#e6ebf5a6}.login-field{display:flex;flex-direction:column;gap:8px}.login-field label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#e6ebf599}.login-field input{padding:12px 14px;border-radius:14px;border:1px solid rgba(111,63,245,.32);background:#0e1528bf;color:var(--unyom-white)}.login-field input:focus{border-color:#a78bfa99;outline:none;box-shadow:0 0 0 3px #a78bfa2e}.login-qr{display:flex;flex-direction:column;gap:12px;background:#1a254799;border:1px solid rgba(62,99,255,.2);border-radius:16px;padding:16px}.login-qr img{width:100%;border-radius:12px;border:1px solid rgba(167,139,250,.3);background:var(--unyom-white);object-fit:cover}.login-error{border-radius:12px;padding:12px 14px;background:#ff576e29;border:1px solid rgba(255,87,110,.32);color:#ff8a9a;font-size:.85rem}.login-submit{padding:12px 18px;font-size:1rem;font-weight:600;border-radius:14px;background:linear-gradient(120deg,#a78bfad9,#3f63ffd9);color:var(--unyom-white);box-shadow:0 20px 44px #3e63ff4d}.login-submit:hover{filter:brightness(1.08)}.unyom-success{padding:14px 18px;border-radius:14px;background:#35b97929;border:1px solid rgba(53,185,121,.32);color:#8ce2b9;font-size:.9rem}.unyom-marketing{display:flex;flex-direction:column;gap:28px}.unyom-marketing__header{display:flex;flex-direction:column;gap:18px}.unyom-marketing__metrics{display:flex;flex-wrap:wrap;gap:18px}.unyom-marketing__metric{flex:1 1 160px;min-width:140px;background:#0e1528a6;border:1px solid rgba(62,99,255,.18);border-radius:18px;padding:14px 16px}.unyom-marketing__metric-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7;color:#a9b7ee;padding:0 10px}.unyom-marketing__metric-value{font-size:1.5rem;font-weight:600;color:var(--unyom-white)}.unyom-marketing__tabs{display:inline-flex;border:1px solid rgba(62,99,255,.2);border-radius:999px;padding:4px;background:#0e15288c;width:fit-content}.unyom-marketing__tab{padding:10px 20px;border-radius:999px;font-size:.9rem;color:#e6ebf5bf}.unyom-marketing__tab:hover{color:var(--unyom-white)}.unyom-marketing__tab--active{background:linear-gradient(120deg,#3e63ff66,#6f3ff58c);color:var(--unyom-white);box-shadow:0 12px 32px #3e63ff47}.unyom-marketing__campaigns{display:flex;flex-direction:column;gap:26px}.unyom-marketing__emails-panel{gap:20px}.unyom-marketing__email-hero,.unyom-marketing__campaign-form-card{border:1px solid rgba(148,163,184,.22);border-radius:24px;background:radial-gradient(circle at top right,rgba(56,189,248,.16),transparent 32%),linear-gradient(180deg,#071021f0,#0b1528fa);box-shadow:0 24px 54px #03081461;padding:22px;color:#edf4ff}.unyom-marketing__email-hero{display:grid;gap:18px;grid-template-columns:minmax(0,1.3fr) minmax(300px,1fr);align-items:stretch}.unyom-marketing__email-hero-copy{display:flex;flex-direction:column;gap:10px}.unyom-marketing__email-hero-copy h3,.unyom-marketing__section-heading h3{margin:0;font-size:1.5rem;color:#f8fbff}.unyom-marketing__eyebrow{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;background:#38bdf824;border:1px solid rgba(56,189,248,.2);color:#7dd3fc;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.unyom-marketing__panel-muted{margin:0;color:#e2e8f0b8;font-size:.92rem;line-height:1.55}.unyom-marketing__email-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.unyom-marketing__email-metric{display:flex;flex-direction:column;gap:8px;min-height:132px;padding:18px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.unyom-marketing__email-metric span{color:#bfdbfed1;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.unyom-marketing__email-metric strong{font-size:2rem;color:#fff;line-height:1}.unyom-marketing__email-metric small{color:#e2e8f0ad;font-size:.88rem}.unyom-marketing__panel-alerts{display:grid;gap:10px}.unyom-marketing__panel-alert{margin:0;padding:14px 16px;border-radius:16px;border:1px solid transparent;font-size:.93rem}.unyom-marketing__panel-alert--error{background:#7f1d1d4d;border-color:#f8717159;color:#fecaca}.unyom-marketing__panel-alert--success{background:#14532d47;border-color:#4ade8042;color:#bbf7d0}.unyom-marketing__section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.unyom-marketing__status-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.unyom-marketing__mini-chip{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#0f172a8f;border:1px solid rgba(125,211,252,.16);color:#dbeafe;font-size:.8rem}.unyom-marketing__campaign-form{display:flex;flex-direction:column;gap:12px}.unyom-marketing__panel-section{border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#ffffff0a;overflow:hidden}.unyom-marketing__panel-section[open]{background:#ffffff0d}.unyom-marketing__panel-summary{list-style:none;cursor:pointer;padding:16px 18px}.unyom-marketing__panel-summary::-webkit-details-marker{display:none}.unyom-marketing__panel-summary>div{display:flex;flex-direction:column;gap:4px;padding-right:28px;position:relative}.unyom-marketing__panel-summary>div:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#38bdf824;color:#7dd3fc;font-weight:700}.unyom-marketing__panel-section[open] .unyom-marketing__panel-summary>div:after{content:"-"}.unyom-marketing__panel-summary strong{color:#f8fbff;font-size:1rem}.unyom-marketing__panel-summary span{color:#e2e8f0a8;font-size:.88rem}.unyom-marketing__panel-body{display:flex;flex-direction:column;gap:14px;padding:0 18px 18px}.unyom-marketing__panel-body--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.unyom-marketing__input-group{display:flex;flex-direction:column;gap:8px}.unyom-marketing__input-group--full{grid-column:1 / -1}.unyom-marketing__input-group span{color:#d8e6ff;font-size:.88rem;font-weight:600}.unyom-marketing__input-group input,.unyom-marketing__input-group textarea{width:100%;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:#080f1ddb;color:#f8fbff;padding:13px 14px;font-size:.95rem;box-shadow:inset 0 1px #ffffff0a}.unyom-marketing__input-group input::placeholder,.unyom-marketing__input-group textarea::placeholder{color:#cbd5e16b}.unyom-marketing__input-group input:focus,.unyom-marketing__input-group textarea:focus{outline:none;border-color:#38bdf885;box-shadow:0 0 0 3px #38bdf824}.unyom-marketing__input-group textarea{resize:vertical;min-height:120px}.unyom-marketing__switch-row,.unyom-marketing__switch-card,.unyom-marketing__product-option{display:flex;align-items:flex-start;gap:12px}.unyom-marketing__switch-row input,.unyom-marketing__switch-card input,.unyom-marketing__product-option input{margin-top:2px;accent-color:#38bdf8}.unyom-marketing__switch-row span{color:#f1f5f9}.unyom-marketing__switch-card{min-height:84px;padding:14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:#0f172a80}.unyom-marketing__switch-card span,.unyom-marketing__product-option span{display:flex;flex-direction:column;gap:4px}.unyom-marketing__switch-card strong,.unyom-marketing__product-option strong{color:#f8fbff}.unyom-marketing__switch-card small,.unyom-marketing__product-option small{color:#e2e8f0a3;font-size:.84rem;line-height:1.45}.unyom-marketing__product-list{display:grid;gap:10px;max-height:260px;overflow-y:auto;padding:4px}.unyom-marketing__product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.12);background:#0f172a61}.unyom-marketing__product-option{padding:14px 16px;border-radius:16px;border:1px solid rgba(148,163,184,.12);background:#0f172a75}.unyom-marketing__panel-actions{display:flex;flex-wrap:wrap;gap:8px}.unyom-marketing__layout-box,.unyom-marketing__trend-card,.unyom-marketing__health-card{border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#0f172a80;padding:16px}.unyom-marketing__layout-box{display:grid;gap:12px}.unyom-marketing__layout-box.is-active{border-color:#4ade8042;background:radial-gradient(circle at top right,rgba(74,222,128,.12),transparent 30%),#0f172a8f}.unyom-marketing__layout-copy{display:flex;flex-direction:column;gap:8px}.unyom-marketing__layout-copy strong{color:#f8fbff}.unyom-marketing__layout-note{color:#86efac;font-size:.88rem}.unyom-marketing__form-submit{display:flex;justify-content:flex-end;padding-top:4px}.unyom-marketing__health-card{margin-bottom:14px}.unyom-marketing__health-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.unyom-marketing__trend-table{width:100%;border-collapse:collapse;color:#f8fbff;font-size:.9rem}.unyom-marketing__trend-table th,.unyom-marketing__trend-table td{padding:10px 8px;border-bottom:1px solid rgba(148,163,184,.12)}.unyom-marketing__trend-table th{color:#bfdbfec7;text-align:left;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.unyom-marketing__trend-table th:not(:first-child),.unyom-marketing__trend-table td:not(:first-child){text-align:right}.unyom-marketing__campaign-toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.unyom-marketing__status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.unyom-marketing__status-card{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:20px;border:1px solid rgba(148,163,184,.16);background:#ffffff0a}.unyom-marketing__status-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.unyom-marketing__status-card-header strong{color:#fff;font-size:1rem}.unyom-marketing__status-card-header p{margin-top:6px}.unyom-marketing__status-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#0f172aad;color:#e2e8f0;font-size:.8rem;white-space:nowrap}.unyom-marketing__status-chip.is-neutral{color:#cbd5e1}.unyom-marketing__status-chip.is-success{color:#86efac;border-color:#4ade8047;background:#14532d42}.unyom-marketing__status-chip.is-warning{color:#fde68a;border-color:#facc153d;background:#713f123d}.unyom-marketing__status-chip.is-info{color:#7dd3fc;border-color:#38bdf847;background:#0c4a6e42}.unyom-marketing__status-chip.is-danger{color:#fca5a5;border-color:#f8717147;background:#7f1d1d3d}.unyom-marketing__campaign-stats{display:flex;flex-wrap:wrap;gap:8px}.unyom-marketing__campaign-stats span{display:inline-flex;align-items:center;padding:8px 10px;border-radius:12px;background:#0f172a9e;color:#e2e8f0d6;font-size:.83rem}.unyom-marketing__product-option:hover,.unyom-marketing__switch-card:hover,.unyom-marketing__status-card:hover,.unyom-marketing__panel-section:hover{border-color:#7dd3fc3d}.unyom-marketing__product-option:has(input:checked),.unyom-marketing__switch-card:has(input:checked){border-color:#38bdf861;background:radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 28%),#0f172a9e;box-shadow:inset 0 0 0 1px #38bdf81f}.unyom-marketing__panel-actions .unyom-button,.unyom-marketing__form-submit .unyom-button,.unyom-marketing__campaign-toolbar .unyom-button{min-height:40px}@media(max-width:900px){.unyom-marketing__email-hero{grid-template-columns:1fr}.unyom-marketing__section-heading,.unyom-marketing__status-card-header,.unyom-marketing__health-card-header{flex-direction:column;align-items:flex-start}.unyom-marketing__status-pills,.unyom-marketing__campaign-toolbar{justify-content:flex-start}}@media(max-width:640px){.unyom-marketing__email-hero,.unyom-marketing__campaign-form-card{padding:16px;border-radius:20px}.unyom-marketing__panel-summary,.unyom-marketing__panel-body{padding-left:14px;padding-right:14px}.unyom-marketing__panel-body{padding-bottom:14px}.unyom-marketing__panel-actions,.unyom-marketing__form-submit,.unyom-marketing__campaign-toolbar,.unyom-marketing__product-toolbar{flex-direction:column;align-items:stretch}.unyom-marketing__panel-actions .unyom-button,.unyom-marketing__form-submit .unyom-button,.unyom-marketing__campaign-toolbar .unyom-button{width:100%;justify-content:center}.unyom-marketing__status-grid{grid-template-columns:1fr}.unyom-marketing__campaign-stats{display:grid;grid-template-columns:1fr}.unyom-marketing__email-metric strong{font-size:1.7rem}}.unyom-marketing__create{display:flex;flex-direction:column;gap:18px}.unyom-marketing__form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.unyom-marketing__field{display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:#dee0e4b3}.unyom-marketing__field--color{color:var(--unyom-midnight);color:#dee0e4b3}.unyom-button-criarcampanha{color:#fff;background:linear-gradient(270deg,#6d28d9,#9333ea,#c084fc,#7270dd,#4881fc,#00f7ff);background-size:600% 600%;border:none;border-radius:40px;margin:auto;padding:10px 20px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:transform .3s ease;animation:gradientMove 6s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.unyom-button-criarcampanha:hover{transform:scale(1.05)}.unyom-marketing__color-picker{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:14px;border:1px solid rgba(111,63,245,.3);background:#ffffffe0}.unyom-marketing__color-picker input[type=color]{width:28px;height:28px;border:none;padding:0;background:none;border-radius:8px;cursor:pointer}.unyom-marketing__color-picker input[type=text]{border:none;background:none;font-weight:600;font-size:.85rem;color:var(--unyom-midnight);width:86px}.unyom-marketing__color-picker input[type=text]::placeholder{color:#1117286b}.unyom-marketing__color-picker input[type=text]:focus{outline:none}.unyom-marketing__field input,.unyom-marketing__field textarea,.unyom-marketing__add-stage input,.unyom-marketing__creative-form input,.unyom-marketing__creative-form textarea,.unyom-marketing__creative-actions select,.unyom-marketing__highlight-actions select,.unyom-marketing__board-actions select{border-radius:12px;border:1px solid rgba(111,63,245,.32);background:#ffffffeb;color:var(--unyom-midnight);padding:10px 12px;font-size:.9rem}.unyom-marketing__field textarea,.unyom-marketing__creative-form textarea{resize:vertical}.unyom-marketing__campaign-card{display:flex;flex-direction:column;gap:24px;padding:10px;border-radius:24px;border:2px solid var(--unyom-violet);background:linear-gradient(160deg,var(--campaign-color, var(--unyom-cloud)) 0%,rgba(255,255,255,.95) 88%);box-shadow:0 18px 38px #1117282e;color:var(--unyom-midnight)}.unyom-marketing__campaign-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.unyom-marketing__campaign-header h3{margin:0;padding-left:20px;font-size:1.2rem}.unyom-marketing__campaign-header p{margin:4px 0 0;color:#111728a6;font-size:.9rem;padding-left:40px}.unyom-marketing__campaign-status{padding:2px 10px;border-radius:10px;border:1px solid rgba(111,63,245,.36);background:#6f3ff524;font-size:.75rem;letter-spacing:.04em;color:var(--unyom-violet-dark);font-weight:600}.unyom-marketing__campaign-header-actions{display:flex;align-items:center;gap:12px}.unyom-marketing__campaign-color{display:inline-flex;align-items:center;gap:8px;padding:2px 10px;border-radius:999px;border:1px solid rgba(111,63,245,.38);background:#ffffffb8;font-size:.75rem;color:var(--unyom-midnight);box-shadow:inset 0 0 0 1px #e6ebf566}.unyom-marketing__campaign-color input[type=color]{width:16px;height:16px;border:none;background:none;padding:0;border-radius:20px;cursor:pointer}.unyom-input-color{padding:2px}.unyom-marketing__campaign-color span{font-weight:600}.unyom-marketing__stages{display:grid;gap:18px}.unyom-marketing__stage-card{border-radius:18px;border:2px solid var(--unyom-violet);background:linear-gradient(165deg,var(--campaign-color, var(--unyom-cloud)) 0%,rgba(255,255,255,.96) 85%);padding:18px;display:grid;gap:16px;color:var(--unyom-midnight);box-shadow:0 8px 24px #1117281f}.unyom-marketing__stage-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.unyom-marketing__stage-title{display:flex;align-items:center;gap:8px}.unyom-marketing__stage-header h4{margin:0;font-size:1.05rem}.unyom-marketing__stage-position{font-size:.85rem;font-weight:600;color:#111728a6}.unyom-marketing__stage-creatives{display:grid;gap:14px}.unyom-marketing__creative{border-radius:18px;border:3px solid var(--creative-color, var(--unyom-violet));background:var(--unyom-cloud-2);padding:16px 20px;display:grid;gap:12px;color:var(--unyom-midnight);box-shadow:0 10px 22px #11172829}.unyom-marketing__creative-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.unyom-marketing__creative-header strong{font-size:1rem}.unyom-marketing__creative-tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.unyom-marketing__creative-context{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 2px}.unyom-marketing__tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.78rem;font-weight:700;color:var(--unyom-ink);border:1px solid rgba(11,15,22,.12);background:#e6ebf5e6}.unyom-marketing__tag.campaign{background:var(--creative-color, var(--unyom-lavender));border-color:var(--creative-color, rgba(111, 63, 245, .35))}.unyom-marketing__tag.stage{background:#a78bfaa6;border-color:#a78bfacc}.unyom-marketing__creative-highlight{padding:4px 10px;border-radius:999px;background:#6f3ff529;color:var(--unyom-violet-dark);font-size:.75rem;font-weight:600;width:fit-content}.unyom-marketing__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;background:#6f3ff51f;border:1px solid rgba(111,63,245,.3);color:var(--unyom-violet-dark);font-weight:600}.unyom-marketing__badge.highlight{background:#a78bfa33;border-color:#a78bfa61}.unyom-marketing__badge.subtle{background:#e6ebf5d9;border-color:#6f3ff53d;color:var(--unyom-midnight)}.unyom-marketing__badge.status-novo{background:#3e63ff33;color:var(--unyom-midnight)}.unyom-marketing__badge.status-em_teste{background:#6f3ff53d;color:var(--unyom-midnight)}.unyom-marketing__badge.status-bom_resultado{background:#2ec7993d;color:var(--unyom-midnight)}.unyom-marketing__badge.status-mal_resultado{background:#ff657a3d;color:var(--unyom-midnight)}.unyom-marketing__creative-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.8rem;color:#11172899;justify-content:space-between}.unyom-marketing__creative-notes{margin:0;font-size:.85rem;color:var(--unyom-violet-dark);overflow-wrap:break-word;word-wrap:break-word;white-space:normal}.unyom-marketing__creative-actions,.unyom-marketing__highlight-actions,.unyom-marketing__board-actions{display:flex;flex-wrap:wrap;gap:10px}.unyom-marketing__creative-form{display:grid;gap:10px;border-top:1px solid rgba(111,63,245,.2);padding-top:12px}.unyom-marketing__creative-form h5{margin:0;font-size:.95rem}.unyom-marketing__creative-form label,.unyom-marketing__creative-form span{font-size:.8rem;color:#11172899}.unyom-marketing__add-stage{display:flex;flex-wrap:wrap;gap:12px;border-top:1px solid rgba(111,63,245,.2);padding-top:14px}.unyom-empty--compact{padding:0;border-radius:14px;border:1px dashed rgba(111,63,245,.38);background:#e6ebf5d9;color:var(--unyom-midnight);font-size:.85rem}.dashboard-hint{margin:0 0 16px;font-size:.85rem;color:#e6ebf5ad;line-height:1.5}.dashboard-hint strong{color:var(--unyom-white)}.dashboard-hint a{color:var(--unyom-lavender);text-decoration:underline}.dashboard-hint a:hover{color:var(--unyom-violet)}.unyom-marketing__sites{display:flex;flex-direction:column;gap:24px}.unyom-marketing__site-buttons{display:flex;flex-wrap:wrap;gap:12px}.unyom-marketing__site-directories{display:grid;gap:8px;margin-top:16px;font-size:.85rem;color:#e6ebf5bf}.unyom-marketing__site-directories ul{margin:0;padding-left:18px;display:grid;gap:6px}.unyom-marketing__site-directories li{list-style:disc}.unyom-marketing__site-request-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.unyom-marketing__site-request-card{border-radius:16px;border:1px solid rgba(111,63,245,.28);background:#3e63ff1f;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}.unyom-marketing__site-request-info{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--unyom-white);padding:16px 20px}.unyom-marketing__site-request-info span{font-size:.8rem;color:#e6ebf5b3}.unyom-marketing__alerts{display:flex;flex-direction:column;gap:24px}.unyom-marketing__alerts-card{display:flex;flex-direction:column;gap:18px}.unyom-marketing__alert-list{display:flex;flex-direction:column;gap:14px;margin-top:4px}.unyom-marketing__alert-card{border-radius:16px;border:1px solid rgba(167,139,250,.32);background:#a78bfa1f;padding:18px;display:grid;gap:12px;color:var(--unyom-white)}.unyom-marketing__alert-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.85rem;color:#e6ebf5c7}.unyom-marketing__alert-due{font-weight:600;color:var(--unyom-white)}.unyom-marketing__alert-body{display:grid;gap:10px}.unyom-marketing__alert-body strong{font-size:1rem}.unyom-marketing__alert-body p{margin:0;font-size:.85rem;color:#e6ebf5c7}.unyom-marketing__alert-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:.8rem;color:#e6ebf5a6}.unyom-marketing__alert-meta a{color:var(--unyom-lavender)}.unyom-marketing__alert-meta a:hover{color:var(--unyom-violet)}.unyom-marketing__board{display:flex;flex-direction:column;gap:28px}.unyom-marketing__highlights{display:grid;gap:16px}.unyom-marketing__highlight-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.unyom-marketing__highlight-card{border-radius:18px;border:3px solid var(--creative-color, var(--unyom-violet));background:var(--unyom-destaque-card);padding:18px;display:grid;gap:12px;color:var(--unyom-midnight);box-shadow:0 12px 28px #11172829}.unyom-marketing__highlight-card:hover{box-shadow:0 16px 34px #1117283d}.unyom-marketing__highlight-header{display:flex;justify-content:space-between;gap:12px}.unyom-marketing__highlight-header strong{font-size:1rem}.unyom-marketing__board-columns{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:top}.unyom-marketing__board-column{border-radius:20px;border:2px solid rgba(111,63,245,.4);background:linear-gradient(180deg,#e6ebf5f0,#ffffffeb 86%);padding:18px;display:block;gap:14px;color:var(--unyom-midnight);box-shadow:0 12px 28px #1117282e;transition:border .2s ease,box-shadow .2s ease;justify-items:auto;justify-content:auto}.unyom-marketing__board-column header{display:flex;align-items:center;justify-content:space-between;font-size:.95rem;font-weight:600;padding:10px 0;margin-bottom:10px}.unyom-marketing__board-column.is-drag-over{border-color:var(--unyom-violet);box-shadow:0 14px 36px #6f3ff53d}.unyom-marketing__board-list{display:grid;gap:12px;grid-auto-rows:minmax(220px,1fr);margin:auto}.unyom-marketing__board-card{border-radius:18px;border:3px solid var(--creative-color, var(--unyom-violet));background:var(--unyom-cloud-2);padding:18px;display:flex;flex-direction:column;gap:12px;color:var(--unyom-midnight);box-shadow:0 12px 26px #1117281f;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;min-height:220px;cursor:grab}.unyom-marketing__board-card:hover{box-shadow:0 16px 34px #11172833;transform:translateY(-2px)}.unyom-marketing__board-card:active{cursor:grabbing}.unyom-marketing__board-card-header{display:flex;justify-content:space-between;gap:12px}.unyom-marketing__board-card-header strong{font-size:1rem}.unyom-marketing__board-meta{margin:0;font-size:.85rem;color:#111728a6}.unyom-marketing__board-meta span{font-weight:600;color:var(--unyom-violet-dark)}.unyom-marketing__board-card.is-dragging{opacity:.4;transform:scale(.98)}.unyom-secretaria{display:flex;flex-direction:column;gap:26px}.unyom-secretaria__hero{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.unyom-secretaria__hero h2{margin:6px 0 12px;font-size:1.6rem;color:var(--unyom-white)}.unyom-secretaria__hero p{margin:0;max-width:520px;color:#e6ebf5b8}.unyom-secretaria__hero-stats{display:grid;gap:14px;min-width:260px}.unyom-secretaria__hero-stats>div{background:#0e1528a6;border-radius:16px;border:1px solid rgba(62,99,255,.2);padding:14px 18px;display:flex;flex-direction:column;gap:6px}.unyom-secretaria__hero-stats span{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#4272ca99}.unyom-secretaria__hero-stats strong{font-size:1.6rem;color:var(--unyom-white)}.unyom-secretaria__hero-stats small{font-size:.78rem;color:#e6ebf58c}.unyom-secretaria__grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.unyom-secretaria__panel{display:flex;flex-direction:column;gap:16px}.unyom-secretaria__panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.unyom-secretaria__panel ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.unyom-secretaria__panel li{border-radius:14px;border:1px solid rgba(62,99,255,.16);background:#0e152899;padding:14px 16px;display:grid;gap:6px}.unyom-secretaria__panel-title{font-weight:600;color:var(--unyom-white)}.unyom-secretaria__panel-meta{font-size:.85rem;color:#e6ebf5a6}.unyom-secretaria__panel-due{font-size:.8rem;color:#e6ebf58c}.unyom-secretaria__panel li.status-atrasado{border-color:#ff667f5c;background:#ff667f1f}.unyom-secretaria__panel li.status-hoje{border-color:#a78bfa4d;background:#a78bfa24}.unyom-secretaria__empty{font-size:.85rem;color:#e6ebf599}.unyom-secretaria__shortcuts{display:flex;flex-direction:column;gap:16px}.unyom-secretaria__shortcuts-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.unyom-secretaria__shortcuts-grid button{border-radius:14px;border:1px solid rgba(62,99,255,.18);background:#0e152899;padding:12px 14px;text-align:left;font-size:.88rem;color:#e6ebf5d1;transition:background .18s ease,transform .18s ease}.unyom-secretaria__shortcuts-grid button:hover{background:#3e63ff2e;transform:translateY(-1px)}.unyom-secretaria__reports{display:flex;flex-direction:column;gap:18px}.unyom-secretaria__reports header{display:flex;flex-direction:column;gap:8px}.unyom-secretaria__reports-subtitle{font-size:.85rem;color:#e6ebf5a6}.unyom-secretaria__reports-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.unyom-secretaria__reports-grid>div{border-radius:16px;border:1px solid rgba(62,99,255,.18);background:#0e152899;padding:16px;display:grid;gap:10px}.unyom-secretaria__reports-grid strong{font-size:1rem;color:var(--unyom-white)}.unyom-secretaria__reports-grid p{font-size:.85rem;color:#e6ebf5a6;margin:0}.unyom-badge.status-pendente{background:#a78bfa33;border-color:#a78bfa61}.unyom-badge.status-atrasado{background:#ff667f33;border-color:#ff667f61}.unyom-badge.status-ok{background:#3effa82e;border-color:#3effa852}@media(max-width:720px){.unyom-secretaria__hero-stats{width:100%}}.unyom-gestao{display:flex;flex-direction:column;gap:26px}.unyom-gestao__hero{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.unyom-gestao__hero h2{margin:6px 0 12px;font-size:1.6rem;color:var(--unyom-white)}.unyom-gestao__hero p{margin:0;max-width:520px;color:#e6ebf5b8}.unyom-gestao__hero-stats{display:grid;gap:14px;min-width:260px}.unyom-gestao__hero-stats>div{background:#0e1528a6;border-radius:16px;border:1px solid rgba(62,99,255,.2);padding:14px 18px;display:flex;flex-direction:column;gap:6px}.unyom-gestao__hero-stats span{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#e6ebf599}.unyom-gestao__hero-stats strong{font-size:1.6rem;color:var(--unyom-white)}.unyom-gestao__hero-stats small{font-size:.78rem;color:#e6ebf58c}.unyom-gestao__grid{display:grid;gap:22px;grid-template-columns:320px 1fr}.unyom-gestao__projects{display:flex;flex-direction:column;gap:18px}.unyom-gestao__project-form{display:grid;gap:12px}.unyom-gestao__project-form textarea{resize:vertical}.unyom-gestao__project-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.unyom-gestao__project-list li{border-radius:16px;border:1px solid rgba(62,99,255,.18);background:#0e152899;padding:14px 16px;cursor:pointer;transition:transform .16s ease,border .16s ease}.unyom-gestao__project-list li:hover{transform:translateY(-1px);border-color:#3e63ff59}.unyom-gestao__project-list li.selected{border-color:#a78bfa73;background:#a78bfa26}.unyom-gestao__project-title{font-weight:600;color:var(--unyom-white)}.unyom-gestao__project-meta,.unyom-gestao__project-foot{font-size:.82rem;color:#e6ebf5a6;display:flex;gap:12px}.unyom-gestao__detail{display:flex;flex-direction:column;gap:22px}.unyom-gestao__detail-summary header{display:flex;flex-direction:column;gap:10px}.unyom-gestao__detail-summary p{margin:0;color:#e6ebf5bf}.unyom-gestao__detail-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:12px}.unyom-gestao__detail-grid span{font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#e6ebf599}.unyom-gestao__detail-grid strong{font-size:1.1rem;color:var(--unyom-white)}.unyom-gestao__detail-tags{display:flex;gap:8px;flex-wrap:wrap}.unyom-gestao__detail-tags span{padding:4px 10px;border-radius:999px;border:1px solid rgba(62,99,255,.25);background:#3e63ff2e;font-size:.75rem}.unyom-gestao__status-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.unyom-button.subtle.active{background:linear-gradient(120deg,#a78bfab3,#3f63ffb3);color:var(--unyom-white);border-color:#a78bfa66}.unyom-gestao__docentes,.unyom-gestao__cronograma{display:flex;flex-direction:column;gap:16px}.unyom-gestao__inline-form{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end}.unyom-gestao__table{width:100%;border-collapse:collapse;font-size:.88rem}.unyom-gestao__table th,.unyom-gestao__table td{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(62,99,255,.16)}.unyom-gestao__docente-name{font-weight:600}.unyom-gestao__docente-email{font-size:.78rem;color:#e6ebf5a6}.unyom-gestao__cronograma-list{display:grid;gap:12px;list-style:none;padding:0;margin:0}.unyom-gestao__cronograma-list li{border-radius:14px;border:1px solid rgba(62,99,255,.18);background:#0e152899;padding:14px 16px}.unyom-gestao__panel-title span{font-size:.78rem;font-weight:400;margin-left:6px;color:#e6ebf599}.unyom-gestao__panel-meta{font-size:.8rem;color:#e6ebf599}.unyom-gestao__artefatos ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.unyom-gestao__artefatos li{border-radius:14px;border:1px solid rgba(62,99,255,.18);background:#0e152899;padding:12px 14px;display:flex;flex-direction:column}.unyom-gestao__artefatos li span{font-weight:600}.unyom-gestao__artefatos li small{font-size:.75rem;color:#e6ebf599}.unyom-gestao__empty{font-size:.85rem;color:#e6ebf599}@media(max-width:1080px){.unyom-gestao__grid{grid-template-columns:1fr}}@media(max-width:720px){.unyom-marketing__metrics{gap:12px}.unyom-marketing__metric{flex:1 1 120px}.unyom-marketing__tabs{width:100%}.unyom-marketing__tab{flex:1 1 auto;text-align:center}.unyom-marketing__site-request-card{flex-direction:column;align-items:flex-start;gap:12px}.unyom-marketing__alert-header{flex-direction:column;align-items:flex-start;gap:6px}.unyom-marketing__alert-meta{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:1080px){.unyom-sidebar{width:240px}.unyom-topbar{height:auto;padding-block:20px;flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:840px){.unyom-dashboard{flex-direction:column}.unyom-sidebar{width:100%;flex-direction:row;align-items:center;padding:24px;gap:24px;border-right:none;border-bottom:1px solid rgba(62,99,255,.2)}.unyom-sidebar__logo{flex:1}.unyom-sidebar__nav{flex-direction:row;gap:12px}.unyom-sidebar__footer{display:none}.unyom-dashboard__content{padding-inline:20px}}.unyom-docentes{display:flex;flex-direction:column;gap:24px}.unyom-docentes__header{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.unyom-docentes__metrics{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.unyom-docentes__metric-label{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#e2e8f0b3}.unyom-docentes__metric-value{font-size:2rem;font-weight:700;color:#f8fbff}.unyom-docentes__filters{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end;justify-content:space-between}.unyom-docentes__search{flex:1}.unyom-docentes__selects{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.unyom-docentes__field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#e2e8f0cc}.unyom-docentes__field input,.unyom-docentes__field select{padding:10px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#0f172a73;color:#f8fafc;min-width:220px}.unyom-docentes__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.unyom-docente-card{display:flex;flex-direction:column;gap:14px}.unyom-docente-card__header{display:flex;align-items:center;gap:16px}.unyom-docente-card__avatar{width:64px;height:64px;border-radius:50%;background:#94a3b840;display:grid;place-items:center;font-size:1.7rem;font-weight:700;color:#0f172acc;overflow:hidden}.unyom-docente-card__avatar img{width:100%;height:100%;object-fit:cover}.unyom-docente-card__info{flex:1;display:flex;flex-direction:column;gap:4px;font-size:.9rem;color:#e2e8f0d9}.unyom-docente-card__info strong{font-size:1.1rem;color:#f8fbff}.unyom-docente-card__status{padding:6px 12px;border-radius:999px;font-size:.78rem;font-weight:600;color:#0f172a}.unyom-docente-card__tags{display:flex;flex-wrap:wrap;gap:8px}.unyom-docente-card__tags span{padding:4px 10px;border-radius:999px;background:#94a3b833;color:#e2e8f0c7;font-size:.78rem}.unyom-docente-card__actions{display:flex;flex-wrap:wrap;gap:12px}.unyom-docente-card__actions label{cursor:pointer}.unyom-docente-card__actions label input[type=file]{display:none}.unyom-docente-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.unyom-docente-modal__backdrop{position:absolute;inset:0;background:#020617bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.unyom-docente-modal__content{position:relative;width:min(920px,92vw);max-height:90vh;overflow:hidden;background:#0b1327f2;border:1px solid rgba(148,163,184,.3);border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:20px;box-shadow:0 30px 80px #080c1e99}.unyom-docente-modal__close{position:absolute;top:16px;right:16px;border:none;background:#94a3b826;color:#f8fafcd9;padding:6px 14px;border-radius:999px;cursor:pointer;font-weight:600}.unyom-docente-modal__header{display:flex;flex-direction:column;gap:6px}.unyom-docente-modal__title{font-size:1.4rem;font-weight:700;color:#f8fbff}.unyom-docente-modal__subtitle{font-size:.9rem;color:#e2e8f0bf}.unyom-docente-modal__sections{overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;gap:18px}.unyom-docente-modal__section{border:1px solid rgba(148,163,184,.25);border-radius:16px;padding:16px;background:#0f172a99}.unyom-docente-modal__section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.unyom-docente-modal__section-header strong{font-size:.85rem;letter-spacing:.05em;color:#e2e8f0bf;text-transform:uppercase}.unyom-docente-modal__section p{margin:0;color:#e2e8f0eb;font-size:.95rem;white-space:pre-wrap}.unyom-docente-modal__gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.unyom-docente-modal__gallery-grid figure{background:#1e293ba6;border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.unyom-docente-modal__gallery-grid img{width:100%;border-radius:8px;height:150px;object-fit:cover}.unyom-docente-modal__gallery-grid figcaption{display:flex;flex-direction:column;gap:2px;font-size:.78rem;color:#e2e8f0c7}.unyom-docente-card__gallery-actions{display:flex;justify-content:space-between;gap:8px;font-size:.85rem}.unyom-docente-card__gallery-actions a,.unyom-docente-card__gallery-actions button{background:none;border:none;color:#a78bfaf2;font-weight:600;cursor:pointer;padding:0}.unyom-docente-card__gallery-actions button[disabled]{color:#e2e8f066;cursor:not-allowed}.unyom-docente-card__gallery-empty{grid-column:1 / -1;padding:24px;border-radius:12px;text-align:center;background:#1e293b73;color:#e2e8f0a6;font-size:.9rem}@media(max-width:840px){.unyom-docentes__filters{flex-direction:column;align-items:stretch}.unyom-docentes__metrics{width:100%;justify-content:flex-start}.unyom-docentes__field input,.unyom-docentes__field select{width:100%}}@media(max-width:520px){.login-card{padding:28px 24px}.unyom-topbar__right{flex-wrap:wrap}.unyom-topbar__user{width:100%;justify-content:center}.unyom-overview__hero-card{padding:22px}}.temporary-experience-shell{min-height:100vh;background:transparent;color:var(--vivaion-blue-050)}.temporary-experience-banner{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#052b57;color:#fff}.temporary-experience-banner strong,.temporary-experience-banner span{display:block}.temporary-experience-public{position:relative;min-height:100vh;overflow:clip;background:radial-gradient(circle at 14% 18%,rgba(29,196,210,.2),transparent 22rem),radial-gradient(circle at 82% 12%,rgba(255,141,67,.18),transparent 18rem),linear-gradient(135deg,#061a36,#0b2f5d 52%,#07214a)}.temporary-experience-public__ambient{position:absolute;inset:0;pointer-events:none}.temporary-experience-public__aurora,.temporary-experience-public__glow,.temporary-experience-public__grid{position:absolute}.temporary-experience-public__aurora{filter:blur(18px);opacity:.7}.temporary-experience-public__aurora--one{inset:10% auto auto 6%;width:20rem;height:20rem;border-radius:50%;background:radial-gradient(circle,#1dc4d257,#1dc4d200 72%);animation:temporary-experience-public-float 16s ease-in-out infinite}.temporary-experience-public__aurora--two{inset:auto 6% 8% auto;width:18rem;height:18rem;border-radius:50%;background:radial-gradient(circle,#2d78ff3d,#2d78ff00 72%);animation:temporary-experience-public-float 20s ease-in-out infinite reverse}.temporary-experience-public__glow{inset:16% 42% auto auto;width:8rem;height:8rem;border-radius:50%;background:radial-gradient(circle,#ffffff2e,#fff0)}.temporary-experience-public__grid{inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 88%)}.temporary-experience-public__container{position:relative;z-index:1;width:min(100%,1160px);min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:1.4rem;align-items:center}.temporary-experience-public__presentation,.temporary-experience-public__form-panel{border-radius:32px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 22px 80px #040c1f52}.temporary-experience-public__presentation{position:relative;overflow:hidden;padding:clamp(2rem,3vw,3rem);background:linear-gradient(180deg,#071c3fe0,#05132feb),linear-gradient(135deg,#1dc4d214,#ff8d430d);border:1px solid rgba(130,184,255,.16);color:#f3f8ff}.temporary-experience-public__brand{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.temporary-experience-public__brand-logo{width:4.25rem;height:4.25rem;padding:.8rem;object-fit:contain;border-radius:1.4rem;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.temporary-experience-public__brand-label,.temporary-experience-public__eyebrow,.temporary-experience-public__course-label{letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:700}.temporary-experience-public__brand-label{color:#d6e8ffeb}.temporary-experience-public__copy h1,.temporary-experience-public__form-header h2,.temporary-experience-public__form-panel--unavailable h2,.temporary-experience-public__loading-block h2{margin:0;line-height:1.04}.temporary-experience-public__copy h1{max-width:13ch;font-size:clamp(2.5rem,4vw,4.25rem)}.temporary-experience-public__eyebrow{margin:0 0 .8rem;color:#78d7df}.temporary-experience-public__description,.temporary-experience-public__form-header p,.temporary-experience-public__loading-block p,.temporary-experience-public__form-panel--unavailable p{margin:0;font-size:1rem;line-height:1.7}.temporary-experience-public__description{max-width:38rem;margin-top:1.15rem;color:#dfebffdb}.temporary-experience-public__course{margin-top:2rem;padding:1.35rem 1.4rem;border-radius:24px;background:#ffffff12;border:1px solid rgba(140,194,255,.16)}.temporary-experience-public__course-label{color:#ffbf8b}.temporary-experience-public__course-title{display:block;margin-top:.65rem;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.3;color:#fff;overflow-wrap:anywhere}.temporary-experience-public__course-meta{margin-top:1rem}.temporary-experience-public__chip{display:inline-flex;align-items:center;gap:.6rem;min-height:2.5rem;padding:.55rem .9rem;border-radius:999px;background:#ffffff1f;color:#edf7ff;font-weight:600}.temporary-experience-public__benefits{margin:2rem 0 0;padding:0;list-style:none;display:grid;gap:1rem}.temporary-experience-public__benefits li{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start}.temporary-experience-public__benefit-icon{width:2.6rem;height:2.6rem;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#1dc4d23d,#ff8d432e);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:700}.temporary-experience-public__benefits strong{display:block;font-size:1rem;color:#fff}.temporary-experience-public__benefits p{margin:.35rem 0 0;color:#deebffcc;line-height:1.55}.temporary-experience-public__form-panel{padding:clamp(1.5rem,2.7vw,2.4rem);background:linear-gradient(180deg,#fffffffa,#f4f8fcfa);border:1px solid rgba(11,53,114,.12);color:#0d2143}.temporary-experience-public__form-header{margin-bottom:1.35rem}.temporary-experience-public__form-header h2,.temporary-experience-public__form-panel--unavailable h2,.temporary-experience-public__loading-block h2{font-size:clamp(1.8rem,2.6vw,2.45rem);color:#08214a}.temporary-experience-public__form-header p,.temporary-experience-public__loading-block p,.temporary-experience-public__form-panel--unavailable p{margin-top:.8rem;color:#516481}.temporary-experience-public__field{display:grid;gap:.55rem;margin-top:1rem}.temporary-experience-public__field span{color:#173560;font-weight:700}.temporary-experience-public__field input{width:100%;min-height:3.5rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(16,53,108,.14);background:#ffffffeb;color:#0f2347;font-size:1rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.temporary-experience-public__field input::placeholder{color:#7c8eaa}.temporary-experience-public__field input:focus-visible{outline:none;border-color:#1678d8;box-shadow:0 0 0 4px #1678d829}.temporary-experience-public__field input[aria-invalid=true]{border-color:#d95e39;box-shadow:0 0 0 4px #d95e391f}.temporary-experience-public__privacy{color:#657691;line-height:1.55}.temporary-experience-public__error{margin-top:1rem;display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(215,92,61,.2);background:#fff1ecfa;color:#8d2f12}.temporary-experience-public__error strong{font-size:.98rem}.temporary-experience-public__submit,.temporary-experience-public__secondary-link{margin-top:1.25rem;min-height:3.5rem;width:100%;border:none;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.temporary-experience-public__submit{background:linear-gradient(135deg,#0c4fb8,#18b6c6 60%,#ff8d43);color:#fff;box-shadow:0 18px 32px #0b5bbd3d}.temporary-experience-public__submit:hover{transform:translateY(-1px);box-shadow:0 22px 34px #0b5bbd47}.temporary-experience-public__submit:active{transform:translateY(0)}.temporary-experience-public__submit:focus-visible,.temporary-experience-public__secondary-link:focus-visible{outline:3px solid rgba(22,120,216,.22);outline-offset:3px}.temporary-experience-public__submit:disabled{cursor:wait;opacity:.82;box-shadow:none}.temporary-experience-public__secondary-link{background:#0b2f5d;color:#fff}.temporary-experience-public__loading-block,.temporary-experience-public__form-panel--unavailable{display:grid;justify-items:start}.temporary-experience-public__spinner{width:1.15rem;height:1.15rem;border-radius:50%;border:2px solid rgba(255,255,255,.34);border-top-color:currentColor;animation:temporary-experience-public-spin .9s linear infinite}.temporary-experience-public__loading-block .temporary-experience-public__spinner{width:2.4rem;height:2.4rem;color:#0f58c7;border-color:#0f58c72e;border-top-color:#0f58c7}.temporary-experience-public__skeleton-group{width:100%;display:grid;gap:.8rem;margin-top:1.4rem}.temporary-experience-public__skeleton{height:1rem;border-radius:999px;background:linear-gradient(90deg,#d9e4f0e6,#f3f7fb,#d9e4f0e6);background-size:200% 100%;animation:temporary-experience-public-shimmer 1.6s linear infinite}.temporary-experience-public__skeleton--title{height:1.45rem;width:72%}.temporary-experience-public__skeleton--button{height:3.5rem;margin-top:.4rem}.temporary-experience-public__unavailable-icon{width:3.5rem;height:3.5rem;display:grid;place-items:center;border-radius:50%;background:#ff8d431f;border:1px solid rgba(255,141,67,.2);color:#d95e39;font-size:1.4rem;font-weight:800}@keyframes temporary-experience-public-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes temporary-experience-public-spin{to{transform:rotate(360deg)}}@keyframes temporary-experience-public-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.temporary-experience-public__container{grid-template-columns:minmax(0,1fr);gap:1rem;padding:1.5rem 1.25rem 2rem;min-height:auto}.temporary-experience-public__presentation{padding:1.7rem}.temporary-experience-public__copy h1{max-width:none}}@media(max-width:768px){.temporary-experience-banner{flex-direction:column;align-items:stretch}.temporary-experience-public__container{padding:1.25rem 1rem 1.75rem}.temporary-experience-public__brand{margin-bottom:1.4rem}}@media(max-width:480px){.temporary-experience-public__container{padding:1rem}.temporary-experience-public__presentation,.temporary-experience-public__form-panel{border-radius:24px;padding:1.25rem}.temporary-experience-public__brand{align-items:flex-start}.temporary-experience-public__brand-logo{width:3.6rem;height:3.6rem}}@media(prefers-reduced-motion:reduce){.temporary-experience-public__aurora--one,.temporary-experience-public__aurora--two,.temporary-experience-public__spinner,.temporary-experience-public__skeleton,.temporary-experience-public__submit,.temporary-experience-public__secondary-link{animation:none!important;transition:none!important}}.temporary-experience-shell .student-platform-shell,.temporary-experience-shell .student-vitrine{width:100%;min-height:calc(100vh - 72px)}.temporary-experience-shell .student-vitrine-modal-layer,.temporary-experience-shell .student-vitrine__feedback-page-wrap{display:none!important}.temporary-experience-shell .student-header__brand[data-temporary-experience-blocked=true]{pointer-events:none!important;cursor:default!important}.temporary-experience-shell .student-header__links .student-header__link[data-temporary-experience-blocked=true],.temporary-experience-shell .student-header__menu .student-header__menu-item[data-temporary-experience-blocked=true]{display:none!important}.temporary-experience-shell a[data-temporary-experience-blocked=true]{cursor:default!important}
