.error-message.card,.empty-state.card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:95vw;margin:24px auto;padding:24px 12px;min-height:120px;box-sizing:border-box}@media(max-width:768px){.dashboard-card{width:340px!important}}body{font-family:Segoe UI,Roboto,Arial,sans-serif;background-color:#f3f5f9;margin:0;color:#222;overflow-x:hidden}:root{--accent-primary: #ef4f8b;--accent-primary-strong: #d63d74;--accent-primary-soft: #ffe3ed;--accent-primary-border: #f7b8cf;--accent-primary-text: #8f1648;--accent-neutral-border: #dbe3f0;--accent-neutral-bg: #ffffff}html,body,#root{height:100dvh}*{box-sizing:border-box}img{max-width:100%;height:auto}.auth-body{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:16px;background:radial-gradient(circle at top,rgba(239,79,139,.18),transparent 36%),linear-gradient(180deg,#fff5f7,#fff 28%,#fff8f6)}.login-container{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(239,79,139,.14);box-shadow:0 18px 44px #891e371a;width:90%;max-width:400px}h2{text-align:center;color:#222;margin-bottom:1rem;font-weight:600}h1,h3,h4{color:#0f172a;font-weight:600}p.description{text-align:center;color:#666;font-size:.9rem;margin-bottom:1.5rem;line-height:1.4}.input-group{margin-bottom:1.2rem}.input-group label{display:block;margin-bottom:.4rem;color:#444;font-size:.9rem;font-weight:500}.input-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;transition:border-color .2s}.input-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.campo-senha{position:relative}.campo-senha input{padding-right:40px}.btn-olho{position:absolute;right:10px;top:50%;background:none;border:none;cursor:pointer;padding:0;align-items:center;justify-content:center}.btn-olho svg{width:20px;height:20px;fill:#666}.auth-body button{width:100%;padding:.8rem;border:1px solid #f08aad;border-radius:6px;background:linear-gradient(135deg,#ef4f8b,#d93d6f);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .1s}.auth-body button:hover{background:linear-gradient(135deg,#e64882,#c73262);color:#fff;border-color:#d93d6f}.entity-header-search{position:relative;display:inline-block}.entity-header-search .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#8f1648;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.entity-header-search input{min-width:450px;padding:8px 12px 8px 36px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;box-shadow:0 6px 20px #1018280a;font-size:.95rem;font-weight:500;color:#0f172a}.entity-header-search input::placeholder{color:#94a3b8}@media(max-width:720px){.entity-header-search input{min-width:140px}}.auth-body button:active{background:linear-gradient(135deg,#d93d6f,#b92d59);color:#fff;border-color:#b92d59;transform:scale(.98)}.forgot-password,.back-to-login{text-align:center;margin:1rem 0 1.2rem}.forgot-password a,.back-to-login a{color:#c73262;text-decoration:none;font-size:.85rem;font-weight:500}.forgot-password a:hover,.back-to-login a:hover{text-decoration:underline}.toastify.fulleduca-toast{display:inline-flex;align-items:center;gap:8px;border-radius:12px;padding:12px 14px;box-shadow:0 12px 30px #0f172a2e;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-primary-strong) 100%);color:#fff}.toastify.fulleduca-toast.is-error{background:linear-gradient(135deg,#dc2626,#ef4444)}.toastify.fulleduca-toast .toast-close{margin-left:4px;padding:0 2px;width:14px;min-width:14px;font-size:.85em}.layout{display:flex;min-height:100vh;height:100dvh;width:100%;--sidebar-inline-size: 228px;background:#f4f4f9}.sidebar{width:var(--sidebar-inline-size);background:#fff;color:#0f172a;padding:16px 12px 20px;display:flex;flex-direction:column;gap:12px;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid #e6e9ef;box-shadow:0 0 24px #0f172a0a;transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s ease}.sidebar-header{display:flex;gap:8px;padding:6px 10px 14px;border-bottom:1px solid #eef2f7;margin-bottom:4px;align-items:center}.sidebar-toggle{margin-left:auto;border:1px solid #dbe3f0;background:#f8fafc;color:#1e3a8a;border-radius:10px;width:38px;height:38px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.sidebar-toggle:hover{background:#eef4ff}.sidebar-toggle:active{transform:scale(.95)}.sidebar-nav{display:flex;flex-direction:column;gap:4px;min-width:0;padding:6px 0 0}.sidebar-link{text-decoration:none;color:#0f172a;padding:10px 12px;border-radius:10px;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:10px;position:relative;min-width:0}.sidebar-link[title]{cursor:pointer}.sidebar-link:hover{background:#f8fafc;transform:translate(4px)}.sidebar-link.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:999px;background:#2563eb}.sidebar-icon{width:24px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem}.sidebar-text{white-space:nowrap;transition:opacity .2s}.sidebar-collapsed .sidebar-header{flex-direction:column}.sidebar-collapsed .sidebar-link{justify-content:center;padding-left:8px;padding-right:8px}.sidebar-collapsed .sidebar-link .sidebar-text{display:none}.sidebar-footer{margin-top:24px;padding-top:20px;border-top:1px solid #e6e9ef;position:sticky;bottom:0;background:#fff;z-index:5}.sidebar-button{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;padding:12px 14px;border-radius:14px;background:transparent;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,transform .2s ease}.logout-btn{color:#b91c1c;margin-bottom:0;border-color:#fee2e2;background:#fef4f4}.logout-btn:hover{background:#fee2e2;border-color:#fca5a5}.sidebar-button:not(.logout-btn){color:#0f172a}.topbar-icon-btn{border:1px solid #c7d2fe;background:#fff;color:#1d4ed8;border-radius:12px;padding:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s}.topbar-icon-btn:hover{background:#eff6ff;border-color:#a5b4fc}@media(min-width:769px)and (max-width:900px),(min-width:769px)and (max-height:640px){.layout{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;min-height:100dvh;height:100dvh;overflow:hidden;--sidebar-inline-size: 100%}.layout-content{grid-row:1;height:auto;min-height:0;padding-bottom:max(20px,env(safe-area-inset-bottom,0px))}.sidebar{grid-row:2;position:static;width:var(--sidebar-inline-size);min-width:100%;max-width:100%;height:auto;min-height:68px;border-right:none;border-top:1px solid #e6e9ef;box-shadow:0 -4px 24px #0f172a0f;background:#fff;padding:8px 12px calc(8px + env(safe-area-inset-bottom));display:flex;flex-direction:row;align-items:stretch;gap:8px;z-index:30}.sidebar-header{display:none}.sidebar-nav{min-width:0;width:100%;flex:1;display:flex;flex-direction:row;justify-content:space-around;gap:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-link{min-width:72px;flex:1;justify-content:center;flex-direction:column;gap:6px;padding:8px 4px;border-radius:12px;font-size:.75rem;text-align:center}.sidebar-link:hover{transform:none;background:#f8fafc}.sidebar-link.active{background:transparent;color:#1d4ed8}.sidebar-link.active:before{display:none}.sidebar-link.active:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:3px;border-radius:999px;background:#2563eb}.sidebar-icon{font-size:1.2rem}.sidebar-text{display:block;white-space:nowrap;font-weight:600}.app-topbar{flex-direction:row;align-items:center;padding:8px 16px;gap:12px}.app-topbar-left{justify-content:flex-start;flex:1 1 auto;min-width:0}.app-topbar-actions{justify-content:flex-end;margin-left:auto;flex-wrap:nowrap;flex:0 0 auto}.app-topbar-actions .user-chip,.app-topbar-actions .user-chip-compact{flex:0 0 auto;width:auto}.offline-readonly-banner{flex-direction:column;gap:6px;margin:12px 16px 0}.offline-readonly-banner strong{white-space:normal}}@media(max-width:768px){.layout{display:flex;flex-direction:column}.sidebar{width:50vw;min-width:50vw;max-width:50vw;height:100dvh;max-height:100dvh;position:fixed;top:0;left:0;z-index:50;padding:16px 0;background:#fff;border-right:none;border-top:none;border-bottom:none;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;box-shadow:none;display:flex;flex-direction:column;grid-row:unset}.sidebar.mobile-expanded{transform:translate(0);box-shadow:4px 0 24px #0f172a26;width:50vw;min-width:50vw;max-width:50vw;position:fixed;height:100dvh}.sidebar-header{display:flex;align-items:center;padding:0 16px 14px;margin-bottom:4px;border-bottom:1px solid #f1f5f9}.sidebar-nav{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;padding:8px;overflow-y:auto;overflow-x:hidden}.sidebar-link{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:11px 14px;border-radius:10px;font-size:.92rem;font-weight:500;color:#334155}.sidebar-link:hover{background:#f1f5f9;transform:none}.sidebar-link.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.sidebar-link.active:after{display:none}.sidebar-link.active:before{display:block}.sidebar-footer{margin-top:auto;padding:12px 8px 8px;border-top:1px solid #f1f5f9}.sidebar-button{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;padding:11px 14px;border-radius:10px;font-size:.92rem;font-weight:500}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0f172a66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;cursor:pointer;opacity:0;animation:fadeIn .2s ease forwards}@keyframes fadeIn{to{opacity:1}}.aulas-panel.is-edit-mode{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;width:100vw!important;min-width:0!important;max-width:none!important;height:100dvh;max-height:100dvh;border:none!important;padding:16px;overflow-y:auto}}.form-feedback{display:none;margin-top:12px;padding:12px 14px;border-radius:12px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;line-height:1.4;font-size:.92rem}.form-feedback.is-visible{display:block}.form-feedback.is-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.auth-secondary-action{margin-top:12px}.auth-secondary-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;text-decoration:none}.layout{display:flex;min-height:100vh;height:100dvh;width:100%;--sidebar-inline-size: 228px}.layout-content{flex:1 1 auto;width:100%;min-width:0;max-width:none;background:#f4f4f9;height:100dvh;box-sizing:border-box;padding-bottom:max(20px,env(safe-area-inset-bottom,0px));overflow:auto;overscroll-behavior:contain}.card.table-card{max-height:calc(100dvh - 180px);overflow-y:auto}.card.split-panel.open,.card.relationship-detail-column.split-panel.open{display:flex;flex-direction:column;min-height:0;height:calc(100vh - 140px);max-height:calc(100vh - 140px);overflow:hidden;padding:0}.card.split-panel.open .table-wrap,.card.split-panel.open .related-table-wrap,.relationship-detail-column .table-wrap,.relationship-detail-column .related-table-wrap{max-height:calc(100dvh - 240px);overflow-y:auto;display:block}.relationship-detail-column .related-table-wrap{max-height:260px;overflow:auto;-webkit-overflow-scrolling:touch;display:block;padding-right:8px;scrollbar-gutter:stable}.relationship-detail-column .related-table-wrap table{width:100%;min-width:100%}.relationship-detail-column .related-table-wrap table{width:100%;border-collapse:collapse}.relationship-detail-column .related-table-wrap th,.relationship-detail-column .related-table-wrap td{padding:8px 10px;border-bottom:1px solid #eef2f7;text-align:left}.layout-content-offline{background:linear-gradient(180deg,#fef2f2a6,#f4f4f900 180px),#f4f4f9}.offline-readonly-banner{display:flex;align-items:flex-start;gap:10px;margin:14px 20px 0;padding:12px 14px;border-radius:14px;border:1px solid #fecaca;background:#fff7ed;color:#9a3412;box-shadow:0 8px 20px #9a341214}.offline-readonly-banner strong{white-space:nowrap}.offline-readonly-banner span{line-height:1.45}.offline-pending-banner{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.offline-readonly-control{opacity:.6;cursor:not-allowed}.sidebar{width:var(--sidebar-inline-size);background:#fff;color:#0f172a;padding:16px 12px 20px;display:flex;flex-direction:column;gap:12px;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid #e6e9ef;box-shadow:0 0 24px #0f172a0f;transition:width .22s ease,padding .22s ease}.sidebar-collapsed{width:82px;padding-left:8px;padding-right:8px}.sidebar-header{display:flex;gap:8px;padding:6px 10px 14px;border-bottom:1px solid #eef2f7;margin-bottom:4px}aside[data-testid=cursos-create-drawer-overlay] .card,aside[data-testid=matriculas-create-drawer-overlay] .card,aside[data-testid=matriculas-expanded-create-drawer-overlay] .card,aside[data-testid=matriculas-course-split-filter-drawer-overlay] .card,aside[data-testid=matriculas-expanded-filter-drawer-overlay] .card,aside[data-testid=matriculas-filter-drawer-overlay] .card{background:transparent;box-shadow:none;padding:0;border:none}aside[data-testid=cursos-create-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-create-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-expanded-create-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-course-split-filter-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-expanded-filter-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-filter-drawer-overlay] .workspace-list-header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px}aside[data-testid=cursos-create-drawer-overlay] .form-row,aside[data-testid=matriculas-create-drawer-overlay] .form-row,aside[data-testid=matriculas-expanded-create-drawer-overlay] .form-row,aside[data-testid=matriculas-course-split-filter-drawer-overlay] .form-row,aside[data-testid=matriculas-expanded-filter-drawer-overlay] .form-row,aside[data-testid=matriculas-filter-drawer-overlay] .form-row{padding:12px 16px 20px;gap:12px}aside[data-testid=cursos-create-drawer-overlay] .toolbar,aside[data-testid=matriculas-create-drawer-overlay] .toolbar,aside[data-testid=matriculas-expanded-create-drawer-overlay] .toolbar{padding:12px 16px}.sidebar-brand-row{display:flex;align-items:center;gap:10px;flex:1}.sidebar-toggle{margin-left:auto;border:1px solid #dbe3f0;background:#f8fafc;color:#1e3a8a;border-radius:10px;width:38px;height:38px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.sidebar-brand-icon{width:36px;height:36px;border-radius:10px;border:1px solid #e6e9ef;background:#fff;object-fit:contain;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar-title{font-size:1.05rem;font-weight:700;letter-spacing:.2px}.sidebar-subtitle{font-size:.85rem;color:#6b7280}.sidebar-nav{display:flex;flex-direction:column;gap:5px;min-width:0;padding:6px 0 0}.sidebar-link{text-decoration:none;color:#0f172a;padding:10px 12px;border-radius:10px;font-weight:600;transition:background .2s ease,color .2s ease,transform .2s ease;display:flex;align-items:center;gap:10px;position:relative;min-width:0}.sidebar-button{background:transparent;border:none;cursor:pointer;width:100%;text-align:left}.logout-btn{color:#b91c1c;margin-bottom:8px}.logout-btn:hover{background:#fee2e2}.sidebar-link:hover{background:#f8fafc;transform:translate(2px)}.sidebar-link.active{background:linear-gradient(90deg,#eff6ff,#e8f0ff);color:#1d4ed8}.sidebar-link.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:999px;background:#2563eb}.sidebar-icon{width:22px;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem}.sidebar-text{white-space:nowrap}.sidebar-collapsed .sidebar-brand-text,.sidebar-collapsed .sidebar-text{display:none}.sidebar-collapsed .sidebar-header{align-items:center;flex-direction:column}.sidebar-collapsed .sidebar-brand-row{justify-content:center}.sidebar-collapsed .sidebar-toggle{margin-left:0}.sidebar-collapsed .sidebar-link,.sidebar-collapsed .sidebar-button{justify-content:center}.app-topbar{position:sticky;top:0;z-index:25;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f4f4f9eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb}.app-topbar-left,.app-topbar-actions{display:flex;align-items:center;gap:10px}.topbar-icon-btn,.topbar-action-btn{border:1px solid #c7d2fe;background:#fff;color:#1d4ed8;border-radius:12px;padding:10px 14px;font-weight:600;cursor:pointer}.logout-inline{border-color:#fecaca;color:#b91c1c}.sync-status{padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:700}.sync-status.is-online{background:#dcfce7;color:#166534}.sync-status.is-offline{background:#fee2e2;color:#991b1b}.user-chip{display:inline-flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border-radius:999px;background:#fff;border:1px solid #dbe3f0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;color:#0f172a;min-width:0;cursor:pointer}.user-chip-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.04em}.user-chip-text{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell{width:100%;max-width:1680px;min-width:0;margin:0 auto;padding:16px clamp(16px,2vw,28px);min-height:0;height:calc(100dvh - 32px);display:flex;flex-direction:column;box-sizing:border-box;overflow-x:clip}.app-shell-tight{height:auto;min-height:calc(100dvh - max(20px,env(safe-area-inset-bottom,0px)));padding-bottom:max(20px,env(safe-area-inset-bottom,0px))}.app-shell-tight>section{flex:1;min-height:0}.app-shell-tight .split-layout{flex:1;min-height:0}.app-shell-tight .split-main{display:flex;flex-direction:column;min-height:0}.app-shell-tight .page-title{margin-top:2px;margin-bottom:4px}.app-shell-tight .card{margin-bottom:8px}.app-shell-tight .toolbar{gap:6px}.table-card{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.table-card .table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.table-card .toolbar:last-child{margin-top:auto}.list-toolbar-shell{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;flex-wrap:wrap}.list-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list-filter-chip-row{margin-top:12px}.list-filter-drawer{margin-top:14px;display:none;border:1px solid #dbe3f0;border-radius:16px;background:linear-gradient(180deg,#fcfdff,#f8fbff);padding:16px;box-shadow:inset 0 1px #fffc,0 12px 24px #0f172a0d}.list-filter-drawer.open{display:block}.card.create-drawer{position:fixed;top:0;right:0;bottom:0;width:500px;height:100%;z-index:1200;padding:0;background-color:var(--surface, #fff);box-shadow:-6px 0 18px #00000014;overflow-x:hidden;overflow-y:auto}.card.create-drawer:before{content:"";position:fixed;top:0;left:0;right:500px;bottom:0;z-index:1190;background-color:#0000005c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}@media(max-width:768px){.card.create-drawer:before{display:none;content:none}.drawer-modal-backdrop{background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none}}@media(max-width:520px){.card.create-drawer{width:100%}.card.create-drawer:before{right:0;z-index:1190}}.drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000005c;z-index:1190}.card.create-drawer .list-filter-drawer-header{margin-bottom:0;padding:24px 24px 12px}.card.create-drawer .list-filter-sheet-browser{padding:0 24px 24px}.card.create-drawer .drawer-actions-toolbar{position:sticky;top:-24px;z-index:2;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;padding:24px 24px 18px;margin:-24px -24px 16px;border-bottom:1px solid rgba(15,23,42,.08);background:var(--surface, #fff)}.drawer-actions-toolbar .btn{min-width:120px}.list-filter-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.list-filter-drawer-subtitle{margin-top:4px;color:#64748b;font-size:.9rem}.list-filter-sheet-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.list-filter-sheet-sections{display:grid;gap:0;border-top:1px solid #e6ebf2;border-bottom:1px solid #e6ebf2}.list-filter-sheet-browser{overflow:hidden;position:relative;background:transparent;min-height:360px;width:100%}.list-filter-sheet-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:200%;transform:translate(0);min-height:360px;transition:transform .28s ease}.list-filter-sheet-browser.is-browsing .list-filter-sheet-track{transform:translate(-50%)}.list-filter-sheet-browser.is-browsing .list-filter-sheet-pane-criteria{visibility:hidden;pointer-events:none}.list-filter-sheet-pane{width:100%;min-width:0;overflow:hidden;min-height:360px;padding:6px 4px}.list-filter-sheet-pane-values{overflow-y:auto}.list-filter-sheet-section{border:0;border-radius:0;padding:11px 2px;background:transparent;border-bottom:1px solid #e6ebf2}.list-filter-sheet-section-button{width:100%;text-align:left;cursor:pointer;border:0;border-bottom:1px solid #e6ebf2;border-radius:0;background:transparent;display:block;padding:12px 8px}.list-filter-sheet-section-button:hover{background:#fff2f7}.list-filter-sheet-sections .list-filter-sheet-section:last-child{border-bottom:0}.list-filter-sheet-sections .list-filter-sheet-section-button:last-child{border-bottom:0}.list-filter-sheet-section-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#64748b;font-size:.9rem}.list-filter-sheet-breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.list-filter-sheet-breadcrumb-copy{display:flex;flex-direction:column;gap:2px}.list-filter-sheet-breadcrumb-copy span{color:#64748b;font-size:.84rem}.list-filter-breadcrumb-chips{margin-left:auto;display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.list-filter-breadcrumb-chips .filter-chip{padding:4px 8px;font-size:.78rem}.list-filter-value-search-field{margin-bottom:10px}.list-filter-sheet-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.list-filter-sheet-section-header span{color:#64748b;font-size:.82rem}.list-filter-sheet-section-chevron{color:#94a3b8;font-size:1rem;line-height:1;font-weight:600}.list-filter-sheet-options{display:flex;flex-wrap:wrap;gap:6px}.list-filter-sheet-options-column{flex-direction:column;flex-wrap:nowrap;gap:0;border-top:1px solid #e6ebf2;border-bottom:1px solid #e6ebf2}.list-filter-sheet-option-check{width:100%;display:flex;align-items:center;gap:10px;padding:11px 2px;font-size:.9rem;color:#334155;cursor:pointer;border-bottom:1px solid #e6ebf2}.list-filter-sheet-option-check input{accent-color:var(--accent-primary);width:16px;height:16px}.list-filter-sheet-options-column .list-filter-sheet-option-check:last-child{border-bottom:0}.list-filter-sheet-option-check.is-active{color:var(--accent-primary-text);font-weight:600}.yes-no-segmented-control{display:inline-flex;width:fit-content;min-width:180px;border:1px solid #dbe3f0;border-radius:10px;overflow:hidden;background:#f8fafc;width:100%}.yes-no-segmented-option{position:relative;flex:1 1 0;min-width:88px;cursor:pointer;color:#475569;text-align:center;font-weight:600}.yes-no-segmented-option+.yes-no-segmented-option{border-left:1px solid #dbe3f0}.yes-no-segmented-option input{position:absolute;width:1px;height:1px;opacity:0}.yes-no-segmented-option span{display:block;padding:9px 16px;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.yes-no-segmented-option:hover span{background:#fff2f7;color:var(--accent-primary-text)}.yes-no-segmented-option.is-selected span{background:var(--accent-primary);color:#fff;box-shadow:inset 0 0 0 1px var(--accent-primary-strong)}.yes-no-segmented-option input:focus-visible+span{outline:2px solid var(--accent-primary);outline-offset:-2px}.school-autocomplete-control{position:relative}.school-autocomplete-menu{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow-y:auto;padding:4px;border:1px solid #dbe3f0;border-radius:10px;background:#fff;box-shadow:0 12px 24px #0f172a24}.school-autocomplete-option{display:block;width:100%;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:#334155;text-align:left;cursor:pointer}.school-autocomplete-option:hover,.school-autocomplete-option:focus-visible{background:#fff2f7;color:var(--accent-primary-text);outline:none}.school-autocomplete-empty{display:block;padding:10px;color:#64748b;font-size:.85rem}.list-filter-manual-builder{margin-top:14px;border-top:1px solid #e6ecf5;padding-top:12px}.list-filter-manual-builder summary{cursor:pointer;font-weight:600;color:#334155;margin-bottom:10px}.list-filter-manual-builder[open] summary{margin-bottom:12px}.list-filter-form-row{align-items:end}.page-title{margin:8px 0 12px;font-size:1.5rem;letter-spacing:.2px}.card{background:#fff;border-radius:12px;box-shadow:0 8px 20px #0f172a0f;padding:14px;margin-bottom:12px;border:1px solid #eef2f7}.form-row{gap:8px;align-items:center;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:4px;min-width:200px;flex:1}.cep-lookup-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.cep-lookup-row .input{flex:1 1 0;min-width:0}.cep-lookup-row .btn{flex:0 0 auto;white-space:nowrap}.section-title{display:inline-block;margin-bottom:8px;font-size:1rem;color:#334155}.field.checkbox{flex-direction:row;align-items:center;justify-content:center;gap:8px}.field.checkbox span{margin:0}.input,.select{width:100%;padding:10px;border:1px solid #d7dde7;border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #ef4f8b29}.input:disabled,.select:disabled{background:#f8fafc;color:#475569;cursor:not-allowed}.date-field-control{position:relative}.date-field-input{padding-right:42px}.date-field-calendar-input{position:absolute;top:0;right:0;width:42px;height:100%;opacity:0;cursor:pointer;pointer-events:none}.date-field-icon{position:absolute;top:50%;right:13px;transform:translateY(-50%);color:var(--muted-text, #64748b);pointer-events:none}.btn{padding:10px 16px;border-radius:10px;border:1px solid var(--accent-primary-strong);background:var(--accent-primary);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 8px 18px #ef4f8b38}.btn.secondary{background:#fff;color:var(--accent-primary-text);box-shadow:none}.btn.ghost{background:#fff;border-color:#e5e7eb;color:#333;box-shadow:none}.pagination-btn{width:36px;min-width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.table-wrap{width:100%;overflow-x:auto;border:1px solid #eef2f7;border-radius:12px;position:relative;-webkit-overflow-scrolling:touch}table{width:max-content;min-width:100%;border-collapse:collapse;background:#fff;table-layout:auto}th,td{padding:8px;border-bottom:1px solid #eef2f7;text-align:left;font-size:.95rem;white-space:nowrap;overflow:visible;text-overflow:clip}.sticky-actions{position:sticky;right:0;background:#fff;z-index:2;box-shadow:-8px 0 12px #0f172a0f;width:72px}thead .sticky-actions{background:#f3f5f9;z-index:3}thead th{background:#f3f5f9;color:#4b5563;font-weight:600}.sort-btn{background:transparent;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.sort-indicator{font-size:.85rem;color:#6b7280}.icon-btn{border:none;background:transparent;cursor:pointer;color:#6b7280;padding:6px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:#f3f4f6;color:#374151}.icon-btn.danger:hover{background:#fee2e2;color:#b91c1c}tbody tr:nth-child(2n){background:#fafbfe}.data-row{cursor:pointer}.data-row:hover{background:#eef4ff}.table-primary-text{font-weight:400;color:#0f172a}.table-secondary-text{margin-top:2px;font-size:.82rem;color:#64748b;white-space:normal}.record-meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.field-label-required:after{content:" *";color:#dc2626;font-weight:700}.inline-field-action,.contact-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.contact-inline .btn{padding:8px 12px;font-size:.88rem}.professor-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.professor-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1a;border-color:#cbd5e1}.professor-card.is-clickable{cursor:pointer}.image-field-stack{display:flex;flex-direction:column;gap:8px;width:100%}.upload-field-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.upload-field-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.upload-field-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:40px}.media-action-btn{display:inline-flex;align-items:center;gap:10px}.helper-text{color:#64748b;font-size:.84rem;line-height:1.4}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pagination-toolbar{flex-wrap:nowrap}.turmas-page .pagination-toolbar,.avaliacoes-page .pagination-toolbar,.chamadas-page .pagination-toolbar,.trilhas-page .pagination-toolbar,.usuarios-page .pagination-toolbar,.professores-page .pagination-toolbar{display:none}.pagination-info{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pagination-controls{margin-left:auto;display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.pagination-page-size{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:.9rem}.pagination-page-size span{white-space:nowrap}.pagination-page-size-select{min-width:84px}.alunos-filter-row{align-items:end}.alunos-filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.list-active-filter-bar{display:none;margin-top:10px;margin-bottom:10px;border:1px solid #f5c3d8;background:linear-gradient(180deg,#fff8fb,#fff2f7)}.list-active-filter-bar-copy{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.list-active-filter-bar-copy span{color:#9f1239;font-size:.82rem}.filter-chip{border:1px solid var(--accent-primary-border);background:var(--accent-primary-soft);color:var(--accent-primary-text);border-radius:999px;padding:5px 10px;font-size:.82rem;cursor:pointer}.filter-chip:hover{background:#ffd7e7;border-color:var(--accent-primary)}.filter-chip.is-active{font-weight:600}.total-summary-card{margin-bottom:10px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;padding-bottom:20px}.dashboard-grid>*:hover{position:relative;z-index:9999!important}.dashboard-hover-tooltip{position:fixed;z-index:10000;transform:translateY(-100%);min-width:140px;padding:8px 12px;border-radius:8px;background:#0f172af0;color:#fff;box-shadow:0 10px 15px -3px #0000001a;pointer-events:none}.dashboard-hover-tooltip-title{margin-bottom:2px;font-size:13px;font-weight:600}.dashboard-hover-tooltip-value{color:#cbd5e1;font-size:12px}.dashboard-chart-wrapper-expanded:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:9998}.app-shell:has(.dashboard-chart-wrapper-expanded){overflow-x:visible}.chart-expand-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px;animation:chartOverlayFadeIn .18s ease}.chart-expand-content{width:100%;height:100%;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);background:#fff;border-radius:20px;box-shadow:0 30px 80px #0f172a47;border:1px solid #e2e8f0;padding:20px;display:flex;flex-direction:column;overflow:hidden}.dashboard-filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#0f172a4d;display:flex;justify-content:flex-end;animation:chartOverlayFadeIn .15s ease}.dashboard-filter-panel{width:320px;max-width:85vw;height:100%;background:#fff;box-shadow:-8px 0 30px #0f172a1f;border-left:1px solid #e2e8f0;overflow-y:auto;padding:16px;animation:dashFilterSlideIn .2s ease}@keyframes dashFilterSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes chartOverlayFadeIn{0%{opacity:0}to{opacity:1}}.chart-card{min-height:220px;display:flex;flex-direction:column;gap:10px}.chart-title{font-weight:700;color:#1f2937}.chart-placeholder{flex:1;border:1px dashed #cbd5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc}.split-layout{display:grid;grid-template-columns:1fr 0;gap:12px;align-items:start;transition:grid-template-columns .25s ease;flex:1;min-height:0;overflow:hidden}.split-layout.has-panel{grid-template-columns:minmax(0,1fr) minmax(320px,42%)}.split-layout .split-main{min-width:0;height:100%;overflow-y:auto;position:relative;z-index:1}.split-layout.has-panel .split-main,.split-layout.has-panel .split-panel.open{overflow-y:auto}.split-layout.has-panel .split-main .table-wrap{overflow-x:auto}.split-panel{width:0;overflow:hidden;transform:translate(100%);transition:transform .25s ease,width .25s ease;pointer-events:none}.split-panel.open{width:100%;max-width:600px;transform:translate(0);position:relative;z-index:3;pointer-events:auto;overflow-y:auto}.split-panel.open>.card{max-height:100vh;overflow-y:auto}.split-layout.has-panel.detail-expanded{grid-template-columns:minmax(0,1fr)}.split-layout.has-panel.detail-expanded .split-main{display:none}.split-layout.has-panel.detail-expanded .split-panel.open{grid-column:1 / -1;width:100%;max-width:none}.mobile-only{display:none}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:10px}.panel-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.details-form-stack{display:flex;flex-direction:column;gap:10px}.details-form-stack.related-focus-active>*{display:none}.details-form-stack.related-focus-active>.related-focus-banner,.details-form-stack.related-focus-active>.related-section-block.is-expanded{display:flex}.related-focus-banner{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:12px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a}.related-focus-banner span{font-size:.82rem;color:#334155}.details-form-stack .field{min-width:0}.details-textarea{min-height:96px;resize:vertical;line-height:1.45}.aluno-image-cell{min-width:72px}.aluno-image-panel{width:100%}.professor-photo-card{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #dbe4f0;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#eef4ff)}.professor-photo-stage{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.professor-photo-preview{box-shadow:0 14px 28px #3b82f61f;border-color:#bfdbfe;background:linear-gradient(135deg,#dbeafe,#eff6ff)}.professor-photo-preview{position:relative;overflow:visible}.professor-photo-preview img{transition:transform .18s ease,box-shadow .18s ease;transform-origin:center center;cursor:zoom-in;display:block;max-width:220px;max-height:220px}.professor-photo-preview:hover img{transform:scale(1.6);box-shadow:0 24px 70px #00000059;z-index:1300;position:relative}.professor-photo-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 220px;color:#334155}.professor-photo-copy strong{font-size:.96rem;color:#0f172a}.professor-photo-copy span{font-size:.88rem;line-height:1.45;color:#475569}.professor-photo-actions{justify-content:space-between}.professor-photo-primary-action{display:inline-flex;align-items:center;gap:8px;padding-inline:14px}.sidebar-scroll-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;min-width:36px;border:1px solid #dbe3f0;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);color:#1d4ed8;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #0f172a14}.sidebar-scroll-btn:hover{background:#eef4ff}.details-section-title{margin:8px 0 2px;font-size:.9rem;font-weight:700;color:#334155;letter-spacing:.03em;text-transform:uppercase}.aluno-image-thumb,.aluno-image-preview{border-radius:14px;background:linear-gradient(135deg,#ffe8f1,#ffd8e7);color:var(--accent-primary-text);font-weight:700;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #cbd5e1;flex-shrink:0}.aluno-image-thumb{width:44px;height:44px;font-size:.85rem}.aluno-image-preview{width:96px;height:96px;font-size:1.25rem}.aluno-image-thumb img,.aluno-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.muted{color:#666;font-size:.9rem}@media(min-width:769px)and (max-width:900px),(min-width:769px)and (max-height:640px){.layout{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;min-height:100dvh;height:100dvh;overflow:hidden}.layout-content{grid-row:1;height:auto;min-height:0;padding-bottom:max(20px,env(safe-area-inset-bottom,0px))}.layout{--sidebar-inline-size: 100%}.sidebar{grid-row:2;position:static;inset-inline:auto;width:var(--sidebar-inline-size);min-width:100%;max-width:100%;height:auto;min-height:68px;border-right:none;border-top:1px solid #e6e9ef;box-shadow:0 -8px 24px #0f172a14;background:#fff;padding:6px 8px calc(6px + env(safe-area-inset-bottom));display:flex;flex-direction:row;align-items:stretch;gap:8px;overflow:hidden;box-sizing:border-box}.sidebar-collapsed{width:100%;padding:6px 8px calc(6px + env(safe-area-inset-bottom))}.sidebar-header{display:none}.sidebar-nav{min-width:0;width:100%;flex:1;display:flex;flex-direction:row;gap:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-footer{margin-top:0;display:flex;flex-direction:row;gap:6px;flex-shrink:0}.sidebar-scroll-btn{flex:0 0 36px;align-self:center;height:44px}.sidebar-link{min-width:88px;justify-content:center;flex-direction:column;gap:4px;padding:8px;border-radius:10px;font-size:.78rem;text-align:center;scroll-snap-align:start}.sidebar-link.active:before{display:none}.sidebar-icon{width:auto;font-size:1rem}.sidebar-text{display:block;white-space:nowrap;font-size:.75rem}.sidebar-collapsed .sidebar-text,.sidebar-collapsed .sidebar-brand-text{display:block}.sidebar-button{min-width:74px}.app-topbar{flex-direction:row;align-items:center;gap:10px;padding:5px 12px}.offline-readonly-banner{margin:10px 12px 0;flex-direction:column;gap:6px}.offline-readonly-banner strong{white-space:normal}.app-topbar-left,.app-topbar-actions{width:auto;flex-wrap:nowrap}.app-topbar-left{align-items:center;justify-content:flex-start;min-width:0;flex:1 1 auto}.app-topbar-actions{justify-content:flex-end;flex:0 0 auto;margin-left:auto;gap:8px;min-width:0}.topbar-icon-btn{display:inline-flex;flex:0 0 auto;padding:9px 11px}.topbar-brand-copy strong,.topbar-brand-copy span{max-width:min(42vw,220px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-action-btn{flex:1 1 0;justify-content:center}.app-topbar-actions .user-chip,.app-topbar-actions .user-chip-compact{flex:0 0 auto;width:auto;justify-content:center;align-self:center}.sync-pill,.user-chip-compact{min-width:0;flex:0 0 auto}.sync-pill{white-space:nowrap}.logout-inline{flex-basis:100%}.app-shell{padding:12px;height:auto;min-height:100%}.app-shell-tight{height:auto;min-height:100%}.form-row{flex-direction:column;align-items:stretch}.btn{width:100%}.field{min-width:0}.card{padding:12px;border-radius:14px}th,td{padding:10px 8px;font-size:.88rem}.sticky-actions{width:56px;min-width:56px}.table-secondary-text{font-size:.78rem}.pagination-toolbar{gap:6px;flex-wrap:wrap}.pagination-toolbar .btn{width:auto}.pagination-toolbar .pagination-info{font-size:.82rem}.pagination-controls{width:100%;margin-left:0;justify-content:flex-end;flex-wrap:wrap}.pagination-page-size{width:100%;justify-content:space-between}.pagination-page-size-select{flex:1;min-width:0}.alunos-filter-row{align-items:stretch}.alunos-filter-row .btn{width:100%}.list-toolbar-shell,.list-toolbar-actions,.list-filter-drawer-header{flex-direction:column;align-items:stretch}.split-layout{grid-template-columns:1fr}.split-layout.has-panel{grid-template-columns:1fr;min-height:100%}.split-layout.has-panel .split-main{display:none}.split-panel{transform:none;width:100%}.split-panel.open{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;max-width:100%;min-height:0;overflow-y:auto;padding:12px 0 0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.split-panel.open>.card{min-height:100%;margin-bottom:0}.panel-header{align-items:stretch;flex-direction:column}.panel-header-actions{width:100%;justify-content:flex-start}.panel-header-actions .btn{flex:1}.aluno-image-panel{align-items:flex-start}.split-panel.open{width:100%}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:640px){.professor-photo-actions{justify-content:stretch}.professor-photo-actions>.btn{flex:1 1 100%}}@media(max-width:480px){.login-container{width:100%;padding:1.25rem}.sidebar-link{min-width:82px;padding:8px 6px}.user-chip-text{max-width:110px}.app-shell,.split-panel.open{padding-left:10px;padding-right:10px}}@media(max-width:520px){.sidebar-link{min-width:78px;padding:8px 6px}.sidebar-text{font-size:.72rem}}body{font-size:14px}.layout-content{background:linear-gradient(180deg,#edf2f7,#f7f9fc)}.sidebar{width:var(--sidebar-inline-size)}.sidebar.sidebar-collapsed{width:82px;padding-left:8px;padding-right:8px}.app-topbar{padding:5px 16px;background:#ffffffeb}.app-topbar-branding{min-width:0}.topbar-brand-icon{width:32px;height:32px;border-radius:10px;border:1px solid #dbe3f0;background:#fff;object-fit:contain}.topbar-brand-copy{display:flex;flex-direction:column;min-width:0;gap:1px}.topbar-brand-copy strong{font-size:.96rem;color:#0f172a}.topbar-brand-copy span{font-size:.76rem;color:#64748b}.topbar-icon-btn,.topbar-action-btn,.icon-action-btn{width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center}.topbar-icon-btn:disabled{opacity:.45;cursor:default}.sync-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;font-size:.78rem;font-weight:700}.sync-pill.is-online{background:#dcfce7;color:#166534}.sync-pill.is-offline{background:#fee2e2;color:#991b1b}.sync-pill.is-pending{background:#dbeafe;color:#1d4ed8}.user-chip-compact{padding-right:6px}.user-chip-compact .user-chip-text{display:none}.app-shell{max-width:100%;padding:12px 16px 16px}.page-title{margin:0;font-size:1.18rem}.card{border-radius:14px;padding:12px;margin-bottom:10px}.input,.select,.btn{font-size:.92rem}.input,.select{padding:9px 10px}.btn{padding:9px 14px}th,td{padding:7px 8px;font-size:.9rem}.entity-page{display:flex;flex-direction:column;gap:6px;min-height:0}.entity-page>.entity-header,.entity-page>.bulk-action-bar.card{flex:0 0 auto;min-height:auto}.entity-header{position:sticky;top:62px;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:3px 6px;border:1px solid #dbe3f0;border-radius:8px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.entity-header-copy{display:flex;align-items:center;min-width:0;flex:1 1 auto;overflow:hidden}.entity-header-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0}.entity-breadcrumb-row{display:flex;align-items:center;gap:6px;min-width:0;flex:1 1 auto}.entity-breadcrumb-nav{display:flex;align-items:center;gap:6px;min-width:0;flex:0 1 auto;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin}.entity-breadcrumb-chips{display:flex;align-items:center;gap:6px;min-width:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:thin;flex:0 1 auto}.entity-breadcrumb-chips .filter-chip{flex:0 0 auto}.entity-breadcrumb-link,.entity-breadcrumb-current{font-size:.8rem;line-height:1.1;color:#475569;padding:4px 8px;border-radius:999px;border:1px solid transparent;background:#f8fafc}.entity-breadcrumb-link{cursor:pointer;text-decoration:none}.entity-breadcrumb-link:hover{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.entity-breadcrumb-link.is-current-link,.entity-breadcrumb-current{color:#0f172a;font-weight:700;border-color:#cbd5e1;background:#fff}.entity-breadcrumb-separator{color:#94a3b8;font-size:.7rem}.entity-header-meta{margin:0;font-size:.72rem;line-height:1;color:#64748b;white-space:nowrap;flex:0 0 auto}.entity-actions{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;flex-shrink:0}.icon-action-btn{border:1px solid var(--accent-neutral-border);background:#fff;color:#475569;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:30px}.icon-action-btn.filter-toggle-btn{border-color:var(--accent-neutral-border);color:#475569}.icon-action-btn.entity-add-btn{width:auto;min-width:0;padding:0 12px;gap:8px;border-color:var(--accent-primary-border);background:var(--accent-primary-soft);color:var(--accent-primary-text);font-weight:700}.icon-action-btn.entity-add-btn svg{display:none}.icon-action-btn.entity-add-btn:before{content:"+";font-size:1.1rem;font-weight:800;line-height:1}.icon-action-btn.selection-toggle-btn,.icon-action-btn.group-toggle-btn{font-size:1rem;font-weight:800;line-height:1}.icon-action-btn.selection-toggle-btn svg,.icon-action-btn.group-toggle-btn svg{width:16px;height:16px;display:block}.icon-action-btn.selection-toggle-btn.active,.icon-action-btn.group-toggle-btn.active{background:#e2e8f0;border-color:#cbd5e1;color:#334155}.icon-action-btn.danger{color:#b91c1c;border-color:#fecaca}.delete-behavior-field{align-items:flex-start}.delete-action-btn{color:#b91c1c;border-color:#fecaca;background:#fff5f5;min-width:112px}.delete-action-btn:hover{background:#fee2e2;color:#991b1b}.delete-action-note{display:block;margin-top:6px}.bulk-action-bar.card{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;margin:0;border-radius:10px;border:1px solid var(--accent-primary-border);background:var(--accent-primary-soft);flex:0 0 auto}.bulk-action-bar strong{font-size:.82rem;line-height:1.1}.bulk-action-bar .icon-action-btn{padding:6px;min-height:30px;min-width:30px}.compact-table-select{width:38px;min-width:38px}.entity-page .compact-table-select,.entity-page td.selection-cell{width:0;min-width:0;max-width:0;padding-left:0;padding-right:0;border-bottom-color:transparent;overflow:hidden}@media(max-width:768px){.layout{display:flex;flex-direction:column;--sidebar-inline-size: 100%}.sidebar{width:50vw;min-width:50vw;max-width:50vw;height:100dvh;max-height:100dvh;overflow:hidden;position:fixed;top:0;left:0;z-index:50;padding:16px 0;border-right:1px solid #e6e9ef;border-top:none;border-bottom:none;background:#fff;transform:translate(-100%);transition:transform .25s ease,box-shadow .25s ease;box-shadow:none;display:flex;flex-direction:column;grid-row:unset}.sidebar.mobile-expanded{transform:translate(0);overflow-y:auto;box-shadow:4px 0 24px #0f172a1f;width:50vw;min-width:50vw;max-width:50vw;position:fixed;height:100dvh}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;opacity:0;animation:fadeIn .2s ease forwards}.sidebar-header{display:flex;align-items:center;padding:0 16px 14px;margin-bottom:4px;border-bottom:1px solid #f1f5f9}.sidebar-nav{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;padding:8px;overflow-y:auto;overflow-x:hidden}.sidebar-link{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:11px 14px;border-radius:10px;font-size:.92rem;font-weight:500;color:#334155;text-decoration:none}.sidebar-link:hover{background:#f1f5f9;transform:none}.sidebar-link.active{background:#eff6ff;color:#1d4ed8;font-weight:600}.sidebar-link.active:after{display:none}.sidebar-link.active:before{display:block}.sidebar-footer{margin-top:auto;padding:12px 8px 8px;border-top:1px solid #f1f5f9}.sidebar-button{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;width:100%;padding:11px 14px;border-radius:10px;font-size:.92rem;font-weight:500}.sidebar-text{display:inline}.sidebar-icon{width:20px;text-align:center;font-size:1rem}.sidebar-collapsed{width:100%;padding:0}.app-shell{padding:12px clamp(12px,2vw,16px);height:auto;min-height:100dvh;align-items:center}.page-title{font-size:1.3rem;margin-bottom:10px}.field{min-width:100%;flex:1}.form-row{flex-direction:column;gap:10px}.btn{width:100%;padding:12px 14px;font-size:1rem;min-height:44px}.app-shell.app-shell-tight.entity-page .card,.app-shell-tight.entity-page .card{width:100%;max-width:100%;min-width:0}.app-shell.app-shell-tight.entity-page .card .field,.app-shell-tight.entity-page .field{min-width:0}.app-shell.app-shell-tight.entity-page .card .form-row,.app-shell-tight.entity-page .form-row{flex-direction:column}.pagination-btn{width:40px;height:40px;min-height:40px;font-size:1rem}.input,.select{padding:12px 10px;font-size:1rem;min-height:44px}.topbar-icon-btn,.topbar-action-btn{padding:10px 12px;min-height:40px;font-size:.9rem}.dashboard-grid{grid-template-columns:1fr;gap:10px}.chart-card{min-height:200px}.split-layout,.split-layout.has-panel{grid-template-columns:1fr}.split-panel{width:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;overflow-y:auto;background:#fff;border-radius:0}.split-panel.open{width:100%;max-width:100%;height:100%;padding:0}.split-layout.has-panel .split-main{display:none}.table-wrap{border-radius:8px;font-size:.9rem}.turmas-page .table-wrap{max-height:calc(100dvh - 220px);overflow:auto}table{font-size:.9rem}th,td{padding:10px 6px}.card{padding:12px;margin-bottom:10px;border-radius:10px}.list-toolbar-shell{gap:10px}.list-toolbar-actions{gap:6px}.filter-chip{font-size:.8rem;padding:4px 8px}}@media(max-width:480px){html,body,#root{height:100dvh;margin:0;padding:0}.auth-body{min-height:100dvh;padding:12px}.login-container{width:100%;max-width:100%;padding:1.5rem 1rem;border-radius:12px}h2{font-size:1.3rem;margin-bottom:.8rem}.input-group input{padding:.9rem .75rem;font-size:1rem;min-height:44px}.auth-body button{padding:.9rem .75rem;font-size:1rem;min-height:44px;border-radius:8px}.app-topbar{padding:5px 16px;gap:8px}.app-shell{padding:10px clamp(10px,2vw,12px);height:auto;min-height:100dvh}.page-title{font-size:1.1rem;margin-bottom:8px}.card{padding:10px;margin-bottom:8px;border-radius:8px}.field{min-width:100%;flex:1}.form-row{flex-direction:column;gap:8px}.btn{width:100%;padding:11px 12px;font-size:.95rem;min-height:44px;border-radius:8px}.btn.secondary{font-size:.9rem;padding:10px 12px}.input,.select{padding:11px 10px;font-size:1rem;min-height:44px;border-radius:8px}.input-group label{font-size:.85rem}.pagination-btn{width:36px;height:36px;min-height:36px}.topbar-icon-btn,.topbar-action-btn{padding:8px 10px;min-height:40px;font-size:.85rem;border-radius:8px}.user-chip{gap:8px;padding:5px 8px 5px 5px}.user-chip-text{max-width:120px;font-size:.9rem}.user-chip-avatar{width:32px;height:32px;font-size:.85rem}.sidebar-link{font-size:.8rem;padding:8px 6px}.sidebar-icon{width:20px;font-size:1rem}.table-wrap{border-radius:8px;font-size:.85rem}table{font-size:.85rem}th,td{padding:8px 4px}.sticky-actions{width:60px}.icon-btn{padding:4px;font-size:1rem}.pagination-toolbar{flex-direction:column;gap:8px}.pagination-controls{margin-left:0;width:100%;justify-content:space-between}.pagination-page-size{font-size:.85rem}.list-toolbar-shell{flex-direction:column;gap:8px}.list-toolbar-actions{width:100%;justify-content:space-between;gap:6px}.filter-chip{font-size:.75rem;padding:3px 6px}.mobile-only{display:block}.dashboard-grid{grid-template-columns:1fr;gap:8px}.chart-card{min-height:180px}.app-topbar-left,.app-topbar-actions{gap:6px}.split-panel{padding:0;border-top:none}.panel-header{margin-bottom:10px}.details-form-stack{gap:8px}.form-feedback{font-size:.85rem;padding:10px 12px}.helper-text{font-size:.8rem}.toolbar{gap:6px}.modal,.dialog{max-width:calc(100vw - 20px);max-height:calc(100dvh - 40px)}.list-filter-drawer{border-radius:12px 12px 0 0;max-height:80dvh;overflow-x:hidden;overflow-y:auto}.upload-field-trigger{min-height:44px}.media-action-btn{gap:6px;font-size:.9rem}.contact-inline .btn{padding:8px 10px;font-size:.85rem;min-height:36px}.cep-lookup-row{flex-direction:column;align-items:stretch}.cep-lookup-row .btn{width:100%}}@media(max-width:360px){.login-container{padding:1.2rem .8rem}h2{font-size:1.2rem;margin-bottom:.6rem}.page-title{font-size:1rem}.card{padding:8px}.btn{padding:10px;font-size:.9rem}.field{min-width:100%}th,td{padding:6px 3px;font-size:.8rem}.sidebar-link{font-size:.75rem;padding:6px 4px}}@media(max-height:600px)and (orientation:landscape){.app-shell{height:100dvh;max-height:100dvh;padding:8px clamp(8px,2vw,12px)}.page-title{margin:4px 0 8px;font-size:1.2rem}.card{padding:8px;margin-bottom:6px}.btn{padding:8px 12px;min-height:38px}.input,.select{padding:8px 10px;min-height:38px}.topbar-icon-btn,.topbar-action-btn{min-height:36px;padding:6px 10px}.form-row{gap:6px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(hover:none)and (pointer:coarse){.btn,.input,.select,.icon-btn,.sidebar-link{min-height:44px}.btn:active{background:linear-gradient(135deg,#d93d6f,#b92d59);transform:scale(.98)}.icon-btn:active{background:#f3f4f6}.sidebar-link:active{background:#e8eefc}.professor-card:hover{transform:none}.table-wrap{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}}@media print{.app-topbar,.sidebar,.toolbar,.list-toolbar-shell{display:none}.app-shell{padding:0}table{table-layout:fixed}.sticky-actions{display:none}}.entity-page td.selection-cell input{opacity:0;pointer-events:none}.entity-page.selection-mode .compact-table-select,.entity-page.selection-mode td.selection-cell,.workspace-column.selection-mode .compact-table-select,.workspace-column.selection-mode td.selection-cell,.course-workbench.selection-mode .compact-table-select,.course-workbench.selection-mode td.selection-cell,.card.selection-mode .compact-table-select,.card.selection-mode td.selection-cell{width:38px;min-width:38px;max-width:38px;padding-left:8px;padding-right:8px;border-bottom-color:#eef2f7}.entity-page.selection-mode td.selection-cell input,.workspace-column.selection-mode td.selection-cell input,.course-workbench.selection-mode td.selection-cell input,.card.selection-mode td.selection-cell input{opacity:1;pointer-events:auto}.entity-page .selection-card-control{opacity:0;pointer-events:none}.entity-page.selection-mode .selection-card-control,.workspace-column.selection-mode .selection-card-control{opacity:1;pointer-events:auto}.list-filter-drawer{position:fixed;top:76px;right:16px;width:min(360px,calc(100vw - 32px));max-height:calc(100dvh - 92px);overflow-x:hidden;overflow-y:auto;z-index:40;margin-top:0;box-shadow:0 20px 48px #0f172a2e}.list-filter-search-field{margin-bottom:8px}.split-workspace{display:grid;grid-template-columns:minmax(340px,1.1fr) minmax(340px,1fr);gap:12px;min-height:0;flex:0 0 auto}.split-workspace.workspace-expanded-cursos,.split-workspace.workspace-expanded-matriculas{grid-template-columns:1fr}.split-workspace.workspace-expanded-cursos>.workspace-column:last-child,.split-workspace.workspace-expanded-matriculas>.workspace-column:first-child{display:none}.course-workbench{display:flex;flex-direction:column;gap:12px}.course-workbench-grid{display:grid;grid-template-columns:minmax(300px,1.05fr) minmax(320px,1fr) minmax(340px,1.1fr);gap:12px;align-items:start}.btn.active,.cell-tag.active{border-color:#475569;background:#eef2f7;color:#1f2937}.workspace-column{min-width:0;display:flex;flex-direction:column;gap:6px}.workspace-column .table-card{flex:1;min-height:0}.workspace-column>.bulk-action-bar.card,.entity-page>.bulk-action-bar.card{flex:0 0 auto}.workspace-list-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}@media(max-width:640px){.workspace-list-header{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px}.workspace-list-header strong{width:100%}.workspace-list-header .entity-actions{width:100%;justify-content:flex-end;flex-wrap:wrap;gap:8px}.workspace-list-header .entity-actions>*{flex:1 1 auto;min-width:0}aside[data-testid=cursos-create-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-create-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-expanded-create-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-course-split-filter-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-expanded-filter-drawer-overlay] .workspace-list-header,aside[data-testid=matriculas-filter-drawer-overlay] .workspace-list-header{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}aside[data-testid=cursos-create-drawer-overlay] .workspace-list-header .entity-actions>*,aside[data-testid=matriculas-create-drawer-overlay] .workspace-list-header .entity-actions>*,aside[data-testid=matriculas-expanded-create-drawer-overlay] .workspace-list-header .entity-actions>*,aside[data-testid=matriculas-course-split-filter-drawer-overlay] .workspace-list-header .entity-actions>*,aside[data-testid=matriculas-expanded-filter-drawer-overlay] .workspace-list-header .entity-actions>*,aside[data-testid=matriculas-filter-drawer-overlay] .workspace-list-header .entity-actions>*{flex:0 0 auto}.entity-actions{width:100%;justify-content:flex-end;flex-wrap:wrap;gap:8px}.entity-actions>*{flex:1 1 auto;min-width:0}.card.table-card{width:100%;max-width:100%;min-width:0;overflow-x:auto}.card.table-card .table-wrap{min-width:0;overflow-x:auto}.card.table-card .table-wrap table{width:auto;min-width:max-content;table-layout:auto}.card.table-card .table-wrap table th,.card.table-card .table-wrap table td{white-space:nowrap}}.workspace-column.overlay-host{position:relative}.workspace-overlay-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;padding:10px;border-radius:14px;background:#f3f5f9eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto;max-height:100%}.workspace-overlay-panel .card{margin:0;max-height:100%;overflow-y:auto}.overlay-host{position:relative;max-height:600px;overflow-y:auto}.filter-criteria-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:14px}.filter-criteria-card{border:1px solid #f0d0dc;border-radius:12px;background:#fff7fa;padding:10px;display:flex;flex-direction:column;gap:8px}.filter-criteria-card strong{color:#6f1237;font-size:.86rem}.filter-criteria-values{display:flex;flex-wrap:wrap;gap:6px}.filter-criteria-pill{border-radius:999px;padding:4px 8px;background:#fff;border:1px solid #f7b8cf;color:#8f1648;font-size:.78rem}.filter-criteria-pill.is-clickable{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;line-height:1.2}.filter-criteria-pill.is-clickable:hover{background:#ffe7f0;border-color:#ef4f8b}.filter-criteria-pill.is-clickable:focus-visible{outline:2px solid #ef4f8b;outline-offset:1px}.filter-criteria-pill.is-active{background:#ef4f8b;border-color:#ef4f8b;color:#fff}.filter-criteria-empty{color:#7c6b74;font-size:.8rem}.alunos-group-section{display:flex;flex-direction:column;gap:4px}.alunos-group-row td{padding:8px 12px 6px;background:#e2e8ef;border-top:1px solid #cdd7e3;border-bottom:0}.alunos-group-heading{display:flex;align-items:baseline;gap:8px;padding:0;color:#334155;font-size:.76rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase}.alunos-group-heading small{margin-left:0;color:#475569;font-size:.74rem;font-weight:600;text-transform:none}.alunos-data-row td{background:#fff;border-top:1px solid #dde5ee}.alunos-data-row:hover td{background:#f6f8fb}.cell-list{display:flex;flex-wrap:wrap;gap:6px}.cell-tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#fff6fa;border:1px solid #f5c1d5;color:#8f1648;font-size:.78rem}.workspace-record-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;color:#64748b;font-size:.8rem}.related-section-block{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;border:1px solid #dbe3ef;background:#fbfdff}.related-section-block.is-expanded{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f;min-height:min(62dvh,720px)}.related-inline-actions{display:flex;flex-wrap:wrap;gap:8px}.related-table-wrap{margin-top:0;max-height:min(34dvh,320px);overflow:auto;border:1px solid #e2e8f0;border-radius:10px}.related-table-wrap table{width:100%;border-collapse:collapse}.related-table-wrap thead th{position:sticky;top:0;z-index:1;background:#fff}.related-table-wrap table th,.related-table-wrap table td{padding:12px 14px;border-bottom:1px solid #e2e8f0;text-align:left;font-size:.95rem}.related-table-wrap table tbody tr:last-child td{border-bottom:none}.related-table-wrap table th{font-weight:700;color:#1f2937}.related-table-wrap table td{color:#475569}.status-indicator{display:inline-flex;align-items:center;gap:6px;font-weight:700}.status-positive{color:#15803d}.status-negative{color:#b91c1c}.status-info{color:#1d4ed8}.related-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.related-metrics-grid .record-meta{min-height:45px;margin:0}@media(max-width:1024px){.split-workspace,.course-workbench-grid,.matricula-detail-grid{grid-template-columns:1fr}.course-workbench{flex-direction:column!important}.course-workbench-main{width:100%!important}.course-workbench-detail,.course-workbench .workspace-list-header,.course-workbench .card.create-drawer,.course-workbench>div,.course-workbench>aside{width:100%!important;max-width:100%!important;min-width:0!important}.course-workbench-detail{flex-shrink:0!important;border-left:none!important;border-top:1px solid #e0e0e0!important}.course-workbench-detail>div,.course-workbench-main>div{min-width:0}.course-workbench .workspace-list-header .entity-actions{width:100%;flex-wrap:wrap}.course-workbench .workspace-list-header .entity-actions>*{flex:1 1 auto;min-width:0}.course-workbench .card.table-card{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto}.course-workbench .card.table-card .table-wrap{min-width:0;overflow-x:auto}.course-workbench .card.table-card .table-wrap table{width:100%;min-width:100%;table-layout:fixed}.course-workbench .card.table-card .table-wrap table th,.course-workbench .card.table-card .table-wrap table td{white-space:normal}}@media(max-width:900px){.entity-header{top:58px;align-items:center;flex-direction:row;padding:3px 6px}.entity-actions{width:auto;justify-content:flex-end}.entity-header-topline{gap:6px}.entity-header-meta{font-size:.7rem}.list-filter-drawer{top:auto;right:0;bottom:0;width:100%;max-height:78dvh;border-radius:18px 18px 0 0}.related-section-header{align-items:flex-start;flex-direction:column}.related-inline-actions{width:100%}.related-inline-actions .btn{flex:1 1 140px}}@media(max-width:640px){.entity-page.is-edit-mode>.entity-header,.entity-page.is-view-mode>.entity-header{display:none}.entity-page.is-edit-mode .related-turmas-panel{display:none}.entity-header{flex-direction:column;align-items:stretch;padding:8px 10px;gap:8px}.entity-header-copy{width:100%;overflow:visible}.entity-header-topline{flex-direction:column;align-items:flex-start;gap:6px}.entity-breadcrumb-row{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.entity-breadcrumb-nav,.entity-breadcrumb-chips{width:100%;flex-wrap:wrap;overflow-x:visible;overflow-y:visible}.entity-breadcrumb-link,.entity-breadcrumb-current{font-size:.72rem;padding:3px 7px}.entity-header-meta{font-size:.68rem;line-height:1.3;white-space:normal}.entity-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}}.relationship-workspace{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.relationship-workspace.has-detail{grid-template-columns:minmax(0,1fr) minmax(320px,35%)}.relationship-workspace.has-detail.detail-expanded{grid-template-columns:minmax(0,1fr)}.relationship-workspace.has-detail.detail-expanded .relationship-list-column{display:none}.relationship-workspace.has-detail.detail-expanded .relationship-detail-column{grid-column:1 / -1;width:100%;max-width:none}.relationship-list-column,.relationship-detail-column{min-width:0}.relationship-list-card{display:flex;flex-direction:column;gap:10px}.relationship-list-header{display:flex;justify-content:space-between;gap:8px}.relationship-card-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:15px;overflow-wrap:anywhere}.relationship-card{border:1px solid #dbe3ef;border-radius:12px;background:#fbfdff;padding:15px;position:relative;gap:8px}.relationship-card.is-active{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.relationship-card-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:flex;flex-direction:column;align-items:flex-start;gap:15px;padding:0;width:100%;text-align:left;margin-bottom:40px;cursor:pointer}.relationship-card-main strong{font-size:.94rem}.relationship-card-main span{color:#64748b;font-size:.82rem}.relationship-card-actions{display:flex;align-items:center;gap:6px;position:absolute;bottom:1px}.descricao-trilha{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.relationship-detail-column{display:flex;flex-direction:column;gap:18px;max-height:100dvh;height:100%;overflow:hidden;position:relative;padding:10px 0}@media(max-width:640px){.relationship-card-grid{grid-template-columns:1fr!important;gap:10px}.relationship-card{padding:12px}.relationship-card-main{gap:8px;margin-bottom:12px}.relationship-card-actions{position:static;margin-top:8px;justify-content:flex-end;gap:8px}}***KEEP*** .related-section-block{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:16px;border:1px solid #dbe3ef;background:#fbfdff}.related-section-header strong,.field-label{font-weight:600;color:#334155}.related-section-block .form-row{gap:12px}.relationship-detail-column .field{margin-bottom:10px}.relationship-detail-column .field-label{font-size:.95rem}.related-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.related-section-header strong,.field-label{font-weight:500;color:#334155}.field-value{font-weight:400;color:#111827}.relationship-detail-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;position:sticky;top:0;z-index:10;flex-shrink:0;background:var(--surface, #fff);color:var(--text-color, #1f2937);padding:10px 12px;border-bottom:1px solid var(--accent-neutral-border, #dbe3f0);box-shadow:0 2px 4px #0f172a14}.relationship-detail-toolbar .relationship-detail-toolbar-edit-actions{display:flex;gap:8px;flex:1 1 auto;min-width:0}.relationship-detail-toolbar .relationship-detail-toolbar-edit-actions .btn{flex:1 1 0;min-width:0}.course-detail-view{display:flex;flex-direction:column;gap:20px}@media(max-width:640px){.relationship-detail-toolbar{flex-wrap:nowrap;align-items:center}.relationship-detail-toolbar .relationship-detail-toolbar-edit-actions{flex:1 1 auto;width:100%}.relationship-detail-toolbar .relationship-detail-toolbar-edit-actions .btn{flex:1 1 0}}@media(max-width:768px){.alunos-create-drawer{display:flex;flex-direction:column}.alunos-create-drawer>form{order:1}.alunos-create-drawer>.alunos-create-toolbar{order:2;position:static!important;display:flex;flex-shrink:0;justify-content:stretch;box-shadow:none!important;border-top:1px solid var(--accent-neutral-border, #dbe3f0);border-bottom:none}.alunos-create-desktop-actions{display:flex;width:100%;gap:8px}.alunos-create-drawer>div:not(.alunos-create-toolbar){order:1}.alunos-create-desktop-actions .btn{flex:1 1 0}}@media(max-width:768px){.professores-create-drawer{display:flex;flex-direction:column}.professores-create-desktop-actions,.professores-create-drawer>.professores-create-toolbar{display:flex;width:100%;gap:8px}.professores-create-drawer>.professores-create-toolbar{order:2;position:static!important;top:auto!important;flex-shrink:0;justify-content:stretch;box-shadow:none!important;border-top:1px solid var(--accent-neutral-border, #dbe3f0);border-bottom:none}.professores-create-drawer>div:not(.professores-create-toolbar){order:1}.professores-create-desktop-actions .btn{flex:1 1 0}}@media(max-width:768px){.trilhas-create-drawer{display:flex;flex-direction:column}.trilhas-create-drawer>.relationship-detail-body{order:1}.trilhas-create-drawer>.trilhas-create-toolbar{order:2;position:static!important;display:flex;flex-shrink:0;justify-content:stretch;box-shadow:none!important;border-top:1px solid var(--accent-neutral-border, #dbe3f0);border-bottom:none}.trilhas-create-drawer>div:not(.trilhas-create-toolbar){order:1}.trilhas-create-toolbar .btn{flex:1 1 0;min-width:0}}@media(max-width:768px){.avaliacoes-create-drawer{display:flex;flex-direction:column}.avaliacoes-create-drawer>form{order:1}.avaliacoes-create-drawer>.avaliacoes-create-toolbar{order:2;position:static!important;display:flex;flex-shrink:0;justify-content:stretch;box-shadow:none!important;border-top:1px solid var(--accent-neutral-border, #dbe3f0);border-bottom:none}.avaliacoes-create-drawer>div:not(.avaliacoes-create-toolbar){order:1}.avaliacoes-create-toolbar .btn{flex:1 1 0;min-width:0}}.chamada-students-list{max-height:min(40vh,320px);overflow-y:auto;overscroll-behavior:contain;padding-right:4px}@media(max-width:768px){.chamada-students-list{max-height:45dvh}}@media(max-width:768px){.turmas-create-drawer{display:flex;flex-direction:column;width:100vw!important;max-width:100vw!important;min-width:0!important;height:100dvh!important;max-height:100dvh!important;padding:0!important;box-sizing:border-box;overflow-y:auto}.turmas-create-drawer>.turmas-create-toolbar{order:2;display:flex;flex-shrink:0;position:static!important;top:auto!important;border-top:1px solid var(--accent-neutral-border, #dbe3f0);border-bottom:none;box-shadow:none}.turmas-create-desktop-actions{display:flex;width:100%;gap:8px}.turmas-create-drawer>div:not(.turmas-create-toolbar){order:1}.turmas-create-drawer>div:not(.turmas-create-toolbar){width:100%;padding:16px!important;box-sizing:border-box}.turmas-create-drawer .form-row{display:grid;grid-template-columns:minmax(0,1fr)!important;gap:14px;width:100%}.turmas-create-drawer .field,.turmas-create-drawer .input,.turmas-create-drawer .select{min-width:0;width:100%;max-width:100%}.turmas-create-desktop-actions .btn{flex:1 1 0;min-width:0}}.relationship-detail-column>:not(.relationship-detail-toolbar){overflow:auto;flex:1 1 auto;min-height:0;padding:12px 16px}.relationship-detail-column .related-section-block{border:none;background:transparent;padding:0;border-radius:0;gap:12px}.relationship-detail-column .related-section-block .form-row{gap:12px}.relationship-form-stack{display:flex;flex-direction:column;gap:10px}@media(max-width:1024px){.relationship-workspace.has-detail,.relationship-workspace.has-detail.detail-expanded{grid-template-columns:minmax(0,1fr)}.relationship-detail-column{max-height:none}}@media(max-width:768px){.aulas-layout{flex-direction:column!important;gap:10px!important;overflow:auto!important;min-height:0}.aulas-calendar{flex:1 1 auto!important;min-height:520px;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.aulas-calendar .fc{min-height:500px}.aulas-panel{width:100%!important;min-width:unset!important;border-left:none!important;border-top:1px solid #e0e0e0;max-height:none;flex:0 0 auto;border-radius:12px}.aulas-panel.is-create-mode,.aulas-panel.is-view-mode{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;width:100%!important;min-width:0!important;max-width:none!important;height:100dvh;max-height:100dvh;overflow-y:auto;padding:12px 14px max(20px,env(safe-area-inset-bottom,0px));border:none;border-radius:0;box-sizing:border-box;background:#fff}.aulas-panel.is-create-mode>form{width:100%;margin:0 auto}.aulas-panel.is-view-mode{padding:16px 14px max(20px,env(safe-area-inset-bottom,0px))}.aulas-panel.is-create-mode>form>div:first-child{position:sticky;top:-12px;z-index:1;padding-top:12px;padding-bottom:12px;background:#fff;border-bottom:1px solid #e5e7eb}.aulas-panel.is-create-mode .form-row{grid-template-columns:minmax(0,1fr)}.aulas-panel.is-create-mode .toolbar{flex-direction:column;align-items:stretch}.aulas-calendar .fc-header-toolbar{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title title" "left right";gap:8px;margin:10px 10px 8px;align-items:center}.aulas-calendar .fc-toolbar-chunk:nth-child(1){grid-area:left}.aulas-calendar .fc-toolbar-chunk:nth-child(2){grid-area:title;text-align:left}.aulas-calendar .fc-toolbar-chunk:nth-child(3){grid-area:right;justify-self:end}.aulas-calendar .fc-toolbar-chunk{display:flex;align-items:center;gap:4px}.aulas-calendar .fc-button{min-height:38px;padding:6px 9px;font-size:.82rem}.aulas-calendar .fc-button-group{display:flex}.fc .fc-toolbar-title{font-size:1.05rem!important;font-weight:700}.aulas-calendar .fc-scroller{scrollbar-width:thin}.aulas-calendar .fc-timegrid-slot{height:3.2rem}.aulas-calendar .fc-timegrid-event{min-height:42px;border-radius:7px;padding:3px 5px}.aulas-calendar .fc-event-title,.aulas-calendar .fc-event-time{white-space:normal;overflow-wrap:anywhere;line-height:1.2}.aulas-calendar .fc-daygrid-event{margin:2px 4px;padding:3px 4px;white-space:normal}.aulas-calendar .fc-daygrid-event .fc-event-title{font-size:.78rem}.aulas-fab{position:fixed;bottom:80px;right:20px;width:56px;height:56px;border-radius:50%;background:#e91e63;color:#fff;border:none;font-size:1.5rem;box-shadow:0 4px 12px #0000004d;z-index:100;display:flex;align-items:center;justify-content:center;cursor:pointer}}@media(min-width:769px){.aulas-fab{display:none}}@media(min-width:1024px){.split-layout.has-panel{display:grid;grid-template-columns:minmax(0,1fr) 500px;gap:20px}.split-layout.has-three-columns{display:grid;grid-template-columns:minmax(0,1fr) 530px 430px;gap:20px}.split-layout.has-three-columns.detail-expanded{display:grid;grid-template-columns:minmax(360px,58%) minmax(280px,42%);gap:20px}@media(min-width:769px)and (max-width:1199px){.professores-page .split-layout.has-three-columns{grid-template-columns:minmax(0,1fr) minmax(320px,42%);align-items:start}.professores-page .split-layout.has-three-columns .related-turmas-panel{grid-column:1 / -1;max-height:280px;overflow-y:auto}}@media(max-width:768px){.app-shell.professores-page{padding-left:4px!important;padding-right:4px!important}.professores-page .split-main>.card.table-card{padding:4px 0!important;margin-left:0;margin-right:0;border-radius:8px;box-sizing:border-box;width:100%}.professores-page .dashboard-grid{grid-template-columns:minmax(0,1fr)!important;width:100%;gap:6px;padding:0!important;margin:0!important}.professores-page .dashboard-grid .card.professor-card{width:100%!important;margin:0!important;padding:12px 10px!important;box-sizing:border-box;border-radius:10px}.professores-page .professor-card>div:first-child{align-items:center}.professores-page .professor-card .selection-card-control{min-height:44px}.professores-page .split-layout.has-panel .split-panel.open,.professores-page .split-layout.has-three-columns .split-panel.open{position:relative;height:auto!important;max-height:none!important;min-height:calc(100dvh - 120px);overflow:visible;padding:0}.professores-page .relationship-detail-toolbar{position:sticky;top:0;z-index:2;flex-wrap:wrap;gap:8px;padding:10px;background:var(--surface-primary, #fff);border-bottom:1px solid var(--border-color, #e5e7eb)}.professores-page .relationship-detail-toolbar .btn{flex:1 1 120px;min-width:0}.professores-page .relationship-detail-column>:not(.relationship-detail-toolbar){min-width:0}.professores-page .relationship-detail-column .form-row{grid-template-columns:minmax(0,1fr)}.professores-page .professor-photo-card,.professores-page .professor-photo-stage,.professores-page .professor-photo-copy{min-width:0}.professores-page .professor-photo-copy span{overflow-wrap:anywhere}.professores-page .related-turmas-panel{padding:16px!important;max-height:none;overflow:visible}.professores-page .related-turmas-panel table{min-width:260px}}.split-layout.has-three-columns.detail-expanded .split-main{display:none}.split-layout.has-three-columns.detail-expanded aside.split-panel:first-of-type{grid-column:1 / 2;width:100%;max-width:none;position:relative;z-index:2}.split-layout.has-three-columns.detail-expanded aside.split-panel:nth-of-type(2){grid-column:2 / 3;width:100%;max-width:none}}@media(max-width:768px){.professores-page .relationship-detail-column.split-panel.open{height:auto!important;max-height:none!important;min-height:0;overflow:visible}.professores-page .relationship-detail-column.split-panel.open>.relationship-detail-toolbar+div{min-height:0}}
