*{box-sizing:border-box}html{height:100%}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--surface-ground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;margin:0;padding:0}a{color:var(--primary-color);text-decoration:none}.layout-wrapper{min-height:100vh}.layout-topbar{z-index:997;background-color:var(--surface-card);align-items:center;width:100%;height:5rem;padding:0 2rem;transition:left .2s;display:flex;position:fixed;top:0;left:0;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-logo{color:var(--surface-900);border-radius:12px;align-items:center;width:300px;font-size:1.5rem;font-weight:500;display:flex}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.layout-topbar .layout-topbar-logo:focus{outline-offset:0;box-shadow:var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button{color:var(--text-color-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .2s;display:inline-flex;position:relative}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.layout-topbar .layout-topbar-button:focus{outline-offset:0;box-shadow:var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}@media (max-width:991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{order:2;width:auto}.layout-topbar .layout-menu-button{order:1;margin-left:0}.layout-topbar .layout-topbar-menu-button{order:3;margin-left:0;display:inline-flex}.layout-topbar .layout-topbar-menu{background-color:var(--surface-overlay);border-radius:12px;flex-direction:column;min-width:15rem;margin-left:0;padding:1rem;animation:.15s linear scalein;display:none;position:absolute;top:5rem;right:2rem;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active{display:block}.layout-topbar .layout-topbar-menu .layout-topbar-button{border-radius:12px;justify-content:flex-start;width:100%;height:auto;margin-left:0;padding:1rem;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button i{margin-right:.5rem;font-size:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{z-index:999;-webkit-user-select:none;user-select:none;background-color:var(--surface-overlay);border-radius:12px;width:300px;height:calc(100vh - 9rem);padding:.5rem 1.5rem;transition:transform .2s,left .2s;position:fixed;top:7rem;left:2rem;overflow-y:auto;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-menu{-webkit-user-select:none;user-select:none;margin:0;padding:0;list-style-type:none}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text{text-transform:uppercase;color:var(--surface-900);margin:.75rem 0;font-size:.857rem;font-weight:700}.layout-menu .layout-root-menuitem>a{display:none}.layout-menu li.active-menuitem>a .layout-submenu-toggler{transform:rotate(-180deg)}.layout-menu li.active-menuitem>ul{max-height:auto}.layout-menu ul{margin:0;padding:0;list-style-type:none}.layout-menu ul a{color:var(--text-color);cursor:pointer;border-radius:12px;outline:0;align-items:center;padding:.75rem 1rem;transition:background-color .2s,box-shadow .2s;display:flex;position:relative}.layout-menu ul a .layout-menuitem-icon{margin-right:.5rem}.layout-menu ul a .layout-submenu-toggler{margin-left:auto;font-size:75%;transition:transform .2s}.layout-menu ul a.rotated-icon .layout-menuitem-icon{transform:rotate(90deg)}.layout-menu ul a.active-route{color:var(--primary-color);font-weight:700}.layout-menu ul a:hover{background-color:var(--surface-hover)}.layout-menu ul a:focus{outline-offset:0;box-shadow:inset var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-menu ul ul{border-radius:12px;max-height:0;overflow:hidden}.layout-menu ul ul li a{margin-left:1rem}.layout-menu ul ul li li a{margin-left:2rem}.layout-menu ul ul li li li a{margin-left:2.5rem}.layout-menu ul ul li li li li a{margin-left:3rem}.layout-menu ul ul li li li li li a{margin-left:3.5rem}.layout-menu ul ul li li li li li li a{margin-left:4rem}.layout-submenu-enter-active{transition:max-height 1s ease-in-out;max-height:1000px!important}.layout-submenu-enter-done,.layout-submenu-exit{max-height:1000px!important}.layout-submenu-exit-active{transition:max-height .45s cubic-bezier(0,1,0,1);overflow:hidden;max-height:0!important}.layout-config-button{background:var(--primary-color);width:3rem;height:3rem;color:var(--primary-color-text);text-align:center;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);transition:background-color var(--transition-duration);cursor:pointer;z-index:999;border-top-right-radius:0;border-bottom-right-radius:0;margin-top:-1.5rem;line-height:3rem;display:block;position:fixed;top:50%;right:0;overflow:hidden;box-shadow:-.25rem 0 1rem #00000026}.layout-config-button.config-link{border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem}.layout-config-button .config-link:focus{outline-offset:0;box-shadow:0 0 0 1px var(--focus-ring);outline:0}.layout-config-button i{font-size:2rem;line-height:inherit;transition:transform 1s;transform:rotate(0)}.layout-config-button:hover{background:var(--primary-400)}.layout-config-sidebar.p-sidebar .p-sidebar-content{padding-left:2rem;padding-right:2rem}.layout-main-container{flex-direction:column;justify-content:space-between;min-height:100vh;padding:7rem 2rem 2rem 4rem;transition:margin-left .2s;display:flex}.layout-main{flex:auto}.layout-footer{border-top:1px solid var(--surface-border);justify-content:center;align-items:center;padding-top:1rem;transition:margin-left .2s;display:flex}@media screen and (min-width:1960px){.layout-main,.landing-wrapper{width:1504px;margin-left:auto!important;margin-right:auto!important}}@media (min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.layout-wrapper.layout-overlay.layout-overlay-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar{left:0;transform:translate(-100%)}.layout-wrapper.layout-static.layout-static-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media (max-width:991px){.blocked-scroll{overflow:hidden}.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-sidebar{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.layout-wrapper .layout-mask{z-index:998;background-color:var(--maskbg);width:100%;height:100%;display:none;position:fixed;top:0;left:0}.layout-wrapper.layout-mobile-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-mobile-active .layout-mask{animation:.2s fadein;display:block}}.clearfix:after{content:" ";clear:both;display:block}.card{background:var(--surface-card);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);border-radius:12px;margin-bottom:2rem;padding:2rem}.card:last-child{margin-bottom:0}.p-toast.p-toast-top-right,.p-toast.p-toast-top-left,.p-toast.p-toast-top-center{top:100px}h1,h2,h3,h4,h5,h6{color:var(--surface-900);margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;border-radius:12px;padding:.25rem .4rem;font-family:monospace}blockquote{border-left:4px solid #90a4ae;margin:1rem 0;padding:0 2rem}hr{border-top:solid var(--surface-border);border-width:1px 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}
:root{--presente-font-size-xs:.78rem;--presente-font-size-sm:.875rem;--presente-font-size-md:.95rem;--presente-font-size-lg:1.15rem;--presente-font-size-xl:1.45rem;--presente-font-size-page:1.75rem;--presente-weight-regular:400;--presente-weight-medium:500;--presente-weight-semibold:600}@media (min-width:992px) and (max-width:1440px){html{font-size:13.5px}}@media (min-width:1441px) and (max-width:1680px){html{font-size:14.25px}}@media (min-width:1681px) and (max-width:1919px){html{font-size:15px}}.layout-wrapper{background:var(--surface-ground);grid-template-columns:none;display:block}.layout-sidebar{z-index:1001;border-right:0;border-radius:0;align-self:auto;width:300px;height:100vh;min-height:0;max-height:none;padding:1.25rem 1.5rem;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-sidebar .sidebar-menu-button{border:1px solid var(--surface-border);width:2.45rem;height:2.45rem;color:var(--text-color-secondary);background:var(--surface-card);border-radius:8px;justify-content:center;align-items:center;margin:0 0 0 auto;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex;position:static}.layout-sidebar .sidebar-menu-button:hover{color:var(--primary-color);border-color:var(--primary-color);background:var(--primary-50)}.layout-sidebar-brand{align-items:center;width:100%;min-height:4.9rem;margin:0 0 .4rem;text-decoration:none;display:flex}.layout-sidebar-brand-full{object-fit:contain;width:100%;height:auto;max-height:4.35rem;display:block}.layout-sidebar-brand-compact{object-fit:contain;width:2.85rem;height:2.85rem;display:none}.layout-main-container{flex-direction:column;justify-content:space-between;min-height:100vh;padding:7rem 2rem 2rem 4rem;display:flex}.layout-main{width:100%;min-width:0}.layout-menu{margin:0;padding:0;display:block}.layout-menu a{min-height:auto}.layout-sidebar .layout-menu>.layout-root-menuitem:first-child>ul{margin-top:.6rem}.presente-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;margin:0 0 1.5rem;padding:0;display:flex}.presente-page-header h1{font-size:var(--presente-font-size-page);font-weight:var(--presente-weight-semibold);letter-spacing:0;margin:0;line-height:1.25}.institution-page-header{align-items:center;margin-bottom:1.25rem}.institution-page-header h1{color:#005dab;text-transform:none;font-size:clamp(1.25rem,1.6vw,1.65rem);font-weight:800;line-height:1.15}.presente-page-header p:not(.eyebrow){max-width:640px;color:var(--text-color-secondary);font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-regular);margin:.75rem 0 0;line-height:1.5}.layout-main .sakai-table-card,.layout-main .sakai-metric-card,.layout-main .institution-action-grid .p-card,.layout-main .detail-panel,.layout-main .institution-logo-card{box-shadow:none;border:0}.layout-main .sakai-table-card,.layout-main .institution-action-grid .p-card,.layout-main .sakai-metric-card{border-radius:12px}.layout-main .p-card{box-shadow:var(--card-shadow)}.layout-topbar{align-items:center;gap:1rem;width:calc(100% - 300px);left:300px}.layout-topbar .layout-topbar-logo{flex:0 min(300px,42vw);width:300px;min-width:0;max-width:min(300px,42vw);height:5rem;padding:0;overflow:visible}.layout-topbar .layout-topbar-logo img{object-fit:contain;width:100%;max-width:300px;height:auto;max-height:68px;margin:.35rem 0}.layout-topbar .layout-menu-button{margin-left:0}@media (min-width:992px){.layout-topbar .layout-menu-button{display:none}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar{z-index:1100;width:74px;height:100vh;padding:.5rem .6rem;top:0;left:0;overflow:visible;transform:none}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar .sidebar-menu-button{margin:0 auto}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar-brand{justify-content:center;width:100%;min-height:3.2rem;margin:0 0 .85rem}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar-brand-full{display:none}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar-brand-compact{display:block}.layout-wrapper.layout-static.layout-static-inactive .layout-main-container{margin-left:74px}.layout-wrapper.layout-static.layout-static-inactive .layout-topbar{width:calc(100% - 74px);left:74px}.layout-wrapper.layout-static.layout-static-inactive .layout-menu{padding-top:0;overflow:visible}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem:first-child>ul{margin-top:0}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>a .layout-menuitem-text,.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>a .layout-submenu-toggler,.layout-wrapper.layout-static.layout-static-inactive .layout-menuitem-root-text{display:none}.layout-wrapper.layout-static.layout-static-inactive .layout-menuitem-root-text.with-root-action{justify-content:center;margin:0 0 .75rem;display:flex}.layout-wrapper.layout-static.layout-static-inactive .layout-menuitem-root-text.with-root-action>span{display:none}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li{position:relative;overflow:visible}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>a{justify-content:center;padding:.75rem}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>a .layout-menuitem-icon{margin-right:0;font-size:1.15rem}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul{z-index:1200;border:1px solid var(--surface-border);background:var(--surface-card);border-radius:10px;min-width:230px;max-height:none;padding:.45rem;display:none;position:absolute;top:-.35rem;left:calc(100% + .65rem);overflow:visible;box-shadow:0 10px 28px #0f172a24}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul:before{content:"";width:.75rem;height:100%;position:absolute;top:0;right:100%}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul:after{content:"";border-top:.45rem solid #0000;border-bottom:.45rem solid #0000;border-right:.45rem solid var(--surface-card);width:0;height:0;filter:drop-shadow(-1px 0 0 var(--surface-border));position:absolute;top:1rem;right:100%}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li:hover>ul,.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li:focus-within>ul{display:block}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul a{justify-content:flex-start;padding:.75rem .85rem}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul .layout-menuitem-icon{margin-right:.5rem;font-size:1rem}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul .layout-menuitem-text{display:inline}.layout-wrapper.layout-static.layout-static-inactive .layout-menu>.layout-root-menuitem>ul>li>ul .layout-submenu-toggler{display:inline-flex}}@media (min-width:992px) and (max-width:1440px){.layout-sidebar{width:250px;height:100vh;padding:1.1rem .75rem;top:0;left:0}.layout-main-container{padding:5.75rem 1.25rem 1.25rem 2rem}.layout-wrapper.layout-static .layout-main-container{margin-left:250px}.layout-topbar{width:calc(100% - 250px);left:250px}.layout-topbar .layout-topbar-logo{flex-basis:min(250px,38vw);width:250px;max-width:min(250px,38vw)}.layout-sidebar-brand-full{max-height:3.9rem}.layout-sidebar .layout-menu>.layout-root-menuitem:first-child>ul{margin-top:1rem}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar{width:64px;padding:.45rem .5rem;left:0}.layout-wrapper.layout-static.layout-static-inactive .layout-main-container{margin-left:64px}.layout-wrapper.layout-static.layout-static-inactive .layout-topbar{width:calc(100% - 64px);left:64px}}@media (min-width:1441px) and (max-width:1680px){.layout-sidebar{width:275px;left:0}.layout-main-container{padding:6.5rem 1.5rem 1.5rem 3rem}.layout-wrapper.layout-static .layout-main-container{margin-left:275px}.layout-topbar{width:calc(100% - 275px);left:275px}.layout-topbar .layout-topbar-logo{flex-basis:min(275px,40vw);width:275px;max-width:min(275px,40vw)}}.layout-menu .layout-root-menuitem>div,.layout-menu .menuitem-category,.layout-menu .menuitem-root-text{color:var(--text-color-secondary);font-size:var(--presente-font-size-xs);font-weight:var(--presente-weight-semibold);letter-spacing:0;text-transform:uppercase;margin:.25rem 0 .55rem}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.coordinate-picker{width:100%}.coordinate-picker-map{border:1px solid var(--surface-border);background:var(--surface-ground);border-radius:10px;width:100%;height:320px;overflow:hidden}.coordinate-picker-help{color:var(--text-color-secondary);font-size:var(--presente-font-size-sm);margin:.65rem 0 0;line-height:1.45}.presente-map-pin{justify-content:center;align-items:center;display:flex}.presente-map-pin span{background:var(--primary-color);border:3px solid #fff;border-radius:50% 50% 50% 0;width:22px;height:22px;display:block;position:relative;transform:rotate(-45deg);box-shadow:0 8px 18px #1e293b47}.presente-map-pin span:after{content:"";background:#fff;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.detail-panel .coordinate-picker{margin-top:1rem}.institution-main-form{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.institution-logo-column>label{margin-bottom:.5rem;display:block}.institution-logo-control{flex-direction:column;gap:.75rem;width:100%;display:flex}.institution-logo-control .p-button{width:100%}.institution-form-logo-preview{border:1px solid var(--surface-border);background:var(--surface-ground);border-radius:10px;justify-content:center;align-items:center;width:100%;height:220px;display:flex;overflow:hidden}.institution-form-logo-preview img{object-fit:contain;width:100%;height:100%;padding:.2rem}.institution-fields-column{min-width:0}.institution-table-identity{align-items:center;gap:.75rem;min-width:220px;display:flex}.institution-table-logo{border:1px solid var(--surface-border);width:42px;height:42px;color:var(--text-color-secondary);background:var(--surface-ground);border-radius:8px;flex:0 0 42px;justify-content:center;align-items:center;display:flex;overflow:hidden}.image-thumbnail-button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.institution-table-logo img{object-fit:contain;width:100%;height:100%;padding:.2rem}.student-usage-cell{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.student-usage-cell strong{font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-semibold)}.action-card-status{color:var(--text-color-secondary);font-size:var(--presente-font-size-sm);line-height:1.45}.image-preview-dialog{width:min(520px,100vw - 2rem)}.image-preview-content{justify-content:center;align-items:center;min-height:260px;padding:1rem;display:flex}.image-preview-content img{object-fit:contain;max-width:100%;max-height:420px}.status-dialog{width:min(480px,100vw - 2rem)}.status-dialog-content{padding-top:.25rem}.institution-config-panel{width:100%;min-width:0}.people-tabs .p-tabview-nav{border-color:var(--surface-border);align-items:flex-end;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.people-tabs .p-tabview-nav li{list-style:none}.people-tabs .p-tabview-nav-link{white-space:nowrap;align-items:center;min-height:3rem;padding:1rem 1.25rem;display:inline-flex}.people-tabs .p-tabview-panels{padding:1.25rem 0 0}.people-tabs .table-card-header{margin-bottom:1rem}.layout-main,.layout-sidebar,.p-component{font-size:var(--presente-font-size-md);letter-spacing:0}.layout-main h1,.layout-main h2,.layout-main h3,.layout-main h4,.layout-sidebar h1,.layout-sidebar h2,.layout-sidebar h3,.layout-sidebar h4{color:var(--text-color);font-weight:var(--presente-weight-semibold);letter-spacing:0}.layout-main h2,.table-card-header h2,.section-heading h2{font-size:var(--presente-font-size-xl);line-height:1.3}.layout-main h3,.plan-history h3{font-size:var(--presente-font-size-lg);line-height:1.35}.eyebrow,.form-kicker{font-size:var(--presente-font-size-xs);font-weight:var(--presente-weight-semibold);letter-spacing:0}.layout-menu a,.sidebar-nav a{font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-medium)}.p-card .p-card-title{font-size:var(--presente-font-size-lg);font-weight:var(--presente-weight-semibold);line-height:1.35}.p-card .p-card-subtitle,.table-card-header p,.section-heading p,.metric-detail,.empty-state,.form-help,.auth-note{color:var(--text-color-secondary);font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-regular);line-height:1.5}.sakai-form-stack .field label,.catalog-form label,.site-form .field label,.academic-year-form .field label,.people-form .field label,.people-form-photo>label,.person-edit-photo-panel>label,.person-edit-fields .field label,.form-grid label,.auth-form label{color:var(--text-color);font-size:var(--presente-font-size-sm);font-weight:var(--presente-weight-medium)}.p-inputtext,.p-dropdown,.p-inputnumber-input,.p-calendar,.p-button{font-size:var(--presente-font-size-md)}.p-button{font-weight:var(--presente-weight-semibold)}@media (max-width:991px){.layout-topbar{flex-direction:row;align-items:center;gap:.75rem;width:100%;left:0}.layout-topbar .layout-topbar-logo{flex-basis:min(46vw,180px);justify-content:center;width:min(46vw,180px);max-width:min(46vw,180px);height:4rem;position:absolute;left:50%;overflow:visible;transform:translate(-50%)}.layout-topbar .layout-topbar-logo img{width:100%;max-width:180px;max-height:3.1rem;margin:.25rem 0}.layout-sidebar .sidebar-menu-button{display:none}.layout-sidebar-brand{justify-content:center;width:100%;margin:0 0 1rem}.layout-sidebar-brand-full{width:min(100%,210px)}.layout-topbar .layout-menu-button{z-index:auto;box-shadow:none;background:0 0;border:0;position:relative;top:auto;left:auto}}.p-datatable .p-datatable-thead>tr>th{color:var(--text-color);font-size:var(--presente-font-size-sm);font-weight:var(--presente-weight-semibold)}.p-datatable .p-datatable-tbody>tr>td{color:var(--text-color);font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-regular)}.p-tag{font-size:var(--presente-font-size-xs);font-weight:var(--presente-weight-semibold)}.metric-label{color:var(--text-color-secondary);font-size:var(--presente-font-size-sm);font-weight:var(--presente-weight-medium)}.sakai-metric-card strong,.metric-card strong{font-size:2rem;font-weight:var(--presente-weight-semibold)}.detail-panel dt{color:var(--text-color-secondary);font-size:var(--presente-font-size-sm);font-weight:var(--presente-weight-medium)}.person-detail dt{color:#000;font-size:var(--presente-font-size-sm);text-align:right;font-weight:700}.detail-panel dd,.person-detail dd{color:var(--text-color);font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-regular)}.sakai-check-row,.toggle-row,.module-chip,.plan-history-muted,.save-message,.logo-empty-state{font-size:var(--presente-font-size-md);font-weight:var(--presente-weight-medium)}@media (max-width:760px){.presente-page-header{flex-direction:column}.people-tabs .p-tabview-nav{flex-wrap:nowrap;overflow-x:auto}}.presente-topbar-institution{align-items:center;gap:.75rem;min-width:0;display:flex}.presente-topbar-institution-logo{color:#075e9a;background:#f8fafc;border:1px solid #dbe5ef;border-radius:10px;flex:none;justify-content:center;align-items:center;width:3.1rem;height:3.1rem;display:inline-flex;overflow:hidden}.presente-topbar-institution-logo img{object-fit:contain;width:100%;height:100%;padding:.25rem;display:block}.presente-topbar-institution-text{flex-direction:column;min-width:0;line-height:1.15;display:flex}.presente-topbar-institution-text strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;max-width:26rem;font-size:1rem;font-weight:700;overflow:hidden}.presente-topbar-institution-text small{color:var(--text-color-secondary);font-size:.78rem;font-weight:600}.presente-topbar-spacer{flex:auto}.presente-topbar-today{color:#334155;white-space:nowrap;background:#fff;border:1px solid #dbe5ef;border-radius:999px;align-items:center;gap:.55rem;margin-left:auto;padding:.6rem .85rem;font-weight:700;display:inline-flex}.presente-topbar-today .pi{color:#075e9a}.presente-topbar-user{align-items:center;margin-left:0;display:flex}.presente-topbar-user-button{min-width:0;color:var(--text-color);border:0;border-radius:999px;align-items:center;gap:.625rem;padding:.35rem .5rem .35rem .75rem;display:inline-flex}.presente-topbar-user-button:hover{background:var(--surface-hover);color:var(--text-color)}.presente-topbar-user-text{flex-direction:column;align-items:flex-end;min-width:0;line-height:1.15;display:flex}.presente-topbar-user-text strong{text-overflow:ellipsis;white-space:nowrap;color:#111827;max-width:15rem;font-size:.92rem;font-weight:var(--presente-weight-semibold);overflow:hidden}.presente-topbar-user-text small{text-overflow:ellipsis;white-space:nowrap;max-width:15rem;color:var(--text-color-secondary);font-size:.75rem;font-weight:var(--presente-weight-medium);overflow:hidden}.presente-topbar-avatar{color:#3730a3;background:#eef2ff;border:1px solid #dbe3ff;flex:none;width:2.35rem;height:2.35rem;font-size:.82rem;font-weight:700}.presente-topbar-user-chevron{color:var(--text-color-secondary);font-size:.85rem}.presente-password-dialog{width:min(92vw,32rem)}.presente-password-form{gap:1rem;display:grid}.presente-password-note{color:var(--text-color-secondary);margin:0;line-height:1.45}.presente-password-form label{color:#111827;font-size:var(--presente-font-size-sm);font-weight:var(--presente-weight-semibold);gap:.45rem;display:grid}.presente-password-form input{border:1px solid var(--surface-border);width:100%;min-height:2.75rem;color:var(--text-color);font:inherit;border-radius:8px;padding:.65rem .75rem}.presente-password-form input:focus{border-color:var(--primary-color);box-shadow:0 0 0 .14rem color-mix(in srgb, var(--primary-color) 16%, transparent);outline:none}.presente-password-actions{justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.management-attention-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:1rem 0;display:grid}.management-attention-card{border:1px solid var(--surface-border);background:var(--surface-card);text-align:left;min-height:5.25rem;color:var(--text-color);border-radius:8px;align-content:center;gap:.35rem;padding:1rem;display:grid}button.management-attention-card{cursor:pointer}button.management-attention-card:hover{border-color:var(--primary-color)}.management-attention-card span{color:var(--text-color-secondary);font-size:.78rem;font-weight:var(--presente-weight-semibold);text-transform:uppercase}.management-attention-card strong{color:#111827;font-size:1rem;line-height:1.25}.management-attention-card.warning{border-left:4px solid #f97316}.management-attention-card.danger{border-left:4px solid #dc2626}.management-attention-card.success{border-left:4px solid #22c55e}.management-attention-card.info{border-left:4px solid #0ea5e9}.management-table-header{align-items:flex-start;gap:1rem}.management-filter-bar{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.management-filter-bar button{border:1px solid var(--surface-border);background:var(--surface-card);min-height:2.35rem;color:var(--text-color);cursor:pointer;font-weight:var(--presente-weight-semibold);border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .8rem;display:inline-flex}.management-filter-bar button.active,.management-filter-bar button:hover{border-color:var(--primary-color);color:var(--primary-color)}.management-filter-bar span{background:var(--surface-hover);min-width:1.35rem;color:var(--text-color-secondary);text-align:center;border-radius:999px;padding:.1rem .4rem;font-size:.75rem}.management-attention-tags{flex-wrap:wrap;gap:.35rem;display:flex}.management-row-actions{align-items:center;gap:.15rem;display:flex}.analytics-dashboard{gap:1rem;display:grid}.analytics-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.analytics-header span{color:#005b9f;font-size:var(--presente-font-size-xs);font-weight:var(--presente-weight-semibold);text-transform:uppercase}.analytics-header h1{font-size:var(--presente-font-size-page);margin:.35rem 0 0;line-height:1.2}.analytics-header-action{border:1px solid var(--surface-border);background:var(--surface-card);min-height:2.75rem;color:var(--text-color);font-weight:var(--presente-weight-semibold);border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1rem;display:inline-flex}.analytics-header-action:hover{border-color:var(--primary-color);color:var(--primary-color)}.analytics-summary-grid,.analytics-signal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.analytics-summary-card,.analytics-signal-card{background:var(--surface-card);border:1px solid #0000;border-radius:8px;align-content:center;gap:.35rem;min-height:8.6rem;padding:1.25rem;display:grid}.analytics-summary-card span,.analytics-signal-card span{color:var(--text-color-secondary);font-size:var(--presente-font-size-sm);font-weight:var(--presente-weight-medium)}.analytics-summary-card strong{color:#000;font-size:2rem;line-height:1.05}.analytics-signal-card strong{color:#000;font-size:1.75rem;line-height:1.1}.analytics-summary-card small,.analytics-signal-card small{color:var(--text-color-secondary);font-size:var(--presente-font-size-md);line-height:1.35}.analytics-signal-card.success{border-left:4px solid #22c55e}.analytics-signal-card.warning{border-left:4px solid #f97316}.analytics-signal-card.danger{border-left:4px solid #dc2626}.analytics-signal-card.info{border-left:4px solid #0ea5e9}.analytics-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.analytics-chart-card{background:var(--surface-card);border-radius:8px;min-width:0;padding:1.25rem}.analytics-chart-card h2{font-size:var(--presente-font-size-lg);margin:0 0 1rem}.analytics-bar-list{gap:.95rem;display:grid}.analytics-bar-row{color:var(--text-color);gap:.38rem;display:grid}a.analytics-bar-row:hover .analytics-bar-row-heading span{color:var(--primary-color)}.analytics-bar-row-heading{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.75rem;display:grid}.analytics-bar-row-heading span{color:#111827;min-width:0;font-weight:var(--presente-weight-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analytics-bar-row-heading strong{color:#000;font-size:var(--presente-font-size-sm);white-space:nowrap}.analytics-bar-track{background:#eef2f7;border-radius:999px;width:100%;height:.7rem;overflow:hidden}.analytics-bar-track span{border-radius:inherit;background:var(--primary-color);height:100%;display:block}.analytics-bar-row small,.analytics-empty{color:var(--text-color-secondary);font-size:var(--presente-font-size-sm);line-height:1.35}.analytics-empty{margin:0}@media (max-width:991px){.presente-topbar-institution{flex:auto;order:2}.presente-topbar-institution-logo{width:2.6rem;height:2.6rem}.presente-topbar-institution-text strong{max-width:12rem}.presente-topbar-institution-text small,.presente-topbar-today{display:none}.presente-topbar-user{order:3;margin-left:0}.presente-topbar-user-text,.presente-topbar-user-chevron{display:none}.presente-topbar-user-button{justify-content:center;width:3rem;height:3rem;padding:0}.presente-password-actions{flex-direction:column-reverse}.management-attention-grid{grid-template-columns:1fr}.management-filter-bar{justify-content:flex-start}.analytics-header,.analytics-header-action{width:100%}.analytics-header{flex-direction:column}.analytics-header-action{justify-content:center}.analytics-summary-grid,.analytics-signal-grid,.analytics-chart-grid{grid-template-columns:1fr}}
