@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{--heading-font-family: "Figtree";--body-font-family: "Figtree";--heading-font-weight: 700;--color-black: #33334c;--color-white: #ffffff;--color-gray-100: #f5f5f5;--color-gray-200: #ececec;--color-gray-300: #d8d8df;--color-muted: #66667a;--ghost-accent-color: #1988ff;--color-accent-soft: #eef6ff;--color-success: #28784f;--logo-height: 44px;--image-radius: 1rem;--button-radius: 8px;--shadow-soft: 0 18px 60px rgba(51, 51, 76, .09)}*{box-sizing:border-box}html{font-size:100%;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;font-family:var(--body-font-family),Helvetica,Arial,sans-serif;font-weight:400;line-height:1.75;color:var(--color-black);background:linear-gradient(180deg,var(--color-white) 0%,var(--color-accent-soft) 100%)}body.site-nav-open{overflow:hidden}body.site-nav-open:after{content:"";position:fixed;inset:0;z-index:90;background:#fff3;backdrop-filter:blur(10px)}img{max-width:100%}a{color:inherit}h1,h2,h3{margin:0;font-family:var(--heading-font-family),Helvetica,Arial,sans-serif;font-weight:var(--heading-font-weight);line-height:1.15;letter-spacing:0}p{margin:0}button,input,select,textarea{font:inherit}.sr-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.s-container{width:1400px;max-width:100vw;padding:0 1.5rem;margin:0 auto}.site-main{overflow:hidden;margin:2rem 0}.site-header{color:var(--color-black);background:#ffffffeb;border-bottom:1px solid var(--color-gray-200);backdrop-filter:blur(18px)}.site-header a{text-decoration:none}.site-header__inner{height:70px;position:relative;display:flex;align-items:center;gap:2rem}.site-logo,.site-footer__logo{display:inline-flex;align-items:center}.site-logo img,.site-footer__logo img{height:calc(var(--logo-height) * .66);min-height:20px;width:auto}.site-nav{position:fixed;z-index:100;left:0;top:0;width:calc(100% - 2rem);height:calc(100% - 2rem);margin:1rem;padding:2rem;overflow:auto;border-radius:1rem;background:var(--color-white);border:1px solid var(--color-gray-200);box-shadow:var(--shadow-soft);transform:translateY(calc(100% + 2rem));transition:transform .3s ease}.site-nav--open{transform:translateY(0)}.site-nav ul,.site-footer__nav ul{display:flex;list-style:none;padding:0;margin:0}.site-nav>ul{flex-direction:column;gap:1rem;padding-right:2rem}.site-nav a{font-size:1.125rem;font-weight:650;text-decoration:none}.site-nav a[aria-current=page]{text-decoration:underline;text-underline-offset:.3em}.site-nav__account{display:flex;gap:1rem;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.28)}.site-nav__close{position:absolute;top:2rem;right:2rem}.site-header__utils{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.site-header__link{display:none;font-weight:650}.site-header__burger,.site-nav__close{display:inline-grid;width:42px;height:42px;place-items:center;border:0;border-radius:50%;color:var(--color-white);background:var(--color-black);cursor:pointer}.site-header__burger svg,.site-nav__close svg{width:22px;height:22px}.btn,button[type=submit],.link-button{line-height:1;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border:0;border-bottom:3px solid rgba(0,0,0,.15);border-radius:var(--button-radius);font-weight:650;font-size:1.0625rem;color:var(--color-white);text-decoration:none;background:var(--color-black);cursor:pointer}button[type=submit]:disabled{cursor:wait;opacity:.65}.link-button--quiet{color:var(--color-black);background:var(--color-accent-soft)}.page-hero,.content-panel,.metric-card,.member-card,.state-box{border:1px solid var(--color-gray-200);background:#ffffffe6;box-shadow:var(--shadow-soft)}.page-hero{display:grid;gap:2rem;padding:2rem}.page-hero__copy{display:grid;gap:1rem}.eyebrow{color:var(--ghost-accent-color);font-size:.85rem;font-weight:750;letter-spacing:0;text-transform:uppercase}.page-hero h1{max-width:780px;font-size:clamp(2.2rem,7vw,4.5rem)}.page-hero p,.section-intro,.muted{color:var(--color-muted)}.hero-actions,.section-nav{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero-actions{margin-top:.5rem}.section-nav{margin-bottom:1rem}.section-nav a{display:inline-flex;min-height:40px;align-items:center;padding:.55rem .85rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);color:var(--color-black);text-decoration:none;background:var(--color-white)}.section-nav a[aria-current=page]{color:var(--color-white);background:var(--color-black)}.content-grid{display:grid;gap:1.25rem;margin-top:1.25rem}.page-header{display:grid;gap:.65rem;padding-top:.75rem;margin-bottom:2rem}.page-header__eyebrow{color:var(--ghost-accent-color);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.page-header__title{color:var(--color-black);font-size:2.25rem}.admin-shell{display:grid;gap:1.25rem}.admin-nav{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;padding:.9rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.admin-nav a,.admin-card{text-decoration:none}.admin-nav__home{font-weight:800}.admin-nav__links{display:flex;flex-wrap:wrap;gap:.5rem}.admin-nav__links a{min-height:36px;padding:.4rem .65rem;border-radius:var(--button-radius);font-weight:650}.admin-nav__links a[aria-current=page]{color:var(--color-white);background:var(--color-black)}.admin-grid,.admin-detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-card{display:grid;gap:.4rem;padding:1rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.admin-card span{color:var(--color-muted)}.admin-users__search{grid-template-columns:minmax(220px,1fr) auto;align-items:end}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:.75rem;border-bottom:1px solid var(--color-gray-200);text-align:left;vertical-align:top}.admin-table th{font-size:.85rem;text-transform:uppercase}.admin-badge{display:inline-flex;min-height:28px;align-items:center;margin:.1rem;padding:.25rem .5rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);color:var(--color-muted);font-size:.85rem;font-weight:700}.admin-badge--on{color:var(--color-white);border-color:var(--color-black);background:var(--color-black)}.admin-pagination{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem}.mt-flow{margin-top:1.25rem}.content-panel{padding:1.5rem}.content-panel h2{font-size:1.35rem;margin-bottom:.75rem}.form-grid,.profile-form,.filter-form,.profile-sections,.profile-fieldset,.timeline-list,.timeline-row,.profile-actions{display:grid;gap:1rem}.profile-fieldset{margin:0;padding:1rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius)}.profile-fieldset legend{padding:0 .35rem;font-weight:750}.timeline-row{padding:1rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.timeline-row.is-dragging{opacity:.55;box-shadow:none}.timeline-drag-handle{width:46px;padding:12px;cursor:grab}.timeline-drag-handle:active{cursor:grabbing}.checkbox-label{display:flex;flex-direction:row;gap:.6rem;align-items:center}.checkbox-label input{width:auto;min-height:0}.profile-actions{align-items:start}.filter-form{margin:1.25rem 0}label{display:grid;gap:.4rem;font-weight:650}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--color-gray-300);border-radius:var(--button-radius);padding:.7rem .85rem;color:var(--color-black);background:var(--color-white)}input:focus,select:focus,textarea:focus{outline:3px solid rgba(51,51,76,.28);outline-offset:2px}textarea{min-height:120px;resize:vertical}button:focus-visible,a:focus-visible{outline:3px solid rgba(25,136,255,.38);outline-offset:2px}[role=alert],.form-message{min-height:1.75rem;color:var(--color-black)}.experience-root{display:grid;gap:1rem;min-height:160px}.profile-list,.profile-summary,.rich-profile,.rich-profile__sections,.profile-copy,.link-list,.tag-list,.timeline-cards,.repeat-rows,.repeat-row,.profile-edit-grid{display:grid;gap:1rem}.rich-profile__header{display:grid;gap:1rem;align-items:center;padding:1.25rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.profile-avatar{display:grid;width:86px;height:86px;place-items:center;overflow:hidden;border-radius:50%;color:var(--color-white);background:var(--color-black);font-size:2rem;font-weight:800}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-section{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.profile-section h3{font-size:1.1rem}.tag-list{grid-template-columns:repeat(auto-fit,minmax(120px,max-content))}.tag,.link-list a{display:inline-flex;min-height:36px;align-items:center;width:max-content;max-width:100%;padding:.45rem .7rem;border-radius:var(--button-radius);background:var(--color-accent-soft);font-weight:650;text-decoration:none}.timeline-card{display:grid;gap:.35rem;padding:.85rem;border-left:4px solid var(--ghost-accent-color);background:var(--color-accent-soft)}.timeline-card span{color:var(--color-muted);font-size:.92rem}.profile-edit-section{background:#ffffffb8}.repeat-row{padding:.85rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius)}.profile-page-shell{width:min(980px,100%);margin:0 auto}.profile-card-shell,.profile-card-sections,.profile-entry-list,.profile-edit-list,.profile-edit-list__rows{display:flex;flex-direction:column;gap:1rem}.profile-card{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:1.25rem;align-items:start;padding:1.25rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white);box-shadow:var(--shadow-soft)}.profile-card__avatar{width:112px;aspect-ratio:1;overflow:hidden;border:1px solid var(--color-gray-200);border-radius:50%;background:var(--color-accent-soft)}.profile-card__avatar img,.avatar-picker__option img{width:100%;height:100%;object-fit:cover}.profile-card__header-main{display:grid;gap:.65rem;min-width:0}.profile-card__header-main h1{font-size:2rem}.profile-card__headline{color:var(--color-black);font-weight:650}.profile-card__facts,.profile-card__chips,.profile-link-list,.open-to-picker,.avatar-picker{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.profile-chip,.profile-link{display:inline-flex;min-height:34px;align-items:center;width:max-content;max-width:100%;padding:.4rem .65rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);color:var(--color-black);background:var(--color-accent-soft);font-size:.95rem;font-weight:650;text-decoration:none}button.profile-chip{cursor:pointer}.profile-chip.is-active{color:var(--color-white);background:var(--color-black)}.profile-section__header{display:flex;gap:.75rem;align-items:center;justify-content:space-between}.profile-section__header h2{font-size:1.25rem}.profile-section__controls{display:inline-flex;flex-wrap:wrap;gap:.4rem;align-items:center}.profile-icon-button{display:inline-grid;min-width:42px;min-height:42px;place-items:center;padding:.45rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);color:var(--color-black);background:var(--color-white);font-size:.78rem;font-weight:800;cursor:pointer}.profile-icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.privacy-toggle[data-visibility=public]{background:var(--color-accent-soft)}.privacy-toggle[data-visibility=bac]{background:#f3f7e9}.privacy-toggle[data-visibility=hidden]{background:#f8eded}.profile-section__body,.profile-section__edit,.profile-edit-grid{display:grid;gap:1rem}.profile-edit-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.profile-edit-grid textarea,.profile-edit-grid .avatar-picker,.profile-edit-grid .profile-school-message{grid-column:1 / -1}.profile-edit-row{display:grid;width:100%;gap:.8rem;padding:1rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:#f5f5f58c}.profile-entry{display:grid;width:100%;gap:.35rem;padding:.9rem;border-left:4px solid var(--ghost-accent-color);background:var(--color-accent-soft)}.events-shell,.event-detail{display:grid;width:min(980px,100%);gap:1rem;margin:0 auto}.events-header{display:flex;gap:1rem;align-items:end;justify-content:space-between}.events-header h1{font-size:2.4rem}.events-tabs{display:inline-flex;gap:.35rem;padding:.25rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.events-tabs button{min-height:38px;padding:.45rem .8rem;border:0;border-radius:calc(var(--button-radius) - 2px);color:var(--color-black);background:transparent;font-weight:700;cursor:pointer}.events-tabs button.is-active{color:var(--color-white);background:var(--color-black)}.events-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.events-metrics .metric-card{display:grid;gap:.2rem;padding:1rem;border-radius:var(--button-radius)}.events-metrics .metric-card strong{font-size:1.7rem;line-height:1}.events-list,.profile-event-surfaces,.profile-event-surface,.event-rsvp{display:grid;gap:.75rem}.event-card{display:grid;gap:.6rem;padding:1rem;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);background:var(--color-white)}.event-card h2{font-size:1.25rem}.event-card a{text-decoration:none}.event-card__meta{color:var(--color-black);font-weight:650}.avatar-picker__option{width:56px;height:56px;overflow:hidden;padding:0;border:2px solid var(--color-gray-200);border-radius:50%;background:var(--color-white);cursor:pointer}.profile-summary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.profile-summary div,.member-card{padding:1rem}.profile-summary dt,.member-card span{color:var(--color-muted);font-size:.9rem;font-weight:650}.profile-summary dd{margin:.25rem 0 0;font-size:1.1rem;font-weight:700}.member-card{display:grid;gap:.35rem}.member-card strong{font-size:1.15rem}.bac-layout,.bac-map,.bac-cohort{display:grid;gap:1rem}.bac-map__viewport{position:relative;display:grid;place-items:center;min-height:360px;border:1px solid var(--color-gray-200);border-radius:var(--button-radius);overflow:hidden;background:#e9f3f8;color:var(--color-muted);isolation:isolate}.bac-map__viewport .maplibregl-map{width:100%;height:100%;min-height:360px}.bac-map__deck{position:absolute;inset:0;z-index:2;pointer-events:none}.bac-map-marker{display:grid;width:34px;height:34px;min-height:34px;place-items:center;padding:0;border:2px solid var(--color-white);border-radius:50%;color:var(--color-white);background:var(--color-black);box-shadow:0 8px 22px #33334c3d;pointer-events:none}.bac-map-marker span{line-height:1;font-size:.86rem;font-weight:850}.bac-map-marker.is-selected{background:var(--ghost-accent-color);box-shadow:0 0 0 5px #1988ff2e,0 8px 22px #33334c3d}.bac-map__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;color:var(--color-muted)}.bac-map__meta strong{color:var(--color-black)}.bac-cohort__list{display:grid;gap:.75rem;max-height:520px;overflow:auto;padding-right:.25rem}.bac-member{display:grid;gap:.25rem;padding:.85rem;border:1px solid var(--color-gray-200);border-left:4px solid var(--color-success);border-radius:var(--button-radius);background:var(--color-white);cursor:pointer}.bac-member--incomplete{border-left-color:var(--color-gray-300);opacity:.78}.bac-member.is-selected{border-color:var(--ghost-accent-color);box-shadow:0 0 0 3px #1988ff29}.bac-member a,.bac-member strong{font-size:1.05rem;font-weight:800}.bac-member span,.bac-member small{color:var(--color-muted);line-height:1.35}.bac-member small{font-weight:750}.state-box{display:grid;gap:.8rem;padding:1.25rem}.signin-splash{justify-items:start;max-width:32rem}.signin-splash__form{display:flex;flex-wrap:wrap;gap:.6rem;width:100%}.signin-splash__form input[type=email]{flex:1 1 14rem}.signin-splash__divider{margin:0}.signin-splash__status{font-size:.9rem}.site-footer{color:var(--color-white);background:var(--color-black);border-top:0;margin-top:2rem;padding:2rem 0}.site-footer__main{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 4rem}.site-footer__brand{display:flex;max-width:450px;flex-direction:column;gap:1rem}.site-footer__brand p{line-height:1.55;color:#ffffffd1}.site-footer__nav ul{flex-wrap:wrap;gap:1rem 2rem}.site-footer__nav a{text-decoration:none;font-weight:650}.site-footer__copyright{color:#ffffffb8}@media screen and (min-width:768px){.page-hero{padding:3rem}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid>.content-panel:first-child{grid-column:span 2}.form-grid,.filter-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.timeline-row{grid-template-columns:auto minmax(180px,1.4fr) repeat(2,minmax(110px,.6fr)) minmax(190px,1fr) auto;align-items:end}.rich-profile__header{grid-template-columns:auto 1fr}.profile-edit-grid,.repeat-row,.profile-edit-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.bac-layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);align-items:start}}@media screen and (min-width:1024px){.s-container{padding:0 4rem}.site-main{margin:4rem 0}.site-header__inner{height:90px;display:grid;grid-template-columns:1fr auto 1fr;gap:1rem}.site-logo img,.site-footer__logo img{height:var(--logo-height)}.site-nav{position:static;width:auto;height:auto;margin:0;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.site-nav>ul{flex-direction:row;align-items:center;gap:1.25rem;padding-right:0}.site-nav a{font-size:1.0625rem}.site-nav__account,.site-nav__close,.site-header__burger{display:none}.site-header__link{display:inline-flex}.site-footer{margin-top:4rem}.site-footer__main{flex-direction:row;gap:4rem}.site-footer__brand{width:33.33%}.site-footer__nav{width:66.67%;display:flex;justify-content:flex-end}.site-footer__nav ul{column-gap:4rem}}@media screen and (max-width:720px){.profile-card{grid-template-columns:80px minmax(0,1fr)}.profile-card__avatar{width:80px}.profile-card>.profile-section__controls{grid-column:1 / -1}.site-nav{position:fixed;top:0;left:0;width:100%;height:100%;margin:0;border-radius:0;transform:translateY(-100%)}.site-nav--open{transform:translateY(0)}}
