:root{--ink:#0b0b0d;--muted:#5f6368;--line:#d7d7d9;--panel:#fff;--field:#f2f3f5;--brand:#d71920;--brand-dark:#9f1117;--info:#3f444b;--track:#111113;--success:#16a34a;--page:#f4f4f5;--header:hsla(0,0%,100%,.94);--soft-line:#eeeeef;--shadow:rgba(11,11,13,.12);--shadow-strong:rgba(11,11,13,.16);--danger-bg:#fff1f1;--hover:#fafafa;color-scheme:light}:root[data-theme=dark]{--ink:#f7f7f8;--muted:#a7abb0;--line:#2d3035;--panel:#15171b;--field:#202329;--brand:#e31b23;--brand-dark:#ff6b70;--info:#8b929b;--track:#050506;--success:#22c55e;--page:#0b0c0f;--header:rgba(11,12,15,.94);--soft-line:#24272d;--shadow:rgba(0,0,0,.34);--shadow-strong:rgba(0,0,0,.46);--danger-bg:#261316;--hover:#1b1e23;color-scheme:dark}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%}.sr-only{clip:rect(0,0,0,0);white-space:nowrap}.honeypot,.sr-only{position:absolute;width:1px;height:1px;overflow:hidden}.honeypot{left:-10000px;top:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:flex-start;gap:24px;padding:14px 28px;border-bottom:1px solid var(--line);background:var(--header);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand,.site-header{display:flex;align-items:center}.brand{gap:12px}.brand-mark{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:var(--brand);color:#fff;font-weight:900;overflow:hidden;padding:5px;flex:0 0 auto}.brand-mark img,.footer-brand-mark img{width:100%;height:100%;object-fit:contain}.brand small,.eyebrow,.muted{color:var(--muted)}.brand span:last-child{display:grid;grid-gap:2px;gap:2px}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-left:auto}.header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:0}.menu-toggle{display:none}.menu-toggle-lines{display:grid;grid-gap:4px;gap:4px}.menu-toggle-lines span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.button,button,nav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--line);border-radius:8px;padding:10px 14px;background:var(--panel);color:var(--ink);font:inherit;font-weight:700;line-height:1.1;text-align:center;cursor:pointer;transition:background .14s ease,border-color .14s ease}nav a:hover{background:var(--hover);border-color:var(--brand)}nav a[aria-current=page]{border-color:var(--brand);color:var(--brand)}.button:hover,button:hover{background:var(--hover);border-color:var(--brand)}.button.primary:hover,button.primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.theme-toggle{width:42px;min-width:42px;height:42px;min-height:42px;padding:0;border-color:var(--track);background:transparent;color:var(--track);flex:0 0 auto}.theme-toggle:hover{background:transparent;border-color:var(--brand);color:var(--brand)}:root[data-theme=dark] .theme-toggle{border-color:var(--ink);color:var(--ink)}:root[data-theme=dark] .theme-toggle:hover{border-color:var(--brand-dark);color:var(--brand-dark)}.theme-toggle-icon{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;background:transparent;color:currentColor;font-size:11px;line-height:1}.theme-toggle-icon svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.button.primary,button.primary{border-color:var(--brand);background:var(--brand);color:#fff}.button.dark{border-color:var(--track);background:var(--track);color:#fff}.button:disabled,button:disabled{opacity:.5;cursor:not-allowed}.btn-spinner{width:13px;height:13px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:btn-spin .55s linear infinite;margin-right:7px;flex-shrink:0}@keyframes btn-spin{to{transform:rotate(1turn)}}main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:28px 0 56px;flex:1 0 auto}.hero{min-height:430px;display:grid;align-items:end;margin:0 0 32px;padding:72px max(24px,calc((100% - 1180px) / 2)) 44px;color:#fff}.hero,.hero-registry{background:linear-gradient(90deg,rgba(11,11,13,.92),rgba(11,11,13,.46)),url(/images/registry.webp) 50%/cover}.hero-racers{background:linear-gradient(90deg,rgba(11,11,13,.92),rgba(11,11,13,.46)),url(/images/racers.webp) 50%/cover}.hero-leaderboards{background:linear-gradient(90deg,rgba(11,11,13,.92),rgba(11,11,13,.46)),url(/images/leaderboards.webp) 50%/cover}.hero-register{background:linear-gradient(90deg,rgba(11,11,13,.92),rgba(11,11,13,.46)),url(/images/register.webp) 50%/cover}.hero.compact{min-height:330px;margin-bottom:28px;padding-top:58px}.hero.hero-centered{justify-items:center;text-align:center}.hero-content{max-width:720px}.hero h1,.page-title h1{margin:8px 0 14px;font-size:clamp(38px,6vw,78px);line-height:.96;letter-spacing:0}.hero p,.page-title p{max-width:720px;color:inherit;font-size:18px;line-height:1.55}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.panel{border:1px solid var(--line);border-radius:8px;background:var(--panel);min-width:0}.card{overflow:hidden}.card-body,.panel{padding:20px}.section+.section,.section>.panel+.panel{margin-top:18px}.stat{display:grid;grid-gap:10px;gap:10px}.stat-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.stat strong{font-size:34px;line-height:1}.ui-graphic{display:inline-grid;width:58px;height:58px;place-items:center;border:1px solid var(--line);border-radius:14px;background:linear-gradient(135deg,rgba(215,25,32,.12),transparent 58%),var(--field);color:var(--brand);flex:0 0 auto}.ui-graphic svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.empty-graphic{min-height:190px;display:grid;place-items:center;grid-gap:10px;gap:10px;text-align:center}.empty-graphic .ui-graphic{width:76px;height:76px}.empty-graphic .ui-graphic svg{width:54px;height:54px}.hero{position:relative;overflow:hidden}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.overview-card{min-height:176px;display:grid;align-content:start;grid-gap:14px;gap:14px}.overview-card.stat{grid-template-rows:auto 1fr auto;align-content:stretch}.overview-card.stat strong{align-self:center}.overview-card h2,.overview-card p{margin:0}.overview-card .button,.overview-card button{width:-moz-fit-content;width:fit-content}.racer-photo{aspect-ratio:4/3;object-fit:cover;width:100%}.avatar{display:grid;width:72px;height:72px;place-items:center;border-radius:8px;background:var(--track);color:#fff;font-weight:900}.badge,.status{display:inline-flex;align-items:center;align-self:start;justify-self:start;width:-moz-fit-content;width:fit-content;min-height:28px;border-radius:999px;padding:5px 10px;background:var(--field);color:var(--muted);font-size:13px;font-weight:700;flex:none}.status.active{background:#ededee;color:var(--track)}.split,.toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.toolbar{margin:20px 0}.toolbar input{flex:1 1 420px}.toolbar label{flex:0 0 240px}.toolbar button{flex:0 0 auto}.leaderboard-filter{justify-content:flex-start}.leaderboard-filter label{flex:0 1 420px}input,select,textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:var(--panel);color:var(--ink);font:inherit;line-height:1.2;transition:border-color .14s ease,background .14s ease}input:hover,select:hover,textarea:hover{border-color:var(--brand);background:var(--hover)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(215,25,32,.16);border-color:var(--brand)}input[type=date]{color-scheme:light;height:46px}:root[data-theme=dark] input[type=date]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;position:relative;z-index:1;width:24px;height:24px;margin-right:-30px;opacity:0}input[type=date]{background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230b0b0d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E")}:root[data-theme=dark] input[type=date]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f7f7f8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E")}input[type=date]::-webkit-clear-button,input[type=date]::-webkit-inner-spin-button{opacity:.9;display:none}.select-trigger{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;padding:11px 12px;background:var(--panel);color:var(--ink);font:inherit;line-height:1.2}.select-trigger[data-disabled]{cursor:not-allowed;opacity:.6}.select-trigger:focus-visible{outline:3px solid rgba(215,25,32,.16);border-color:var(--brand)}.select-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.select-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:transform .16s ease}.select-trigger[data-state=open] .select-icon svg{transform:rotate(180deg)}.select-content{z-index:50;min-width:var(--radix-select-trigger-width);max-height:260px;overflow-y:auto;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 18px 50px var(--shadow-strong)}.select-viewport{padding:6px}.select-item{position:relative;display:flex;align-items:center;min-height:38px;border-radius:8px;padding:9px 36px 9px 11px;color:var(--ink);font-size:14px;font-weight:700;cursor:pointer;outline:none}.select-item[data-highlighted]{background:var(--field)}.select-indicator,.select-item[data-state=checked]{color:var(--brand)}.select-indicator{position:absolute;right:11px}.select-trigger-open .select-icon svg{transform:rotate(180deg)}.searchable-select{position:relative}.searchable-select-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;border:1px solid var(--line);border-radius:10px;background:var(--panel);box-shadow:0 18px 50px var(--shadow-strong);overflow:hidden}.searchable-select-search{padding:8px 8px 6px;border-bottom:1px solid var(--line)}.searchable-select-search input{width:100%;min-height:36px;margin:0;font-size:14px}.searchable-select-list{padding:6px;max-height:220px;overflow-y:auto}.searchable-select-list .select-item{width:100%;text-align:left;justify-content:flex-start;background:none;border:none;cursor:pointer}.searchable-select-list .select-item:hover{background:var(--field)}.searchable-select-list .select-item.select-item-active{color:var(--brand)}.searchable-select-empty{padding:10px 11px;color:var(--muted);font-size:14px}input[type=file]{display:flex;align-items:center;padding:9px 12px;cursor:pointer}.photo-dropzone{min-height:132px;display:grid;place-items:center;grid-gap:8px;gap:8px;border:1px dashed #b8b9bc;border-radius:8px;padding:18px;background:var(--field);color:var(--ink);text-align:center;cursor:pointer}.photo-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.photo-dropzone-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:var(--brand);color:#fff;font-size:26px;font-weight:900;line-height:1}.photo-dropzone strong{font-size:15px}.photo-dropzone small{color:var(--muted);font-size:12px;font-weight:700}.photo-dropzone.is-dragging{border-color:var(--brand);background:var(--danger-bg)}.app-notice{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:start;grid-gap:12px;gap:12px;margin:16px 0;border:1px solid var(--line);border-left-width:5px;border-radius:10px;padding:14px 16px;background:var(--panel);box-shadow:0 14px 40px var(--shadow)}.app-notice.app-notice-toast{position:fixed;bottom:20px;right:20px;left:auto;margin:0;max-width:420px;z-index:50}.app-notice.app-notice-toast,.app-notice.app-notice-toast.error{animation:slideInUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-notice.error{border-left-color:var(--brand)}.app-notice.info{border-left-color:var(--info)}.app-notice.success{border-left-color:var(--success)}.app-notice-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--field);color:var(--ink);font-weight:900}.app-notice p,.app-notice strong{margin:0}.app-notice p{margin-top:4px;color:var(--muted);font-size:14px;line-height:1.45}.app-notice-close{min-height:30px;width:30px;border:0;padding:0;background:transparent;color:var(--muted);font-size:22px}.profile-preview{display:flex;align-items:center;gap:14px;margin-bottom:14px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--panel)}.profile-preview img{width:72px;height:84px;border-radius:8px;object-fit:cover}.profile-preview small,.profile-preview strong{display:block}.profile-preview small{margin-top:4px;color:var(--muted)}textarea{min-height:92px;resize:vertical}label{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:13px;font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:18px;align-items:start}.form-actions,.form-wide{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end}.form-actions button{min-width:150px}.form-alert{grid-column:1/-1;margin:0;border:1px solid var(--brand);border-radius:8px;padding:11px 12px;background:var(--danger-bg);color:var(--brand-dark);font-size:13px;font-weight:800}.table-empty{padding:20px;text-align:center;color:var(--muted);font-size:14px}.empty-state{grid-column:1/-1;color:var(--muted);font-weight:700}.staff-note{border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--field);color:var(--muted);font-size:13px;line-height:1.4}.staff-table-panel{overflow-x:auto}.staff-table-panel table{min-width:720px}.staff-table-panel td:nth-child(2){overflow-wrap:anywhere}.staff-table-panel td form{margin:0}.login-page{width:min(1060px,calc(100% - 32px));min-height:calc(100vh - 78px);grid-template-columns:minmax(0,1.05fr) 430px;align-items:center;padding:36px 0}.login-brand-panel,.login-page{display:grid;grid-gap:28px;gap:28px}.login-brand-panel{min-height:520px;align-content:end;border-radius:8px;padding:34px;overflow:hidden;color:#fff;background:linear-gradient(180deg,rgba(17,17,19,.16),rgba(17,17,19,.92)),url(/images/login.webp) 50%/cover}.login-brand-panel .brand-mark{width:64px;height:64px}.login-brand-panel h1{max-width:580px;margin:8px 0 12px;font-size:54px;line-height:.98}.login-brand-panel p{max-width:560px;margin:0;color:hsla(0,0%,100%,.86);font-size:17px;line-height:1.55}.login-card{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:8px;padding:28px;background:var(--panel);box-shadow:0 22px 60px var(--shadow)}.login-card-head{display:grid;grid-gap:6px;gap:6px;margin-bottom:4px}.login-card h2{margin:0;font-size:34px;line-height:1.05}.login-card p{margin:0;color:var(--muted)}.login-card button{width:100%;min-height:46px;margin-top:4px;font-weight:700}.login-secondary-action{border-color:var(--line);background:var(--field);color:var(--ink)}.login-alert{border:1px solid var(--brand);border-radius:8px;background:var(--danger-bg);color:var(--brand-dark)}.login-alert,.login-notice{padding:11px 12px;font-size:13px;font-weight:800}.login-notice{border:1px solid var(--line);border-radius:8px;background:var(--field);color:var(--track)}.login-footnote{text-align:center;font-size:12px}table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}td,th{padding:14px 8px;border-bottom:1px solid var(--soft-line);text-align:left;vertical-align:middle}th{padding-top:2px;padding-bottom:10px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}tbody tr:last-child td{border-bottom:0}tbody tr{transition:background .14s ease}tbody tr:hover td{background:var(--hover)}td{color:var(--ink)}td a{color:var(--brand);font-weight:800}.rank-trophy{position:relative;display:inline-grid;width:38px;height:38px;place-items:center;color:#fff}.rank-trophy svg{position:absolute;inset:0;width:100%;height:100%;fill:#2563eb}.rank-trophy.rank-1 svg{fill:#f5b301}.rank-trophy.rank-2 svg{fill:#a7aeb8}.rank-trophy.rank-3 svg{fill:#c97832}.rank-number{display:inline-grid;width:38px;height:38px;place-items:center;color:var(--muted);font-size:13px;font-weight:900}.rank-trophy span{position:relative;z-index:1;margin-top:3px;font-size:12px;font-weight:900;line-height:1}.leader-racer-link{display:inline-flex;align-items:center;gap:10px}.leader-racer-avatar{width:38px;height:38px;flex:0 0 38px;border:2px solid var(--soft-line);border-radius:999px;object-fit:cover;background:var(--field)}.profile-hero{display:grid;grid-template-columns:360px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:stretch}.profile-photo-panel{position:relative;min-height:430px;overflow:hidden;border-radius:8px;background:var(--track)}.profile-photo{width:100%;height:100%;min-height:430px;object-fit:cover}.profile-photo-panel span{position:absolute;left:18px;bottom:18px;border-radius:8px;padding:10px 14px;background:var(--brand);color:#fff;font-size:42px;font-weight:900;line-height:1}.profile-summary{position:relative;overflow:hidden;display:grid;align-content:space-between;grid-gap:22px;gap:22px}.profile-disciplines,.profile-kicker{display:flex;flex-wrap:wrap;gap:8px}.profile-summary h1{margin:0;font-size:clamp(42px,6vw,74px);line-height:.98}.profile-meta{margin:0;color:var(--muted);font-size:18px;font-weight:700}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.profile-classes,.profile-stat{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line);border-radius:8px;padding:14px;background:var(--field)}.profile-stat strong{font-size:34px;line-height:1}.profile-classes strong{font-size:16px;line-height:1.35}.profile-content{margin-top:22px}.profile-history{overflow-x:auto;padding:24px}.profile-history h2{margin:0 0 14px}.id-card-print-wrap{position:relative;display:grid;grid-gap:10px;gap:10px;justify-items:start}.id-card-print-wrap:after{content:"";inset:0;z-index:1;border-radius:8px;background:rgba(49,48,48,.88);transition:opacity .14s ease}.id-card-actions,.id-card-print-wrap:after{position:absolute;opacity:0;pointer-events:none}.id-card-actions{top:50%;left:50%;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;transform:translate(-50%,-44%);transition:opacity .14s ease,transform .14s ease}.id-card-delete,.id-card-print{min-height:34px;padding:10px 16px;font-size:14px}.id-card-delete{border-color:var(--track);background:var(--track);color:#fff}.id-card-delete:hover{border-color:var(--track);background:#000}.icon-delete-button{display:inline-grid;width:36px;height:36px;min-height:36px;place-items:center;padding:0;border-color:rgba(220,38,38,.2);background:rgba(220,38,38,.08);color:var(--brand)}.icon-delete-button svg{width:16px;height:16px;fill:currentColor}.icon-delete-button:hover{border-color:var(--brand);background:var(--brand);color:#fff}.table-actions{display:flex;align-items:center;gap:8px}.icon-delete-button,.icon-edit-button{text-decoration:none}.icon-edit-button{display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid rgba(37,99,235,.22);border-radius:8px;background:rgba(37,99,235,.08);color:#2563eb}.icon-edit-button svg{width:16px;height:16px;fill:currentColor}.icon-edit-button:hover{border-color:#2563eb;background:#2563eb;color:#fff}.confirm-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.58)}.confirm-dialog{width:min(420px,100%);border:1px solid var(--line);border-radius:14px;padding:22px;background:var(--panel);box-shadow:var(--shadow)}.confirm-dialog h3{margin-bottom:8px}.confirm-dialog p{margin:0;color:var(--muted)}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.id-card-print-wrap:focus-within:after,.id-card-print-wrap:hover:after{opacity:1}.id-card-actions:focus-within,.id-card-print-wrap:hover .id-card-actions{opacity:1;transform:translate(-50%,-50%);pointer-events:auto}.id-card{width:min(520px,100%);min-height:318px;border:1px solid var(--track);border-radius:8px;overflow:hidden;background:var(--panel);box-shadow:0 18px 50px var(--shadow)}.id-card-grid,.id-card-print-single{margin-top:22px}.bulk-id-print-source{position:fixed;left:-10000px;top:0;width:1px;height:1px;overflow:hidden;pointer-events:none}.id-card-header{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:12px 16px;background:var(--track);color:#fff}.id-card-header div{display:grid;grid-gap:2px;gap:2px}.id-card-header strong{font-size:22px;line-height:1}.id-card-header small,.id-card-header span{color:hsla(0,0%,100%,.76);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.id-card-body{display:grid;grid-template-columns:150px 1fr;grid-gap:16px;gap:16px;padding:16px}.id-card-photo-wrap{position:relative;min-height:228px;overflow:hidden;border-radius:8px;background:var(--track)}.id-card-photo{width:100%;height:100%;min-height:228px;object-fit:cover}.id-card-photo-wrap span{position:absolute;left:10px;bottom:10px;min-width:72px;border-radius:8px;padding:8px 10px;background:var(--brand);color:#fff;font-size:30px;font-weight:900;line-height:1;text-align:center}.id-card-info{display:grid;grid-template-rows:1fr auto;grid-gap:12px;gap:12px;min-width:0}.id-card-info h2{margin:10px 0 12px;font-size:28px;line-height:1.03;text-transform:capitalize}.id-card-info dl{display:grid;grid-gap:8px;gap:8px;margin:0}.id-card-info dl div{display:grid;grid-template-columns:82px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:baseline}.id-card-info dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.id-card-info dd{min-width:0;margin:0;font-size:14px;font-weight:800;overflow-wrap:anywhere}.id-card-verify{display:grid;grid-template-columns:82px 1fr;grid-gap:10px;gap:10px;align-items:center;border-top:1px solid var(--line);padding-top:12px}.id-card-verify span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase}.qr{width:82px;height:82px;border:1px solid var(--line);border-radius:6px;padding:4px;background:var(--panel)}.id-card,.id-card-header,.id-card-photo,.id-card-photo-wrap,.id-card-verify,.qr{-webkit-print-color-adjust:exact;print-color-adjust:exact}.id-card-photo,.id-card-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.qr img{width:82px;height:82px;object-fit:contain;display:block}.admin-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:18px;gap:18px}.admin-nav{align-self:start;display:grid;grid-gap:8px;gap:8px}.admin-nav .button{width:100%;justify-content:flex-start;text-align:left;transition:background .14s ease,border-color .14s ease}.admin-nav .button:hover{background:var(--hover);border-color:var(--brand)}.admin-nav .button[aria-current=page]{background:var(--brand);border-color:var(--brand);color:#fff}.admin-signout-form{margin-top:8px}.admin-signout-button{width:100%;justify-content:flex-start}.setup-grid,.setup-grid+.panel,.setup-grid+.panel+.panel{margin-top:18px}.setup-list{display:grid;grid-gap:12px;gap:12px;margin-top:14px}.setup-row{grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:var(--field)}.setup-row,.setup-row-form{display:grid;gap:10px;align-items:end}.setup-row-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto;grid-gap:10px}.table-scroll{overflow-x:auto}@media print{.no-print{display:none!important}body{background:#fff;margin:0}main{width:100%;padding:0}.id-card{page-break-inside:avoid;break-inside:avoid;box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;font-size:11px!important}.id-card img,.id-card picture,.id-card svg,.id-card-photo-wrap img,.id-card-photo-wrap>span{max-width:100%!important;width:100%!important;height:auto!important;display:block!important;object-fit:cover!important}.id-card-grid{display:block;margin:0}.id-card{box-shadow:none!important;border-radius:4px!important;padding:0!important;border:1px solid var(--track)!important;width:4.6in;min-height:2.7in;margin:0!important}.id-card-header{padding:5px 6px!important;min-height:34px!important}.id-card-header strong{font-size:16px!important}.id-card-body{padding:5px!important;gap:6px!important;grid-template-columns:110px 1fr!important}.id-card-photo-wrap{min-height:140px!important;border-radius:6px!important}.id-card-photo,.id-card-photo-wrap img{min-height:140px!important;height:100%!important;object-fit:cover!important}.id-card-info dl div{grid-template-columns:70px minmax(0,1fr)!important;gap:6px!important}.id-card dt{font-size:9px!important;white-space:nowrap!important}.id-card dd{font-size:11px!important}.id-card-info h2{font-size:15px!important;margin:4px 0 6px!important;text-transform:capitalize!important}.id-card-info h2,.id-card-verify span{font-weight:900!important}.id-card-verify{padding-top:6px!important;gap:6px!important;border-top-width:1px!important}.qr{width:60px!important;height:60px!important}}@media (max-width:860px){body{font-size:15px}.admin-shell,.profile-hero,.site-header,.split,.toolbar{display:grid}.form-grid,.grid,.grid.three,.grid.two,.overview-grid,.profile-content,.profile-hero,.profile-stats{grid-template-columns:1fr}.profile-photo,.profile-photo-panel{min-height:340px}nav{justify-content:start}main{width:min(100% - 24px,1180px);padding:20px 0 44px}.site-header{grid-template-columns:1fr auto;gap:14px;padding:12px}.brand{align-items:start}.brand-mark{width:42px;height:42px}.menu-toggle{display:inline-flex;gap:8px}.header-actions{grid-column:2;grid-row:1}nav{width:100%;grid-column:1/-1;display:none;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:2px;margin-left:0}nav.is-open{display:grid}.button,button,nav a{min-height:42px;padding:10px 12px}.hero,.hero.compact{min-height:290px;margin-bottom:20px;padding:46px 16px 30px}.hero h1,.page-title h1{font-size:clamp(36px,12vw,52px)}.hero p,.page-title p{font-size:16px}.actions{display:grid}.toolbar{align-items:stretch;grid-template-columns:1fr;width:100%}.toolbar .select-trigger,.toolbar button,.toolbar input,.toolbar label{min-width:0;width:100%;flex:none}.card-body,.panel{padding:16px}.overview-card{min-height:auto}.ui-graphic{width:48px;height:48px}.ui-graphic svg{width:34px;height:34px}table{min-width:620px}.panel:has(table),.profile-history{overflow-x:auto}.admin-nav{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.admin-shell{grid-template-columns:1fr;gap:14px}.admin-shell>div{min-width:0}.admin-nav .button{width:auto;flex:0 0 auto;justify-content:center;white-space:nowrap}.admin-signout-form{margin-top:0;flex:0 0 auto}.admin-signout-button{width:auto;white-space:nowrap}.setup-row,.setup-row-form{grid-template-columns:1fr}.setup-row button,.setup-row form{width:100%}.staff-table-panel{overflow-x:auto}.staff-table-panel table{min-width:720px}.login-page{grid-template-columns:1fr;min-height:auto}.login-brand-panel{min-height:300px}.login-brand-panel h1{font-size:40px}.login-card{padding:20px}.profile-summary h1{font-size:clamp(36px,12vw,54px)}.profile-hero,.profile-summary{width:100%;min-width:0}.profile-photo,.profile-photo-panel{width:100%;min-height:0}.profile-photo-panel{aspect-ratio:4/5}.profile-photo{height:100%}.profile-classes,.profile-stat{padding:12px}.id-card-grid{display:grid;grid-template-columns:1fr}.id-card-print-wrap{width:100%;justify-items:stretch}.id-card{width:100%}.id-card-body{grid-template-columns:120px 1fr;gap:12px;padding:12px}.id-card-photo,.id-card-photo-wrap{min-height:190px}.id-card-info h2{font-size:22px}}@media (max-width:520px){.grid,.grid.three,.grid.two{gap:12px}nav{grid-template-columns:1fr}.split{gap:10px}.id-card{width:100%;border-radius:6px}.id-card-header{gap:10px;padding:12px}.id-card-header strong{font-size:21px}.id-card-header small,.id-card-header span{font-size:10px}.id-card-body{grid-template-columns:1fr;gap:14px;padding:12px}.id-card-photo,.id-card-photo-wrap{min-height:0;aspect-ratio:1/1.08;width:100%}.id-card-photo-wrap span{font-size:26px}.id-card-info h2{font-size:23px}.id-card-verify{grid-template-columns:72px 1fr}.qr{width:72px;height:72px}}.overview-group-gap{grid-column:1/-1;margin-top:8px}.stat-alert{color:var(--brand)}.overview-meta{display:flex;flex-direction:column;gap:4px}.overview-meta strong{font-size:15px}.overview-meta .muted{font-size:13px}.site-footer{background:var(--track);color:#fff;margin-top:64px}.footer-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:48px 0 40px;display:flex;gap:48px;align-items:flex-start}.footer-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.footer-brand-mark{display:grid;width:48px;height:48px;place-items:center;border-radius:10px;background:var(--brand);color:#fff;font-size:15px;font-weight:900;letter-spacing:-.5px;flex-shrink:0;overflow:hidden;padding:5px}.footer-brand strong{display:block;font-size:15px;color:#fff}.footer-brand span{display:block;font-size:12px;color:hsla(0,0%,100%,.45);margin-top:2px}.footer-columns{display:flex;gap:48px;flex:1 1;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:10px;min-width:140px}.footer-col-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.4);margin-bottom:2px}.footer-col a,.footer-col span{font-size:13px;color:hsla(0,0%,100%,.65);line-height:1.5;transition:color .14s ease}.footer-col a:hover{color:#fff}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-left:0}.footer-nav,.footer-nav a{justify-content:flex-start}.footer-nav a{display:inline!important;width:-moz-fit-content;width:fit-content;min-height:0!important;border:0!important;border-radius:0;padding:0!important;background:transparent!important;color:hsla(0,0%,100%,.65);font-weight:400;text-decoration:none;text-align:left}.footer-nav a:focus-visible,.footer-nav a:hover,.footer-nav a[aria-current=page]{border-color:transparent!important;background:transparent!important;color:#fff}.footer-social-icons{display:flex;align-items:center;gap:10px;flex-direction:row;flex-wrap:wrap}.footer-social-icons a{display:inline-grid;width:40px;height:40px;min-height:40px;place-items:center;border:1px solid hsla(0,0%,100%,.14);border-radius:8px;background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.76);padding:0;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.footer-social-icons a:hover{border-color:var(--brand);background:var(--brand);color:#fff;transform:translateY(-1px)}.footer-social-icons svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:1.8}.footer-social-icons circle,.footer-social-icons rect{fill:none}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08)}.footer-bottom-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:18px 0;justify-content:space-between}.footer-bottom-inner,.footer-legal{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer-legal{font-size:12px;color:hsla(0,0%,100%,.35)}.footer-reg{padding-left:16px;border-left:1px solid hsla(0,0%,100%,.12)}@media (max-width:768px){.footer-inner{flex-direction:column;gap:32px;padding:36px 0 28px}.footer-columns{gap:28px}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:12px}}.register-panel{max-width:720px;margin:0 auto}.registrations-list{display:flex;flex-direction:column;gap:1px;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:16px}.registration-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--panel);flex-wrap:wrap}.registration-row+.registration-row{border-top:1px solid var(--line)}.registration-info{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1}.registration-photo{width:48px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0}.registration-details{display:flex;flex-direction:column;gap:2px;min-width:0}.registration-details strong{font-size:15px}.registration-details .muted{font-size:13px}.registration-actions{display:flex;gap:8px;flex-shrink:0}@media print{.id-card-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:.25in!important;gap:.25in!important;margin:.3in 0 0!important}.id-card-grid .id-card{break-inside:avoid;page-break-inside:avoid}.id-card-print-single{width:calc(50% - .125in);margin:.3in auto 0}.id-card-print-single .id-card{width:100%!important;margin:0!important}.site-footer,.site-header,.theme-toggle{display:none!important}}.reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:20px}.report-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:10px;padding:20px;background:var(--field)}.report-card strong{display:block;font-size:15px;margin-bottom:6px}.report-card .muted{font-size:13px;line-height:1.45}.report-card .button{align-self:flex-start}.report-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.report-actions .button{align-self:auto}@media (max-width:640px){.reports-grid{grid-template-columns:1fr}.report-actions{display:grid}.report-actions .button{width:100%}.registration-row{flex-direction:column;align-items:flex-start}.registration-actions{width:100%}.registration-actions form{flex:1 1}.registration-actions button{width:100%}}