@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{font-family:Manrope,Helvetica Neue,sans-serif;color:#1d1a17;background:radial-gradient(circle at top,#f7efe1,#ede4d4 45%,#e0d6c7)}body{margin:0;min-height:100vh;background:inherit}#root{min-height:100vh}:root{--ink: #1d1a17;--ink-muted: #5a4f45;--cream: #f6f1e8;--olive: #395b3a;--sage: #7aa46e;--panel: rgba(255, 255, 255, .75);--panel-strong: rgba(255, 255, 255, .92);--shadow: rgba(26, 20, 14, .12)}html,body,#root{overflow-x:hidden}.app-shell{display:grid;grid-template-columns:minmax(220px,260px) 1fr;min-height:calc(100vh - var(--top-strip-height, 0px));padding-top:var(--top-strip-height, 0px)}.top-strip{position:fixed;top:0;left:0;right:0;height:var(--top-strip-height, 44px);background:#000;color:#fff;z-index:1100;display:flex;align-items:center}.top-strip-inner{width:100%;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:0 20px}.top-strip-team{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-strip-powered{display:grid;gap:.1rem;text-align:right;white-space:nowrap}.top-strip-powered-label{font-size:.7rem;opacity:.8}.top-strip-powered-name{font-size:calc(.85rem - 1px);opacity:.9}.top-strip-actions{display:flex;justify-content:flex-end;align-items:center;position:relative}.sidebar{position:sticky;top:var(--top-strip-height, 0px);min-height:calc(100vh - var(--top-strip-height, 0px));align-self:stretch;padding:2.5rem 1.5rem;background:var(--menu-bg, rgba(255, 255, 255, .7));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid var(--menu-border, rgba(0, 0, 0, .05));display:flex;flex-direction:column;gap:2rem}.brand{display:flex;align-items:center;gap:1rem}.logo{width:52px;height:52px;border-radius:16px;background:#ffffff26;box-shadow:0 10px 24px var(--shadow);display:grid;place-items:center}.logo svg{width:34px;height:34px}.team-logo{background:#ffffff2e}.team-badge{width:36px;height:40px}.team-title{font-size:1rem;font-weight:600;color:var(--menu-fg, var(--ink))}.logo-image{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:.7rem;font-weight:600;color:var(--ink-muted);margin:0}.sub{font-size:.9rem;color:var(--ink-muted)}.sidebar nav{display:grid;gap:.5rem}.sidebar nav button{border:none;padding:.65rem .9rem;border-radius:999px;text-align:left;background:transparent;color:var(--menu-fg, var(--ink));font-weight:500;cursor:pointer;transition:background .2s ease}.sidebar nav button.active,.sidebar nav button:hover{background:var(--menu-active-bg, rgba(57, 91, 58, .12))}.sidebar-item{display:grid;gap:.35rem}.sidebar-submenu{display:none;gap:.35rem;padding-left:.9rem}.sidebar-submenu button{border:none;padding:.4rem .7rem;border-radius:999px;text-align:left;background:transparent;color:var(--menu-fg-muted, var(--ink-muted));font-weight:500;font-size:.9rem;cursor:pointer;transition:background .2s ease,color .2s ease}.sidebar-submenu button.active,.sidebar-submenu button:hover{background:var(--menu-active-bg, rgba(57, 91, 58, .12));color:var(--menu-fg, var(--ink))}.profile{margin-top:auto;display:grid;gap:.5rem;font-size:.85rem;color:var(--menu-fg, var(--ink))}.profile-line{display:flex;align-items:center;gap:.35rem}.profile-sep{color:var(--menu-fg-muted, var(--ink-muted))}.profile span{text-transform:capitalize;color:var(--ink-muted)}.profile button{border:1px solid rgba(0,0,0,.08);background:transparent;border-radius:999px;padding:.4rem .9rem;cursor:pointer}.content{padding:0;display:grid;gap:2rem}.app-main--fixture{gap:0;--fixture-merge-gap: clamp(.5rem, 2vw, .9rem)}.app-main--admin{gap:0}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 20px;border-bottom:1px solid var(--menu-border, rgba(0, 0, 0, .08));background:var(--menu-bg, transparent);color:var(--menu-fg, inherit);margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)}.page-header-actions{display:flex;align-items:center;gap:.75rem;position:relative;align-self:center}.page-header-title{display:flex;align-items:center;min-width:0;flex:1;padding-left:15px}.profile-trigger{width:42px;height:42px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:#fff;display:flex;align-items:center;justify-content:center;padding:0;line-height:0;font-size:0;color:#2f323a;box-shadow:0 6px 16px #0000001f;cursor:pointer}.profile-trigger--strip{width:32px;height:32px;background:transparent;border-color:#ffffff8c;color:#fff;box-shadow:none}.page-header--fixture .profile-trigger{box-shadow:0 6px 16px #0000004d}.profile-icon{width:22px;height:22px;display:block;margin:0 auto;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.profile-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:14px;box-shadow:0 18px 40px #0000002e;display:grid;min-width:180px;overflow:hidden;z-index:20}.profile-menu-item{padding:.75rem 1rem;text-align:left;border:none;background:transparent;font-weight:600;color:#2b2b2b;cursor:pointer}.profile-menu-item:hover{background:#0000000a}.profile-dialog-overlay{position:fixed;inset:0;background:#0b0e1673;display:grid;place-items:center;padding:1rem;z-index:10000}.profile-dialog{width:min(480px,100%);box-sizing:border-box;background:#fff;border-radius:24px;padding:1.3rem 1.4rem 1.6rem;box-shadow:0 22px 50px #00000040;display:grid;gap:.9rem}.profile-dialog-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:1.1rem}.profile-dialog-close{border:none;background:transparent;font-size:1.4rem;line-height:1;color:#2b2b2b}.profile-dialog-label{display:grid;gap:.4rem;font-weight:600;color:#2b2b2b}.profile-dialog-label input,.profile-dialog-label select{padding:.65rem .8rem;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:1rem}.profile-dialog-actions{display:flex;justify-content:flex-end;gap:.6rem}.profile-dialog-button{border:none;border-radius:999px;padding:.6rem 1.4rem;background:#2f323a;color:#fff;font-weight:600}.profile-dialog-button--ghost{background:transparent;border:1px solid rgba(0,0,0,.12);color:#2b2b2b}.guided-tour-dialog{gap:.8rem}.guided-tour-question{margin:0;color:#2b2b2b;font-size:.95rem}.guided-tour-option{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.6rem;font-size:.95rem;color:#2b2b2b}.guided-tour-option input[type=radio]{margin-top:.2rem}.guided-tour-format{margin-left:1.5rem}@media(max-width:768px){.profile-dialog-overlay{padding:10px}.profile-dialog{width:min(480px,calc(100vw - 20px));max-width:calc(100vw - 20px)}}.page-header--fixture{background:#141b2b;color:#fff;border-bottom:none;padding:1.5rem clamp(1.5rem,4vw,4rem) var(--fixture-merge-gap);width:100%;margin-left:0;margin-right:0;margin-bottom:0;margin-top:-3rem}.page-header--squad{padding:6px;margin:0}.page-header--squad.page-header--fixture{margin:0}.page-header--squad .page-header-title{padding-left:0;width:100%}.page-header--squad .squad-fixture-header{padding:0;margin:0;width:100%}.page-header--result{padding:0}.page-header--result .page-header-title{padding-left:0;width:100%}.page-header--result .result-fixture-header{margin:0;width:100%;text-align:center}@media(max-width:899px){.app-shell{padding-top:0}.top-strip{position:sticky!important;top:0;left:0;right:0;width:100%}.page-header{min-height:45px}.top-strip-powered{gap:.05rem}.top-strip-powered-label{font-size:.6rem}.top-strip-powered-name{font-size:calc(.8rem - 1px)}.page-header--fixture{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.page-header--result{margin-top:0}.page-header--fixture .breadcrumb-back{margin-top:.35rem;font-size:1.25rem}}@media(min-width:900px){.page-header{min-height:50px}.page-header--fixture,.squad-fixture-header,.result-fixture-header{margin-top:0}}.page-header--fixture .breadcrumb,.page-header--fixture .breadcrumb-back,.page-header--fixture .breadcrumb-link{color:inherit}.page-header h1{margin:0;font-size:clamp(1.2rem,2.4vw,1.9rem);font-weight:600}.page-title{display:flex;align-items:center;flex:1;text-align:center}.breadcrumb{display:inline-flex;align-items:center;gap:.4rem;font-size:inherit;font-weight:inherit}.breadcrumb-link{padding:0;background:transparent;color:inherit;border:none;font-size:inherit;font-weight:inherit}.breadcrumb-sep{color:inherit;font-size:inherit;font-weight:inherit}.breadcrumb-back{margin:0;display:inline-flex;align-items:center;gap:.35rem;padding:0;background:transparent;border:none;color:inherit;font-size:inherit;font-weight:inherit}.breadcrumb-back svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-header p{margin:0;color:var(--menu-fg-muted, var(--ink-muted))}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--panel);border-radius:24px;padding:1.5rem;box-shadow:0 14px 32px var(--shadow);animation:floatIn .6s ease both}.card h3{margin:0 0 .6rem}.card p{margin:0;color:var(--ink-muted)}.section-title{margin-top:1.5rem}.split{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.panel{background:var(--panel-strong);border-radius:24px;padding:1rem;box-shadow:0 14px 32px var(--shadow)}.matches-panel{background:transparent;border-radius:0;box-shadow:none;padding:0 15px}.stats-panel{padding:0 15px}.panel h2{margin-top:0}.stack{display:grid;gap:.9rem}.admin-form,.admin-form *{font-size:.9rem}input,select,button{font-family:inherit;font-size:.9rem}input,select{padding:.7rem .9rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#fff}textarea{padding:.7rem .9rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#fff;font-family:inherit;font-size:1rem;resize:vertical}button{padding:.7rem 1rem;border-radius:999px;border:none;background:var(--olive);color:#fff;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:progress}.list{display:grid;gap:.8rem}.fixture-card,.result-card{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:18px;padding:.9rem 1rem;display:grid;gap:.8rem;text-align:left;box-shadow:0 10px 24px #0000000d}.fixture-card{padding:.65rem 1rem;gap:.5rem}.fixture-card-wrap{position:relative;width:100%}.fixture-card-wrap .fixture-card{width:100%}.fixture-enter-result{position:absolute;right:12px;bottom:10px;border:none;border-radius:999px;padding:.45rem .8rem;font-size:.78rem;font-weight:700;color:#fff;background:#2d8a41;box-shadow:0 6px 14px #2d8a4147;z-index:2}.fixture-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.fixture-pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:#e8f4ea;color:#2f6b3a;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.fixture-pill--cup{background:#f5aa5a40;color:#a75610}.fixture-pill--friendly{background:#5696dc33;color:#1f5c9c}.fixture-meta-right{display:grid;justify-items:end;gap:.15rem;color:#5a6067}.result-meta-right{display:flex;justify-content:flex-end}.result-meta-row{display:flex;align-items:center;gap:.4rem}.fixture-date{font-weight:600}.fixture-time{font-size:.85rem;color:#7b828a}.fixture-teams{display:grid;gap:.6rem}.fixture-team{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;color:#24282d}.fixture-badge{width:28px;height:36px}.result-line{gap:.7rem}.result-card-score{margin-left:auto;font-weight:700;font-size:1rem;color:#24282d}.admin-team-title{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap}.admin-team-subline{display:block}.admin-list .list-item .admin-team-title{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap}.admin-list .list-item .admin-team-title span{display:inline-flex;align-items:center}.admin-team-age{color:inherit;font-weight:inherit;font-size:inherit}.result-outcome-pill{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#fff}.result-outcome-pill.win{background:#3f8b46}.result-outcome-pill.loss{background:#c04949}.result-outcome-pill.draw{background:#6b6f75}.result-status{font-size:.8rem;font-weight:600;color:#2f6b3a}.list-item{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#fffc}.match-item{border-radius:12px;padding:.7rem .9rem;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 18px #0000000a}.match-item strong{display:block;font-size:.9rem;font-weight:600;color:#2b2b2b}.admin-opposition-row{display:flex;align-items:center;gap:.75rem;min-width:0}.admin-opposition-meta{display:grid;gap:.2rem;min-width:0}.admin-opposition-meta strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-opposition-meta span{color:#5a6067;font-size:.85rem}.match-item span{display:block;font-size:.85rem;color:#5b5b5b}.match-actions{display:flex;align-items:center;gap:.5rem}.match-actions button{border-radius:10px;padding:.45rem .9rem;background:#2f323a;color:#fff;font-size:.78rem;font-weight:600}.match-actions button.ghost{border:none;background:#e9eaec;color:#2f323a}.list-item:not(.match-item) span{color:var(--ink-muted);font-size:.85rem}.tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;padding:.35rem;background:#f0f0f0;border-radius:12px;border:1px solid rgba(0,0,0,.08);margin-bottom:1rem}.tabs button{border:none;border-radius:10px;padding:.5rem .8rem;background:transparent;font-weight:600;color:#4b4b4b;display:flex;align-items:center;justify-content:center;gap:.4rem;white-space:nowrap}.tabs button.active{background:#363941;color:#fff;box-shadow:0 6px 12px #0000001f}.admin-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.result-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-tabs .tab-icon{display:inline-flex}.admin-tabs .tab-label{display:inline}.muted{color:var(--ink-muted);margin:0}.ghost{background:transparent;color:var(--olive);border:1px solid rgba(57,91,58,.3);padding:.4rem .8rem}.ghost.spectator-link-action{background:#2f323a;color:#fff;border-color:#2f323a;font-weight:700}.admin-action-icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.player-name-row{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.player-shirt{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.player-shirt svg{width:20px;height:20px;fill:currentColor;border-radius:4px;padding:2px}.player-shirt-number{font-size:.7rem;font-weight:600;color:#2f323a;display:inline-flex;align-items:center}.player-name-text{display:inline-flex;align-items:center;gap:.45rem}.player-status-disabled{color:#8b8f97;font-size:.72rem;font-weight:600;letter-spacing:.04em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.badge{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;background:#395b3a1a}.score{font-weight:600}.score.win{background:#34754a2e;color:#2d6b47}.score.loss{background:#a53c3c2e;color:#8a3030}.score.neutral{background:#78787833;color:#4f4f4f}.squad-panel{margin-top:1.2rem;padding:1rem;border-radius:16px;background:#395b3a0d;border:1px solid rgba(57,91,58,.15);display:grid;gap:0}.squad-panel--select{background:transparent;border:none;padding:0;margin-top:0}.squad-fixture-header{background:#141b2b;color:#fff;padding:0;border-radius:0;width:calc(100% - 10px);margin:0 auto;display:grid;gap:.6rem;justify-items:center}.result-fixture-header{background:#141b2b;color:#fff;padding:10px;border-radius:0;width:100%;margin:0 0 1rem;margin-top:calc(-1 * var(--fixture-merge-gap));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.result-fixture-team{display:grid;justify-items:center;gap:.5rem;text-align:center;font-weight:600;font-size:.75rem}.result-fixture-score{display:inline-flex;align-items:center;gap:.5rem;font-size:1.85rem;font-weight:700;letter-spacing:.02em}.result-fixture-center{display:grid;justify-items:center;gap:.2rem}.result-fixture-date{font-size:.72rem;font-weight:500;opacity:.85;text-align:center}.result-fixture-score .score-sep{font-size:1.4rem;opacity:.7}.result-fixture-header .fixture-badge{width:32px;height:41px}@media(min-width:900px){.result-fixture-team{font-size:calc(.75rem + 3px)}.result-fixture-score{font-size:calc(1.85rem + 3px)}.result-fixture-header .fixture-badge{width:42px;height:53px}}@media(max-width:900px){.result-panel .result-fixture-header{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}.squad-fixture-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem}.squad-fixture-side{display:grid;justify-items:center;gap:.5rem;text-align:center;font-weight:600}.squad-fixture-center{display:grid;justify-items:center;gap:.25rem}.squad-fixture-pitch{text-align:center;font-size:.9rem;color:#ffffffbf}.squad-fixture-date{font-weight:700;font-size:1.05rem}.squad-fixture-time{font-size:1.1rem;color:#fff}.squad-fixture-header .fixture-badge{width:42px;height:54px}.squad-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.squad-header h3{margin:0}.squad-select-header{display:flex;align-items:center;justify-content:flex-start;gap:.8rem;margin-bottom:0}.squad-select-title{font-weight:600;font-size:1rem}.squad-back{padding:.4rem .8rem}.squad-tabs{margin:0 0 1rem}.squad-select-list{display:grid;gap:.45rem;margin-bottom:1rem}.squad-count{font-size:.9rem;font-weight:600;color:#2b2b2b;margin:.2rem 0 .6rem}.squad-select-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .65rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 6px 18px #0000000a}.squad-select-item.is-unselected{opacity:.6}.squad-select-item input{width:16px;height:16px}.squad-shirt-number{font-size:.8rem;font-weight:600;color:#2f323a}.squad-player-name{font-weight:600;color:#2b2b2b}.squad-save-row{position:sticky;bottom:1rem;display:grid;gap:.6rem}.squad-download-row{margin-top:.5rem;margin-bottom:1.6rem}.squad-download-teamsheet{width:100%}.squad-save{width:100%;border-radius:999px;padding:.7rem 1rem;background:#2f323a;color:#fff;font-weight:600}.squad-save--enter-result{background:#2f7a3e}.step{display:grid;gap:.8rem}.step-header{display:flex;align-items:center;justify-content:space-between}.step-header h4{margin:0}.squad-grid{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.squad-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .7rem;border-radius:10px;background:#fffc;border:1px solid rgba(0,0,0,.08)}.squad-item span.active{font-weight:600;color:var(--olive)}.formation-toolbar{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.formation-toolbar select{margin-top:.25rem}.formation-picker{display:grid;gap:.4rem}.formation-label{font-size:.85rem;color:var(--ink-muted)}.formation-options{display:flex;gap:.4rem;flex-wrap:wrap}.formation-options button{border-radius:999px;padding:.35rem .8rem;border:1px solid rgba(0,0,0,.12);background:#fff;color:#2f323a;font-weight:600;font-size:.85rem}.formation-options button.active{background:#2f323a;color:#fff;border-color:#2f323a}.pill{display:inline-flex;padding:.3rem .7rem;border-radius:999px;background:#395b3a1a;font-size:.85rem}.pitch{position:relative;margin-top:8px;height:380px;border-radius:24px;background:linear-gradient(180deg,#395b3a1f,#395b3a33);border:1px solid rgba(57,91,58,.3);overflow:hidden}.pitch:before{content:"";position:absolute;inset:10px;border:1px dashed rgba(57,91,58,.35);border-radius:20px}.slot{width:32px;height:32px;border-radius:50%;border:2px dashed rgba(255,255,255,.9);background:#ffffff40;transform:translate(-50%,-50%) translateY(23px);cursor:pointer;position:absolute}.slot.filled{border-style:solid;background:#ffffff1a}.slot-plus{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.1rem;font-weight:600;color:#ffffffe6;line-height:1}.slot:hover{background:#ffffff73}.player-marker{position:absolute;transform:translate(-50%,-50%) translateY(30px);display:grid;justify-items:center;gap:.25rem;cursor:grab}.player-dot{width:46px;height:46px;border-radius:50%;background:#395b3ae6;color:#fff;font-size:.65rem;display:grid;place-items:center;box-shadow:0 6px 16px #0003;text-align:center}.player-number{font-weight:600;font-size:.85rem}.player-name{font-size:.75rem;color:#2b2b2b;font-weight:600}.slot-picker{margin-top:1rem;padding:.9rem;border-radius:16px;background:#fffffff2;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 24px #00000014;display:grid;gap:.8rem}.formation-stage{position:relative}.squad-tactics-field{margin-top:1.2em}.slot-picker-overlay{position:absolute;inset:0;display:grid;place-items:center;background:#f5f5f5cc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:16px;padding:1rem}.slot-picker-overlay .slot-picker{margin-top:0;width:min(420px,100%)}.slot-picker-header{display:flex;align-items:center;justify-content:space-between}.slot-picker-list{display:grid;gap:.6rem;max-height:220px;overflow:auto}.slot-picker-item{border-radius:12px;padding:.55rem .8rem;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:.6rem;font-weight:600;color:#2b2b2b}.slot-picker-number{width:26px;height:26px;border-radius:8px;background:#2f323a;color:#fff;display:grid;place-items:center;font-size:.8rem}.subs-line{margin-top:.6rem;font-size:.9rem;font-weight:600;color:#2b2b2b}.kit-picker{display:grid;gap:1rem;grid-template-columns:minmax(140px,180px) 1fr;align-items:start;padding:1rem;border-radius:16px;background:#395b3a0f;border:1px dashed rgba(57,91,58,.25)}.kit-preview{display:grid;gap:.5rem;justify-items:center}.kit-icon{width:56px;height:70px}.kit-controls{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.kit-controls label{display:grid;gap:.35rem;font-size:.85rem;color:var(--ink-muted)}.kit-controls input[type=color]{-webkit-appearance:none;appearance:none;padding:0;height:36px;border-radius:10px;border:1px solid rgba(0,0,0,.15);background:#fff}.kit-controls input[type=color]::-webkit-color-swatch-wrapper{padding:0}.kit-controls input[type=color]::-webkit-color-swatch{border:none;border-radius:9px}.kit-controls input[type=color]::-moz-color-swatch{border:none;border-radius:9px}.team-color-grid{display:grid;gap:.9rem}.team-color-input{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:.75rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:.55rem .75rem}.team-color-swatch{position:relative;width:42px;height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:var(--swatch-color, #ffffff);overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.team-color-swatch input[type=color]{position:absolute;inset:-4px;width:calc(100% + 8px);height:calc(100% + 8px);opacity:0;cursor:pointer;border:none;padding:0;margin:0;background:transparent;-webkit-appearance:none;appearance:none}.team-color-swatch input[type=color]::-webkit-color-swatch-wrapper{padding:0}.team-color-swatch input[type=color]::-webkit-color-swatch{border:none}.team-color-swatch input[type=color]::-moz-color-swatch{border:none}.team-color-input input[type=text]{border:none;background:transparent;padding:.1rem 0;font-weight:600;letter-spacing:.03em;color:#2a2f35}.error{color:#8c2f2f}.success{color:#1f6a3a}.auth-shell{min-height:100vh;background:#0b0b0b;color:#fff;display:grid;grid-template-rows:auto 1fr auto}.auth-topbar{background:#000;display:grid;align-items:center;gap:1.5rem;padding:calc(1.25rem - 5px) clamp(1.5rem,4vw,3.5rem)}.auth-topbar-main{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-nav-brand{display:inline-flex;align-items:center;gap:.75rem;background:transparent;border:none;padding:0;cursor:pointer}.auth-nav-logo{width:42px;height:42px;display:block}.auth-nav-title{font-weight:700;font-size:1.1rem;color:#fff}.auth-nav-link{background:transparent;border:none;border-radius:0;color:#fff;font-weight:500;font-size:.95rem;cursor:pointer;padding:.25rem 0;border-bottom:2px solid transparent}.auth-nav-link.active{border-color:#fff;color:#fff;font-weight:700;text-decoration:none}.auth-nav-login{background:#f2f2f2;color:#111;border-radius:18px;padding:.45rem 1.4rem;font-weight:600;font-size:.95rem;border:6px solid rgba(255,255,255,.2)}.auth-nav-tabs{display:inline-flex;align-items:center;justify-content:center;gap:2rem;width:100%;background:#0c0c0c99;border-bottom:1px solid rgba(255,255,255,.12);height:50px;position:relative;z-index:2;margin:0 auto 1.5rem}.auth-hero{position:relative;padding:0;background:linear-gradient(#202020b3,#202020b3),url(/assets/coaching-S5aHN5Ee.jpg);background-size:cover;background-repeat:no-repeat;overflow:hidden}.auth-shell--privacy .auth-hero,.auth-shell--terms .auth-hero{background:linear-gradient(#121212d9,#121212d9),url(/assets/coaching-S5aHN5Ee.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-shell--disclaimer .auth-hero{background:linear-gradient(#121212d9,#121212d9),url(/assets/coaching-S5aHN5Ee.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-shell--set-password .auth-hero{display:grid;align-items:center}.auth-footer{background:#000;border-top:1px solid rgba(255,255,255,.12);padding:.75rem 1.5rem}.auth-footer-links{display:flex;justify-content:center;gap:1.5rem;font-size:.75rem;color:#ffffffb3}.auth-footer-link{background:transparent;border:none;color:inherit;font-size:inherit;cursor:pointer;text-decoration:none}.auth-hero-overlay{position:absolute;inset:0;pointer-events:none}.auth-shell--features .auth-hero-overlay,.auth-shell--examples .auth-hero-overlay{background:none}.auth-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,5vw,3.5rem);align-items:center;max-width:1100px;margin:0 auto}.auth-shell--features .auth-hero,.auth-shell--examples .auth-hero{display:grid;grid-template-rows:auto minmax(0,1fr)}.auth-shell--features .auth-hero-grid,.auth-shell--examples .auth-hero-grid{justify-items:center;align-content:center;min-height:0;height:100%}.auth-shell--privacy,.auth-shell--terms,.auth-shell--disclaimer{min-height:100svh;height:100svh;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.auth-shell--privacy .auth-hero,.auth-shell--terms .auth-hero,.auth-shell--disclaimer .auth-hero{min-height:0;overflow-y:auto;overflow-x:hidden}.auth-shell--login,.auth-shell--forgot,.auth-shell--set-password{min-height:100svh;height:100svh;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.auth-shell--login .auth-hero,.auth-shell--forgot .auth-hero,.auth-shell--set-password .auth-hero{min-height:0;overflow-y:auto;overflow-x:hidden}.auth-hero-copy{display:grid;gap:1rem;max-width:880px;margin:0 auto;text-align:center}.auth-hero-title{font-size:clamp(2.2rem,4vw,3.4rem);margin:0;color:#fff}.auth-hero-subtitle{margin:0;font-size:clamp(1.4rem,2.6vw,2rem);color:#ffffffd9}.auth-hero-body{color:#fffc;font-size:1rem;max-width:520px;text-align:center;margin:0 auto}.auth-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem;align-items:center;justify-content:center}.auth-cta-primary{background:#f4f4f4;color:#111;border-radius:999px;padding:.9rem 1.8rem;font-weight:700;font-size:1rem;border:1px solid rgba(0,0,0,.15)}.auth-carousel{display:grid;grid-template-columns:38px minmax(220px,320px) minmax(300px,420px) 38px;align-items:center;justify-content:center;gap:1rem;background:#0c0c0c99;border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:1.2rem;box-shadow:0 18px 30px #00000059;margin:0 auto;width:min(100%,900px);min-height:720px;box-sizing:border-box}.auth-carousel-frame{width:100%;aspect-ratio:9 / 19;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#00000073;max-width:320px;margin:0 auto}.auth-carousel-frame img{width:100%;height:100%;display:block;object-fit:contain;background:#0000008c}.auth-carousel-copy{width:100%;max-width:420px;min-height:110px}.auth-carousel-copy h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;color:#fff}.auth-carousel-copy p{margin:0;color:#ffffffbf;font-size:.92rem}.auth-carousel-arrow{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#00000073;color:#fff;font-size:1rem;display:grid;place-items:center;line-height:1;padding:0}.auth-privacy{max-width:860px;margin:0 auto;padding:clamp(2rem,6vw,3.5rem) clamp(1.5rem,6vw,3rem);text-align:left;color:#fff}.auth-privacy h1{margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.2rem)}.auth-privacy h2{margin:1.6rem 0 .6rem;font-size:1rem}.auth-privacy p{margin:.4rem 0;color:#ffffffd1;font-size:.8rem}.auth-privacy ul{margin:.4rem 0 .8rem 1.1rem;color:#ffffffd1;font-size:.8rem}.auth-inline-link{background:none;border:none;color:#fff;text-decoration:underline;font:inherit;padding:0;cursor:pointer}.auth-example-stack{display:grid;gap:1.2rem;width:min(420px,100%)}.auth-example-card{padding:1.1rem 1.2rem;border-radius:18px;background:#111111d9;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 30px #00000059}.auth-example-title{font-weight:600;margin-bottom:.35rem}.auth-example-body{color:#ffffffbf;font-size:.9rem}.auth-card{max-width:460px;background:#fffffff2;padding:2.2rem;border-radius:24px;box-shadow:0 18px 40px #00000040;color:#1d1a17;display:grid;gap:1.4rem;margin:0 auto}.auth-card-header{display:grid;gap:.4rem}.auth-card-header h2{margin:0;font-size:1.4rem}.auth-card-header p{margin:0;color:#5a4f45;font-size:.95rem}.auth-submit{background:#2f323a;color:#fff}.auth-form{display:grid;gap:1rem}.auth-link{background:none;border:none;padding:0;color:#2f323a;text-decoration:underline;font:inherit;cursor:pointer;justify-self:center}.auth-consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:#2a2a2a}.auth-consent input{margin-top:.25rem}.auth-consent a{color:inherit;text-decoration:underline}.toggle{display:inline-flex;gap:.5rem;background:#395b3a1a;padding:.3rem;border-radius:999px;width:max-content;margin:0 auto}.toggle button{background:transparent;border-radius:999px;color:var(--ink)}.toggle button.active{background:#fff;box-shadow:0 6px 16px var(--shadow)}.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem}.row-inline{grid-template-columns:1fr 140px;align-items:end}.form-field-compact input{text-align:center;max-width:120px}.form-field{display:grid;gap:.4rem;font-size:.85rem;color:var(--ink-muted)}.form-field.form-field--checkbox{display:flex;align-items:center;gap:.6rem;color:#2b2b2b}.form-field.form-field--checkbox input{margin:0}.form-field input,.form-field textarea{font-size:1rem}.result-meta{display:grid;gap:.2rem;font-size:.85rem;color:var(--ink-muted)}.result-meta strong{color:#2b2b2b;font-size:1rem}.result-meta--details{font-size:1rem;font-weight:600;color:#2b2b2b}.lead{color:var(--ink-muted);margin:0}.tab-icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-menu{display:none}.admin-setup-message{margin:0 0 .75rem;padding:.7rem .9rem;border-radius:10px;background:#141b2b14;color:#141b2b;font-weight:600}.admin-panel--readonly .admin-actions,.admin-panel--readonly .admin-list-toolbar,.admin-panel--readonly .admin-add-row{display:none}.system-subscription-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.subscription-pill{font-weight:700;text-transform:lowercase}.subscription-pill--expired{color:#c62828}.subscription-pill--active{color:#2e7d32}.subscription-pill--trial{color:#1565c0}.subscription-date--warning{color:#b26a00;font-weight:700}.admin-list .list-item strong.subscription-pill--expired,.admin-list .list-item span.subscription-pill--expired{color:#c62828}.admin-list .list-item strong.subscription-pill--active,.admin-list .list-item span.subscription-pill--active{color:#2e7d32}.admin-list .list-item strong.subscription-pill--trial,.admin-list .list-item span.subscription-pill--trial{color:#1565c0}.admin-list .list-item span.subscription-date--warning{color:#b26a00;font-weight:700}@keyframes floatIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.sidebar nav{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto}}@media(max-width:600px){.auth-shell{min-height:100svh;height:100svh;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.auth-hero{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.auth-hero{background-position:center}.auth-shell--features,.auth-shell--examples,.auth-shell--set-password{min-height:100svh;height:100svh;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.auth-shell--features .auth-hero,.auth-shell--examples .auth-hero,.auth-shell--set-password .auth-hero{min-height:0;overflow-y:auto;overflow-x:hidden}.content{padding:0}.auth-card{padding:2rem 1.5rem}.auth-topbar{gap:.8rem}.auth-topbar-main{flex-direction:row;align-items:center;gap:.6rem}.auth-nav-tabs{justify-content:center;gap:1.2rem;margin-bottom:.8rem}.auth-hero-grid{grid-template-columns:1fr;padding:0 10px;gap:1.25rem;text-align:center}.auth-carousel{grid-template-columns:34px minmax(0,1fr) 34px;grid-template-rows:auto auto auto;width:min(100%,360px);min-height:0;padding:.8rem;gap:.6rem}.auth-carousel-frame{max-width:170px}.auth-carousel-frame img{object-fit:cover;background:transparent}.auth-carousel-copy{grid-column:1 / -1;grid-row:3;text-align:center;min-height:72px}.auth-carousel-copy h3{font-size:.95rem;margin-bottom:.35rem}.auth-carousel-copy p{font-size:.84rem}.auth-footer{padding:.6rem .8rem}.auth-footer-links{gap:.8rem;font-size:.68rem;white-space:nowrap}.auth-hero-copy{text-align:center;margin:0 auto}.auth-cta-row{justify-content:center}.auth-layout{grid-template-columns:1fr}.auth-logo{width:84px;height:66px}.auth-logo-row{justify-content:center;text-align:center}.auth-tagline{text-align:center}.chart-scroll{padding-right:.6rem}.appearance-count{margin-right:.2rem}}@media(max-width:899px){.app-shell{min-height:100vh;min-height:100svh;height:100vh;height:100svh;display:flex;flex-direction:column;background:#f5f5f5;overflow:hidden}.app-header{padding:1.2rem clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.profile{margin-top:0;display:flex;align-items:center;gap:.8rem;font-size:.85rem}.content{padding:0;display:grid;gap:1.5rem;flex:1;align-content:start;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}.app-main--admin,.app-main--fixture{gap:0}.page-header--fixture{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.squad-fixture-header{width:100%;width:calc(100% - 10px);margin:5px auto;gap:0}.squad-fixture-header .fixture-badge{width:30px;height:38px}.squad-fixture-side span{font-size:.75rem}.squad-fixture-date{font-size:.8rem}.squad-fixture-time{font-size:.85rem}.squad-fixture-pitch{font-size:.72rem}.app-main--fixture .squad-panel--select{margin-top:.5rem}.app-main--fixture .squad-select-list{gap:.25rem}.app-main--fixture .squad-select-item{gap:.45rem;padding:.26rem .45rem}.app-main--fixture .squad-player-name{font-size:.75rem}.app-main--fixture .squad-shirt-number{font-size:.7rem}.admin-panel{background:transparent;box-shadow:none}.admin-panel--menu .admin-pane{display:none}.admin-panel--menu .admin-menu{display:grid;gap:.75rem;padding:0}.admin-panel:not(.admin-panel--menu) .admin-menu{display:none}.admin-menu-item{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;border-radius:12px;padding:.75rem 1rem;background:#2f323a;color:#fff;border:1px solid #2f323a;font-weight:600;letter-spacing:.01em;box-shadow:0 6px 14px #0000001f}.admin-menu-item.active{background:#3a3d45;border-color:#3a3d45}.admin-menu-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-list .list-item .player-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.admin-list .list-item .player-name-row span,.admin-list .list-item .player-name-row .player-shirt{display:inline-flex;align-items:center}.admin-list .list-item{border-radius:12px;padding:.7rem .9rem;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 18px #0000000a}.admin-list .list-item strong{display:block;font-size:.9rem;font-weight:600;color:#2b2b2b}.admin-list .list-item span{display:block;font-size:.85rem;color:#5b5b5b}.admin-actions button:not(.admin-action-menu-item),.admin-add{border-radius:10px;padding:.45rem .9rem;background:#2f323a;color:#fff;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.admin-actions button.ghost:not(.admin-action-menu-item),.admin-add.ghost{border:none;background:#2f323a;color:#fff}.admin-action-menu{display:grid!important}.admin-action-menu .admin-action-menu-item{background:transparent!important;color:#1c1c1c!important;padding:.4rem .6rem!important;border-radius:10px!important;font-size:.85rem!important;font-weight:600!important;display:block!important;width:100%!important;box-shadow:none!important;justify-content:flex-start!important}.list-item:not(.match-item){background:#fffffff2}.admin-tabs{display:none}.admin-pane{padding:0}.admin-pane-header{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:1rem;padding-right:.9rem}.admin-pane-header--compact{margin-bottom:.4rem;padding-right:0}.admin-pane-header h2{margin:0;display:none}.admin-pane-header .ghost{display:none}.admin-form{gap:.9rem}.admin-add-row{display:flex;justify-content:flex-end;padding-top:.8rem;padding-right:.9rem}.admin-list-header{display:flex;justify-content:flex-start;margin:.35rem 0}.admin-back-top{padding-left:.7rem;padding-right:.7rem}.admin-add{border-radius:10px;padding:.45rem .9rem;background:#2f323a;color:#fff;font-size:.78rem;font-weight:600;border:none;cursor:pointer}.admin-save{width:100%;margin-top:.4rem}.team-form{background:#f1f2f4;border-radius:18px;padding:1.4rem 1.1rem 1.5rem;gap:1.1rem}.admin-team-welcome{margin:0;padding:.7rem .9rem;border-radius:10px;background:#141b2b14;color:#141b2b;font-weight:600}.team-field{display:grid;gap:.45rem;font-size:.9rem;font-weight:600;color:#6a6f76}.team-field input,.team-field select{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:.85rem 1rem;font-size:.95rem;color:#2a2f35}.team-form-grid{display:grid;gap:.9rem}.team-save{margin-top:.6rem;border-radius:999px;padding:.9rem 1.2rem;font-weight:700;background:#9aa0a6;color:#fff}.team-save--active{background:#2f323a}@media(min-width:900px){.team-form{padding:1.6rem 1.6rem 1.8rem}.team-color-grid,.team-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-list{gap:.9rem;overflow:visible}.admin-list-wrap{display:grid;gap:.6rem}.admin-list-toolbar{display:flex;justify-content:flex-end;padding-right:.9rem}.player-add-fab{width:44px;height:44px;border-radius:50%;background:#363941;color:#fff;border:none;padding:0;display:grid;place-items:center;box-shadow:0 10px 20px #0000002e;cursor:pointer}.player-add-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;display:block}.admin-item{align-items:center;gap:1rem;overflow:visible;position:relative;z-index:1}.admin-item>div:first-child{min-width:0;flex:1 1 0}.admin-member-link{overflow-wrap:anywhere;word-break:break-word}.admin-member-link--truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:700px){.admin-member-link--truncate{max-width:22ch}}.admin-actions{display:flex;flex-direction:row;gap:.4rem;overflow:visible;position:relative;z-index:5}.admin-actions button{width:auto;justify-content:center;display:inline-flex;align-items:center}.admin-action-menu-wrap{position:relative;overflow:visible;z-index:10}.admin-action-menu{position:absolute;right:0;top:calc(100% + .4rem);background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:.35rem;min-width:160px;box-shadow:0 10px 20px #1414141f;display:grid;gap:.2rem;z-index:5}.admin-action-menu .admin-action-menu-item{border:none;background:transparent;color:#1c1c1c;text-align:left;padding:.4rem .6rem;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;display:block;width:100%}.admin-action-menu .admin-action-menu-item:hover{background:#2f323a14}.admin-empty{padding:.6rem .4rem}.template-upload{display:grid;gap:.5rem;padding:.8rem;border-radius:14px;border:1px dashed rgba(57,91,58,.25);background:#395b3a0d}.template-field{display:grid;gap:.4rem;font-size:.85rem;color:var(--ink-muted)}.template-field input[type=file]{font-size:.9rem}}@media(min-width:900px){.admin-panel{background:transparent;box-shadow:none}.admin-panel--menu .admin-pane{display:none}.admin-panel--menu .admin-menu{display:grid;gap:.75rem;padding:0}.admin-panel:not(.admin-panel--menu) .admin-menu{display:none}.admin-menu-item{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;border-radius:12px;padding:.75rem 1rem;background:#2f323a;color:#fff;border:1px solid #2f323a;font-weight:600;letter-spacing:.01em;box-shadow:0 6px 14px #0000001f}.admin-menu-item.active{background:#3a3d45;border-color:#3a3d45}.admin-menu-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-list .list-item .player-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.admin-list .list-item .player-name-row span,.admin-list .list-item .player-name-row .player-shirt{display:inline-flex;align-items:center}.admin-list .list-item{border-radius:12px;padding:.7rem .9rem;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 18px #0000000a}.admin-list .list-item strong{display:block;font-size:.9rem;font-weight:600;color:#2b2b2b}.admin-list .list-item span{display:block;font-size:.85rem;color:#5b5b5b}.admin-actions button:not(.admin-action-menu-item),.admin-add{border-radius:10px;padding:.45rem .9rem;background:#2f323a;color:#fff;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.admin-actions button.ghost:not(.admin-action-menu-item),.admin-add.ghost{border:none;background:#2f323a;color:#fff}.admin-action-menu{position:absolute!important;right:0!important;top:calc(100% + .4rem)!important;background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:12px!important;padding:.35rem!important;min-width:160px!important;box-shadow:0 10px 20px #1414141f!important;display:grid!important;gap:.2rem!important;z-index:50!important}.admin-action-menu-item{background:transparent!important;color:#1c1c1c!important;border:none!important;padding:.4rem .6rem!important;border-radius:10px!important;font-size:.85rem!important;font-weight:600!important;display:block!important;width:100%!important;box-shadow:none!important;justify-content:flex-start!important}.list-item:not(.match-item){background:#fffffff2}.admin-tabs{display:none}.admin-pane{padding:0}.admin-pane-header{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:1rem;padding-right:.9rem}.admin-pane-header--compact{margin-bottom:.4rem;padding-right:0}.admin-pane-header h2{margin:0;display:none}.admin-pane-header .ghost{display:none}.admin-form{gap:.9rem}.admin-add-row{display:flex;justify-content:flex-end;padding-top:.8rem;padding-right:.9rem}.admin-list-header{display:flex;justify-content:flex-start;margin:.35rem 0}.admin-back-top{padding-left:.7rem;padding-right:.7rem}.admin-add{border-radius:10px;padding:.45rem .9rem;background:#2f323a;color:#fff;font-size:.78rem;font-weight:600;border:none;cursor:pointer}.admin-save{width:100%;margin-top:.4rem}.team-form{background:#f1f2f4;border-radius:18px;padding:1.6rem 1.6rem 1.8rem;gap:1.1rem}.team-field{display:grid;gap:.45rem;font-size:.9rem;font-weight:600;color:#6a6f76}.team-field input,.team-field select{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:.85rem 1rem;font-size:.95rem;color:#2a2f35}.team-form-grid{display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.team-color-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-save{margin-top:.6rem;border-radius:999px;padding:.9rem 1.2rem;font-weight:700;background:#9aa0a6;color:#fff}.team-save--active{background:#2f323a}.admin-list{gap:.9rem}.admin-list-wrap{display:grid;gap:.6rem}.admin-list-toolbar{display:flex;justify-content:flex-end;padding-right:.9rem}.player-add-fab{width:44px;height:44px;border-radius:50%;background:#363941;color:#fff;border:none;padding:0;display:grid;place-items:center;box-shadow:0 10px 20px #0000002e;cursor:pointer}.player-add-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;display:block}.admin-item{align-items:center;gap:1rem}.admin-actions{display:flex;flex-direction:row;gap:.4rem}.admin-actions button{width:auto;justify-content:center;display:inline-flex;align-items:center}.admin-empty{padding:.6rem .4rem}.template-upload{display:grid;gap:.5rem;padding:.8rem;border-radius:14px;border:1px dashed rgba(57,91,58,.25);background:#395b3a0d}.template-field{display:grid;gap:.4rem;font-size:.85rem;color:var(--ink-muted)}.template-field input[type=file]{font-size:.9rem}}.result-panel{margin-top:.5rem;padding-top:0;border-top:none}.result-header{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#2b2b2b;margin-bottom:.6rem}.result-score{display:grid;gap:.2rem;margin:0 0 .8rem;font-size:.85rem;color:var(--ink-muted)}.result-events{display:grid;gap:1rem;margin:1rem 0 .4rem}.result-event-card{background:#fff;border-radius:18px;padding:1.1rem 1.2rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px #0000000f;display:grid;gap:.6rem}.result-event-card--tip{text-align:center;gap:.4rem}.result-event-card--timeline{padding-bottom:1.3rem}.result-event-title{font-weight:700;font-size:.95rem;color:#2b2b2b}.result-event-title-label{display:inline-flex;align-items:center;gap:.4rem}.result-event-title-icon{display:inline-flex;color:#c2871e}.result-event-card--motm .result-event-title{display:flex;align-items:center;justify-content:space-between}.result-event-edit{border:none;background:none;color:var(--ink-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.result-event-edit-icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.result-event-edit-icon--motm{color:#6f7680}.result-event-edit-icon--details{color:#3a5f44}.motm-list{display:grid;gap:.4rem}.motm-player{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;color:#2b2b2b}.motm-shirt{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f0f2f4;font-size:.85rem}.motm-option{display:flex;align-items:center;gap:.6rem;background:#f4f4f6;border-radius:14px;padding:.6rem .8rem;font-weight:600;color:#2b2b2b}.motm-dialog .motm-options{display:grid;gap:.6rem;max-height:50vh;overflow:auto}.motm-option{display:flex;align-items:center;gap:.6rem;background:#f4f4f6;border-radius:14px;padding:.6rem .8rem;font-weight:600}.motm-option input{width:18px;height:18px}.motm-dialog-save{justify-self:center}.result-event-button{align-self:center;justify-self:center;border-radius:999px;padding:.65rem 1.5rem;background:#141b2b;color:#fff;font-weight:600}.result-detail-row{display:flex;align-items:center;gap:.6rem;color:#2b2b2b;font-weight:600}.result-detail-label{min-width:160px;color:var(--ink-muted);font-weight:600}.result-detail-value{color:#2b2b2b;font-weight:700}.result-event-card--details{position:relative;display:grid;gap:.8rem}.result-event-card--details .result-event-title{padding-right:2.2rem}.result-event-card--details .result-event-edit{position:absolute;top:.9rem;right:1rem}.result-details{display:grid;gap:1rem}.result-detail-grid{display:grid;gap:.6rem;font-size:.9rem}.result-timeline{position:relative;display:grid;gap:.3rem;padding:.1rem .4rem .3rem}.result-timeline-rail{position:absolute;left:50%;top:2.4rem;bottom:.4rem;width:2px;background:#141b2b1f}.result-timeline-kickoff{text-align:center;font-weight:600;color:var(--ink-muted)}.result-timeline-row{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;position:relative;cursor:pointer}.result-timeline-row.neutral{grid-template-columns:1fr;justify-items:center;position:relative;margin:0}.result-timeline-neutral{display:inline-flex;align-items:center;gap:.5rem;padding:.1rem .4rem;border-radius:999px;font-weight:600;color:var(--ink-muted);position:relative;z-index:2}.result-timeline-neutral:before{content:"";position:absolute;left:50%;top:-6px;bottom:-6px;width:4px;background:#fff;transform:translate(-50%);z-index:-1}.result-timeline-side{min-height:28px;display:grid;gap:.2rem}.result-timeline-side--home{grid-column:1;text-align:right;padding-right:12px}.result-timeline-side--away{grid-column:3;text-align:left;padding-left:12px}.result-timeline-name{font-weight:700;color:#2b2b2b}.result-timeline-assist{font-size:.85rem;color:var(--ink-muted)}.result-timeline-center{--timeline-side-offset: 21px;width:72px;height:36px;display:grid;place-items:center;position:relative;z-index:1}.result-timeline-center:before{content:"";position:absolute;left:50%;right:50%;top:50%;height:2px;background:#141b2b1f;transform:translateY(-50%);z-index:0}.result-timeline-center--home{justify-items:start;grid-column:2;justify-self:start}.result-timeline-center--home:before{left:0;right:50%}.result-timeline-center--away{justify-items:end;grid-column:2;justify-self:end}.result-timeline-center--away:before{left:50%;right:0}.result-timeline-icon{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid rgba(20,27,43,.18);display:grid;place-items:center;position:relative;overflow:hidden}.result-timeline-icon svg{width:18px;height:18px;display:block}.result-timeline-icon:before{display:none}.result-timeline-icon--home{transform:none}.result-timeline-icon--home:before{right:auto}.result-timeline-icon--away{transform:none}.result-timeline-icon--away:before{left:auto}.result-timeline-icon--neutral{transform:none}.result-timeline-center--home .result-timeline-icon--home{transform:translate(calc(-1 * var(--timeline-side-offset)))!important}.result-timeline-center--away .result-timeline-icon--away{transform:translate(var(--timeline-side-offset))!important}.result-timeline-icon--neutral:before{display:none}.result-timeline-icon--yellow .event-icon-card--yellow{background:#f2c94c}.result-timeline-icon--red .event-icon-card--red{background:#eb5757}@media(min-width:900px){.result-timeline{gap:.9rem}.result-timeline-center{width:44px;--timeline-side-offset: 10px}.result-timeline-icon{width:24px;height:24px}.result-timeline-icon svg{width:14px;height:14px}.result-timeline-icon:before{display:none}.result-timeline-icon--home{transform:none}.result-timeline-icon--home:before{right:auto}.result-timeline-icon--away{transform:none}.result-timeline-icon--away:before{left:auto}}.event-icon-card{width:14px;height:18px;border-radius:4px;background:#1b1f2a;display:block}.event-icon-card--yellow{background:#f2c94c}.event-icon-card--red{background:#eb5757}.result-timeline-meta{position:absolute;left:50%;transform:translate(-50%);top:100%;margin-top:.2rem;font-size:.75rem;color:var(--ink-muted)}.result-add-event{border-radius:999px;padding:.9rem 1rem;background:#363941;color:#fff;font-weight:600;display:grid;place-items:center;width:100%}.result-add-event-row{position:sticky;bottom:1rem;display:grid;gap:.6rem;z-index:2}.player-add-row{margin-top:1rem}.event-picker-overlay{position:fixed;inset:0;background:#0b0e1659;display:flex;justify-content:center;align-items:center;padding:1rem;z-index:9999}.event-picker{width:min(520px,100%);background:#fff;border-radius:24px;padding:1.2rem 1.2rem 1.6rem;box-shadow:0 20px 40px #0003;display:grid;gap:1rem}.event-picker-header{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:1.1rem}.event-picker-close{background:none;border:none;font-size:1.4rem;line-height:1;color:#2b2b2b}.event-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.9rem}.event-picker-item{background:#f4f4f6;border-radius:16px;padding:.9rem .8rem;display:grid;justify-items:center;gap:.5rem;font-weight:600;color:#2b2b2b}.event-picker-item:disabled{opacity:.6;cursor:not-allowed}.event-picker-icon{width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;font-weight:700;color:#141b2b}.event-picker-icon svg{width:20px;height:20px;display:block}.enter-result-dialog-actions{display:flex;gap:.75rem;justify-content:center}.event-picker-label{text-align:center;font-size:.9rem}.goal-dialog{gap:.9rem}.goal-dialog .radio-group{display:flex;flex-wrap:wrap;column-gap:2ch;row-gap:.4rem}.goal-dialog-save{width:100%}.audio-summary,.report-section,.report-controls{display:grid;gap:.6rem}.report-control{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;font-weight:600;color:#2b2b2b}.report-control select{min-width:160px;padding:.45rem .65rem;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff;font-weight:600}.report-word-slider,.report-tone-slider{display:flex;align-items:center;gap:.6rem}.report-tone-slider input[type=range],.report-word-slider input[type=range]{width:110px}.audio-summary-header,.report-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.audio-summary-header{justify-content:flex-start}.report-actions{justify-content:center}.training-panel{background:transparent;border-radius:0;box-shadow:none;padding:0 15px}.training-card{display:grid;gap:.8rem;margin-bottom:.9rem}.training-intro{margin:0}.training-grid{display:grid;gap:.6rem}.training-control input,.training-control select{min-width:170px}.training-control{flex-wrap:nowrap}.training-control input[type=number]{min-width:0;width:4.5ch;padding-left:.45rem;padding-right:.45rem}.training-card--create{font-size:.9rem}.training-card--create .training-control{font-weight:400}.training-card--create .training-control>span{font-weight:400}.training-card--create .training-control input,.training-card--create .training-control select{min-width:100px;font-size:.9rem}.training-card--create .training-control input[type=number]{width:100px;font-weight:600}.training-card--create .training-intro,.training-card--create .squad-count,.training-card--create .squad-shirt-number,.training-card--create .squad-player-name,.training-card--create .report-audio-button{font-size:.9rem}.training-check{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;color:#2b2b2b}.training-check input{width:18px;height:18px}.training-actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}.training-actions--center{justify-content:center}.training-plan-output{border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;padding:.8rem .9rem;white-space:pre-wrap;line-height:1.45;min-height:180px}.audio-actions{display:inline-flex;gap:.5rem;flex-wrap:wrap}.report-audio-actions{display:inline-flex;justify-content:center;gap:.6rem;flex-wrap:wrap}.report-audio-button{border:none;border-radius:999px;padding:.7rem 1.4rem;background:#2f323a;color:#fff;font-weight:600}.report-audio-button:disabled{opacity:.6}.result-score-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-weight:600;color:#2b2b2b;font-size:1rem}.result-team-name{flex:1}.score-select{width:70px;padding:.45rem .6rem;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#fff;font-weight:600;text-align:center}.checkbox-row{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--ink)}.match-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.match-download{margin-top:.35rem}.match-meta-row{display:flex;align-items:center;gap:.5rem}.result-outcome{font-size:.75rem;font-weight:700;letter-spacing:.02em}.result-outcome.win{color:#2d6b47}.result-outcome.loss{color:#8a3030}.result-outcome.draw{color:#2b2b2b}.result-score-lines{display:grid;gap:.15rem}.stats-list{display:grid;gap:.8rem}.stats-panel{display:grid;gap:1rem}.stats-summary{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stats-card{background:#fff;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 10px 20px #14141414;display:grid;gap:.65rem;color:#1c1c1c}.stats-card-title{color:var(--ink-muted);font-weight:600;font-size:.9rem}.stats-card-value{font-size:1.8rem;font-weight:700}.stats-legend{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-top:.6rem;font-size:.85rem;color:var(--ink-muted)}.stats-legend-item{display:inline-flex;align-items:center;gap:.4rem}.stats-legend-swatch{width:12px;height:12px;border-radius:3px;display:inline-block}.goal-breakdown-tooltip{position:absolute;top:-32px;left:50%;transform:translate(-50%);padding:.25rem .55rem;background:#1c1c1c;color:#fff;font-size:.75rem;border-radius:999px;white-space:nowrap;pointer-events:none}.stats-export-row{display:flex;justify-content:center;flex-wrap:wrap;margin-top:.5rem;padding-bottom:20px}.stats-card--results{gap:.85rem}.stats-card--form{gap:.75rem}.stats-form{display:flex;gap:.45rem;flex-wrap:wrap}.stats-form-letter{min-width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff}.stats-form-letter.win{background:#2d6b47}.stats-form-letter.draw{background:#d08100}.stats-form-letter.loss{background:#8a3030}.stats-form-empty{color:var(--ink-muted);font-weight:600}.stats-pair{display:grid;gap:1rem}.stats-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.stats-league-edit{padding:.25rem .45rem;line-height:0}.stats-league-link{color:#1f3f6d;font-weight:600;text-decoration:underline;word-break:break-word}.stats-wdl{display:grid;gap:.5rem}.stats-wdl-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;color:var(--ink-muted);font-weight:600}.stats-badge{min-width:28px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:700}.stats-badge.win{background:#2d6b47}.stats-badge.draw{background:#d08100}.stats-badge.loss{background:#8a3030}.stats-callout{background:#ffead8b3;border-radius:16px;padding:1rem 1.2rem;border:1px solid rgba(208,129,0,.25);color:#5b4635}.stats-callout p{margin:0;text-align:center;font-weight:600}@media(min-width:900px){.stats-summary{grid-template-columns:repeat(6,minmax(0,1fr))}.stats-card--results,.stats-card--form{grid-column:span 2}.stats-pair{grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr))}.stats-card--league-table{grid-column:1 / -1}.stats-card{min-height:120px}.stats-callout{grid-column:1 / -1}}@media(max-width:899px){.stats-summary{grid-template-columns:1fr}.stats-card--results,.stats-card--form{grid-column:1 / -1}.stats-pair{grid-template-columns:repeat(2,minmax(0,1fr));grid-column:1 / -1}.stats-card--league-table{grid-column:1 / -1}}.stats-header h2{margin-bottom:.2rem}.stats-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.stats-filter{border-radius:12px;padding:.45rem .8rem;border:1px solid rgba(0,0,0,.12);background:#fff;color:var(--ink);font-weight:600}.stats-filter:focus{outline:2px solid rgba(47,50,58,.25);outline-offset:2px}.stats-charts{display:grid;gap:.9rem}.stats-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#fffffff2}.stats-table{width:100%;border-collapse:collapse;min-width:640px}.stats-table th,.stats-table td{padding:.7rem .8rem;border-bottom:1px solid rgba(0,0,0,.08);text-align:left;font-size:.9rem;color:var(--ink)}.stats-table th{background:#2f323a0f;font-weight:700}.stats-table th:not(:first-child),.stats-table td:not(:first-child){text-align:center}.stats-table tbody tr:last-child td{border-bottom:none}.stats-sort{background:transparent;color:inherit;border:none;border-radius:0;padding:0;font:inherit;font-weight:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.3rem}.stats-col-icon{display:inline-flex;align-items:center;justify-content:center}.stats-sort--icon-mobile .stats-col-icon{color:#c2871e}.stats-sort--abbr-mobile .stats-sort-abbr{display:none}@media(max-width:640px){.stats-table-wrap{overflow-x:hidden}.stats-table{min-width:0;table-layout:fixed}.stats-table th,.stats-table td{padding:.45rem .28rem;font-size:.76rem}.stats-table th:first-child,.stats-table td:first-child{width:42%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-table th:not(:first-child),.stats-table td:not(:first-child){width:9.6%}.stats-sort{font-size:.72rem;line-height:1}.stats-sort--icon-mobile .stats-sort-text,.stats-sort--abbr-mobile .stats-sort-text{display:none}.stats-sort--abbr-mobile .stats-sort-abbr{display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.02em}.stats-table th .stats-icon svg{width:12px;height:14px}.stats-sort--icon-mobile .stats-col-icon svg{width:14px;height:14px}.result-timeline-name{font-size:.85rem}}.stats-chart{display:grid;gap:.5rem;padding:.75rem;border-radius:16px;background:#ffffffe6;border:1px solid rgba(0,0,0,.06)}.chart-title{font-size:.85rem;font-weight:600;color:var(--ink)}.chart-scroll{display:grid;gap:.45rem;max-height:220px;overflow:auto;padding-right:.25rem}.appearance-chart{display:grid;gap:.75rem}.appearance-row{display:grid;grid-template-columns:minmax(110px,1fr) 2fr auto;align-items:center;gap:.6rem}.appearance-name{font-size:.9rem;color:var(--ink)}.appearance-bar{position:relative;height:.5rem;border-radius:999px;background:#2f323a1f;overflow:hidden}.appearance-fill{position:absolute;inset:0;width:0%;border-radius:999px;background:#2f323a}.appearance-count{font-weight:600;color:#2f323a;font-size:.85rem;min-width:1.5rem;text-align:right}.stats-empty{display:grid;gap:.8rem}.stats-toggle{display:flex;justify-content:flex-start}.stats-row{display:grid;gap:.8rem;padding:.8rem;border-radius:16px;background:#ffffffe6;border:1px solid rgba(0,0,0,.06)}.stats-player{display:flex;align-items:center;justify-content:space-between}.stats-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.6rem;align-items:center}.stats-field{display:grid;gap:.35rem;font-size:.8rem;color:var(--ink-muted)}.stats-field input{font-size:.95rem}.stats-field.stats-checkbox{grid-template-columns:1fr auto;align-items:center}.stats-field.stats-checkbox input{width:auto}@media(max-width:899px){.player-add-row{bottom:5.8rem}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1200;background:var(--menu-bg, #ffffff);border-top:1px solid var(--menu-border, rgba(0, 0, 0, .06));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.1rem;padding:.4rem .3rem calc(.8rem + env(safe-area-inset-bottom,0px))}.bottom-nav button{border:none;background:transparent;display:grid;gap:.15rem;justify-items:center;font-size:.64rem;white-space:nowrap;color:var(--menu-fg-muted, #8a8a8a)}.bottom-nav button.active{color:var(--menu-fg, #2f323a);font-weight:600}.nav-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar{display:none}.result-timeline-name{font-size:.95rem}.result-timeline-assist{font-size:.8rem}}@media(max-width:640px){.admin-tabs{gap:.4rem}.admin-tabs button{padding:.55rem .4rem}.admin-tabs .tab-icon{display:inline}.admin-tabs .tab-label,.page-header p{display:none}.match-actions button:not(:first-child),.match-actions .badge{display:none}.match-actions button.match-enter-result{display:inline-flex}.match-download{display:none}.squad-save-row{bottom:5.8rem}.app-main--fixture .squad-save-row{bottom:1rem}}@media(min-width:900px){.app-shell{grid-template-columns:minmax(220px,260px) 1fr;grid-template-rows:auto 1fr;background:#f5f5f5}.sidebar{display:flex;grid-row:1 / -1}.app-header{display:none}.content{padding:0}.page-header--fixture{grid-column:2;align-self:start}.app-main--fixture{grid-column:2}.bottom-nav{display:none}.sidebar-submenu{display:grid}.admin-action-menu-item{background:transparent!important;color:#1c1c1c!important;border:none!important;padding:.4rem .6rem!important;border-radius:10px!important;font-size:.85rem!important;font-weight:600!important;display:block!important;width:100%!important;box-shadow:none!important}}.admin-actions{position:relative;overflow:visible}.admin-actions .admin-action-menu{position:absolute;right:0;top:calc(100% + .4rem);background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:.35rem;min-width:160px;box-shadow:0 10px 20px #1414141f;display:grid;gap:.2rem;z-index:1000}.admin-actions .admin-action-menu .admin-action-menu-item{background:transparent;color:#1c1c1c;border:none;padding:.4rem .6rem;border-radius:10px;font-size:.85rem;font-weight:600;display:block;width:100%;box-shadow:none;text-align:left;cursor:pointer}.admin-actions .admin-action-menu .admin-action-menu-item:hover{background:#2f323a14}.admin-pane--list{padding-top:20px}
