.side-brand{width:100%;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}
.side-brand:hover{background:#ffffff0b;border-radius:12px}
.person-icon svg,.mobile-avatar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.side-account{cursor:pointer;border-radius:12px}
.side-account:hover{background:#ffffff0b}
.app-nav:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f0b744;outline-offset:3px}
.community-ticker{display:flex;align-items:center;gap:11px;width:100%;margin:-5px 0 20px;padding:12px 15px;border:1px solid #acd0c1;border-radius:14px;background:#edf7f1;color:var(--green-dark);text-align:left;cursor:pointer}
.community-ticker:hover{border-color:var(--green);transform:translateY(-1px)}
.community-ticker>span:nth-child(2){font-size:12px}.community-ticker strong{font:700 18px Georgia,serif}.community-ticker small{margin-left:auto;font-size:10px;font-weight:800}.ticker-pulse{width:9px;height:9px;border-radius:50%;background:#12a879;box-shadow:0 0 0 5px #12a87920;animation:tickerPulse 2s ease-in-out infinite}.community-ticker.is-unavailable{display:none}
@keyframes tickerPulse{50%{box-shadow:0 0 0 9px #12a87908}}
.attendance-dialog{width:min(680px,calc(100% - 28px));padding:0;border:0;border-radius:24px;background:transparent;color:var(--ink)}
.attendance-dialog::backdrop{background:#10251da6;backdrop-filter:blur(6px)}
.attendance-dialog-card{position:relative;padding:31px;border-radius:24px;background:var(--paper);box-shadow:0 30px 100px #10251d66}
.attendance-dialog-card>h2{margin:4px 0 7px;font:600 34px/1 Georgia,serif}.attendance-dialog-card>p:not(.eyebrow):not(.status){max-width:540px;margin:0 0 18px;color:var(--muted);font-size:12px;line-height:1.5}.attendance-celebration{display:grid;width:45px;height:45px;place-items:center;margin-bottom:15px;border-radius:14px;background:var(--green-soft);color:var(--green);font-size:22px}.dialog-close{position:absolute;top:18px;right:18px;width:36px;height:36px;border:0;border-radius:50%;background:#eee9df;color:var(--ink);font-size:23px;cursor:pointer}.current-events-list{display:grid;gap:9px;margin:18px 0}.current-event-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff}.current-event-card h3{margin:3px 0;font:600 20px Georgia,serif}.current-event-card p{margin:0;color:var(--muted);font-size:10px}.event-now-label{color:var(--green);font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.current-event-card button{padding:10px 12px;border:0;border-radius:10px;background:var(--green-dark);color:#fff;font-size:10px;font-weight:800;cursor:pointer}.current-event-card button.is-attending{background:#dff2e7;color:var(--green-dark)}
@media(max-width:760px){.community-ticker{margin:0 0 14px}.community-ticker small{display:none}.attendance-dialog-card{padding:25px 18px}.attendance-dialog-card>h2{font-size:28px}.current-event-card{grid-template-columns:1fr}.current-event-card button{width:100%}}
