:root{--bg:#fbf3e4;--card:#fff;--card-muted:#fffdf8;--teal:#0f7d6c;--teal-hover:#0c6558;--teal-shadow:#0a5c50;--teal-tint:#e3f2ee;--yellow:#f7b733;--yellow-hover:#f9c452;--yellow-text:#5a430c;--yellow-shadow:#d99b1b;--yellow-tint:#fde8b8;--yellow-tint-soft:#fdefcf;--yellow-tint-text:#7a5b12;--yellow-tint-soft-text:#96700f;--red:#e05252;--red-dark:#c24343;--red-tint:#fbe7e7;--red-border:#f5d5d5;--text:#3b3228;--text-2:#6e5f4a;--text-3:#8a7b68;--text-weak:#b5a78f;--text-faint:#d9ccb2;--border:#efe2cc;--border-soft:#f5ebd8;--row-divider:#faf4e8;--font-heading:"Baloo 2", system-ui, sans-serif;--font-body:"Nunito", system-ui, sans-serif;--radius-card:22px;--radius-card-lg:26px;--radius-row:18px;--radius-input:14px;--radius-pill:99px;--shadow-card:0 6px 20px #7a5b1214;--shadow-hero:0 8px 26px #7a5b121a;--shadow-login:0 16px 44px #7a5b1226;--shadow-modal:0 24px 70px #3b322859}*{box-sizing:border-box}body{background:var(--bg);font-family:var(--font-body);color:var(--text);margin:0}input::placeholder{color:var(--text-weak)}button{font-family:inherit}@keyframes jbPulse{0%,to{opacity:1}50%{opacity:.45}}.jb-btn{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;font-family:inherit;font-weight:800;transition:background .12s,border-color .12s;display:inline-flex}.jb-btn:disabled{opacity:.5;cursor:not-allowed}.jb-btn--52{height:52px;padding:0 24px;font-size:15px}.jb-btn--50{height:50px;padding:0 24px;font-size:15px}.jb-btn--46{height:46px;padding:0 20px;font-size:14px}.jb-btn--42{height:42px;padding:0 18px;font-size:13px}.jb-btn--40{height:40px;padding:0 16px;font-size:13px}.jb-btn--primary{background:var(--teal);color:#fff;box-shadow:0 4px 0 var(--teal-shadow)}.jb-btn--primary:not(:disabled):hover{background:var(--teal-hover)}.jb-btn--accent{background:var(--yellow);color:var(--yellow-text);box-shadow:0 4px 0 var(--yellow-shadow)}.jb-btn--accent:not(:disabled):hover{background:var(--yellow-hover)}.jb-btn--outline{color:var(--text-2);border:2px solid var(--border);background:#fff}.jb-btn--outline:not(:disabled):hover{border-color:var(--teal)}.jb-btn--outlineTeal{color:var(--teal);border:2px solid var(--teal);background:#fff}.jb-btn--outlineTeal:not(:disabled):hover{background:var(--teal-tint)}.jb-btn--dangerOutline{color:var(--red);border:2px solid var(--red-border);background:#fff}.jb-btn--dangerOutline:not(:disabled):hover{background:var(--red-tint)}.jb-card{background:var(--card);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.jb-card--muted{background:var(--card-muted);border:2px solid var(--border-soft);box-shadow:none}.jb-card--hero{border-radius:var(--radius-card-lg);box-shadow:var(--shadow-hero)}.jb-badge{border-radius:var(--radius-pill);white-space:nowrap;padding:3px 12px;font-size:12px;font-weight:800;display:inline-block}.jb-badge--teal-tint{background:var(--teal-tint);color:var(--teal)}.jb-badge--red-tint{background:var(--red-tint);color:var(--red-dark)}.jb-badge--yellow-soft{background:var(--yellow-tint-soft);color:var(--yellow-tint-soft-text)}.jb-badge--neutral{background:var(--border-soft);color:var(--text-3)}.jb-badge--solid-teal{background:var(--teal);color:#fff}.jb-badge--faint{background:var(--yellow-tint);color:var(--yellow-tint-text)}.jb-avatar{border-radius:var(--radius-pill);background:var(--yellow-tint);color:var(--yellow-tint-text);flex:none;justify-content:center;align-items:center;font-weight:800;display:flex}.jb-seg{gap:4px;display:flex}.jb-seg--filled{background:var(--border-soft);border-radius:var(--radius-pill);padding:4px}.jb-seg--filled .jb-seg__opt{border-radius:var(--radius-pill);cursor:pointer;height:40px;color:var(--text-3);background:0 0;border:none;flex:1;font-family:inherit;font-size:14px;font-weight:800}.jb-seg--filled .jb-seg__opt.is-active{background:var(--teal);color:#fff}.jb-seg--outline{border:2px solid var(--border);border-radius:var(--radius-pill);background:#fff;flex:none;gap:0;display:flex;overflow:hidden}.jb-seg--outline .jb-seg__opt{cursor:pointer;height:44px;color:var(--text-3);background:#fff;border:none;padding:0 16px;font-family:inherit;font-size:13px;font-weight:800}.jb-seg--outline .jb-seg__opt.is-active{background:var(--teal);color:#fff}.jb-modal__overlay{z-index:60;background:#3b322880;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.jb-modal__card{background:var(--card);border-radius:var(--radius-card-lg);width:100%;max-width:560px;max-height:88vh;box-shadow:var(--shadow-modal);flex-direction:column;gap:16px;padding:26px 24px;display:flex;overflow-y:auto}.jb-modal__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.jb-modal__title{font-family:var(--font-heading);color:var(--teal);font-size:22px;font-weight:800}.jb-modal__subtitle{color:var(--text-3);font-size:14px;font-weight:600}.jb-modal__close{border-radius:var(--radius-pill);background:var(--border-soft);width:36px;height:36px;color:var(--text-3);cursor:pointer;border:none;flex:none;font-size:16px;font-weight:800}.jb-modal__footer{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.jb-toast{background:var(--text);color:var(--bg);border-radius:var(--radius-pill);z-index:80;white-space:nowrap;padding:12px 22px;font-size:14px;font-weight:700;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #3b322859}.jb-empty{border:2px dashed var(--border);background:var(--card-muted);text-align:center;color:var(--text-3);border-radius:22px;padding:36px 20px;font-size:15px;font-weight:600}.jb-sync{border-radius:var(--radius-pill);white-space:nowrap;padding:4px 12px;font-size:12px;font-weight:800;display:inline-block}.jb-sync--pending{background:var(--yellow-tint-soft);color:var(--yellow-tint-soft-text);animation:1.2s infinite jbPulse}.jb-sync--synced{background:var(--teal-tint);color:var(--teal)}.jb-sortheader{letter-spacing:.5px;color:var(--text-weak);text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:800}.jb-header{background:var(--teal);color:#fff;padding:0 16px}.jb-header__inner{justify-content:space-between;align-items:center;gap:12px;height:62px;margin:0 auto;display:flex}.jb-header__brand{align-items:center;gap:10px;min-width:0;display:flex}.jb-header__dot{border-radius:var(--radius-pill);background:var(--yellow) url(/favicon.svg) center / 100% no-repeat;flex:none;width:26px;height:26px}.jb-header__wordmark{font-family:var(--font-heading);font-size:24px;font-weight:800}.jb-header__divider{background:#ffffff4d;flex:none;width:1px;height:18px}.jb-header__app{font-size:16px;font-weight:800}.jb-header__session{align-items:center;gap:12px;min-width:0;display:flex}.jb-header__email{color:#ffffffbf;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:13px;overflow:hidden}.jb-header__logout{border-radius:var(--radius-pill);color:#fff;cursor:pointer;background:0 0;border:2px solid #fff6;height:36px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:800;transition:background .12s}.jb-header__logout:hover{background:#ffffff1f}.jb-nav{background:var(--teal);padding:0 16px 14px}.jb-nav__inner{gap:8px;margin:0 auto;display:flex}.jb-nav__inner--scroll{flex-wrap:wrap}.jb-nav__pill{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;color:#ffffffd9;background:#ffffff24;padding:9px 20px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none}.jb-nav__pill.is-active{color:var(--teal);background:#fff;font-weight:800}@media (width<=560px){.jb-header__email{display:none}.jb-header__wordmark{font-size:20px}}.auth-page{background:radial-gradient(circle at 50% -20%, var(--yellow-tint) 0%, var(--bg) 55%);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-logo{flex-direction:column;align-items:center;gap:2px;margin-bottom:32px;display:flex}.auth-logo__circle{border-radius:var(--radius-pill);background:var(--yellow) url(/favicon.svg) center / 100% no-repeat;width:64px;height:64px;margin-bottom:14px;box-shadow:0 0 0 8px #f7b73340}.auth-logo__wordmark{font-family:var(--font-heading);color:var(--teal);font-size:42px;font-weight:800;line-height:1}.auth-logo__sub{letter-spacing:2px;color:var(--text-3);font-size:13px;font-weight:700}.auth-card{background:var(--card);width:100%;max-width:420px;box-shadow:var(--shadow-login);border-radius:24px;flex-direction:column;gap:16px;padding:28px 24px;display:flex}.auth-footer{letter-spacing:2px;color:var(--text-weak);margin-top:28px;font-size:12px;font-weight:700}.auth-heading{flex-direction:column;gap:6px;display:flex}.auth-title{font-family:var(--font-heading);color:var(--teal);font-size:26px;font-weight:800}.auth-explainer{color:var(--text-3);font-size:15px;line-height:1.5}.auth-field{flex-direction:column;gap:10px;display:flex}.auth-label{color:var(--text-2);font-size:13px;font-weight:800}.auth-input{border:2px solid var(--border);border-radius:var(--radius-input);background:var(--card-muted);height:50px;color:var(--text);outline-color:var(--teal);width:100%;padding:0 16px;font-family:inherit;font-size:16px}.auth-textlink{color:var(--text-3);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:4px 0;font-family:inherit;font-size:14px;font-weight:700;text-decoration:underline}.auth-hint{color:var(--text-weak);font-size:13px;line-height:1.5}.dash{flex-direction:column;gap:18px;width:100%;max-width:1280px;margin:0 auto;padding:24px 16px 60px;display:flex}.dash__greeting{font-family:var(--font-heading);color:var(--teal);font-size:26px;font-weight:800}.dash__hero{flex-direction:column;gap:16px;padding:24px 22px;display:flex}.dash__hero-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.dash__hero-head-text{flex-direction:column;flex:1;gap:2px;min-width:220px;display:flex}.dash__eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-weak);font-size:12px;font-weight:800}.dash__hero-title{font-family:var(--font-heading);color:var(--teal);font-size:28px;font-weight:800}.dash__hero-meta{color:var(--text-3);font-size:14px;font-weight:600}.dash__hero-groups{color:var(--text-weak);font-size:13px;font-weight:700}.dash__tiles{flex-wrap:wrap;gap:10px;display:flex}.dash__tile{border-radius:18px;flex:1;min-width:110px;padding:14px 16px}.dash__tile-num{font-family:var(--font-heading);font-size:30px;font-weight:800}.dash__tile-label{font-size:13px;font-weight:700}.dash__tile--yes{background:var(--teal-tint)}.dash__tile--yes .dash__tile-num{color:var(--teal)}.dash__tile--yes .dash__tile-label{color:#5e8177}.dash__tile--no{background:var(--red-tint)}.dash__tile--no .dash__tile-num{color:var(--red-dark)}.dash__tile--no .dash__tile-label{color:#b07575}.dash__tile--open{background:var(--yellow-tint-soft)}.dash__tile--open .dash__tile-num{color:var(--yellow-tint-soft-text)}.dash__tile--open .dash__tile-label{color:#b39a55}.dash__actions{flex-wrap:wrap;gap:10px;display:flex}.dash__info{flex-wrap:wrap;gap:14px;display:flex}.dash__info-card{flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:220px;padding:18px;display:flex}.dash__info-eyebrow{color:var(--text-weak);font-size:13px;font-weight:800}.dash__info-headline{font-family:var(--font-heading);color:var(--text);font-size:19px;font-weight:800}.dash__info-sub{color:var(--text-3);font-size:13px;font-weight:600}.mx{flex-direction:column;gap:14px;width:100%;max-width:1280px;margin:0 auto;padding:24px 16px 60px;display:flex}.mx__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.mx__head-text{flex-direction:column;gap:2px;display:flex}.mx__title{font-family:var(--font-heading);color:var(--teal);font-size:26px;font-weight:800}.mx__summary{color:var(--text-3);font-size:14px;font-weight:600}.mx__filters{flex-wrap:wrap;gap:8px;display:flex}.mx__chip-filter{border-radius:var(--radius-pill);cursor:pointer;border:2px solid var(--border);min-height:38px;color:var(--text-3);background:#fff;padding:0 18px;font-family:inherit;font-size:13px;font-weight:800}.mx__chip-filter.is-active{border-color:var(--teal);background:var(--teal);color:#fff}.mx__card{padding:0;overflow-x:auto}.mx__inner{flex-direction:column;display:flex}.mx__row{align-items:center;display:grid}.mx__row:not(.mx__row--head){border-bottom:1px solid var(--row-divider)}.mx__row:not(.mx__row--head):hover{background:var(--card-muted)}.mx__row--head{background:var(--card-muted);border-bottom:2px solid var(--border-soft)}.mx__th{cursor:pointer;background:0 0;border:none;font-family:inherit}.mx__th--name{text-align:left;padding:12px 8px 12px 18px}.mx__th--name .jb-sortheader{padding:0}.mx__th--event{flex-direction:column;align-items:center;gap:1px;padding:12px 6px;display:flex}.mx__th-short{color:var(--text-2);white-space:nowrap;font-size:12px;font-weight:800}.mx__th-date{color:var(--text-weak);font-size:11px;font-weight:700}.mx__th--center{text-align:center;letter-spacing:.5px;text-transform:uppercase;color:var(--text-weak);padding:12px 6px;font-size:12px;font-weight:800}.mx__cell--first{flex-direction:column;padding:10px 8px 10px 18px;display:flex}.mx__first-name{font-size:14px;font-weight:800}.mx__first-year{color:var(--text-weak);font-size:12px;font-weight:700}.mx__cell--last{padding:10px 8px;font-size:14px;font-weight:800}.mx__cell--chip{text-align:center}.mx__cell--total{text-align:center;font-size:14px;font-weight:800}.mx__cell--status{text-align:center}.mx__chip{border-radius:var(--radius-pill);justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:inline-flex}.mx__chip--attended{background:var(--teal-tint);color:var(--teal)}.mx__chip--missed{background:var(--red-tint);color:var(--red-dark)}.mx__chip--scheduled{background:var(--border-soft);color:var(--text-weak)}.mx__chip--notInvited{color:#e5dac4;background:0 0}.mx__status-none{color:var(--text-faint);font-size:12px;font-weight:800}.mx__empty{text-align:center;color:var(--text-3);padding:48px 24px;font-size:15px;font-weight:600}
