:root{--ink:#1c2024;--muted:#98a1a8;--inner:#f6f8f9;--line:#eef1f3;--yellow:#f6dc7d;--yellow-soft:#fbf0cc;--yellow-ink:#9a7b1e;--blue-sel:#bfe4f5;--blue-soft:#ddebf7;--blue-ink:#3b6ea8;--green-soft:#dff2d8;--green-ink:#3e7c3a;--red-soft:#fadeda;--red-ink:#b4473a;--violet-soft:#eae4f6;--violet-ink:#6b58a6;--nav-dark:#262d22;--cta:linear-gradient(90deg, #f7eba9 0%, #cde6b4 100%)}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--ink);background-color:#e9f2f7;background-image:repeating-linear-gradient(90deg,#fff0 0 70px,#ffffff59 70px 140px);min-height:100dvh;font-family:Montserrat,-apple-system,sans-serif}button{font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none}#root{justify-content:center;padding:40px 16px;display:flex}.app{background:#fff;border-radius:44px;flex-direction:column;width:100%;max-width:400px;min-height:780px;padding:24px 20px 12px;display:flex;box-shadow:0 34px 70px #2d506924}@media (width<=480px){#root{padding:0}.app{max-width:none;min-height:100dvh;box-shadow:none;border-radius:0}}.header{justify-content:space-between;align-items:center;gap:12px;padding:4px 4px 0;display:flex}.header-title{flex:1;min-width:0}.header-spacer{flex-shrink:0;width:40px}.back-btn{background:var(--inner);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.h1{margin-top:2px;font-size:19px;font-weight:700}.sub{color:var(--muted);font-size:12px;font-weight:500}.avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.parent-avatar{color:#a6764a;background:#f2e3d5;width:44px;height:44px;font-size:15px}.avatar.xs{width:30px;height:30px;font-size:12px}.avatar.lg{border:4px solid #fff;width:84px;height:84px;font-size:26px;box-shadow:0 8px 20px #2d506926}.switcher{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.chip{background:var(--inner);color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:5px 14px 5px 5px;font-size:13px;font-weight:600;display:flex}.chip.on{background:var(--blue-sel);color:var(--ink);font-weight:700}.chip .avatar.xs{background:#fff}.screen{flex-direction:column;gap:12px;margin-top:18px;animation:.25s fade;display:flex}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.card{background:var(--inner);border-radius:24px;padding:18px}.card-head{align-items:center;gap:14px;display:flex}.card-title{font-size:15px;font-weight:700}.icon-tile{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.icon-tile.yellow{background:var(--yellow);color:#6b5a1e}.icon-tile.red{background:var(--red-soft);width:38px;height:38px;color:var(--red-ink)}.icon-tile.sm{border-radius:12px;width:38px;height:38px}.icon-tile.yellow-soft{background:var(--yellow-soft);color:var(--yellow-ink)}.icon-tile.emoji{background:var(--yellow-soft);font-size:17px}.balance-row{justify-content:space-between;align-items:flex-end;margin-top:16px;display:flex}.balance-big{font-size:26px;font-weight:800}.balance-cap{color:var(--muted);font-size:14px;font-weight:600}.bar{background:#e8ecee;border-radius:999px;height:8px;margin-top:10px;overflow:hidden}.bar>div{background:linear-gradient(90deg,#f0d878,#b5d98f);border-radius:999px;height:100%;transition:width .4s}.split-row{justify-content:space-between;align-items:center;margin-top:14px;font-size:13px;display:flex}.split-row:first-child{margin-top:0}.debt-card{background:#fdf1ef;justify-content:space-between;align-items:center;width:100%;display:flex}.debt-ink{color:var(--red-ink)}.schedule-note{margin-top:12px}.pill{white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600}.pill.present{background:var(--green-soft);color:var(--green-ink)}.pill.sick{background:var(--blue-soft);color:var(--blue-ink)}.pill.notified{background:var(--yellow-soft);color:var(--yellow-ink)}.pill.missed{background:var(--red-soft);color:var(--red-ink)}.pill.vacation{background:var(--violet-soft);color:var(--violet-ink)}.pill.paused{color:#7d7d7d;background:#ececec}.pill.debt{background:var(--red-soft);color:var(--red-ink)}.section-head{justify-content:space-between;padding:6px 4px 0;display:flex}.section-title{font-size:15px;font-weight:700}.section-note{padding:2px 4px 6px;line-height:1.4}.joined-edit{margin-left:10px}.birthday-note{color:var(--ink);font-weight:700}.insurance-expired{color:var(--red-ink)}.insurance-soon{color:var(--yellow-ink)}.insurance-none{color:var(--muted);font-weight:600}.list{flex-direction:column;gap:10px;display:flex}.list-row{background:var(--inner);border-radius:18px;align-items:center;gap:12px;padding:12px 14px;display:flex}.list-row .grow{flex:1;min-width:0}.list-row .name{font-size:13px;font-weight:700}.list-row .meta{color:var(--muted);margin-top:2px;font-size:11px;font-weight:500}.amount{font-size:13px;font-weight:700}.due-big{margin-top:10px;font-size:30px;font-weight:800}.due-lines{margin-top:6px}.cta{background:var(--cta);border-radius:999px;justify-content:space-between;align-items:center;width:100%;margin-top:16px;padding:15px 22px;font-size:15px;font-weight:700;display:flex}.cta.done{filter:saturate(.7)}.cta-arrow{background:#ffffff8c;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.identity{text-align:center;padding-top:8px}.identity-name{margin-top:12px;font-size:19px;font-weight:800}.identity .sub{margin-top:4px}.belt-title{text-transform:capitalize}.belts{gap:4px;margin:14px 0 10px;display:flex}.belt{background:#e8e8e8;border-radius:5px;flex:1;min-width:0;height:14px;box-shadow:inset 0 0 0 1px #00000014}.belt.current{outline-offset:2px;outline:3px solid #f6dc7d99}.stripes{align-items:center;gap:5px;margin:0 0 12px;display:flex}.stripe{background:#e8e8e8;border-radius:3px;width:16px;height:6px;box-shadow:inset 0 0 0 1px #00000014}.stripe.on{background:var(--ink,#2b2b2b)}.stripes-label{margin-left:4px}.stats{gap:12px;display:flex}.stat{background:var(--inner);text-align:center;border-radius:20px;flex:1;padding:14px 8px}.stat-val{font-size:21px;font-weight:800}.contact{text-align:center}.contact .card-title{margin-top:4px}.contact .sub{margin-top:2px}.role-select{justify-content:flex-start}.brand{text-align:center;padding:36px 0 8px}.brand-mark{background:var(--yellow);color:#6b5a1e;object-fit:cover;border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;font-size:34px;font-weight:800;display:flex;box-shadow:0 10px 24px #f6dc7d80}.brand-name{letter-spacing:4px;margin-top:16px;font-size:24px;font-weight:800}.brand .sub{margin-top:6px}.role-hint{padding:26px 4px 10px}.role-card{width:100%;padding:16px 14px}.row-chevron{color:#c6ccd1;flex-shrink:0}.icon-tile.role-blue{background:var(--blue-soft);color:var(--blue-ink)}.icon-tile.role-yellow{background:var(--yellow-soft);color:var(--yellow-ink)}.icon-tile.role-green{background:var(--green-soft);color:var(--green-ink)}.icon-tile.role-violet{background:var(--violet-soft);color:var(--violet-ink)}.role-footer{text-align:center;margin-top:auto;padding:24px 0 12px}.today-line{padding:2px 4px 0}.session-row{width:100%}.trainer-avatar{background:var(--green-soft);color:var(--green-ink)}.checkin-row{padding:0;overflow:hidden}.checkin-row.is-present{background:#eef7e9}.checkin-main{flex:1;align-items:center;gap:12px;min-width:0;padding:12px 0 12px 14px;display:flex}.checkin-main .grow{flex-direction:column;flex:1;min-width:0;display:flex}.more-btn{color:var(--muted);align-self:stretch;align-items:center;padding:0 14px 0 8px;display:flex}.pill.unmarked{color:#9d9d9d;text-align:center;background:#ececec;min-width:34px}.status-picker{flex-wrap:wrap;gap:6px;padding:10px 6px 4px;animation:.2s fade;display:flex}.pill.pick{border:1.5px solid #0000}.pill.picked{border-color:currentColor}.group-schedule{margin-top:4px}.athlete-identity{padding-top:2px}.note-form{padding:12px}.note-input,.text-input{border:1.5px solid var(--line);width:100%;font:inherit;color:var(--ink);resize:none;background:#fff;border-radius:14px;padding:10px 12px;font-size:13px}.note-input:focus,.text-input:focus{border-color:var(--blue-sel);outline:none}@media (pointer:coarse){.text-input,.note-input,select.text-input{font-size:16px}.price-input{width:92px}.plan-input{width:110px}}.note-cta{margin-top:10px;padding:12px 18px;font-size:13px}.note-row{align-items:flex-start}.note-text{margin-top:4px;font-size:13px;font-weight:500;line-height:1.45}.empty-note{text-align:center;padding:8px 0}.streak-card{background:linear-gradient(90deg,#fbf0cc,#eef7e9);align-items:center;gap:14px;display:flex}.streak-fire{font-size:28px}.balance-note{margin-top:12px}.next-session{outline:2px solid var(--blue-sel);outline-offset:-2px}.field{margin-top:14px}.field:first-child{margin-top:0}.field-label{margin-bottom:4px}.field-value{font-size:13px;font-weight:600;line-height:1.45}.seg{justify-content:center;gap:8px;display:flex}.seg .s{background:var(--inner);color:var(--muted);border-radius:999px;padding:8px 16px;font-size:12px;font-weight:600}.seg .s.on{background:var(--blue-sel);color:#2d5666}.brand-avatar{background:var(--yellow);color:#6b5a1e}.price-edit{align-items:center;gap:6px;display:flex}.price-input{text-align:right;width:76px;padding:7px 10px;font-size:13px;font-weight:700}.price-input::-webkit-outer-spin-button{-webkit-appearance:none}.price-input::-webkit-inner-spin-button{-webkit-appearance:none}.plan-input{width:96px}.plan-note{margin-top:10px}.toggle-row{width:100%}.toggle{background:#e2e6e9;border-radius:999px;flex-shrink:0;width:44px;height:26px;padding:3px;transition:background .2s;display:flex}.toggle .knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle.on{background:#b5d98f}.toggle.on .knob{transform:translate(18px)}.avatar.sm-round{width:38px;height:38px;font-size:13px}.contact-actions{justify-content:center;gap:8px;margin-top:12px;display:flex}.contact-btn{cursor:pointer;padding:8px 16px;font-size:12px;text-decoration:none}.add-row{width:100%;color:var(--muted);background:0 0;border:1.5px dashed #cfd6da}.add-row .name{color:#7a838a}.add-tile{background:var(--inner);color:var(--muted);font-size:20px;font-weight:500}.roster-form .field{margin-top:12px}.roster-form .cta{margin-top:16px}.roster-form .form-hint{margin-top:12px;line-height:1.5}.roster-form .save-error{margin-top:10px}.guardian-toggle{background:#fff;width:100%;margin-top:14px}.day-picker{flex-wrap:wrap;gap:6px;display:flex}.form-row{gap:12px;display:flex}.form-row .field{flex:1}select.text-input{appearance:none;background:#fff}.zero-balance{color:var(--red-ink);font-weight:600}.due-actions{align-items:center;gap:8px;display:flex}.due-actions .pill{cursor:pointer}.cash-row{align-items:flex-start}.pay-actions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.pay-actions .pill,.plan-picker .pill{cursor:pointer}.plan-picker{padding:4px 2px}.price-was{color:var(--muted);margin-right:6px;text-decoration-thickness:1px}.discount-row{cursor:pointer}.discount-note{margin-top:-4px}.discount-banner{text-align:center;margin:0 0 12px}.reason-picker{margin-top:8px}.balance-ink,.from-balance{color:var(--green-ink)}.topup-form .status-picker{margin-bottom:2px}.topup-form .status-picker .pill{cursor:pointer}.quick-amounts{flex-wrap:wrap}.topup-result{text-align:center;margin-top:-4px}.row-open{min-width:0;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:0;display:flex}.news-post{padding-top:14px}.news-post.is-past{opacity:.65}.news-image{object-fit:cover;border-radius:18px 18px 0 0;width:calc(100% + 32px);max-width:none;max-height:220px;margin:-14px -16px 12px;display:block}.news-meta{margin-top:2px}.news-date{margin-top:8px;display:inline-block}.news-body{white-space:pre-wrap;margin:10px 0 0;font-size:13px;line-height:1.5}.news-empty{text-align:center;margin-top:32px}.calendar-head{align-items:center;margin-bottom:10px}.calendar-title{text-align:center}.calendar-nav{background:var(--inner);width:34px;height:34px;color:var(--ink);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.calendar-nav:disabled{opacity:.3}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-head-row{margin-bottom:4px}.calendar-wd{text-align:center;font-size:10px}.calendar-day{aspect-ratio:1;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.calendar-day.is-today{outline:2px solid var(--ink);outline-offset:-2px}.day-present{background:var(--green-soft);color:var(--green-ink)}.day-missed{background:var(--red-soft);color:var(--red-ink)}.day-sick{background:var(--blue-soft);color:var(--blue-ink)}.day-notified{background:var(--yellow-soft);color:var(--yellow-ink)}.day-vacation{background:var(--violet-soft);color:var(--violet-ink)}.day-paused{background:var(--line);color:var(--muted);text-decoration:line-through}.day-held{background:var(--line);color:var(--muted)}.day-planned{color:var(--muted);border:1px dashed var(--line);background:0 0}.calendar-summary{margin-top:12px}.calendar-loading{text-align:center;margin-top:8px}.calendar-legend{flex-wrap:wrap;gap:8px 12px;margin-top:10px;display:flex}.legend-item{align-items:center;gap:5px;font-size:11px;display:flex}.legend-dot{border-radius:3px;width:10px;height:10px;display:inline-block}.join-form .field:first-of-type{margin-top:12px}.join-link{word-break:break-all;background:var(--yellow-soft);border-radius:12px;margin:10px 0;padding:10px 12px;font-size:12px;font-weight:600}.join-note{font-style:italic}.join-known{color:var(--blue-ink);font-weight:600}.inbox-groups{flex-wrap:wrap;gap:6px;padding:0;display:inline-flex}.join-done{text-align:center}.join-done-tile{margin:0 auto 10px}.add-child-chip{background:var(--line);color:var(--muted);font-weight:700}.picker-list{margin-top:12px}.preset-row{margin-top:14px}.caps-label{margin-top:16px;margin-bottom:8px}.group-picker{margin-top:12px}.base-filters{flex-direction:column;gap:10px;display:flex}.base-filters .form-row{margin-top:0}.base-actions{gap:6px;display:flex}.base-actions .pill,.base-debt-filter{cursor:pointer}.base-debt-filter{text-align:center;white-space:nowrap;flex:none;align-self:center;padding:9px 14px}.base-filters .form-row select{flex:1;min-width:0}.picker-selected{outline:2px solid var(--blue-sel);outline-offset:-2px}.seg .s{cursor:pointer;border:none}.archive-btn{text-align:center;color:var(--red-ink);text-underline-offset:3px;margin:4px auto 0;text-decoration:underline}.bell-wrap{flex-shrink:0;position:relative}.bell-btn{position:relative}.bell-badge{background:var(--red-ink);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.notif-panel{z-index:30;background:#fff;border-radius:20px;width:300px;max-height:380px;padding:14px;position:absolute;top:48px;right:-52px;overflow-y:auto;box-shadow:0 18px 44px #2d506938}.notif-title{margin-bottom:10px}.notif-unread{outline:2px solid var(--blue-sel);outline-offset:-2px}.notif-pay{margin-top:8px;display:inline-block}.tg-card .contact-btn{cursor:pointer}.loading{text-align:center;color:var(--muted);margin:auto;padding:80px 0;font-size:14px;font-weight:600}.app-state{flex-direction:column;flex:1;display:flex}.app-state .card{margin:auto 0}.login-cta{margin-top:18px}.login-form{flex-direction:column;margin-top:24px;display:flex}.login-form .field{margin-top:12px}.login-form .save-error{margin-top:10px}.login-divider{text-align:center;margin:14px 0 0}.google-cta{background:var(--inner);margin-top:14px}.login-note{margin-top:10px}.access-email{flex-direction:column;gap:10px;padding:12px 0 0;display:flex}.access-email .contact-btn{cursor:pointer;align-self:flex-start}.join-first{margin-top:22px}.join-card .name{font-size:15px}.login-heading{padding:24px 4px 2px}.code-input{letter-spacing:6px;text-align:center;font-size:20px;font-weight:700}.login-links{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:16px;display:flex}.link-btn{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.link-btn:disabled{opacity:.5;cursor:default}.cta:disabled{opacity:.6;cursor:default}.signout{text-align:center;text-underline-offset:3px;margin-top:14px;text-decoration:underline}.no-roles{text-align:center}.no-roles .sub{margin-top:8px;line-height:1.5}.save-error{color:var(--red-ink);text-align:center}.nav{background:linear-gradient(#0000,#fff 35%);justify-content:space-around;align-items:center;margin-top:auto;padding:16px 0 8px;display:flex;position:sticky;bottom:0}.nav-item{color:#b9c0c6;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.nav-item.active{background:var(--nav-dark);color:#e8efd9}@media (width<=380px){.nav-item{width:40px;height:40px}}.brand-logo{object-fit:contain;background:#fff;padding:8px}.avatar-photo{object-fit:cover}.logo-row{align-items:center;gap:14px;display:flex}.logo-preview{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:18px;flex-shrink:0;width:64px;height:64px}.logo-preview.empty{background:var(--yellow);color:#6b5a1e;border:none;justify-content:center;align-items:center;font-size:26px;font-weight:800;display:flex}.logo-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.logo-pick{cursor:pointer}.avatar-actions{flex-wrap:wrap}.terms-input{min-height:160px}.terms-text{white-space:pre-wrap;margin-top:8px;line-height:1.55}.terms-card{text-align:left;cursor:pointer;width:100%;color:inherit;justify-content:space-between;align-items:center;text-decoration:none;display:flex}.terms-card .card-head{min-width:0}.terms-card .card-title,.terms-card .sub{text-decoration:none}.terms-card .doc-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.individual-row .pay-actions{align-items:center}.count-pill{text-align:center;min-width:34px}.save-status{z-index:5;text-align:center;color:var(--muted);background:var(--inner);border-radius:14px;margin:-4px -4px 0;padding:9px 14px;font-size:12.5px;font-weight:600;transition:color .2s,background .2s;position:sticky;top:0}.save-status.saving{color:var(--yellow-ink);background:var(--yellow-soft)}.save-status.saved{color:var(--green-ink);background:var(--green-soft)}.save-status.error{color:var(--red-ink);background:var(--red-soft)}.doc-row{color:inherit;text-decoration:none}.code-cta{background:var(--inner);color:var(--ink)}.code-cta .cta-arrow{background:#fff}.login-hint{text-align:center;margin-top:8px}.join-howto{margin-top:10px}.pay-channel{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.pay-channel .amount{white-space:nowrap}.admin-stats{margin-top:12px}.admin-flags{flex-wrap:wrap;margin-top:10px}.school-link{color:var(--blue-ink);font-weight:600;text-decoration:none}.landing{justify-content:flex-start}.slug-input{align-items:center;gap:8px;display:flex}.slug-input .text-input{flex:1;min-width:0}.slug-suffix{white-space:nowrap;font-weight:600}.landing-note{text-align:center;margin-top:18px;line-height:1.5}.member-link{color:inherit;text-decoration:none;display:block}.member-link .meta{word-break:break-all}.link-remove{flex:none;margin-left:8px}.link-form{flex-direction:column;gap:10px;padding:12px 0 0;display:flex}.link-form .contact-btn{cursor:pointer;align-self:flex-start}.promo-card{color:inherit;text-decoration:none;display:block}.promo-text{margin-top:12px}.slot-head,.slot-row{grid-template-columns:38px 1fr 84px;align-items:center;gap:8px;display:grid}.slot-head{margin-top:12px;padding:0 2px}.slot-head span:first-child{grid-column:1}.slot-row{margin-top:8px}.slot-row .text-input{margin:0}.slot-day{font-size:13px;font-weight:700}.probe-result{background:var(--inner,#f6f8f9);margin-top:12px}
