@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap";:root{--bg-body:#f2f5f8}html,body{color:#1a202c;width:100%;height:100%;margin:0;padding:0;font-family:Inter,sans-serif;background-color:var(--bg-body)!important}#root{text-align:left!important;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}@media (prefers-color-scheme:dark){body{background-color:var(--bg-body)!important}}:root{--rks-blue:#036;--rks-gold:#ceab5d;--bg-body:#f2f5f8;--white:#fff;--text-dark:#1a202c;--text-light:#718096;--border-color:#e2e8f0;--radius:6px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}.login-wrapper{background-color:var(--bg-body);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Inter,-apple-system,system-ui,sans-serif;display:flex}.login-container{background:var(--white);border-radius:var(--radius);border-top:6px solid var(--rks-blue);width:950px;max-width:100%;min-height:500px;display:flex;overflow:hidden;box-shadow:0 15px 35px #0000000d}.brand-side{border-right:1px solid var(--border-color);text-align:center;background-color:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.state-title{color:var(--rks-blue);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:25px;font-size:11px;font-weight:800}.university-logo-img{mix-blend-mode:multiply;width:160px;height:auto;margin-bottom:20px}.brand-text h1{color:var(--rks-blue);margin-bottom:5px;font-size:26px;font-weight:800}.smu-tag{color:var(--text-dark);font-size:15px;font-weight:600}.form-side{flex-direction:column;flex:1.2;justify-content:center;align-items:center;padding:50px;display:flex}.form-header{text-align:center;margin-bottom:30px}.form-header h2{color:#5f6368;font-size:24px;font-weight:500}.oauth-content{flex-direction:column;align-items:center;width:100%;display:flex}.google-btn{background-color:var(--white);color:#3c4043;cursor:pointer;transition:var(--transition);border:1px solid #dadce0;border-radius:4px;justify-content:center;align-items:center;gap:12px;width:100%;max-width:320px;padding:12px 24px;font-size:16px;font-weight:500;display:flex;box-shadow:0 1px 2px #0000000d}.google-btn:hover{background-color:#f8f9fa;border-color:#d2d2d2;box-shadow:0 1px 3px #0000001a}.google-btn:disabled{opacity:.7;cursor:not-allowed}.google-icon{font-size:22px}.domain-restriction{color:var(--text-light);text-align:center;margin-top:25px;font-size:14px}.domain-restriction strong{color:var(--text-dark);font-weight:700}.footer-text{text-align:center;color:var(--text-light);margin-top:30px;font-size:12px;line-height:1.5}@media (width<=900px){.login-container{flex-direction:column;width:450px;min-height:auto}.brand-side{border-right:none;border-bottom:1px solid var(--border-color);padding:30px}.form-side{padding:40px 30px}}.umib-homepage-root{--navy:#1a2b49;--gold:#8c763e;--gold-light:#b09556;--slate:#f8fafc;--text:#1e293b;--text-light:#64748b;color:var(--text);background-color:var(--slate);scroll-behavior:smooth;font-family:Inter,sans-serif}.umib-homepage-root .container{max-width:1400px;margin:0 auto;padding:0 40px}.umib-homepage-root .main-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e2e8f0;padding:10px 0;position:sticky;top:0}.umib-homepage-root .nav-content{justify-content:space-between;align-items:center;display:flex}.umib-homepage-root .logo-section{cursor:pointer;align-items:center;gap:12px;display:flex}.umib-homepage-root .uni-logo{border-radius:4px;height:60px}.umib-homepage-root .logo-text{flex-direction:column;line-height:1.1;display:flex}.umib-homepage-root .logo-title{color:var(--navy);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:800}.umib-homepage-root .footer-logo{height:75px;margin-bottom:20px}.umib-homepage-root .nav-menu{align-items:center;gap:30px;display:flex}.umib-homepage-root .nav-menu a{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.umib-homepage-root .nav-menu a:hover{color:var(--gold)}.umib-homepage-root .nav-login-btn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.umib-homepage-root .nav-login-btn:hover{background:#253b61;transform:translateY(-1px)}.umib-homepage-root .hero-portal{color:#fff;text-align:center;background-position:50%;background-size:cover;align-items:center;min-height:60vh;padding:100px 0;display:flex}.umib-homepage-root .hero-tag{border:1px solid var(--gold);color:var(--gold-light);text-transform:uppercase;letter-spacing:1px;background:#8c763e33;border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-block}.umib-homepage-root .hero-content h1{max-width:800px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-family:Playfair Display,serif;font-size:2.8rem;line-height:1.2}.umib-homepage-root .hero-content p{opacity:.95;max-width:650px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.5}.umib-homepage-root .hero-actions{justify-content:center;gap:20px;display:flex}.umib-homepage-root .btn-gold{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:16px 36px;font-size:1rem;font-weight:700;transition:all .3s}.umib-homepage-root .btn-gold:hover{background:var(--gold-light);transform:translateY(-2px)}.umib-homepage-root .btn-outline{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:8px;padding:16px 36px;font-size:1rem;font-weight:600;transition:all .3s}.umib-homepage-root .btn-outline:hover{background:#ffffff1a;border-color:#fff}.umib-homepage-root .kpi-section{z-index:10;margin-top:-40px;position:relative}.umib-homepage-root .kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.umib-homepage-root .kpi-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:15px;padding:20px;transition:all .3s;display:flex;box-shadow:0 10px 25px -5px #0000001a}.umib-homepage-root .kpi-card:hover{border-color:var(--gold);transform:translateY(-8px);box-shadow:0 20px 35px -10px #00000026}.umib-homepage-root .kpi-icon-wrapper{color:var(--navy);background:#f0f4f8;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.umib-homepage-root .kpi-card:hover .kpi-icon-wrapper{background:var(--navy);color:#fff}.umib-homepage-root .kpi-icon-svg{width:22px;height:22px}.umib-homepage-root .kpi-info{flex-direction:column;display:flex}.umib-homepage-root .kpi-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700;display:block}.umib-homepage-root .kpi-value{color:var(--navy);font-size:1.5rem;font-weight:800}.umib-homepage-root .service-icon-ui{color:var(--gold);background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;transition:all .3s;display:flex}.umib-homepage-root .service-card:hover .service-icon-ui{background:var(--gold);color:#fff;transform:rotate(10deg)}.umib-homepage-root .services-section{padding:120px 0}.umib-homepage-root .section-header{text-align:center;margin-bottom:64px}.umib-homepage-root .section-header h2{color:var(--navy);margin-bottom:16px;font-family:Playfair Display,serif;font-size:2.8rem}.umib-homepage-root .gold-divider{background:var(--gold);border-radius:2px;width:60px;height:4px;margin:0 auto 24px}.umib-homepage-root .section-desc{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.umib-homepage-root .services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.umib-homepage-root .service-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:48px 32px;transition:all .3s}.umib-homepage-root .service-card:hover{border-color:var(--gold);box-shadow:0 20px 40px -15px #0000000d}.umib-homepage-root .service-icon{margin-bottom:24px;font-size:2.5rem}.umib-homepage-root .service-card h3{color:var(--navy);margin-bottom:16px;font-size:1.5rem}.umib-homepage-root .service-card p{color:var(--text-light);margin-bottom:24px;line-height:1.6}.umib-homepage-root .service-link{color:var(--gold);cursor:pointer;background:0 0;border:none;align-items:center;margin:0 auto;padding:0;font-size:1rem;font-weight:700;transition:gap .3s;display:flex}.umib-homepage-root .service-link:hover{color:var(--navy)}.umib-homepage-root .contact-section{padding-bottom:120px}.umib-homepage-root .contact-card{background:#fff;border-radius:24px;grid-template-columns:1fr 1.5fr;display:grid;overflow:hidden;box-shadow:0 40px 100px -20px #0000001a}.umib-homepage-root .contact-info{background:var(--navy);color:#fff;padding:60px}.umib-homepage-root .contact-info h2{margin-bottom:20px;font-family:Playfair Display,serif;font-size:2.4rem}.umib-homepage-root .contact-info p{opacity:.8;margin-bottom:40px;font-size:1.1rem}.umib-homepage-root .info-list{flex-direction:column;gap:24px;display:flex}.umib-homepage-root .info-item{align-items:center;gap:16px;font-size:1.05rem;display:flex}.umib-homepage-root .contact-form{padding:60px}.umib-homepage-root .form-group{margin-bottom:24px}.umib-homepage-root .form-input,.umib-homepage-root .form-textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:16px;font-size:1rem;transition:all .3s}.umib-homepage-root .form-input:focus,.umib-homepage-root .form-textarea:focus{border-color:var(--gold);background:#fff;outline:none;box-shadow:0 0 0 4px #8c763e1a}.umib-homepage-root .form-textarea{resize:none;height:150px}.umib-homepage-root .btn-navy{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:16px 40px;font-size:1rem;font-weight:700;transition:background .3s}.umib-homepage-root .btn-navy:hover{background:#253b61}.umib-homepage-root .main-footer{color:#fff;background:#0f172a;padding:80px 0 40px}.umib-homepage-root .footer-content{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:40px;display:flex}.umib-homepage-root .footer-brand p{opacity:.6;margin-top:16px;line-height:1.6}.umib-homepage-root .footer-logo{filter:brightness(0)invert();height:50px}.umib-homepage-root .footer-links{gap:40px;display:flex}.umib-homepage-root .footer-links a{color:#fff;opacity:.7;font-size:.95rem;text-decoration:none;transition:opacity .3s}.umib-homepage-root .footer-links a:hover{opacity:1}.umib-homepage-root .footer-bottom{text-align:center;opacity:.4;font-size:.85rem}@media (width<=1024px){.umib-homepage-root .contact-card{grid-template-columns:1fr}.umib-homepage-root .hero-content h1{font-size:3rem}}@media (width<=768px){.umib-homepage-root .nav-menu{display:none}.umib-homepage-root .hero-content h1{font-size:2.2rem}.umib-homepage-root .hero-actions{flex-direction:column}.umib-homepage-root .kpi-section{margin-top:-30px}.umib-homepage-root .contact-info,.umib-homepage-root .contact-form{padding:40px 24px}}body{background:var(--bg-light);color:var(--text-dark);margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.prof-layout{background:var(--bg-light);height:100vh;display:flex;overflow:hidden}.prof-sidebar{width:282px;min-height:100vh;color:var(--text-dark);box-shadow:none;background:linear-gradient(#eef4fb 0%,#f6f9fd 100%);border-right:1px solid #e3e8f0;flex-direction:column;justify-content:flex-start;padding:24px 18px;display:flex}.prof-sidebar-top{flex-direction:column;min-height:100%;display:flex}.prof-sidebar-brand{align-items:center;gap:14px;margin-bottom:34px;padding:2px 6px 0;display:flex}.prof-brand-icon{width:62px;height:62px;box-shadow:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:visible}.prof-brand-logo{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;box-shadow:none;filter:brightness(0)saturate()invert(19%)sepia(62%)saturate(1772%)hue-rotate(197deg)brightness(95%)contrast(90%);background:0 0;border:none}.prof-brand-role{color:#0d47a1;letter-spacing:.06em;text-transform:uppercase;font-size:.96rem;font-weight:800}.prof-sidebar-section{flex-direction:column;gap:8px;margin-bottom:26px;display:flex}.prof-sidebar-label{color:#7f93b2;letter-spacing:.04em;text-transform:uppercase;margin:0 12px 10px;font-size:.84rem;font-weight:700}.prof-sidebar-link{color:#1565c0;text-align:left;cursor:pointer;width:100%;transition:var(--transition);background:0 0;border:none;border-radius:16px;outline:none;align-items:center;gap:12px;padding:14px 16px;font-size:1rem;font-weight:600;display:flex}.prof-sidebar-link:hover{background:#0d47a114;transform:translate(3px)}.prof-sidebar-link.active{color:#0d47a1;background:linear-gradient(90deg,#0d47a11f,#1967d21a);box-shadow:inset 0 0 0 1px #0d47a133,0 4px 12px #0d47a11f}.prof-sidebar-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.prof-sidebar-link svg{color:#1976d2;transition:var(--transition)}.prof-sidebar-link:hover svg,.prof-sidebar-link.active svg{color:#0d47a1}.prof-sidebar-text{line-height:1}.prof-sidebar-logout-wrap{margin-top:18px;padding-top:10px}.prof-logout-btn{color:#1565c0;cursor:pointer;width:100%;transition:var(--transition);background:0 0;border:1px solid #0d47a133;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-size:1rem;font-weight:600;display:flex}.prof-logout-btn:hover{background:#0d47a114;border-color:#0d47a14d;transform:translate(3px)}.prof-logout-btn svg{color:#1976d2;transition:var(--transition)}.prof-logout-btn:hover svg{color:#0d47a1}.prof-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.prof-topbar{background:var(--white);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:14px 28px;display:flex;box-shadow:0 6px 16px #0f172a0f}.prof-topbar-left{gap:2px;display:grid}.prof-topbar-kicker{display:none}.prof-topbar h1{letter-spacing:-.01em;color:var(--text-dark);margin:0;font-size:1.75rem;font-weight:800;display:none}.prof-topbar p{color:var(--text-light);margin:6px 0 0;font-size:.98rem;font-weight:500}.prof-topbar-right{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.prof-search-wrap{color:#64748b;width:min(560px,55vw);min-width:260px;height:46px;transition:var(--transition);background:#f9fbfe;border:1px solid #d8e2ee;border-radius:14px;flex:360px;align-items:center;gap:12px;padding:0 16px;display:inline-flex}.prof-search-wrap:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.prof-search{width:100%;height:100%;color:var(--text-dark);transition:var(--transition);background:0 0;border:none;border-radius:0;outline:none;padding:0;font-size:.98rem}.prof-search:focus{background:0 0;border-color:#0000}.prof-icon-btn{color:#4b5563;cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#fff;border:1px solid #d8e2ee;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:relative}.prof-icon-btn:hover{color:#2563eb;background:#eef5ff;border-color:#2563eb}.prof-bell-badge{color:#fff;background:#ef5350;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:-7px;right:-7px}.user-menu{position:relative}.user-menu-trigger{cursor:pointer;width:272px;height:58px;transition:var(--transition);background:#f7f9fc;border:1px solid #cfd8e3;border-radius:10px;justify-content:space-between;align-items:center;padding:0 14px 0 12px;display:flex;box-shadow:0 4px 10px #0f172a0f}.user-menu-trigger:hover{background:#eef3f8;border-color:#9db4d1;box-shadow:0 6px 14px #0f172a14}.user-menu-identity{align-items:center;gap:10px;display:flex}.user-menu-avatar{color:#fff;background:#2c5d95;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #0f172a1f}.user-menu-text strong{color:var(--text-dark);font-size:1rem;font-weight:800;line-height:1.1;display:block}.user-menu-text span{color:var(--text-light);margin-top:3px;font-size:.86rem;font-weight:600;display:block}.user-menu-chevron{color:#5f7289}.user-menu-dropdown{z-index:40;background:#fff;border:1px solid #dbe4ef;border-radius:16px;width:230px;padding:8px 0;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #1127421f}.user-menu-item{cursor:pointer;width:100%;height:40px;color:var(--text-dark);background:0 0;border:none;align-items:center;gap:10px;padding:0 14px;font-weight:600;display:flex}.user-menu-item:hover{background:#f4f8fd}.user-menu-item.danger{color:#cf3636}.prof-user-box{border-left:1px solid var(--border);align-items:center;gap:14px;padding-left:18px;display:flex}.prof-user-box h4{color:var(--text-dark);margin:0;font-size:1rem;font-weight:700}.prof-user-box span{color:var(--text-light);margin-top:3px;font-size:.93rem;font-weight:500;display:block}.prof-avatar{width:50px;height:50px;color:var(--white);background:#2f5f97;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.prof-content{flex-direction:column;gap:12px;padding:14px 18px;display:flex;overflow:hidden}.prof-notification-wrap{position:relative}.prof-notification-popover{z-index:50;background:#fff;border:1px solid #dbe4ef;border-radius:16px;width:320px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 40px #1127421f}.prof-notification-popover-head{background:#f8fbff;border-bottom:1px solid #e6edf5;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.prof-notification-popover-head>div{gap:2px;display:grid}.prof-notification-popover-head p{color:#6d829c;margin:0;font-size:.8rem}.prof-notification-popover-head button{color:#25578f;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:700}.prof-notification-popover-head button:disabled{opacity:.5;cursor:not-allowed}.prof-notification-list-mini{max-height:280px;margin:0;padding:0;list-style:none;overflow:auto}.prof-notification-list-mini li{border-bottom:1px solid #e6edf5}.prof-notification-list-mini li:last-child{border-bottom:none}.prof-notification-list-mini li button{text-align:left;cursor:pointer;background:0 0;border:none;gap:6px;width:100%;padding:12px 14px;display:grid}.prof-notification-list-mini li button:hover{background:#f4f8fd}.prof-notification-list-mini li.is-read{opacity:.68}.prof-notification-list-mini p{color:#17324f;margin:0;font-size:.94rem;font-weight:500}.prof-notification-list-mini span{color:#6d829c;font-size:.82rem}.prof-notification-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.prof-notification-tag{color:#1b4c7a;background:#e8f0ff;border-radius:999px;align-items:center;padding:3px 8px;font-size:.74rem;font-weight:700;display:inline-flex}.prof-notification-title{color:#17324f;margin:0;font-size:.92rem;font-weight:700}.prof-notification-description{color:#5f6b7a;margin:0;font-size:.86rem;line-height:1.4}.prof-hero{color:var(--white);box-shadow:var(--shadow);background:linear-gradient(135deg,#0d3a67 0%,#5d89b6 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:28px;padding:36px;display:flex}.prof-badge{background:#ffffff24;border-radius:999px;align-items:center;margin-bottom:22px;padding:10px 16px;font-size:.95rem;font-weight:600;display:inline-flex}.prof-hero h2{letter-spacing:-.03em;margin:0 0 16px;font-size:3rem;font-weight:800;line-height:1.08}.prof-hero p{color:#ffffffeb;max-width:760px;margin:0;font-size:1.1rem;line-height:1.7}.prof-hero-actions{flex-wrap:wrap;align-self:center;gap:16px;display:flex}.primary-btn,.secondary-btn,.manage-btn,.link-btn{cursor:pointer;transition:var(--transition)}.primary-btn{background:var(--secondary-color);color:#17324a;border:none;border-radius:16px;min-width:160px;height:52px;padding:0 24px;font-size:1rem;font-weight:700;box-shadow:0 8px 18px #c9a24f3d}.primary-btn:hover{transform:translateY(-1px)}.secondary-btn{color:var(--white);background:0 0;border:1px solid #ffffff94;border-radius:16px;min-width:170px;height:52px;padding:0 24px;font-size:1rem;font-weight:700}.secondary-btn:hover{background:#ffffff14}.prof-section-title{color:var(--text-dark);margin:0 0 4px;font-size:1.05rem;font-weight:700}.prof-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.prof-stat-card,.prof-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px}.prof-stat-card{flex-direction:column;justify-content:center;min-height:160px;padding:26px 24px;display:flex}.prof-stat-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.prof-stat-title{color:#617187;text-transform:none;letter-spacing:0;margin-bottom:10px;font-size:.98rem;font-weight:500;display:block}.prof-stat-card h2,.prof-stat-card h3{color:#0f1f32;margin:0 0 14px;font-size:2.15rem;font-weight:800;line-height:1}.prof-stat-card p,.prof-stat-change{color:#16a34a;margin:0;font-size:.98rem;font-weight:500}.prof-stat-icon{background:#eef3f9;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.45rem;display:flex}.prof-modal-overlay{z-index:200;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.prof-modal{background:#fff;border:1px solid #e3e8f0;border-radius:16px;width:min(720px,92vw);padding:24px;box-shadow:0 20px 40px #0f172a2e}.prof-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.prof-modal-title{color:var(--text-dark);margin:0 0 6px;font-size:1.2rem;font-weight:800}.prof-modal-subtitle{color:var(--text-light);margin:0;font-size:.92rem}.prof-modal-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:32px;height:32px;font-size:1.2rem;line-height:1}.prof-modal-form{flex-direction:column;gap:20px;display:flex}.prof-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.prof-form-field{color:var(--text-dark);flex-direction:column;gap:8px;font-size:.9rem;font-weight:600;display:flex}.prof-form-field input{height:44px;color:var(--text-dark);background:#f9fbfe;border:1px solid #d8e2ee;border-radius:10px;padding:0 12px;font-size:.95rem}.prof-form-field input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.prof-modal-actions{justify-content:flex-end;gap:12px;display:flex}.prof-btn-secondary,.prof-btn-primary{cursor:pointer;border:1px solid #0000;border-radius:10px;height:42px;padding:0 18px;font-weight:700}.prof-btn-secondary{color:#334155;background:#f1f5f9;border-color:#d6e0ec}.prof-btn-primary{color:#fff;background:#2563eb}.prof-card{padding:16px}.prof-card-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:10px;display:flex}.prof-card-header h3{color:var(--text-dark);margin:0 0 6px;font-size:1.05rem;font-weight:800}.prof-card-header p{color:var(--text-light);margin:0;font-size:.9rem}.prof-filter-wrap{justify-items:end;gap:4px;display:grid}.prof-filter-wrap label{color:#6b7a90;font-size:.8rem;font-weight:600}.prof-filter-select{color:#1e3a5a;background:#f8fafc;border:1px solid #d9e0e8;border-radius:10px;outline:none;min-width:120px;height:36px;padding:0 10px;font-size:.9rem;font-weight:600}.prof-filter-select:focus{background:#fff;border-color:#a9bfdc}.link-btn,.manage-btn{color:#234f82;background:0 0;border:none;font-size:.95rem;font-weight:700}.link-btn:hover,.manage-btn:hover{opacity:.8}.prof-placeholder{color:var(--text-light);margin-top:15px;font-size:.98rem}.prof-grid-two{grid-template-columns:2fr 1fr;gap:22px;display:grid}.prof-list{flex-direction:column;gap:16px;display:flex}.prof-list-item{background:#fcfdff;border:1px solid #edf1f5;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;display:flex}.prof-list-icon{background:#eef4fb;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.2rem;display:flex}.prof-list-content h4{color:var(--text-dark);margin:0 0 6px;font-size:1.05rem;font-weight:700}.prof-list-content p{color:var(--text-light);margin:0;line-height:1.5}.prof-list-time{color:var(--text-light);white-space:nowrap;margin-left:auto;font-size:.9rem}.prof-quick-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.prof-quick-item{transition:var(--transition);background:#fafcff;border:1px solid #edf1f5;border-radius:16px;padding:20px}.prof-quick-item:hover{transform:translateY(-2px)}.prof-quick-icon{width:52px;height:52px;color:var(--white);background:#2f56bf;border-radius:16px;justify-content:center;align-items:center;margin-bottom:14px;font-size:1.35rem;display:flex}.prof-quick-item h4{color:var(--text-dark);margin:0;font-size:1.05rem;font-weight:700}.prof-integration-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.prof-integration-header h3{color:var(--text-dark);margin:0 0 6px;font-size:1.55rem;font-weight:800}.prof-integration-header p{color:var(--text-light);margin:0}.prof-integration-manage-btn{color:var(--text-dark);cursor:pointer;background:#fff;border:1px solid #d6dee8;border-radius:18px;padding:14px 22px;font-size:1rem;font-weight:600;box-shadow:0 8px 18px #1018280a}.prof-integration-manage-btn:hover{border-color:#c7d2de;transform:translateY(-1px)}.prof-integration-list,.prof-notification-list{flex-direction:column;gap:16px;display:flex}.prof-integration-item{background:linear-gradient(#fff 0%,#fbfcfe 100%);border:1px solid #e8edf3;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex;box-shadow:0 10px 24px #10182808}.prof-integration-mark{border-radius:18px;flex-shrink:0;place-items:center;width:62px;height:62px;display:grid}.prof-integration-mark.connected{color:#18a058;background:#eefaf2;border:1px solid #bfe8cd}.prof-integration-mark.not-connected{color:#ef4444;background:#fff1f1;border:1px solid #ffc9c9}.prof-integration-mark.pending{color:#f59e0b;background:#fff7ea;border:1px solid #ffd89a}.prof-integration-copy{flex:1;min-width:0}.prof-integration-copy h4{color:var(--text-dark);margin:0 0 6px;font-size:1.1rem;font-weight:700}.prof-integration-copy p{color:var(--text-light);margin:0}.status-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:10px 16px;font-size:.9rem;font-weight:700}.status-badge.connected{color:#16a34a;background:#eaf8ef;border-color:#bfe8cd}.status-badge.not-connected{color:#ef4444;background:#fdecec;border-color:#ffc9c9}.status-badge.pending{color:#d97706;background:#fff4df;border-color:#ffd89a}@media (width<=720px){.prof-integration-header,.prof-integration-item{flex-direction:column;align-items:flex-start}.prof-integration-manage-btn{width:100%}}.prof-notification-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;width:100%;padding:18px 20px}.prof-notification-item-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.prof-notification-item-head span:last-child{color:#64748b;font-size:.82rem}.prof-notification-pill{color:#0a539c;background:#0a539c1a;border-radius:999px;align-items:center;padding:3px 8px;font-size:.74rem;font-weight:700;display:inline-flex}.prof-notification-item h4{color:var(--text-dark);margin:0 0 6px;font-size:1.05rem;font-weight:700}.prof-notification-item p{color:#5f6b7a;margin:0}.prof-notification-item.warning{background:#fff7e8;border-color:#efd594}.prof-notification-item.info{background:#eff6ff;border-color:#bfd8fb}.prof-notification-item.neutral{background:#f5f2ff;border-color:#dad3fb}@media (width<=1280px){.prof-stats-grid{grid-template-columns:repeat(2,1fr)}.prof-grid-two{grid-template-columns:1fr}.prof-hero{flex-direction:column;align-items:flex-start}.prof-hero-actions{align-self:flex-start}}@media (width<=920px){.prof-layout{flex-direction:column}.prof-sidebar{width:100%}.prof-topbar{flex-direction:column;align-items:flex-start;gap:18px;padding:20px}.prof-topbar-right{flex-wrap:wrap;width:100%}.prof-search-wrap{flex:100%;width:100%;min-width:0}.user-menu-trigger{width:100%;max-width:320px}.prof-user-box{border-left:none;padding-left:0}.prof-content{padding:20px}}.prof-profile-wrap{position:relative}.prof-profile-btn{cursor:pointer;width:272px;height:58px;transition:var(--transition);background:#f7f9fc;border:1px solid #cfd8e3;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px 0 12px;display:flex;box-shadow:0 4px 10px #0f172a0f}.prof-profile-btn:hover{background:#fff;border-color:#b3c2d6}.prof-profile-btn>div:first-child{flex-direction:column;flex:1;gap:2px;display:flex}.prof-profile-btn h4{color:var(--text-dark);margin:0;font-size:.95rem;font-weight:600}.prof-profile-btn span{color:var(--text-light);margin:0;font-size:.82rem;font-weight:400}.prof-avatar{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#0d47a1 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.95rem;font-weight:700;display:flex}.prof-popover{z-index:50;background:#fff;border:1px solid #dbe4ef;border-radius:12px;min-width:200px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 32px #0f172a1f}.prof-popover-item{width:100%;color:var(--text-dark);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:.95rem;font-weight:500;display:flex}.prof-popover-item:hover{color:var(--primary-color);background:#f3f5f7}.prof-popover-item--danger{color:#ef5350}.prof-popover-item--danger:hover{color:#ef5350;background:#ffebee}.prof-popover-icon{text-align:center;min-width:20px;font-size:1.1em;display:inline-block}@media (width<=640px){.prof-stats-grid,.prof-quick-grid{grid-template-columns:1fr}.prof-hero{padding:24px}.prof-hero h2{font-size:2rem}.prof-hero p{font-size:1rem}}.prorector-layout{background:var(--bg-light);min-height:100vh;color:var(--text-dark);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.prorector-sidebar{width:295px;min-height:100vh;color:var(--text-dark);background:linear-gradient(#eef4fb 0%,#f6f9fd 100%);border-right:1px solid #e3e8f0;flex-direction:column;justify-content:flex-start;min-height:100%;padding:24px 18px;display:flex}.prorector-brand{align-items:center;gap:14px;margin-bottom:34px;padding:2px 6px 0;display:flex}.prorector-brand-icon{width:62px;height:62px;box-shadow:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:visible}.prorector-brand-logo{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;box-shadow:none;filter:brightness(0)saturate()invert(19%)sepia(62%)saturate(1772%)hue-rotate(197deg)brightness(95%)contrast(90%);background:0 0;border:none}.prorector-brand-role{color:#0d47a1;letter-spacing:.06em;text-transform:uppercase;font-size:.96rem;font-weight:800}.prorector-sidebar-section{flex-direction:column;gap:8px;margin-bottom:26px;display:flex}.prorector-sidebar-label{color:#7f93b2;letter-spacing:.04em;text-transform:uppercase;margin:0 12px 10px;font-size:.84rem;font-weight:700}.prorector-nav{flex-direction:column;gap:10px;display:flex}.prorector-nav-item{color:#1565c0;text-align:left;cursor:pointer;width:100%;transition:var(--transition);background:0 0;border:none;border-radius:16px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:1rem;font-weight:600;display:flex}.prorector-nav-item:hover{background:#0d47a114;transform:translate(3px)}.prorector-nav-item.is-active{color:#0d47a1;background:linear-gradient(90deg,#0d47a11f,#1967d21a);box-shadow:inset 0 0 0 1px #0d47a133}.prorector-nav-item svg{color:#1976d2;transition:var(--transition)}.prorector-nav-item:hover svg,.prorector-nav-item.is-active svg{color:#0d47a1}.prorector-nav-left{align-items:center;gap:12px;display:inline-flex}.prorector-main{flex-direction:column;flex:1;min-width:0;display:flex}.prorector-topbar{background:var(--white);border-bottom:1px solid var(--border);justify-content:flex-start;align-items:center;gap:16px;min-height:76px;padding:14px 28px;display:flex;box-shadow:0 6px 16px #0f172a0f}.prorector-topbar h1{letter-spacing:-.01em;color:var(--text-dark);margin:0;font-size:1.75rem;font-weight:800}.prorector-topbar-left{gap:2px;display:grid}.prorector-topbar-kicker{color:#8b92a0;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:700}.prorector-topbar-right{flex:1;justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.prorector-search-wrap{background:#f1f5f9;border:1px solid #0000;border-radius:12px;flex:1;align-items:center;height:48px;padding:0 16px;transition:all .2s;display:flex}.prorector-search-wrap:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.prorector-search-wrap svg{color:#64748b}.prorector-search{color:#1e293b;background:0 0;border:none;outline:none;width:100%;height:100%;padding-left:12px;font-size:.95rem}.prorector-icon-btn{color:#4b5563;cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#fff;border:1px solid #d8e2ee;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:relative}.prorector-icon-btn:hover{color:#2563eb;background:#eef5ff;border-color:#2563eb}.prorector-dot{border:2px solid var(--white);color:#fff;background:#ef5350;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 5px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-7px}.prorector-profile-btn{cursor:pointer;width:auto;max-width:280px;height:58px;transition:var(--transition);background:#f7f9fc;border:1px solid #cfd8e3;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px 0 12px;display:flex;box-shadow:0 4px 10px #0f172a0f}.prorector-profile-btn:hover{background:#fff;border-color:#b3c2d6;box-shadow:0 6px 14px #0f172a14}.prorector-profile-btn>div:first-child{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.prorector-profile-btn h4{color:var(--text-dark);margin:0;font-size:.95rem;font-weight:600}.prorector-profile-btn span{color:var(--text-light);margin:0;font-size:.82rem;font-weight:400}.prorector-notification-wrap,.prorector-profile-wrap{position:relative}.prorector-notification-wrap{margin-left:auto}.prorector-popover{border:1px solid var(--border);width:320px;box-shadow:var(--shadow);z-index:30;background:#fff;border-radius:16px;padding:0;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.prorector-popover-head{border-bottom:1px solid var(--border);background:#f8fbff;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.prorector-popover-head>div{gap:2px;display:grid}.prorector-popover-head p{color:var(--text-light);margin:0;font-size:.8rem}.prorector-popover-head button{color:#25578f;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:700}.prorector-popover-head button:disabled{opacity:.45;cursor:not-allowed}.prorector-notification-popover{width:360px}.prorector-notification-list{max-height:400px;margin:0;padding:0;list-style:none;overflow-y:auto}.prorector-notification-list li{border-bottom:1px solid var(--border)}.prorector-notification-list li:last-child{border-bottom:none}.prorector-notification-list li.is-unread{background:#f9fcff}.prorector-notification-item-btn{text-align:left;cursor:pointer;background:0 0;border:none;gap:6px;width:100%;padding:12px 14px;display:grid}.prorector-notification-item-btn:hover{background:#f3f8ff}.prorector-notification-item-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.prorector-notification-item-meta span{color:var(--text-light);font-size:.8rem}.prorector-notification-badge{color:#1d4d7d;background:#e8f0ff;border-radius:999px;align-items:center;padding:3px 8px;font-size:.74rem;font-weight:700;display:inline-flex}.prorector-notification-title{color:var(--text-dark);margin:0;font-size:.93rem;font-weight:700}.prorector-notification-text{color:#53657d;margin:0;font-size:.86rem;line-height:1.45}.prorector-notification-list li.is-read .prorector-notification-title,.prorector-notification-list li.is-read .prorector-notification-text{color:#7b8ba0}.prorector-notification-empty{padding:16px}.prorector-notification-empty p{color:var(--text-light);margin:0;font-size:.9rem}.prorector-popover ul{max-height:400px;margin:0;padding:0;list-style:none;overflow-y:auto}.prorector-popover li{border-bottom:1px solid var(--border);cursor:pointer;transition:var(--transition);padding:12px 14px}.prorector-popover li:last-child{border-bottom:none}.prorector-popover li:hover{background:#f8fbff}.prorector-popover li.is-read p{color:var(--text-light)}.prorector-popover li p{color:var(--text-dark);margin:0 0 6px;font-size:.95rem;font-weight:600}.prorector-popover li span{color:var(--text-light);font-size:.85rem}.prorector-popover-item{width:100%;color:var(--text-dark);text-align:left;cursor:pointer;transition:var(--transition);border:none;border-bottom:1px solid var(--border);background:0 0;padding:12px 14px;font-size:.95rem;font-weight:600}.prorector-popover-item:last-child{border-bottom:none}.prorector-popover-item:hover{background:#f8fbff}.prorector-popover-item--danger{color:#ef5350}.prorector-popover-icon{text-align:center;min-width:20px;margin-right:8px;font-size:1.1em;display:inline-block}.prorector-content{flex:1;padding:24px 28px;overflow-y:auto}.prorector-table-section{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:24px;box-shadow:0 6px 16px #0f172a0f}.prorector-table-section h2{color:var(--text-dark);margin:0 0 6px;font-size:1.25rem;font-weight:800}.prorector-table-section p{color:var(--text-light);margin:0 0 20px;font-size:.95rem}.prorector-integrations-panel{flex-direction:column;gap:18px;display:flex}.prorector-integrations-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.prorector-integrations-head h2{margin-bottom:6px}.prorector-integrations-head p{margin-bottom:0}.prorector-integrations-list{flex-direction:column;gap:14px;display:flex}.prorector-integration-card{border:1px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 4px 14px #0f172a0a}.prorector-integration-flag{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.prorector-integration-flag.connected{color:#15803d;background:#eaf8ef}.prorector-integration-flag.not-connected{color:#dc2626;background:#fdecec}.prorector-integration-flag.pending{color:#d97706;background:#fff4df}.prorector-integration-copy{flex:1;min-width:0}.prorector-integration-copy h3{color:var(--text-dark);margin:0 0 4px;font-size:1.05rem}.prorector-integration-copy p{color:var(--text-light);margin:0}.prorector-integration-action{color:var(--text-dark);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8e2ee;border-radius:12px;padding:10px 14px;font-weight:700}.prorector-integration-action:hover{background:#f8fbff;border-color:#b8c7db}.prorector-integration-status{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.84rem;font-weight:700;display:inline-flex}.prorector-integration-status.is-connected{color:#15803d;background:#eaf8ef}.prorector-integration-status.is-not-connected{color:#dc2626;background:#fdecec}.prorector-integration-status.is-pending{color:#d97706;background:#fff4df}.prorector-table{border-collapse:collapse;width:100%}.prorector-table thead{border-bottom:2px solid var(--border)}.prorector-table th{text-align:left;color:var(--text-light);letter-spacing:.04em;text-transform:uppercase;padding:12px 16px;font-size:.85rem;font-weight:700}.prorector-table td{border-bottom:1px solid var(--border);color:var(--text-dark);padding:14px 16px;font-size:.95rem}.prorector-table tbody tr:hover{background:#f8fbff}.status-badge{text-transform:capitalize;border-radius:8px;padding:6px 12px;font-size:.85rem;font-weight:700;display:inline-block}.status-aprovuar{color:#065f46;background:#c8f7dc}.status-ne-shqyrtim{color:#92400e;background:#fef3c7}.status-konfirmuar{color:#065f46;background:#c8f7dc}.status-ne-pritje{color:#0c4a6e;background:#dbeafe}.status-procesuar{color:#065f46;background:#c8f7dc}.status-ne-verifikim{color:#92400e;background:#fef3c7}.prorector-reports-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px;display:grid}.prorector-report-card{background:var(--white);border:1px solid var(--border);transition:var(--transition);border-radius:12px;padding:20px;box-shadow:0 2px 8px #0f172a0f}.prorector-report-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a1a}.prorector-report-card h3{color:var(--text-dark);margin:0 0 8px;font-size:1.1rem}.prorector-report-card p{color:var(--text-light);margin:0 0 16px;font-size:.9rem}.prorector-settings-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px;display:grid}.prorector-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:20px;padding:24px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.prorector-settings-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a}.prorector-settings-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding-bottom:16px;display:flex}.prorector-settings-card-header h3{color:#1e293b;margin:0;font-size:1.1rem;font-weight:700}.prorector-settings-icon{color:#3b82f6}.prorector-settings-list{flex-direction:column;gap:16px;display:flex}.prorector-settings-item{flex-direction:column;gap:4px;display:flex}.prorector-settings-label{color:#64748b;text-transform:uppercase;letter-spacing:.025em;font-size:.8rem;font-weight:600}.prorector-settings-value{color:#334155;font-size:1rem}.prorector-settings-options{flex-direction:column;gap:20px;display:flex}.prorector-settings-option-item{justify-content:space-between;align-items:center;gap:16px;display:flex}.prorector-settings-option-info{flex-direction:column;gap:2px;display:flex}.prorector-settings-subtext{color:#64748b;margin:0;font-size:.85rem}.prorector-settings-select{color:#334155;cursor:pointer;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;min-width:120px;padding:8px 12px;font-size:.9rem}.prorector-settings-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.prorector-switch{width:44px;height:24px;display:inline-block;position:relative}.prorector-switch input{opacity:0;width:0;height:0}.prorector-slider{cursor:pointer;background-color:#e2e8f0;border-radius:24px;transition:all .3s;position:absolute;inset:0}.prorector-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 2px #0000001a}input:checked+.prorector-slider{background-color:#3b82f6}input:checked+.prorector-slider:before{transform:translate(20px)}.prorector-settings-edit-btn,.prorector-settings-action-btn{cursor:pointer;text-align:center;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.prorector-settings-edit-btn:hover,.prorector-settings-action-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.prorector-settings-action-btn.danger{color:#ef4444;background:#fef2f2;border-color:#fee2e2}.prorector-settings-action-btn.danger:hover{background:#fee2e2;border-color:#fca5a5}.committee-settings-top-header{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.prorector-settings-actions-row{grid-auto-flow:column;justify-content:end;gap:10px;margin-top:14px;display:grid}.prorector-btn-primary{color:#fff;cursor:pointer;transition:var(--transition);background:#2563eb;border:none;border-radius:8px;width:100%;padding:8px 16px;font-weight:600}@media (width<=768px){.prorector-integrations-head,.prorector-integration-card{flex-direction:column;align-items:flex-start}.prorector-settings-grid{grid-template-columns:1fr}.prorector-settings-actions-row{grid-auto-flow:row;width:100%}.prorector-integration-action,.prorector-btn-primary{width:100%}}.prorector-btn-danger{color:#fff;cursor:pointer;transition:var(--transition);background:#ef5350;border:none;border-radius:8px;padding:12px 24px;font-weight:600}.prorector-btn-danger:hover{background:#e53935}.prorector-notifications-list{margin:0;padding:0;list-style:none}.prorector-notifications-list li{border-bottom:1px solid var(--border);transition:var(--transition);padding:16px}.prorector-notifications-list li:last-child{border-bottom:none}.prorector-notifications-list li:hover{background:#f8fbff}.prorector-notifications-list li.is-read p{color:var(--text-light)}.prorector-modal-overlay{z-index:1000;background:#0f172a59;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.prorector-modal{background:#fff;border-radius:20px;width:min(640px,100%);overflow:hidden;box-shadow:0 30px 80px #0f172a29}.prorector-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;display:flex}.prorector-modal-title{color:var(--text-dark);margin:0;font-size:1.25rem;font-weight:800}.prorector-modal-subtitle{color:var(--text-light);margin:6px 0 0;font-size:.95rem}.prorector-modal-close{color:var(--text-light);cursor:pointer;background:0 0;border:none;font-size:1.35rem}.prorector-modal-form{padding:24px 28px 28px}.prorector-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.prorector-form-field{flex-direction:column;gap:8px;display:flex}.prorector-form-field span{color:var(--text-dark);font-weight:600}.prorector-form-field input{width:100%;min-height:44px;color:var(--text-dark);transition:var(--transition);background:#f8fbff;border:1px solid #d8e2ee;border-radius:10px;outline:none;padding:0 14px}.prorector-form-field input:focus{background:#fff;border-color:#2563eb}.prorector-modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.prorector-btn-secondary{color:var(--text-dark);cursor:pointer;transition:var(--transition);background:#fff;border:1px solid #cfd8e3;border-radius:10px;padding:12px 22px}.prorector-btn-secondary:hover{background:#f3f5f7}.prorector-btn-primary{color:#fff;cursor:pointer;transition:var(--transition);background:#2563eb;border:none;border-radius:10px;padding:12px 22px}.prorector-btn-primary:hover{background:#1d4ed8}.prorector-notifications-list li p{color:var(--text-dark);margin:0 0 4px;font-weight:600}.prorector-notifications-list li span{color:var(--text-light);font-size:.85rem}.prorector-settings-form{max-width:500px;margin-top:20px}.prorector-form-group{margin-bottom:20px}.prorector-form-group label{color:var(--text-dark);margin-bottom:8px;font-weight:600;display:block}.prorector-form-group input{border:1px solid var(--border);width:100%;transition:var(--transition);border-radius:8px;padding:12px 16px;font-size:.95rem}.prorector-form-group input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.prorector-sidebar-footer{border-top:1px solid #0000001a;margin-top:auto;padding-top:20px}:root{--primary-color:#082f57;--primary-dark:#06284a;--secondary-color:#c9a24f;--secondary-soft:#e8d7ae;--accent-color:#1d4d7d;--bg-light:#f3f5f7;--white:#fff;--text-dark:#132238;--text-light:#6b7a90;--border:#e3e8ef;--shadow:0 8px 24px #1018280f;--radius:20px;--transition:all .3s ease}*{box-sizing:border-box}.committee-layout{background:var(--bg-light);min-height:100vh;color:var(--text-dark);font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.committee-sidebar{width:295px;min-height:100vh;color:var(--text-dark);background:linear-gradient(#eef4fb 0%,#f6f9fd 100%);border-right:1px solid #e3e8f0;flex-direction:column;justify-content:flex-start;min-height:100%;padding:24px 18px;display:flex}.committee-brand{align-items:center;gap:14px;margin-bottom:34px;padding:2px 6px 0;display:flex}.committee-brand-icon{width:62px;height:62px;box-shadow:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:visible}.committee-brand-logo{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;box-shadow:none;filter:brightness(0)saturate()invert(19%)sepia(62%)saturate(1772%)hue-rotate(197deg)brightness(95%)contrast(90%);background:0 0;border:none}.committee-brand-role{color:#0d47a1;letter-spacing:.06em;text-transform:uppercase;font-size:.96rem;font-weight:800}.committee-sidebar-section{flex-direction:column;gap:8px;margin-bottom:26px;display:flex}.committee-sidebar-label{color:#7f93b2;letter-spacing:.04em;text-transform:uppercase;margin:0 12px 10px;font-size:.84rem;font-weight:700}.committee-nav{flex-direction:column;gap:10px;display:flex}.committee-nav-item{color:#1565c0;text-align:left;cursor:pointer;width:100%;transition:var(--transition);background:0 0;border:none;border-radius:16px;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:1rem;font-weight:600;display:flex}.committee-nav-item:hover{background:#0d47a114;transform:translate(3px)}.committee-nav-item.is-active{color:#0d47a1;background:linear-gradient(90deg,#0d47a11f,#1967d21a);box-shadow:inset 0 0 0 1px #0d47a133}.committee-nav-item svg{color:#1976d2;transition:var(--transition)}.committee-nav-item:hover svg,.committee-nav-item.is-active svg{color:#0d47a1}.committee-nav-left{align-items:center;gap:12px;display:inline-flex}.committee-modal-overlay{z-index:200;background:#0f172a47;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.committee-modal{background:#fff;border:1px solid #e3e8f0;border-radius:16px;width:min(720px,92vw);padding:24px;box-shadow:0 20px 40px #0f172a2e}.committee-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.committee-modal-title{color:var(--text-dark);margin:0 0 6px;font-size:1.2rem;font-weight:800}.committee-modal-subtitle{color:var(--text-light);margin:0;font-size:.92rem}.committee-modal-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;width:32px;height:32px;font-size:1.2rem;line-height:1}.committee-modal-form{flex-direction:column;gap:20px;display:flex}.committee-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.committee-form-field{color:var(--text-dark);flex-direction:column;gap:8px;font-size:.9rem;font-weight:600;display:flex}.committee-form-field input{height:44px;color:var(--text-dark);background:#f9fbfe;border:1px solid #d8e2ee;border-radius:10px;padding:0 12px;font-size:.95rem}.committee-form-field input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.committee-modal-actions{justify-content:flex-end;gap:12px;display:flex}.committee-btn-secondary,.committee-btn-primary{cursor:pointer;border:1px solid #0000;border-radius:10px;height:42px;padding:0 18px;font-weight:700}.committee-btn-secondary{color:#334155;background:#f1f5f9;border-color:#d6e0ec}.committee-btn-primary{color:#fff;background:#2563eb}.committee-badge{color:#fff;background:#ef5350;border:1px solid #f29a98;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #ef53504d}.committee-main{flex-direction:column;flex:1;min-width:0;display:flex}.committee-topbar{background:var(--white);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:14px 28px;display:flex;box-shadow:0 6px 16px #0f172a0f}.committee-topbar h1{letter-spacing:-.01em;color:var(--text-dark);margin:0;font-size:1.75rem;font-weight:800;display:none}.committee-topbar-left{gap:2px;display:grid}.committee-topbar-kicker{display:none}.committee-topbar-right{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.committee-search-wrap{color:#64748b;width:min(560px,55vw);min-width:260px;height:46px;transition:var(--transition);background:#f9fbfe;border:1px solid #d8e2ee;border-radius:14px;flex:360px;align-items:center;gap:12px;padding:0 16px;display:inline-flex}.committee-search-wrap:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.committee-search{width:100%;height:100%;color:var(--text-dark);background:0 0;border:none;border-radius:0;outline:none;padding:0;font-size:.98rem}.committee-search:focus{background:0 0;border-color:#0000}.committee-icon-btn{color:#4b5563;cursor:pointer;width:44px;height:44px;transition:var(--transition);background:#fff;border:1px solid #d8e2ee;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:relative}.committee-icon-btn:hover{color:#2563eb;background:#eef5ff;border-color:#2563eb}.committee-dot{border:2px solid var(--white);color:#fff;background:#ef5350;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 5px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-7px}.committee-profile-block{cursor:pointer;width:auto;max-width:280px;height:58px;transition:var(--transition);background:#f7f9fc;border:1px solid #cfd8e3;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px 0 12px;display:flex;box-shadow:0 4px 10px #0f172a0f}.committee-profile-block:hover{background:#fff;border-color:#b3c2d6;box-shadow:0 6px 14px #0f172a14}.committee-profile-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.committee-profile-text h4{color:var(--text-dark);margin:0;font-size:1rem;font-weight:800}.committee-profile-text p{color:var(--text-light);margin:3px 0 0;font-size:.86rem;font-weight:600}.committee-avatar{color:#fff;background:#2c5d95;border:2px solid #fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #0f172a1f}.committee-notification-wrap,.committee-profile-wrap{position:relative}.committee-popover{border:1px solid var(--border);width:320px;box-shadow:var(--shadow);z-index:30;background:#fff;border-radius:16px;padding:0;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.committee-popover-head{border-bottom:1px solid var(--border);background:#f8fbff;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.committee-popover-head>div{gap:2px;display:grid}.committee-popover-head p{color:#6b7a90;margin:0;font-size:.8rem}.committee-popover-head button{color:#25578f;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:700}.committee-popover-head button:disabled,.committee-settings-back:disabled{opacity:.5;cursor:not-allowed}.committee-popover ul{gap:0;max-height:320px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.committee-popover li{border:none;border-bottom:1px solid var(--border);background:#fff;border-radius:0;padding:12px 14px}.committee-notification-item-btn{text-align:left;cursor:pointer;background:0 0;border:none;gap:6px;width:100%;padding:0;display:grid}.committee-notification-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.committee-notification-tag{color:#1f4f84;background:#e8f0ff;border-radius:999px;align-items:center;padding:3px 8px;font-size:.74rem;font-weight:700;display:inline-flex}.committee-popover li:last-child{border-bottom:none}.committee-popover li.is-read{opacity:.68}.committee-popover li p{color:var(--text-dark);margin:0;font-size:.94rem;font-weight:500}.committee-popover li span{color:var(--text-light);margin-top:4px;font-size:.82rem;display:inline-block}.committee-notification-item-btn span{margin-top:0}.committee-profile-menu{gap:2px;width:230px;padding:8px 0;display:grid}.committee-profile-menu button{text-align:left;height:40px;color:var(--text-dark);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:0;align-items:center;gap:10px;padding:0 14px;font-size:.95rem;font-weight:600;display:flex}.committee-profile-menu button svg{color:#64748b;flex-shrink:0}.committee-popover-icon{text-align:center;color:#64748b;min-width:20px;font-size:1.1em;display:inline-block}.committee-profile-menu button.is-danger .committee-popover-icon,.committee-profile-menu button:last-child .committee-popover-icon{color:#d53333}.committee-profile-menu button:hover{background:#f4f8fd}.committee-profile-menu button.is-danger,.committee-profile-menu button:last-child,.committee-profile-menu button.is-danger svg,.committee-profile-menu button:last-child svg{color:#d53333}.committee-content{flex-direction:column;gap:28px;padding:38px 36px;display:flex}.committee-notification-list-detailed{gap:12px;display:grid}.committee-notification-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe4ef;border-radius:12px;gap:8px;width:100%;padding:14px;display:grid}.committee-notification-card.is-unread{background:#f6fafe;border-color:#c8dbf4}.committee-notification-card.is-read{opacity:.78}.committee-notification-card:hover{background:#f0f6fd}.committee-notification-card-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.committee-notification-pill{color:#1f4f84;background:#e8f0ff;border-radius:999px;align-items:center;padding:3px 8px;font-size:.74rem;font-weight:700;display:inline-flex}.committee-notification-card-meta span:last-child{color:#64748b;font-size:.82rem}.committee-notification-card h4{color:#17324f;margin:0;font-size:.98rem}.committee-notification-card p{color:#5f6b7a;margin:0;font-size:.9rem;line-height:1.45}.committee-hero{background:var(--committee-surface);color:#112742;border:1px solid var(--committee-border);box-shadow:var(--committee-shadow);border-radius:18px;padding:36px}.committee-hero-tag{color:#1f4f84;background:#e9f1fb;border-radius:999px;align-items:center;min-height:34px;padding:0 16px;font-size:.95rem;font-weight:700;display:inline-flex}.committee-hero h2{letter-spacing:-.02em;margin:18px 0 10px;font-size:2.1rem;line-height:1.08}.committee-hero p{color:#5e718a;max-width:760px;margin:0;font-size:1.02rem;line-height:1.7}.committee-hero-caption{color:#6c819b;margin-top:12px;font-size:.95rem}.committee-hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.committee-primary-btn,.committee-secondary-btn{cursor:pointer;border-radius:12px;align-items:center;gap:10px;height:52px;padding:0 18px;font-size:1.03rem;font-weight:700;display:inline-flex}.committee-primary-btn{color:#fff;background:#1f4f84;border:none}.committee-primary-btn:hover{filter:brightness(1.04)}.committee-secondary-btn{color:#1f4f84;background:0 0;border:1px solid #cfdbea}.committee-secondary-btn:hover{background:#edf4fd}.committee-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.committee-stat-card,.committee-card-panel{background:var(--committee-surface);border:1px solid var(--committee-border);box-shadow:var(--committee-shadow);border-radius:16px}.committee-stat-card{padding:26px 24px}.committee-stat-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.committee-stat-title{color:#5f738d;font-size:.98rem;font-weight:500}.committee-stat-icon,.committee-mini-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.tone-neutral{color:#1f4f84;background:#e8eff7}.tone-success{color:#18924c;background:#dff2e8}.tone-danger{color:#d53333;background:#fbe5e5}.tone-warning{color:#be8c21;background:#f7f1df}.committee-stat-card h3{margin:14px 0 8px;font-size:2rem;line-height:1}.committee-stat-card p{color:#627892;margin:0;font-size:.98rem}.committee-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.committee-card-panel{padding:20px 22px}.committee-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.committee-panel-head h3{margin:0;font-size:1.2rem}.committee-panel-head button{color:#244a76;cursor:pointer;background:#edf2f9;border:none;border-radius:10px;height:34px;padding:0 12px;font-weight:700}.committee-panel-head button:hover{background:#dee9f8}.committee-mini-grid{gap:12px;display:grid}.committee-mini-card{border:1px solid #dbe4ef;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.committee-mini-card h4{margin:0;font-size:1.35rem}.committee-mini-card p{color:#667d97;margin:2px 0 0}.committee-decision-list{gap:12px;display:grid}.committee-decision-item{border:1px solid #dbe4ef;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.committee-decision-id{color:#5f7690;font-size:.8rem;font-weight:700}.committee-decision-item h4{margin:6px 0 3px;font-size:1rem}.committee-decision-item p{color:#6a8098;margin:0;font-size:.92rem}.committee-status-badge{border-radius:999px;align-items:center;height:26px;margin-top:8px;padding:0 10px;font-size:.8rem;font-weight:700;display:inline-flex}.committee-status-badge.in-review{color:#1f4f84;background:#e8eff9}.committee-status-badge.ready{color:#177748;background:#dff2e8}.committee-status-badge.revision{color:#8f6a18;background:#f7f1df}.committee-status-badge.default{color:#5f7690;background:#eef2f7}.committee-decision-actions{gap:8px;display:inline-flex}.committee-decision-actions button{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.committee-decision-actions .approve{color:#137943;background:#e3f4e8}.committee-decision-actions .review{color:#996f17;background:#f7f1df}.committee-decision-actions .reject{color:#be2e2e;background:#fbe9e9}.committee-page-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:26px}.committee-page-head h3{color:var(--text-dark);margin:0;font-size:1.35rem}.committee-settings-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.committee-settings-back{color:#1f4f84;cursor:pointer;background:#fff;border:1px solid #d7e1ee;border-radius:999px;padding:6px 12px;font-size:.84rem;font-weight:600}.committee-settings-back:hover{background:#eef4ff;border-color:#c7d7f0}.committee-page-head p{color:var(--text-light);margin:6px 0 14px}.committee-table-wrap{overflow-x:auto}.committee-table{border-collapse:collapse;width:100%;font-size:.97rem}.committee-table thead tr{background:#f4f7fb}.committee-table th,.committee-table td{text-align:left;border-bottom:1px solid var(--border);padding:12px}.committee-table th{letter-spacing:.03em;text-transform:uppercase;color:var(--text-light);font-size:.82rem}.committee-table td:last-child{white-space:nowrap;color:var(--accent-color);font-weight:600}.committee-empty{color:#6a7d94;margin:10px 0 0;font-weight:600}.committee-notification-center{gap:14px;display:grid}.committee-notifications-shell{background:radial-gradient(circle at 92% -24%,#2563eb1a,#0000 45%),radial-gradient(circle at -8% 15%,#0f766e14,#0000 36%),#fff;padding:28px}.committee-notifications-shell-v2{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:16px}.committee-notifications-hero{background:#f9fafb;border:1px solid #dbe7f6;border-radius:4px;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;padding:10px 14px;display:flex}.committee-notifications-hero-main h3{letter-spacing:-.02em;color:#102a4a;margin:2px 0 6px;font-size:1.35rem}.committee-notifications-hero-main p{color:#5c7088;max-width:640px;margin:0;font-size:.9rem}.committee-notifications-kicker{text-transform:uppercase;letter-spacing:.08em;color:#5d7899;font-size:.78rem;font-weight:800;display:inline-flex}.committee-unread-pill-v2{color:#1a4a7b;white-space:nowrap;background:#eaf2ff;border:1px solid #c9dcff;border-radius:999px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.committee-notifications-toolbar-v2{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:6px;display:flex}.committee-notifications-search-v2{color:#64748b;min-width:220px;height:36px;transition:var(--transition);background:#fff;border:1px solid #d1d5db;border-radius:4px;flex:1;align-items:center;gap:10px;padding:0 10px;display:inline-flex}.committee-notifications-search-v2:focus-within{border-color:#2563eb}.committee-notifications-search-v2 input{width:100%;color:var(--text-dark);background:0 0;border:none;outline:none;font-size:.9rem}.committee-notifications-actions-v2{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.committee-action-btn-v2{border-radius:4px;align-items:center;gap:8px;height:34px;padding:0 12px;font-size:.86rem;display:inline-flex}.committee-notifications-summary-v2{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin-bottom:10px;display:grid}.committee-notification-kpi-v2{background:#fff;border:1px solid #e5e7eb;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex;position:relative;overflow:hidden}.committee-notification-kpi-v2:after{content:"";background:#d1d5db;width:100%;height:3px;position:absolute;top:0;left:0}.committee-notification-kpi-head{color:#4e6988;align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:flex}.committee-notification-kpi-icon{color:#1c4f83;background:#e6effb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.committee-notification-kpi-v2 strong{color:#0f2745;margin-left:auto;font-size:1.2rem}.committee-notification-feed-v2{gap:8px;display:grid}.committee-notification-card-v2{transition:var(--transition);background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:10px}.committee-notification-card-v2.is-unread{border-left:4px solid #3b82f6}.committee-notification-card-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.committee-notification-title-wrap-v2{align-items:center;gap:8px;display:flex}.committee-notification-icon-v2{color:#224f7f;background:#e8f0ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.committee-notification-title-block-v2{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.committee-state-chip-v2{letter-spacing:.02em;border-radius:999px;align-items:center;height:20px;padding:0 6px;font-size:.7rem;font-weight:800;display:inline-flex}.committee-state-chip-v2.unread{color:#1f5a96;background:#e7f1ff}.committee-state-chip-v2.read{color:#5c6f84;background:#edf2f7}.committee-notification-time-v2{color:#7b8ea5;font-size:.72rem;font-weight:700}.committee-notification-card-v2 p{color:#193552;margin:4px 0 0;font-size:.86rem;line-height:1.35}.committee-link-btn-v2{color:#25578f;cursor:pointer;background:#f4f9ff;border:1px solid #cfe0f5;border-radius:10px;height:26px;margin-top:6px;padding:0 8px;font-size:.82rem;font-weight:700}.committee-link-btn-v2:hover{background:#e9f2ff;border-color:#b9d2f1}.committee-notification-card-v2.is-read{opacity:.86}.committee-notifications-neo{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.committee-notifications-neo-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:10px;display:flex}.committee-notifications-neo-title h3{color:#0f2745;margin:4px 0 6px;font-size:1.3rem}.committee-notifications-neo-title p{color:#5c7088;max-width:620px;margin:0;font-size:.9rem}.committee-neo-kicker{letter-spacing:.08em;text-transform:uppercase;color:#5d7899;font-size:.72rem;font-weight:800}.committee-neo-meta{color:#1f5a96;background:#f7faff;border:1px solid #dbe7f6;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-weight:700;display:inline-flex}.committee-neo-meta span{color:#5c7088;font-size:.72rem;display:block}.committee-neo-meta strong{color:#0f2745;font-size:1.1rem;display:block}.committee-neo-toolbar{grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:10px;margin:12px 0 10px;display:grid}.committee-neo-search{color:#64748b;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:8px;height:36px;padding:0 10px;display:inline-flex}.committee-neo-search input{color:#0f2745;background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.committee-neo-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.committee-neo-btn{border-radius:6px;gap:6px;height:34px;padding:0 12px;font-size:.84rem}.committee-neo-stats{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin-bottom:12px;display:grid}.committee-neo-stat{background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.committee-neo-stat-icon{color:#1f5a96;background:#eef4ff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.committee-neo-stat-text span{color:#5c7088;font-size:.76rem;font-weight:700;display:block}.committee-neo-stat-text strong{color:#0f2745;font-size:1.05rem}.committee-neo-list{gap:8px;display:grid}.committee-neo-item{background:#fff;border:1px solid #e5e7eb;border-radius:6px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:10px;display:grid}.committee-neo-item.is-unread{border-left:4px solid #2563eb}.committee-neo-item-icon{color:#1f5a96;background:#eef4ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.committee-neo-item-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.committee-neo-item-head strong{color:#0f2745;font-size:.95rem}.committee-neo-item-main p{color:#193552;margin:4px 0 0;font-size:.86rem;line-height:1.35}.committee-neo-chip{letter-spacing:.02em;border-radius:999px;align-items:center;height:20px;padding:0 6px;font-size:.7rem;font-weight:800;display:inline-flex}.committee-neo-chip.unread{color:#1f5a96;background:#e7f1ff}.committee-neo-chip.read{color:#5c6f84;background:#edf2f7}.committee-neo-item-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.committee-neo-time{color:#7b8ea5;font-size:.72rem;font-weight:700}.committee-neo-link{color:#25578f;cursor:pointer;background:#f4f9ff;border:1px solid #cfe0f5;border-radius:999px;padding:4px 8px;font-size:.8rem;font-weight:700}.committee-neo-link:hover{background:#e9f2ff;border-color:#b9d2f1}.committee-notifications-registry{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:980px;margin:0 auto;padding:0;font-family:Arial,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;overflow:hidden}.committee-notifications-registry-head{background:#f9fbff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.committee-notifications-registry-title{color:#0f2745;align-items:center;gap:10px;font-weight:600;display:inline-flex}.committee-registry-back{color:#1f4f84;cursor:pointer;background:#fff;border:1px solid #d7e1ee;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.committee-registry-back:hover{background:#eef4ff;border-color:#c7d7f0}.committee-notifications-registry-title h3{margin:0;font-size:1.05rem}.committee-notifications-registry-sort{letter-spacing:.12em;text-transform:uppercase;color:#6b7a90;font-size:.78rem;font-weight:600}.committee-notifications-registry-list{display:grid;position:relative}.committee-notifications-registry-list:before{content:"";background:#eef2f7;width:1px;position:absolute;top:0;bottom:0;left:14px}.committee-notifications-registry-item{border-bottom:1px solid #e5e7eb;border-left:3px solid #eef2f7;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:12px;padding:12px 18px 12px 28px;display:grid}.committee-notifications-registry-item:last-child{border-bottom:none}.committee-notifications-registry-main strong{color:#0f2745;margin-bottom:4px;font-size:1rem;font-weight:600;display:block}.committee-notifications-registry-main p{color:#6b7a90;margin:0;font-size:.92rem;line-height:1.5}.committee-notifications-registry-time{color:#6b7a90;white-space:nowrap;text-align:right;font-size:.86rem;font-weight:700}@media (width<=860px){.committee-notifications-registry-head{flex-direction:column;align-items:flex-start}.committee-notifications-registry-item{grid-template-columns:1fr;align-items:flex-start}.committee-notifications-registry-time{text-align:left;font-size:.82rem}.committee-notifications-neo-head{flex-direction:column;align-items:stretch}.committee-neo-toolbar{grid-template-columns:1fr}.committee-neo-item{grid-template-columns:auto 1fr}.committee-neo-item-meta{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}}.committee-head-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.committee-unread-pill{color:#1a4a7b;background:linear-gradient(#eef4ff 0%,#e5f0ff 100%);border:1px solid #c9dcff;border-radius:999px;align-items:center;height:34px;padding:0 12px;font-size:.84rem;font-weight:800;display:inline-flex}.committee-notifications-toolbar{background:#f7fbff;border:1px solid #dce7f5;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:10px;display:flex}.committee-notifications-search{color:#64748b;min-width:280px;height:46px;transition:var(--transition);background:#fff;border:1px solid #d8e2ee;border-radius:14px;flex:1;align-items:center;gap:10px;padding:0 14px;display:inline-flex}.committee-notifications-search:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.committee-notifications-search input{width:100%;color:var(--text-dark);background:0 0;border:none;outline:none;font-size:.96rem}.committee-notifications-actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.committee-notifications-actions .committee-btn-secondary,.committee-notifications-actions .committee-btn-primary{border-radius:12px;align-items:center;gap:8px;height:44px;padding:0 16px;display:inline-flex}.committee-notifications-summary{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:18px;display:grid}.committee-notification-stat{background:linear-gradient(#f9fcff 0%,#f2f8ff 100%);border-color:#dce7f5;border-radius:14px;padding:16px;position:relative;overflow:hidden}.committee-notification-stat:after{content:"";background:#7da8d8;width:100%;height:3px;position:absolute;top:0;left:0}.committee-notification-stat strong{font-size:1.95rem}.committee-notification-stat.is-total:after{background:#5b8dbf}.committee-notification-stat.is-unread:after{background:#ef5350}.committee-notification-stat.is-filtered:after{background:#0f766e}.committee-notification-stat-head{align-items:center;gap:10px;margin-bottom:8px;display:flex}.committee-notification-stat-icon{color:#1c4f83;background:#e6effb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.committee-notification-row{transition:var(--transition);background:linear-gradient(#fcfdff 0%,#f8fbff 100%);border:1px solid #dfe8f4;border-radius:14px;padding:16px;box-shadow:0 4px 10px #0f172a0a}.committee-notification-row:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.committee-notification-row.is-unread{border-left:4px solid #3b82f6;padding-left:12px}.committee-notification-row-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.committee-notification-title-wrap{align-items:center;gap:10px;display:flex}.committee-notification-title-block{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.committee-notification-icon{color:#224f7f;background:#e8f0ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.committee-notification-time{color:#7b8ea5;font-size:.8rem;font-weight:700}.committee-state-chip{letter-spacing:.02em;border-radius:999px;align-items:center;height:24px;padding:0 8px;font-size:.74rem;font-weight:800;display:inline-flex}.committee-state-chip.unread{color:#1f5a96;background:#e7f1ff}.committee-state-chip.read{color:#5c6f84;background:#edf2f7}.committee-link-btn{color:#25578f;cursor:pointer;background:#f4f9ff;border:1px solid #cfe0f5;border-radius:10px;height:34px;margin-top:8px;padding:0 12px;font-size:.88rem;font-weight:700}.committee-link-btn:hover{background:#e9f2ff;border-color:#b9d2f1}.committee-notification-row.is-read{opacity:.86}.committee-notification-row p{color:#193552;margin:8px 0 0;font-size:.95rem;line-height:1.5}.committee-notification-time{display:inline-block}.committee-stats-only-card{padding:26px}.committee-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.committee-settings-card{border:1px solid var(--border);background:#f8fbff;border-radius:14px;gap:12px;padding:16px;display:grid}.committee-settings-card h4{color:var(--text-dark);align-items:center;gap:8px;margin:0;font-size:1rem;display:inline-flex}.committee-toggle-row,.committee-select-row{color:#30465d;justify-content:space-between;align-items:center;gap:12px;font-size:.92rem;font-weight:600;display:flex}.committee-select-row select{min-width:160px;height:38px;color:var(--text-dark);background:#fff;border:1px solid #d8e2ee;border-radius:10px;padding:0 10px}.committee-settings-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}.committee-settings-message{color:#1e6d44;margin:12px 0 0;font-weight:700}.committee-stats-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.committee-stats-title-wrap{align-items:flex-start;gap:14px;display:flex}.committee-stats-icon{color:#224f7f;background:#e9eff7;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex}.committee-api-chip{color:#3a5f87;cursor:pointer;background:#f6f9fd;border:1px solid #d4dfed;border-radius:10px;height:34px;padding:0 12px;font-weight:700}.committee-chart-wrap{background:#f9fbfd;border:1px solid #dce4f0;border-radius:16px;margin-top:18px;padding:24px}.committee-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.committee-summary-card{border:1px solid var(--border);background:#f8fbff;border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.committee-summary-card span{color:var(--text-light);font-size:.86rem;font-weight:600}.committee-summary-card strong{color:var(--text-dark);font-size:1.35rem}@media (width<=1360px){.committee-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.committee-summary-grid{grid-template-columns:1fr}.committee-notifications-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.committee-notification-row-head,.committee-notification-title-wrap{align-items:flex-start}.committee-settings-grid{grid-template-columns:1fr}.committee-notifications-summary-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1120px){.committee-layout{flex-direction:column}.committee-sidebar{width:100%;min-height:auto}.committee-nav{max-height:240px;overflow-y:auto}.committee-topbar{flex-direction:column;align-items:flex-start;padding:20px}.committee-topbar-right{flex-wrap:wrap;width:100%}.committee-search-wrap{width:min(100%,500px)}.committee-content{padding:20px}.committee-grid,.committee-notifications-summary{grid-template-columns:1fr}.committee-notifications-hero{flex-direction:column}.committee-notifications-summary-v2{grid-template-columns:1fr}}@media (width<=700px){.committee-notifications-shell-v2{padding:18px}.committee-notifications-hero-main h3{font-size:1.35rem}.committee-stats-grid{grid-template-columns:1fr}.committee-hero{padding:26px 20px}.committee-hero-tag{font-size:.9rem}.committee-hero h2{font-size:1.8rem}.committee-profile-text{display:none}}
