.auth-page,.auth-loading,.admin-dashboard{--auth-ink:#17252b;--auth-copy:#344950;--auth-muted:#63777d;--auth-coral:#f15e3d;--auth-coral-dark:#c9452a;--auth-coral-soft:#fff0eb;--auth-teal:#25b2cd;--auth-teal-dark:#126b7c;--auth-teal-soft:#e8f8fb;--auth-sand:#f7f1e7;--auth-surface:#fffdfa;--auth-line:#17252b1f;--auth-shadow-sm:0 12px 32px #17252b14;--auth-shadow-lg:0 28px 80px #17252b29;color:var(--auth-copy)}.auth-page{background:var(--auth-sand);grid-template-columns:minmax(21rem,.86fr) minmax(0,1.14fr);min-height:100svh;display:grid;overflow-x:hidden}.auth-page__brand{min-height:100%;padding:max(2rem,env(safe-area-inset-top)) max(clamp(2rem,6vw,5rem),env(safe-area-inset-right)) max(2rem,env(safe-area-inset-bottom)) max(clamp(2rem,6vw,5rem),env(safe-area-inset-left));color:#ffffffd1;background:radial-gradient(circle at 16% 12%,#f9dca7eb,#0000 19rem),radial-gradient(circle at 90% 80%,#25b2cd52,#0000 24rem),linear-gradient(145deg,#103f49,#126b7c 64%,#0d5361);flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.auth-page__brand:after{content:"</>";color:#ffffff13;pointer-events:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(9rem,20vw,20rem);font-weight:800;line-height:1;position:absolute;bottom:-3.5rem;right:-1rem}.auth-page__brand>a,.auth-page__brand-copy,.auth-page__brand-note{z-index:1;position:relative}.auth-page__brand>a{border-radius:.75rem;width:fit-content}.auth-page__brand>a:focus-visible{outline-offset:5px;outline:3px solid #fff}.auth-page__brand img{width:min(19rem,76%);height:auto}.auth-page__brand-copy{max-width:34rem}.auth-brand-title{color:#fff;text-wrap:balance;max-width:12ch;margin:0 0 1.25rem;font-family:Child Chat,Myriad Pro,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2.7rem,5.2vw,5rem);font-weight:400;line-height:.98}.auth-page__brand-copy>p:last-child{text-wrap:pretty;max-width:42rem;margin:0;font-size:clamp(1rem,1.5vw,1.14rem);line-height:1.65}.auth-page__brand-note{color:#ffffffc7;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff17;border:1px solid #ffffff2e;border-radius:999px;width:fit-content;margin:0;padding:.55rem .85rem;font-size:.78rem;font-weight:700}.auth-eyebrow,.admin-eyebrow{color:var(--auth-coral-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .65rem;font-size:.73rem;font-weight:800;line-height:1.2}.auth-page__brand .auth-eyebrow{color:#f9dca7}.auth-page__main{min-width:0;padding:max(clamp(1.25rem,5vw,4rem),env(safe-area-inset-top)) max(clamp(1.25rem,5vw,4rem),env(safe-area-inset-right)) max(clamp(1.25rem,5vw,4rem),env(safe-area-inset-bottom)) max(clamp(1.25rem,5vw,4rem),env(safe-area-inset-left));background:radial-gradient(circle at 88% 12%, #25b2cd1f, transparent 20rem),var(--auth-sand);place-items:center;display:grid}.auth-card{border:1px solid var(--auth-line);width:min(100%,31rem);box-shadow:var(--auth-shadow-lg);background:#fffdfaf5;border-radius:1.5rem;padding:clamp(1.5rem,4vw,3rem)}.auth-card__icon{background:var(--auth-coral-soft);width:3rem;height:3rem;color:var(--auth-coral-dark);border-radius:1rem;place-items:center;margin-bottom:1.5rem;display:grid}.auth-card__header{margin-bottom:2rem}.auth-card__header h1{color:var(--auth-ink);text-wrap:balance;margin:0 0 .65rem;font-size:clamp(2rem,4vw,2.75rem);line-height:1.05}.auth-card__header>p:last-child{color:var(--auth-muted);text-wrap:pretty;margin:0;line-height:1.55}.auth-form{gap:1.15rem;display:grid}.auth-field{gap:.5rem;display:grid}.auth-label{color:var(--auth-ink);font-size:.88rem;font-weight:750}.auth-input{width:100%;min-height:3.2rem;color:var(--auth-ink);background:#fff;border:1px solid #17252b2e;border-radius:.9rem;padding:.75rem .9rem;transition:border-color .16s,box-shadow .16s,background-color .16s}.auth-input:hover{border-color:#126b7c70}.auth-input:focus-visible{border-color:var(--auth-teal-dark);outline:none;box-shadow:0 0 0 4px #25b2cd2e}.auth-input[aria-invalid=true]{background:snow;border-color:#b7372f}.auth-message{border-radius:.8rem;margin:0;padding:.75rem .85rem;font-size:.86rem;font-weight:650;line-height:1.45}.auth-message--error{color:#8d2d27;background:#b7372f14;border:1px solid #b7372f33}.auth-submit{border:1px solid var(--auth-coral);background:var(--auth-coral);color:#fff;touch-action:manipulation;border-radius:.9rem;justify-content:center;align-items:center;gap:.55rem;width:100%;min-height:3.2rem;margin-top:.35rem;padding:.75rem 1rem;font-weight:800;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 12px 24px #f15e3d3d}.auth-submit:hover:not(:disabled){border-color:var(--auth-coral-dark);background:var(--auth-coral-dark);transform:translateY(-1px);box-shadow:0 15px 30px #c9452a47}.auth-submit:focus-visible{outline-offset:3px;outline:3px solid #25b2cd8c}.auth-submit:disabled{cursor:wait;opacity:.68}.auth-submit__spinner,.auth-loading__spinner{animation:.76s linear infinite auth-dashboard-spin}.auth-loading{background:radial-gradient(circle at 50% 30%, #25b2cd29, transparent 22rem),var(--auth-sand);place-items:center;min-height:100svh;padding:1.25rem;display:grid}.auth-loading__card{border:1px solid var(--auth-line);background:var(--auth-surface);box-shadow:var(--auth-shadow-sm);color:var(--auth-copy);border-radius:1.2rem;justify-items:center;gap:.9rem;padding:1.4rem 2rem;font-weight:750;display:grid}.auth-loading__card p{margin:0}.auth-loading__spinner{color:var(--auth-teal-dark)}@keyframes auth-dashboard-spin{to{transform:rotate(360deg)}}.admin-dashboard{background:radial-gradient(circle at 90% 0%, #25b2cd21, transparent 27rem),radial-gradient(circle at 0% 40%, #f9dca747, transparent 28rem),var(--auth-sand);width:100%;max-width:none;min-height:100svh;overflow-x:hidden}.admin-dashboard__shell{width:min(100%,96rem);padding:max(clamp(1rem,3vw,2.5rem),env(safe-area-inset-top)) max(clamp(1rem,3vw,2.5rem),env(safe-area-inset-right)) max(clamp(2rem,4vw,4rem),env(safe-area-inset-bottom)) max(clamp(1rem,3vw,2.5rem),env(safe-area-inset-left));margin-inline:auto}.admin-skip-link{z-index:300;background:var(--auth-ink);color:#fff;opacity:0;pointer-events:none;border-radius:.7rem;padding:.65rem .85rem;font-size:.84rem;font-weight:750;position:fixed;top:.75rem;left:.75rem;transform:translateY(-.5rem)}.admin-skip-link:focus-visible{outline:3px solid var(--auth-teal);outline-offset:3px;opacity:1;pointer-events:auto;transform:translateY(0)}.admin-dashboard__content{scroll-margin-top:1rem}.admin-dashboard__header{border:1px solid var(--auth-line);box-shadow:var(--auth-shadow-sm);background:#fffdfaf0;border-radius:1.25rem;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.15rem;display:flex}.admin-dashboard__heading,.admin-dashboard__account,.admin-profile-chip,.admin-logout-button,.admin-section-nav,.admin-section-nav button,.admin-section-nav a{align-items:center;display:flex}.admin-dashboard__heading{gap:.8rem;min-width:0}.admin-dashboard__mark{background:var(--auth-teal-soft);width:2.8rem;height:2.8rem;color:var(--auth-teal-dark);border-radius:.9rem;flex:none;place-items:center;display:grid}.admin-dashboard__heading h1{color:var(--auth-ink);margin:0;font-size:clamp(1.4rem,3vw,2rem);line-height:1.1}.admin-eyebrow{margin-bottom:.25rem}.admin-dashboard__account{gap:.65rem;min-width:0}.admin-profile-chip{background:var(--auth-teal-soft);min-width:0;color:var(--auth-teal-dark);border-radius:.9rem;gap:.65rem;padding:.55rem .75rem}.admin-profile-chip>span{min-width:0;max-width:min(32vw,15rem);display:grid}.admin-profile-chip strong,.admin-profile-chip small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-profile-chip strong{color:var(--auth-ink);font-size:.84rem}.admin-profile-chip small{color:var(--auth-muted);font-size:.7rem}.admin-logout-button{border:1px solid var(--auth-line);min-height:2.75rem;color:var(--auth-copy);touch-action:manipulation;background:#fff;border-radius:.85rem;gap:.45rem;padding:.6rem .8rem;font-size:.82rem;font-weight:750;transition:border-color .16s,background-color .16s,color .16s}.admin-logout-button:hover{background:var(--auth-coral-soft);color:var(--auth-coral-dark);border-color:#f15e3d61}.admin-logout-button:focus-visible,.admin-section-nav button:focus-visible,.admin-section-nav a:focus-visible,.admin-dashboard .admin-tab-list button:focus-visible,.admin-dashboard .admin-tab-list a:focus-visible,.admin-dashboard .admin-icon-button:focus-visible,.admin-dashboard .btn:focus-visible{outline-offset:3px;outline:3px solid #25b2cd6b}.admin-section-nav{overscroll-behavior-x:contain;border:1px solid var(--auth-line);scrollbar-width:thin;background:#fffdfac7;border-radius:1rem;gap:.35rem;max-width:100%;margin-bottom:1.25rem;padding:.35rem;overflow-x:auto}.admin-section-nav button,.admin-section-nav a{min-height:2.75rem;color:var(--auth-copy);touch-action:manipulation;border-radius:.75rem;flex:none;gap:.5rem;padding:.6rem .9rem;font-size:.85rem;font-weight:750;text-decoration:none;transition:background-color .16s,color .16s,box-shadow .16s}.admin-section-nav button:hover,.admin-section-nav a:hover{background:var(--auth-teal-soft);color:var(--auth-teal-dark)}.admin-section-nav button.is-active,.admin-section-nav a.is-active{background:var(--auth-ink);color:#fff;box-shadow:0 7px 16px #17252b2e}.admin-dashboard__content{min-width:0}.admin-dashboard .admin-tab-list{overscroll-behavior-x:contain;border:1px solid var(--auth-line);scrollbar-width:thin;background:#fffdfac7;border-radius:1rem;flex-wrap:nowrap;gap:.35rem;max-width:100%;margin-bottom:1.25rem;padding:.35rem;display:flex;overflow-x:auto}.admin-dashboard .admin-tab-list button,.admin-dashboard .admin-tab-list a{min-height:2.65rem;color:var(--auth-copy);touch-action:manipulation;background:0 0;border-radius:.72rem;flex:none;align-items:center;padding:.58rem .85rem;font-size:.82rem;font-weight:750;text-decoration:none;transition:background-color .16s,color .16s,box-shadow .16s;display:flex}.admin-dashboard .admin-tab-list button:hover,.admin-dashboard .admin-tab-list a:hover{background:var(--auth-teal-soft);color:var(--auth-teal-dark)}.admin-dashboard .admin-tab-list button.is-active,.admin-dashboard .admin-tab-list a.is-active{background:var(--auth-teal-dark);color:#fff;box-shadow:0 6px 14px #126b7c33}.admin-dashboard .admin-surface{border:1px solid var(--auth-line);box-shadow:var(--auth-shadow-sm);background:#fffdfaf2;border-radius:1.1rem}.admin-dashboard .admin-surface h2,.admin-dashboard .admin-surface h3{color:var(--auth-ink);text-wrap:balance}.admin-dashboard .admin-panel-heading{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.admin-dashboard .admin-panel-heading h3{margin-bottom:0}.admin-dashboard .admin-surface h2{margin-bottom:.75rem;font-size:1.2rem}.admin-dashboard .admin-form>label,.admin-dashboard .summer-admin__toolbar label{color:var(--auth-ink)}.admin-dashboard .admin-form input,.admin-dashboard .admin-form select,.admin-dashboard .admin-form textarea,.admin-dashboard .summer-admin__toolbar input,.admin-dashboard .admin-team-point-form input,.admin-dashboard .admin-team-point-form select,.admin-dashboard .summercamp-point-form input,.admin-dashboard .summercamp-point-form select,.admin-dashboard .summercamp-point-form textarea{color:var(--auth-ink);background:#fff;border-color:#17252b2e;border-radius:.8rem;transition:border-color .16s,box-shadow .16s}.admin-dashboard .admin-form input:focus-visible,.admin-dashboard .admin-form select:focus-visible,.admin-dashboard .admin-form textarea:focus-visible,.admin-dashboard .summer-admin__toolbar input:focus-visible,.admin-dashboard .admin-team-point-form input:focus-visible,.admin-dashboard .admin-team-point-form select:focus-visible,.admin-dashboard .summercamp-point-form input:focus-visible,.admin-dashboard .summercamp-point-form select:focus-visible,.admin-dashboard .summercamp-point-form textarea:focus-visible{border-color:var(--auth-teal-dark);outline:none;box-shadow:0 0 0 4px #25b2cd29}.admin-dashboard .admin-form__hint,.admin-dashboard .admin-team-card__header p,.admin-dashboard .admin-team-card__content>p,.admin-dashboard .admin-history-row__meta,.admin-dashboard .summercamp-history__meta{color:var(--auth-muted)}.admin-dashboard .admin-team-search__input{border-color:#17252b2e;border-radius:.8rem}.admin-dashboard .admin-team-search__input:focus-within{border-color:var(--auth-teal-dark);box-shadow:0 0 0 4px #25b2cd29}.admin-dashboard .admin-history-search{grid-template-columns:minmax(0,32rem) auto;align-items:end;gap:.4rem 1rem;margin-bottom:1rem;display:grid}.admin-dashboard .admin-history-search>label{color:var(--auth-ink);grid-column:1;font-size:.83rem;font-weight:750}.admin-dashboard .admin-history-search__input{min-height:2.85rem;color:var(--auth-muted);background:#fff;border:1px solid #17252b2e;border-radius:.8rem;align-items:center;gap:.6rem;padding-left:.8rem;transition:border-color .16s,box-shadow .16s;display:flex}.admin-dashboard .admin-history-search__input:focus-within{border-color:var(--auth-teal-dark);box-shadow:0 0 0 4px #25b2cd29}.admin-dashboard .admin-history-search__input>svg{flex:none}.admin-dashboard .admin-history-search__input input{min-width:0;min-height:2.75rem;color:var(--auth-ink);background:0 0;border:0;outline:none;flex:auto;padding:.55rem 0;font-size:.9rem}.admin-dashboard .admin-history-search__input button{width:44px;min-width:44px;min-height:44px;color:var(--auth-teal-dark);touch-action:manipulation;border-radius:.65rem;place-items:center;display:grid}.admin-dashboard .admin-history-search__input button:hover{background:var(--auth-teal-soft)}.admin-dashboard .admin-history-search__input button:focus-visible{outline-offset:-3px;outline:3px solid #25b2cd6b}.admin-dashboard .admin-history-search>p{color:var(--auth-muted);margin:0 0 .75rem;font-size:.82rem;font-weight:700}.admin-dashboard .admin-history-pagination{border-top:1px solid var(--auth-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:grid}.admin-dashboard .admin-history-pagination>span{color:var(--auth-muted);text-align:center;font-size:.84rem;font-weight:750}.admin-dashboard .admin-history-pagination .btn{min-height:2.75rem}.admin-dashboard .summer-admin__message,.admin-dashboard .summercamp-point-form__message{color:#6f531c;background:#fff6df;border:1px solid #c98f232e;border-radius:.85rem}.admin-dashboard .summer-admin__loading{background:var(--auth-teal-soft);min-height:4.25rem;color:var(--auth-teal-dark);border:1px solid #25b2cd33;border-radius:.9rem;justify-content:center;align-items:center;gap:.65rem;font-size:.88rem;font-weight:750;display:flex}.admin-dashboard .summer-admin__loading-spinner{flex:none;animation:.76s linear infinite auth-dashboard-spin}.admin-dashboard .admin-data-table{border-collapse:collapse;width:100%;min-width:48rem;color:var(--auth-copy);font-size:.84rem}.admin-dashboard .admin-table-wrap{overscroll-behavior-x:contain;border:1px solid var(--auth-line);background:#fff;border-radius:.9rem;position:relative;overflow-x:auto}.admin-dashboard .admin-data-table th{border-color:var(--auth-line);background:var(--auth-teal-soft);color:var(--auth-ink);letter-spacing:.03em;text-transform:uppercase;font-size:.75rem}.admin-dashboard .admin-data-table td{vertical-align:top;border-color:#17252b14;border-bottom-style:solid;border-bottom-width:1px;padding:.8rem}.admin-dashboard .admin-data-table tbody tr:hover{background:#e8f8fb6b}.admin-dashboard .admin-table-toolbar{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;margin-bottom:1rem;display:flex}.admin-dashboard .admin-table-controls{border:1px solid var(--auth-line);background:#fffdfad1;border-radius:1rem;margin-bottom:1rem;padding:1rem}.admin-dashboard .admin-table-controls__fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.admin-dashboard .admin-table-control{gap:.4rem;min-width:0;display:grid}.admin-dashboard .admin-table-control .auth-input{border-radius:.75rem;min-height:2.75rem;padding-block:.55rem;font-size:.88rem}.admin-dashboard .admin-table-controls__summary{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.85rem;display:flex}.admin-dashboard .admin-table-controls__summary p{color:var(--auth-muted);margin:0;font-size:.84rem;font-weight:700}.admin-dashboard .admin-selection-toolbar{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-dashboard .admin-selection-toolbar p{color:var(--auth-muted);margin:0;font-size:.84rem;font-weight:700}.admin-dashboard .admin-row-selection{cursor:pointer;place-items:center;width:44px;height:44px;display:inline-grid}.admin-dashboard .admin-row-selection input{width:1.15rem;height:1.15rem;accent-color:var(--auth-teal-dark);cursor:pointer}.admin-dashboard .admin-bulk-delete{color:#8d2d27;border-color:#b7372f73}.admin-dashboard .admin-bulk-delete:hover:not(:disabled){color:#fff;background:#8d2d27;border-color:#8d2d27}.admin-dashboard .btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.admin-dashboard .admin-empty-state{color:var(--auth-teal-dark);text-align:center;background:#e8f8fb94;border:1px dashed #126b7c4d;border-radius:1rem;padding:2rem;font-weight:700}.admin-dashboard .admin-empty-state--error{color:#8d2d27;background:#b7372f12;border-color:#b7372f47}.admin-dashboard .admin-filter-grid{border:1px solid var(--auth-line);background:#fffdfad1;border-radius:1rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;padding:1rem;display:grid}.admin-dashboard .admin-checkbox-control{color:var(--auth-ink);cursor:pointer;align-items:center;gap:.65rem;font-size:.85rem;font-weight:700;display:flex}.admin-dashboard .admin-checkbox-control input{width:1.1rem;height:1.1rem;accent-color:var(--auth-teal-dark)}.admin-dashboard .admin-sort-button{width:100%;min-height:2.25rem;color:inherit;font:inherit;text-align:left;justify-content:space-between;align-items:center;gap:.5rem;display:inline-flex}.admin-dashboard .admin-sort-button:focus-visible{outline-offset:2px;border-radius:.3rem;outline:3px solid #25b2cd6b}.admin-dashboard .admin-icon-button,.admin-dashboard .admin-actions button:not(.btn),.admin-dashboard .admin-link-stack a{background:var(--auth-teal-soft);color:var(--auth-teal-dark)}.admin-dashboard .admin-icon-button{touch-action:manipulation;width:44px;min-width:44px;height:44px;min-height:44px}.admin-dashboard .admin-icon-button:hover,.admin-dashboard .admin-actions button:not(.btn):hover,.admin-dashboard .admin-link-stack a:hover{background:#d5f1f6}.admin-dashboard .admin-icon-button--danger{color:#a0312a;background:#b7372f14}.admin-dashboard .admin-icon-button--danger:hover{background:#b7372f26}.admin-dashboard .admin-team-card,.admin-dashboard .admin-unassigned-list,.admin-dashboard .admin-history-row,.admin-dashboard .summercamp-history__item{border:1px solid var(--auth-line);background:#fff;border-radius:.9rem}.admin-dashboard .admin-history-row.is-selected{background:var(--auth-teal-soft);border-color:#25b2cd8c}.admin-dashboard .admin-summary-row,.admin-dashboard .summercamp-stat{background:var(--auth-teal-soft);border:1px solid #25b2cd2e;border-radius:.85rem}.admin-dashboard .mentor-voting{gap:1.1rem;display:grid}.admin-dashboard .mentor-voting .admin-panel-heading{margin-bottom:0}.admin-dashboard .mentor-voting__intro{background:var(--auth-teal-soft);border:1px solid #25b2cd2e;border-radius:.9rem;padding:.85rem 1rem}.admin-dashboard .mentor-voting__intro p{max-width:48rem;margin:0;line-height:1.55}.admin-dashboard .mentor-voting__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.admin-dashboard .mentor-vote-card{min-width:0;min-height:6.25rem;color:var(--auth-ink);font:inherit;text-align:left;touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;background:#fff;border:1px solid #126b7c3d;border-radius:1rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem;transition:border-color .15s,background-color .15s,box-shadow .15s,transform 90ms;display:grid;box-shadow:0 8px 22px #17252b12}.admin-dashboard .mentor-vote-card:hover{background:#fbfeff;border-color:#126b7c7a;box-shadow:0 12px 28px #17252b1a}.admin-dashboard .mentor-vote-card:active{transform:scale(.985)}.admin-dashboard .mentor-vote-card:focus-visible{outline-offset:3px;outline:3px solid #25b2cd6b}.admin-dashboard .mentor-vote-card__plus{background:var(--auth-teal-soft);width:2.65rem;height:2.65rem;color:var(--auth-teal-dark);border-radius:50%;place-items:center;display:grid}.admin-dashboard .mentor-vote-card__content{gap:.2rem;min-width:0;display:grid}.admin-dashboard .mentor-vote-card__content strong{overflow-wrap:anywhere;font-size:1rem}.admin-dashboard .mentor-vote-card__content small{color:var(--auth-muted);font-size:.75rem}.admin-dashboard .summercamp-stat strong{color:var(--auth-ink);font-variant-numeric:tabular-nums}.admin-dashboard .btn{touch-action:manipulation;border-radius:.8rem}.admin-dashboard .admin-modal-backdrop{z-index:200;overscroll-behavior:contain;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17252ba3;place-items:center;padding:1rem;display:grid;position:fixed;inset:0;overflow-y:auto}.admin-dashboard .admin-modal{border:1px solid var(--auth-line);background:var(--auth-surface);width:min(100%,48rem);max-height:calc(100vh - 2rem);box-shadow:var(--auth-shadow-lg);border-radius:1.1rem;padding:clamp(1.25rem,4vw,2rem);overflow-y:auto}.admin-dashboard .admin-modal--compact{width:min(100%,29rem)}.admin-dashboard .admin-modal h2{color:var(--auth-ink);text-wrap:balance;margin-bottom:1.25rem;font-size:clamp(1.35rem,3vw,1.8rem)}.admin-dashboard .admin-modal form{gap:1rem;display:grid}.admin-dashboard .admin-modal form label{color:var(--auth-ink);gap:.4rem;font-size:.83rem;font-weight:700;display:grid}.admin-dashboard .admin-modal input:not([type=checkbox]),.admin-dashboard .admin-modal select,.admin-dashboard .admin-modal textarea{width:100%;min-height:2.75rem;color:var(--auth-ink);background:#fff;border:1px solid #17252b2e;border-radius:.75rem;padding:.65rem .75rem}.admin-dashboard .admin-modal input:focus-visible,.admin-dashboard .admin-modal select:focus-visible,.admin-dashboard .admin-modal textarea:focus-visible{border-color:var(--auth-teal-dark);outline:none;box-shadow:0 0 0 4px #25b2cd29}.admin-dashboard .admin-actions--end{justify-content:flex-end;margin-top:.5rem}.admin-accounts{gap:1.25rem;display:grid}.admin-accounts__management{margin-top:.25rem}.admin-account-details{overflow-wrap:anywhere;color:var(--auth-muted);gap:.3rem;font-size:.82rem;display:grid}.admin-bootstrap-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.25rem;display:grid}.admin-bootstrap-card>svg{color:var(--auth-teal-dark)}.admin-bootstrap-card h2,.admin-bootstrap-card p{margin-bottom:0}@media (max-width:767px){.admin-dashboard .admin-responsive-table{min-width:0}.admin-dashboard .admin-responsive-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.admin-dashboard .admin-responsive-table,.admin-dashboard .admin-responsive-table tbody,.admin-dashboard .admin-responsive-table tr,.admin-dashboard .admin-responsive-table td{width:100%;display:block}.admin-dashboard .admin-responsive-table tbody{gap:.75rem;padding:.75rem;display:grid}.admin-dashboard .admin-responsive-table tr{border:1px solid var(--auth-line);background:#fff;border-radius:.8rem;overflow:hidden}.admin-dashboard .admin-responsive-table td{overflow-wrap:anywhere;border-bottom:1px solid #17252b14;grid-template-columns:minmax(7rem,.8fr) minmax(0,1.2fr);align-items:start;gap:.75rem;padding:.72rem;display:grid}.admin-dashboard .admin-responsive-table td:before{content:attr(data-label);color:var(--auth-muted);letter-spacing:.03em;text-transform:uppercase;font-size:.69rem;font-weight:800}.admin-dashboard .admin-responsive-table td:last-child{border-bottom:0;grid-template-columns:minmax(7rem,.8fr) minmax(0,1.2fr)}.admin-dashboard .admin-responsive-table .admin-actions{flex-wrap:wrap}.admin-dashboard .admin-data-table [data-column-id=edit],.admin-dashboard .admin-data-table [data-column-id=delete]{z-index:3;text-align:center;background:#fff;width:3.25rem;min-width:3.25rem;position:sticky}.admin-dashboard .admin-data-table th[data-column-id=edit],.admin-dashboard .admin-data-table th[data-column-id=delete]{z-index:4;background:var(--auth-teal-soft)}.admin-dashboard .admin-data-table [data-column-id=delete]{right:0}.admin-dashboard .admin-data-table [data-column-id=edit]{right:3.25rem;box-shadow:-8px 0 14px #17252b14}.admin-dashboard .admin-data-table [data-column-id=edit] button,.admin-dashboard .admin-data-table [data-column-id=delete] button{place-items:center;width:44px;height:44px;display:inline-grid}.admin-bootstrap-card{grid-template-columns:auto minmax(0,1fr)}.admin-bootstrap-card .btn{grid-column:1/-1;width:100%}}@media (max-width:959px){.auth-page{grid-template-columns:1fr}.auth-page__brand{gap:2rem;min-height:19rem;padding:2rem}.auth-brand-title{max-width:15ch;font-size:clamp(2.65rem,8vw,4rem)}.auth-page__brand-note{display:none}.auth-page__main{min-height:32rem}.admin-dashboard .admin-filter-grid,.admin-dashboard .admin-table-controls__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:639px){.auth-page__brand{gap:1.5rem;min-height:16rem;padding:1.35rem}.auth-page__brand img{width:min(14rem,70vw)}.auth-brand-title{margin-bottom:.85rem;font-size:clamp(2.35rem,12vw,3.25rem)}.auth-page__brand-copy>p:last-child{font-size:.92rem}.auth-page__main{min-height:0;padding:1rem}.auth-card{border-radius:1.2rem;padding:1.35rem}.admin-dashboard__shell{padding:.75rem .75rem 2rem}.admin-dashboard__header{border-radius:1rem;flex-direction:column;align-items:stretch}.admin-dashboard__account{justify-content:space-between}.admin-profile-chip{flex:auto}.admin-profile-chip>span{max-width:44vw}.admin-logout-button{flex:0 0 2.75rem;justify-content:center;width:2.75rem;padding-inline:0;font-size:0}.admin-logout-button svg{width:1.15rem;height:1.15rem}.admin-section-nav button,.admin-section-nav a,.admin-dashboard .admin-tab-list button,.admin-dashboard .admin-tab-list a{min-height:2.85rem}.admin-dashboard .admin-surface{border-radius:.95rem;padding:1rem}.admin-dashboard .mentor-vote-card{gap:.45rem;min-height:5.25rem;padding:.65rem}.admin-dashboard .mentor-vote-card__plus{width:2.25rem;height:2.25rem}.admin-dashboard .mentor-vote-card__content strong{font-size:.9rem}.admin-dashboard .mentor-vote-card__content small{font-size:.68rem}.admin-dashboard .admin-history-search{grid-template-columns:1fr}.admin-dashboard .admin-history-search>p{margin-bottom:0}.admin-dashboard .admin-history-search__input input{font-size:1rem}.admin-dashboard .admin-history-pagination{grid-template-columns:1fr 1fr}.admin-dashboard .admin-history-pagination>span{grid-area:1/1/auto/-1}.admin-dashboard .admin-history-pagination .btn{justify-content:center;width:100%}.admin-dashboard .admin-team-search{max-width:none;margin-bottom:1rem}.admin-dashboard .admin-team-search__input input{min-height:2.75rem;font-size:1rem}.admin-dashboard .admin-team-overview{gap:.75rem}.admin-dashboard .admin-team-card__header{grid-template-columns:minmax(0,1fr) auto;gap:.55rem .75rem;padding:.85rem}.admin-dashboard .admin-team-card__header>div{min-width:0}.admin-dashboard .admin-team-card__header h4,.admin-dashboard .admin-team-card__header p{overflow-wrap:anywhere}.admin-dashboard .admin-team-card__summary-meta{text-align:left;flex-wrap:wrap;grid-area:2/1/auto/-1;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-dashboard .admin-team-card__chevron{grid-area:1/2}.admin-dashboard .admin-team-card__content{gap:.75rem;padding:.75rem}.admin-dashboard .admin-kid-link{grid-template-columns:minmax(0,1fr) auto;gap:.2rem .75rem;min-height:3.25rem;padding:.65rem .75rem}.admin-dashboard .admin-kid-link>strong{color:var(--auth-teal-dark);grid-area:2/1}.admin-dashboard .admin-kid-link>svg{grid-area:1/2/span 2;align-self:center}.admin-dashboard .admin-team-point-form{gap:.75rem;padding:.8rem}.admin-dashboard .admin-team-point-form .btn{justify-content:center;width:100%;min-height:2.75rem}.admin-dashboard .admin-unassigned-list{padding:.85rem}.admin-dashboard .admin-filter-grid,.admin-dashboard .admin-table-controls__fields{grid-template-columns:1fr}.admin-dashboard .admin-table-controls__summary{flex-direction:column;align-items:stretch}.admin-dashboard .admin-table-controls__summary .btn{width:100%}.admin-dashboard .admin-table-toolbar{justify-content:stretch}.admin-dashboard .admin-table-toolbar .btn{width:100%}.admin-dashboard .admin-selection-toolbar{flex-direction:column;align-items:stretch}.admin-dashboard .admin-selection-toolbar .admin-actions,.admin-dashboard .admin-selection-toolbar .btn{width:100%}.admin-dashboard .admin-actions .btn{min-height:2.75rem}.admin-dashboard .admin-modal-backdrop{align-items:end;padding:0}.admin-dashboard .admin-modal{width:100%;max-height:calc(100svh - env(safe-area-inset-top));padding-bottom:max(1.25rem,env(safe-area-inset-bottom));border-radius:1.1rem 1.1rem 0 0}}@media (prefers-reduced-motion:reduce){.auth-input,.auth-submit,.admin-logout-button,.admin-section-nav button,.admin-section-nav a,.admin-dashboard .admin-tab-list button,.admin-dashboard .admin-tab-list a,.admin-dashboard .admin-form input,.admin-dashboard .admin-form select,.admin-dashboard .admin-form textarea,.admin-dashboard .admin-team-card__chevron,.admin-dashboard .mentor-vote-card{transition-duration:.01ms}.auth-submit:hover:not(:disabled){transform:none}.auth-submit__spinner,.auth-loading__spinner,.admin-dashboard .summer-admin__loading-spinner{animation-duration:1.5s}}
