/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#082654;--green:#139b50;--orange:#e75b0a;--canvas:#faf9f6;--muted:#667085;--border:#e2e4e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);color:var(--navy);margin:0;font-family:Arial,Helvetica,sans-serif}button,select,input{font:inherit}button{cursor:pointer}.topbar{border-bottom:1px solid var(--border);z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;justify-content:space-between;align-items:center;height:88px;padding:0 4vw;display:flex;position:sticky;top:0}.brand{color:var(--navy);letter-spacing:-.02em;align-items:center;gap:12px;font-size:25px;font-weight:800;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:54px;height:54px;display:block}nav{align-items:center;gap:36px;display:flex}nav a{color:var(--navy);border-bottom:4px solid var(--green);padding:31px 10px 27px;font-weight:700;text-decoration:none}.admin-link{color:var(--navy);background:0 0;border:0;font-weight:700}.page{max-width:1440px;margin:0 auto;padding:44px 4vw 80px}.status-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.eyebrow{color:#128341;text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:15px;font-weight:800}.live-pill{color:var(--muted);background:#f2f4f7;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;font-size:14px;display:flex}.live-pill i{background:#98a2b3;border-radius:50%;width:9px;height:9px}.live-pill.is-live{color:var(--navy);background:#edf7f0}.live-pill.is-live i{background:var(--green)}.live-pill.is-cancelled{color:#a12626;background:#fff0f0;font-weight:800}.live-pill.is-cancelled i{background:#d63c3c}.shabbos-banner{background:linear-gradient(135deg,#fff9e8,#fffdf7);border:1px solid #d9c98f;border-radius:15px;justify-content:space-between;align-items:stretch;gap:22px;margin:-5px 0 28px;padding:16px 20px;display:flex;box-shadow:0 7px 20px #59430c12}.shabbos-title{align-items:center;gap:11px;min-width:205px;display:flex}.shabbos-title>span{background:#fff2bd;border-radius:50%;place-items:center;width:40px;height:40px;font-size:22px;display:grid}.shabbos-title div,.shabbos-times>div{flex-direction:column;gap:3px;display:flex}.shabbos-title strong{font-size:15px}.shabbos-title small,.shabbos-times small{color:#7a6b46;font-size:11px}.shabbos-times{flex:1;grid-template-columns:repeat(2,minmax(190px,1fr));gap:10px;display:grid}.shabbos-times>div{border-left:1px solid #e5d8aa;justify-content:center;padding:7px 14px}.shabbos-times span{color:#806c31;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900}.shabbos-times strong{font-size:20px}.shabbos-ending-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:3px;display:grid}.shabbos-ending-options>div{background:#ffffffb8;border-radius:8px;justify-content:space-between;align-items:baseline;gap:8px;padding:6px 9px;display:flex}.shabbos-ending-options span{font-size:10px}.shabbos-ending-options strong{white-space:nowrap;font-size:18px}.shabbos-banner>p{color:#7a6b46;margin:auto 0;font-size:14px}.dashboard{grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);align-items:start;gap:32px;display:grid}.no-ball-banner{background:linear-gradient(135deg,#fff5f5,#fff);border:2px solid #e35959;border-radius:22px;justify-content:center;align-items:center;gap:30px;min-height:430px;padding:60px;display:flex;box-shadow:0 14px 35px #9119191f}.no-ball-icon{color:#fff;background:#c92e2e;border-radius:50%;flex:none;place-items:center;width:96px;height:96px;font-size:78px;font-weight:300;line-height:1;display:grid}.no-ball-banner p{color:#a12626;letter-spacing:.14em;text-transform:uppercase;margin:0 0 7px;font-size:14px;font-weight:900}.no-ball-banner h1{color:#961f1f;letter-spacing:-.055em;margin:0;font-size:clamp(52px,7vw,92px);line-height:.98}.no-ball-banner span{color:#5f3232;margin-top:18px;font-size:20px;display:block}.game-time-card{background:#fff;border:1px solid #cfd4dc;border-radius:16px;align-items:center;gap:18px;margin:0 0 22px;padding:20px 24px;display:flex;box-shadow:0 8px 24px #08265412}.game-time-card.is-set{background:linear-gradient(135deg,#effaf3,#fff);border-color:#9cd5b5}.game-time-icon{width:50px;height:50px;color:var(--navy);background:#e7eef8;border-radius:50%;flex:none;place-items:center;font-size:30px;font-weight:700;display:grid}.game-time-card.is-set .game-time-icon{background:var(--green);color:#fff}.game-time-card>div:last-child{flex-direction:column;gap:3px;display:flex}.game-time-card span{color:#128341;letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:800}.game-time-card strong{color:var(--navy);letter-spacing:-.025em;font-size:clamp(24px,3vw,34px)}.game-time-card small{color:var(--muted);font-size:14px}.weather-card{background:linear-gradient(135deg,#f0f8ff,#fff);border:1px solid #b9d8ee;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px 18px;margin:0 0 22px;padding:22px 24px 16px;display:grid;box-shadow:0 8px 24px #08265412}.weather-card.has-concerns{background:linear-gradient(135deg,#fff9ed,#fff);border-color:#f0bf73}.weather-icon{background:#ffffffd9;border-radius:15px;place-items:center;width:60px;height:60px;font-size:41px;display:grid;box-shadow:0 3px 12px #08265414}.weather-main{flex-direction:column;gap:4px;min-width:0;display:flex}.weather-main>span{color:#35739b;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.weather-main strong{font-size:20px}.weather-main small,.weather-temp span{color:var(--muted)}.weather-temp{flex-direction:column;align-items:flex-end;display:flex}.weather-temp strong{font-size:38px;line-height:1}.weather-temp span{margin-top:4px;font-size:12px}.weather-metrics{background:#fff;border:1px solid #d8e3ea;border-radius:10px;grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.weather-metrics span{color:var(--muted);text-align:center;border-right:1px solid #e1e8ed;padding:10px 12px;font-size:12px}.weather-metrics span:last-child{border-right:0}.weather-metrics b{color:var(--navy);font-size:15px;display:block}.weather-concerns{flex-wrap:wrap;grid-column:1/-1;gap:7px;display:flex}.weather-concerns b{color:#9a5400;background:#fff0dc;border-radius:99px;padding:6px 9px;font-size:11px}.weather-source{color:#7c8798;text-align:right;grid-column:1/-1;font-size:10px;text-decoration:none}.card{border:1px solid var(--border);background:#fff;border-radius:18px;box-shadow:0 8px 24px #08265414}.signup-card{padding:34px}.capacity-copy{align-items:baseline;gap:10px;display:flex}.capacity-copy strong{font-size:32px}.capacity-copy span{font-size:21px}.meter{grid-template-columns:repeat(8,1fr);gap:8px;margin:22px 0 27px;display:grid}.meter span{background:#fff;border:1px solid #cfd4dc;border-radius:8px;height:58px}.meter .filled{border-color:var(--green);background:linear-gradient(135deg,#1baa59,#128d47)}.rule{background:var(--border);height:1px;margin-bottom:25px}.signup-card label,.admin-panel label{margin-bottom:10px;font-weight:700;display:block}select,input{width:100%;height:58px;color:var(--navy);background:#fff;border:1px solid #cbd0d8;border-radius:10px;outline:none;padding:0 16px}select:focus,input:focus{border-color:var(--green);box-shadow:0 0 0 3px #139b5029}.player-combobox,.combobox-control{position:relative}.combobox-control input{padding-right:52px}.combobox-toggle{width:44px;height:44px;color:var(--navy);background:0 0;border:0;border-radius:8px;font-size:25px;line-height:1;position:absolute;top:7px;right:7px}.combobox-toggle:hover{background:#f2f5f8}.combobox-toggle span{transition:transform .16s;display:block;transform:translateY(-2px)}.player-combobox.is-open .combobox-toggle span{transform:rotate(180deg)translateY(2px)}.player-options{z-index:20;background:#fff;border:1px solid #cbd0d8;border-radius:11px;max-height:270px;padding:7px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 34px #08265429}.player-option{min-height:48px;color:var(--navy);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-weight:700;display:flex}.player-option:hover,.player-option.is-active,.player-option[aria-selected=true]{background:#edf7f0}.player-option small{color:#8d4f00;flex:none;font-size:11px;font-weight:800}.player-empty{color:var(--muted);text-align:center;padding:14px 12px;font-size:14px}.join-button,.pullout-button{color:#fff;border:0;border-radius:10px;width:100%;min-height:64px;margin-top:18px;font-size:19px;font-weight:800;transition:all .18s}.join-button{background:var(--green)}.join-button:hover:not(:disabled){background:#0f8845;transform:translateY(-1px)}.join-button:disabled{cursor:not-allowed;background:#9ab9a8}.pullout-button{background:var(--orange)}.guest-signup{background:#f8fafc;border:1px solid #d7dde5;border-radius:11px;margin-top:20px;padding:15px}.guest-copy{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.guest-copy strong{font-size:14px}.guest-copy small{color:var(--muted);text-align:right;font-size:12px}.guest-row{grid-template-columns:1fr auto;gap:9px;display:grid}.guest-row input{height:48px}.guest-row button{background:var(--navy);color:#fff;white-space:nowrap;border:0;border-radius:9px;min-height:48px;padding:0 16px;font-weight:800}.guest-row button:disabled{cursor:not-allowed;background:#a6afbc}.helper,.message{text-align:center;color:var(--muted);margin:14px 0 0;font-size:14px}.message{color:var(--navy);font-weight:700}.side-column{flex-direction:column;gap:22px;display:flex}.roster-title{justify-content:space-between;align-items:center;padding:0 10px 14px;display:flex}.roster-title h2{margin:0;font-size:25px}.roster-title span{color:var(--green);background:#edf7f0;border-radius:99px;padding:7px 10px;font-size:13px;font-weight:800}.roster{border:1px solid var(--border);border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.roster li{border-bottom:1px solid var(--border);grid-template-columns:28px 42px 1fr auto;align-items:center;gap:10px;min-height:58px;padding:7px 13px;display:grid}.roster li:last-child{border-bottom:0}.slot{font-weight:700}.avatar{color:#40526f;background:#dcebff;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.avatar-1{background:#ece7ff}.avatar-2{background:#dff3e8}.avatar-3{background:#fff0d3}.avatar-4{background:#fee6d6}.avatar.empty{color:#98a2b3;background:#fff;border:2px dashed #c8cdd4}.roster li b{color:var(--green);background:#edf7f0;border-radius:6px;padding:6px 10px;font-size:12px}.roster em{color:#98a2b3;font-style:normal}.resets{color:var(--muted);margin:14px 10px 0;font-size:13px}.roster li.tentative{background:#fffaf1}.roster li.tentative>strong{color:#6d5a35}.roster li.tentative>b{color:#9a5a08;background:#fff0d8}.penalty-card{color:#363f4f;background:#fff7ed;border:1px solid #ff9d5e;border-radius:16px;gap:18px;padding:22px 25px;display:flex}.penalty-card h3{color:#c94c00;margin:0 0 7px}.penalty-card p{margin:0;font-size:14px;line-height:1.55}.shield{color:var(--orange);border:3px solid var(--orange);border-radius:10px 10px 18px 18px;flex:none;place-items:center;width:43px;height:50px;font-size:24px;font-weight:900;display:grid}.admin-panel{grid-template-columns:1fr 1fr;gap:30px;margin-top:34px;padding:30px;display:grid}.admin-panel h2{margin:8px 0}.admin-panel p{color:var(--muted)}.admin-add{gap:10px;display:flex}.admin-add button,.player-list button,.temporary-list button{background:var(--navy);color:#fff;white-space:nowrap;border:0;border-radius:9px;padding:0 18px;font-weight:700}.player-list{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.player-list>div,.temporary-list>div{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.player-list>div.is-editing{background:#f7faff;border-color:#9eb6d4}.player-list span,.temporary-list span{flex-direction:column;gap:3px;display:flex}.player-list small,.temporary-list small{color:var(--muted)}.player-list button{min-height:38px;color:var(--navy);background:#eef2f6}.player-list button:disabled{opacity:.45;cursor:not-allowed}.player-actions,.player-edit-actions{gap:7px;display:flex}.player-actions .edit-name-button,.player-edit-actions .save-name-button{background:var(--navy);color:#fff}.player-name-editor{grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;display:grid}.player-name-editor input{height:44px}.player-edit-actions button{min-height:44px}.player-edit-actions .cancel-name-button{color:var(--navy);background:#eef2f6}.admin-note{background:#fff7ed;border-radius:9px;grid-column:1/-1;padding:12px 14px;font-size:13px;margin:0!important}.temporary-admin{background:#fffaf1;border:1px solid #efcf98;border-radius:12px;grid-column:1/-1;padding:20px}.temporary-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.temporary-heading p{margin:4px 0 0;font-size:14px}.temporary-heading>span{color:#815000;background:#f5dfb7;border-radius:99px;place-items:center;min-width:34px;height:34px;font-weight:900;display:grid}.temporary-list{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px;display:grid}.temporary-list>div{background:#fff}.temporary-list button{background:var(--green);min-height:40px}.temporary-empty{font-size:14px;margin:14px 0 0!important}.game-time-admin,.signup-open-admin{background:#f4fbf7;border:1px solid #b9dcc8;border-radius:12px;grid-column:1/-1;padding:20px}.game-time-admin p,.signup-open-admin p{margin:0 0 14px;font-size:14px}.game-time-admin .admin-add,.signup-open-admin .admin-add{max-width:540px}.game-time-admin button,.signup-open-admin button{min-height:58px}.signup-open-admin{background:#f7faff;border-color:#c8d6e8}.history-export{background:#f7faff;border:1px solid #c8d6e8;border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.history-export p{margin:4px 0 0;font-size:14px}.history-export button{background:var(--navy);color:#fff;white-space:nowrap;border:0;border-radius:9px;min-height:50px;padding:0 20px;font-weight:800}.day-status-admin{background:#fff8f8;border:1px solid #f0c4c4;border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.day-status-admin.is-cancelled{background:#fff0f0;border-color:#e35959}.day-status-admin p{margin:4px 0 0;font-size:14px}.day-status-admin button{color:#fff;white-space:nowrap;border:0;border-radius:9px;min-height:50px;padding:0 18px;font-weight:800}.no-ball-button{background:#bd2d2d}.restore-ball-button{background:var(--green)}@media (width<=900px){.shabbos-banner{flex-direction:column;align-items:flex-start}.shabbos-times{width:100%}.shabbos-times>div:first-child{border-left:0}.dashboard{grid-template-columns:1fr}.side-column,.hero-column{display:contents}.game-time-card{order:1}.weather-card{order:2}.signup-card{order:3}.roster-card{order:4}.penalty-card{order:5}.admin-panel,.player-list{grid-template-columns:1fr}.admin-panel>*{grid-column:1!important}}@media (width<=600px){.topbar{height:70px;padding:0 16px}.brand{font-size:18px}.brand-logo{width:44px;height:44px}.today-link{display:none}nav{gap:8px}.page{padding:24px 16px 55px}.status-row{flex-direction:column;align-items:flex-start}.live-pill{font-size:12px}.shabbos-banner{margin-top:0;padding:15px}.shabbos-times{grid-template-columns:1fr;gap:0}.shabbos-times>div{border-top:1px solid #e5d8aa;border-left:0;padding:12px 0}.no-ball-banner{text-align:center;flex-direction:column;min-height:360px;padding:42px 22px}.no-ball-icon{width:76px;height:76px;font-size:62px}.no-ball-banner h1{font-size:58px}.no-ball-banner span{font-size:17px}.game-time-card{gap:13px;padding:17px 16px}.game-time-icon{width:44px;height:44px;font-size:25px}.game-time-card strong{font-size:23px}.weather-card{grid-template-columns:auto 1fr;gap:12px;padding:18px 16px 14px}.weather-icon{width:52px;height:52px;font-size:35px}.weather-temp{flex-direction:row;grid-column:1/-1;align-items:baseline;gap:8px}.weather-temp strong{font-size:31px}.weather-metrics span{padding:9px 4px}.signup-card{padding:22px 18px}.meter{gap:5px}.meter span{height:38px}.guest-copy{flex-direction:column;align-items:flex-start;gap:3px}.guest-copy small{text-align:left}.guest-row{grid-template-columns:1fr}.roster-card{padding:20px 12px 12px}.roster li{grid-template-columns:24px 36px 1fr auto;padding:7px 9px}.avatar{width:34px;height:34px;font-size:12px}.admin-panel{padding:20px 16px}.admin-add{flex-direction:column}.admin-add button{height:50px}.history-export{flex-direction:column;align-items:stretch}.history-export button{min-height:52px}.day-status-admin{flex-direction:column;align-items:stretch}.day-status-admin button{min-height:52px}.temporary-list{grid-template-columns:1fr}.temporary-list>div,.player-list>div{flex-direction:column;align-items:flex-start}.temporary-list button,.player-list button,.player-actions,.player-name-editor{width:100%}.player-name-editor{grid-template-columns:1fr}.player-edit-actions{width:100%}.player-edit-actions button{flex:1}}.new-player-label{margin-top:16px}.roster-heading>div>span{color:#128341;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:900}.roster-heading>b{white-space:nowrap;border-radius:999px;flex:none;padding:8px 10px;font-size:11px}.confirmed{color:#08763a;background:#e7f7ed}.unconfirmed{color:#a14b00;background:#fff0df}.weather-card.compact{box-shadow:none;border:0;border-top:1px solid #d9e5ed;border-radius:0;margin:0;padding:17px 22px 14px}.weather-card.compact .weather-icon{width:48px;height:48px;font-size:33px}.weather-card.compact .weather-main strong{font-size:17px}.weather-card.compact .weather-temp strong{font-size:31px}.signup-card{max-width:920px;margin:0 auto 28px}.signup-intro{justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:22px;display:flex}.signup-intro h2{margin:7px 0 0;font-size:28px}.signup-intro>span{color:#08763a;white-space:nowrap;background:#edf7f0;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800}.game-choice{border:0;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 25px;padding:0;display:grid}.game-choice legend{grid-column:1/-1;margin-bottom:10px;font-weight:700;display:block}.game-choice button{min-height:70px;color:var(--navy);text-align:left;background:#fff;border:1px solid #cbd0d8;border-radius:11px;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;padding:12px 15px;display:flex}.game-choice button:hover{border-color:#7ab894}.game-choice button.is-selected{border:2px solid var(--green);background:#edf9f1;padding:11px 14px;box-shadow:0 0 0 3px #139b501a}.game-choice button strong{font-size:17px}.game-choice button span{color:var(--muted);font-size:12px}.your-games{background:#fff8ef;border:1px solid #f1c28f;border-radius:11px;flex-direction:column;gap:8px;margin-top:18px;padding:15px;display:flex}.your-games>strong{font-size:13px}.your-games>div{border-top:1px solid #f3d9bd;justify-content:space-between;align-items:center;gap:15px;padding-top:8px;display:flex}.your-games span{flex-direction:column;gap:2px;display:flex}.your-games small{color:var(--muted)}.your-games .pullout-button{white-space:nowrap;width:auto;min-height:42px;margin:0;padding:0 14px;font-size:13px}.game-roster-view{max-width:760px;margin:0 auto 22px}.game-toggle{background:#eef1f5;border:1px solid #d7dce3;border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0 auto 12px;padding:5px;display:grid}.game-toggle button{color:#647087;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:10px;min-height:58px;padding:9px 16px;display:flex}.game-toggle button:hover{color:var(--navy);background:#ffffff94}.game-toggle button.is-active{color:var(--navy);background:#fff;box-shadow:0 2px 8px #0826541f}.game-toggle strong{font-size:15px}.game-toggle span{white-space:nowrap;background:#6670851a;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:800}.game-toggle button.is-active span{color:#08763a;background:#e7f7ed}.roster-card{padding:22px 18px 18px}.roster-heading{justify-content:space-between;align-items:flex-start;gap:15px;padding:0 8px 15px;display:flex}.roster-heading h2{margin:4px 0 0;font-size:23px}.capacity-compact{align-items:center;gap:12px;margin:0 8px 16px;display:flex}.capacity-compact .meter{flex:1;gap:5px;margin:0}.capacity-compact .meter span{border-radius:99px;height:12px}.capacity-compact>strong{font-size:13px}.roster-weather{background:#f5faff;border:1px solid #cfe0ec;border-radius:10px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 8px 14px;padding:10px 12px;display:grid}.roster-weather.has-concerns{background:#fff9ef;border-color:#efc98a}.roster-weather .weather-icon{width:38px;height:38px;box-shadow:none;border-radius:9px;font-size:27px}.roster-weather-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.roster-weather-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.roster-weather-copy span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.roster-weather-metrics{color:var(--muted);white-space:nowrap;gap:10px;font-size:10px;display:flex}.roster-weather-metrics span{flex-direction:column;align-items:center;display:flex}.roster-weather-metrics b{color:var(--navy);font-size:12px}.penalty-card{max-width:920px;margin:0 auto}.fixed-times-admin{background:#f4fbf7;border:1px solid #b9dcc8;border-radius:12px;grid-column:1/-1;padding:20px}.fixed-times-admin p{margin:4px 0 0;font-size:14px}@media (width<=900px){.game-roster-view{max-width:680px}}@media (width<=600px){.weather-card.compact{padding:15px 14px 13px}.signup-intro{flex-direction:column}.game-choice{grid-template-columns:1fr}.game-choice button{min-height:62px}.your-games>div{flex-direction:column;align-items:stretch}.your-games .pullout-button{width:100%}.game-toggle{margin-bottom:10px}.game-toggle button{flex-direction:column;gap:3px;min-height:54px;padding:7px 5px}.game-toggle strong{font-size:14px}.roster-heading{flex-direction:column}.roster-weather{grid-template-columns:38px minmax(0,1fr)}.roster-weather-metrics{border-top:1px solid #dce7ee;grid-column:1/-1;justify-content:space-around;padding-top:7px}}
