.cirs-staff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1024px){.cirs-staff-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cirs-staff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.cirs-staff-grid{grid-template-columns:1fr}}.cirs-staff-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease;cursor:default}.cirs-staff-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}body.theme-dark .cirs-staff-card{background:var(--bg-card)}body.theme-dark .cirs-staff-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.3)}.cirs-staff-photo{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.cirs-staff-photo img{width:100%;height:100%;object-fit:cover}.cirs-staff-initials{width:80px;height:80px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;flex-shrink:0}.cirs-staff-body{display:flex;flex-direction:column;gap:.35rem;flex:1}.cirs-staff-name{font-family:'Playfair Display',serif;font-size:.95rem;font-weight:600;color:var(--text);margin:0;line-height:1.3}.cirs-staff-rank{font-family:Manrope,sans-serif;font-size:.8rem;color:var(--text-dim);margin:0}.cirs-view-btn{margin-top:auto;padding:.35rem .75rem;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:600;border:1.5px solid var(--blue);color:var(--blue);background:0 0;border-radius:6px;cursor:pointer;transition:background .15s,color .15s;align-self:flex-start}.cirs-view-btn:hover{background:var(--blue);color:#fff}.cirs-view-all-btn{display:block;width:100%;margin-top:2rem;padding:.9rem 1.5rem;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;text-align:center;border:1.5px solid var(--blue);color:var(--blue);background:0 0;border-radius:var(--radius-lg);cursor:pointer;transition:background .15s,color .15s}.cirs-view-all-btn:hover{background:var(--blue);color:#fff}.cirs-loading{display:flex;justify-content:center;padding:3rem 0}.cirs-loading span{width:32px;height:32px;border:3px solid var(--blue-dim);border-top-color:var(--blue);border-radius:50%;animation:cirs-spin .75s linear infinite;display:block}@keyframes cirs-spin{to{transform:rotate(360deg)}}.cirs-error{text-align:center;padding:2rem;font-family:Manrope,sans-serif;font-size:.9rem;color:var(--orange)}.cirs-error a{color:var(--blue);text-decoration:underline}#cirsProfileModal{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .2s ease}#cirsProfileModal.is-open{opacity:1;pointer-events:all}.cirs-modal-inner{position:relative;background:#fff;border-radius:14px;width:100%;max-width:720px;max-height:85vh;overflow-y:auto;box-shadow:0 24px 64px rgba(0,0,0,.22);padding:2rem}.cirs-modal-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border:none;background:rgba(15,20,51,.06);border-radius:50%;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f1433;transition:background .15s}.cirs-modal-close:hover{background:rgba(15,20,51,.12)}.cirs-modal-profile-header{margin-bottom:1.5rem;padding-right:2.5rem}.cirs-modal-name{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:#0f1433;margin:0 0 .35rem}.cirs-portal-link{font-family:Manrope,sans-serif;font-size:.8rem;color:#1c64d6;text-decoration:none}.cirs-portal-link:hover{text-decoration:underline}.cirs-tab-nav{display:flex;border-bottom:1.5px solid rgba(15,20,51,.1);gap:0;margin-bottom:1.5rem;overflow-x:auto}.cirs-tab{font-family:Manrope,sans-serif;font-size:.85rem;font-weight:600;color:rgba(15,20,51,.5);background:0 0;border:none;border-bottom:2.5px solid transparent;padding:.65rem 1rem;cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap;margin-bottom:-1.5px}.cirs-tab.is-active,.cirs-tab:hover{color:#e84f10;border-bottom-color:#e84f10}.cirs-tab-pane{display:none}.cirs-tab-pane.is-active{display:block}.cirs-tab-body table{width:100%;border-collapse:collapse;font-family:Manrope,sans-serif;font-size:.875rem}.cirs-tab-body table tr:nth-child(even){background:rgba(15,20,51,.03)}.cirs-tab-body table td,.cirs-tab-body table th{padding:.6rem .75rem;text-align:left;border-bottom:1px solid rgba(15,20,51,.06)}.cirs-pub-section{font-family:'Playfair Display',serif;font-size:1rem;font-weight:600;color:#0f1433;margin:1.25rem 0 .5rem}.cirs-bio-text{font-family:Manrope,sans-serif;font-size:.9rem;line-height:1.7;color:rgba(15,20,51,.87);white-space:pre-wrap;margin:0}.cirs-interests{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cirs-interest-tag{font-family:Manrope,sans-serif;font-size:.78rem;font-weight:600;background:#e84f10;color:#fff;padding:.3rem .75rem;border-radius:2rem}.cirs-social-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.cirs-social-links a{font-family:Manrope,sans-serif;font-size:.85rem;color:#1c64d6;text-decoration:none}.cirs-social-links a:hover{text-decoration:underline}@media (max-width:600px){.cirs-modal-inner{max-height:100vh;height:100dvh;border-radius:0;padding:1.25rem}.cirs-modal-name{font-size:1.15rem}}@media (prefers-reduced-motion:reduce){.cirs-loading span{animation:none}#cirsProfileModal,.cirs-modal-close,.cirs-staff-card,.cirs-tab,.cirs-view-all-btn,.cirs-view-btn{transition:none}}