:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--app-header-h: 62px;--app-sidebar-w: 260px;--content-gutter: 16px}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0;background:#eef3fa;color:#0f172a}.layout{height:100vh;min-height:100vh;display:grid;grid-template-columns:var(--app-sidebar-w) 1fr;grid-template-rows:var(--app-header-h) 1fr;grid-template-areas:"header header" "sidebar content"}.app-header{grid-area:header;position:sticky;top:0;background:#fff;border-bottom:1px solid #dbe3ef;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:8px 14px 8px 0}.app-brand{display:inline-flex;align-items:center;justify-content:center;width:var(--app-sidebar-w);gap:8px}.app-brand-ball{width:28px;height:28px;object-fit:contain;display:block}.app-brand-logo{height:46px;width:auto;object-fit:contain;display:block}.app-header-left{display:inline-flex;align-items:center;gap:6px;min-width:0;flex:1}.header-menu-divider{width:1px;height:38px;background:#dbe4f0;flex:0 0 auto}.app-user{display:inline-flex;align-items:center;gap:12px;margin-left:auto}.season-switch{display:inline-flex;flex-direction:row;gap:10px;align-items:center;margin-left:calc(var(--content-gutter) - 7px);padding:4px 6px;border:1px solid transparent;border-radius:8px;transition:background-color .15s ease,border-color .15s ease}.season-switch.season-context-current{background:#f0fdf4;border-color:#86efac}.season-switch.season-context-past{background:#fff7ed;border-color:#fdba74}.season-switch.season-context-future{background:#eff6ff;border-color:#93c5fd}.season-switch.season-context-loading{background:#f8fafc;border-color:#cbd5e1}.season-switch label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#5b6f8b;letter-spacing:.04em;text-transform:uppercase}.season-info{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;border:1px solid #9eb0c9;color:#5b6f8b;font-size:10px;font-weight:800;line-height:1;cursor:help;text-transform:none}.season-switch-row{display:inline-flex;align-items:center;gap:8px}.season-switch select{min-width:130px;height:32px}.season-context-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}.season-context-current .season-context-badge{color:#166534;background:#dcfce7}.season-context-past .season-context-badge{color:#9a3412;background:#ffedd5}.season-context-future .season-context-badge{color:#1d4ed8;background:#dbeafe}.season-context-loading .season-context-badge{color:#475569;background:#e2e8f0}.season-context-badge-short{display:none}.app-user-menu,.app-notifications{position:relative}.notif-toggle{position:relative;padding:6px 10px;min-width:42px;justify-content:center}.notif-bell{font-size:17px;line-height:1}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.notif-dropdown{position:absolute;right:0;top:calc(100% + 6px);width:340px;max-width:min(340px,90vw);max-height:360px;overflow:auto;background:#fff;border:1px solid #dbe3ef;border-radius:10px;box-shadow:0 10px 26px #0f172a2e;padding:6px;display:none;z-index:25}.notif-dropdown.open{display:block}.notif-head{font-size:13px;font-weight:700;color:#0f172a;padding:6px 8px;border-bottom:1px solid #e2e8f0;margin-bottom:4px}.notif-tabs{display:inline-flex;gap:6px;padding:6px 4px 8px}.notif-tab{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;font-size:12px;font-weight:700;padding:4px 10px;cursor:pointer}.notif-tab.active{border-color:#0b63b6;color:#0b63b6;background:#eff6ff}.notif-tab-badge{margin-left:4px;color:#b91c1c}.notif-item{width:100%;border:0;border-radius:8px;background:transparent;text-align:left;padding:8px;cursor:pointer}.notif-item:hover{background:#eef2ff}.notif-item.unread{background:#eff6ff}.notif-title{font-size:13px;font-weight:700;color:#0f172a}.notif-msg{font-size:12px;color:#334155;margin-top:2px}.notif-date{font-size:11px;color:#64748b;margin-top:4px}.notif-empty{padding:10px 8px;color:#64748b;font-size:13px}.user-menu-toggle{display:inline-flex;align-items:center;gap:8px}.user-menu-chevron{font-size:12px;line-height:1;transition:transform .18s ease}.user-menu-toggle.open .user-menu-chevron{transform:rotate(180deg)}.user-dropdown{position:absolute;right:0;top:calc(100% + 6px);min-width:180px;background:#fff;border:1px solid #dbe3ef;border-radius:10px;box-shadow:0 10px 26px #0f172a2e;padding:6px;display:none;z-index:20}.user-dropdown.open{display:block}.user-dropdown-name{font-size:13px;font-weight:700;color:#0f172a;padding:6px 8px;border-bottom:1px solid #e2e8f0;margin-bottom:4px}.user-dropdown-item{width:100%;border:0;background:transparent;text-align:left;border-radius:8px;padding:8px;font-size:14px;color:#0f172a;cursor:pointer}.user-dropdown-item:hover{background:#eef2ff}.user-dropdown-item-logout{margin-top:2px;color:#b91c1c;font-weight:700}.user-dropdown-item-logout:hover{background:#fee2e2;color:#991b1b}.user-dropdown-divider{border-top:1px solid #e2e8f0;margin:6px 4px}.user-dropdown-build{margin-top:4px;padding:6px 8px;font-size:12px;color:#64748b;border-top:1px solid #e2e8f0}.app-team{text-align:right;font-weight:700;color:#1e293b;line-height:1.1;padding-right:18px;margin-right:18px;border-right:1px solid #dbe4f0}.app-team>small{display:block;font-size:12px;color:#64748b;font-weight:600}.app-team>.app-team-league{color:#65a30d;font-size:11px;text-transform:none}.app-team>.app-team-season{color:#0f172a;font-size:11px;font-weight:700;text-transform:none}.team-logo-preview-wrap{min-height:74px;border:1px dashed #cbd5e1;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:8px}.team-logo-preview{max-width:100%;max-height:58px;object-fit:contain;display:block}.team-logo-preview-empty{color:#94a3b8;font-size:13px}.convocati-preview{border:1px solid #dbe3ef;border-radius:16px;overflow:hidden;background:#fff}.convocati-logo-wrap{display:flex;justify-content:center;padding:18px 16px 10px}.convocati-logo{max-height:90px;max-width:180px;object-fit:contain}.convocati-title{background:#84cc16;color:#0f172a;text-align:center;font-size:24px;font-weight:800;padding:12px 16px}.convocati-meta{background:#f1f5f9;color:#0f172a;text-align:center;font-size:16px;font-weight:700;padding:10px 16px}.convocati-appointment{background:#fef08a;color:#dc2626;text-align:center;font-size:18px;font-weight:800;padding:12px 16px}.convocati-section-title{background:#dbeafe;color:#0f172a;text-align:center;font-size:20px;font-weight:800;padding:10px 16px}.convocati-table th:nth-child(1),.convocati-table td:nth-child(1){width:64px;text-align:center}.convocati-table th:nth-child(2),.convocati-table td:nth-child(2){width:160px}.sidebar{grid-area:sidebar;position:sticky;top:var(--app-header-h);height:calc(100vh - var(--app-header-h));background:linear-gradient(180deg,#07305e,#0a3d76);color:#e6f1ff;z-index:60;padding:14px 10px 12px;display:flex;flex-direction:column;justify-content:space-between}.brand{font-size:32px;font-weight:800;color:#5aa20f;margin:0 8px 16px}.nav-section-label{margin:14px 10px 6px;color:#dbeafeb8;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.nav-section-label:first-child{margin-top:4px}.nav-btn{width:100%;border:0;border-radius:12px;background:transparent;color:#fff;text-align:left;padding:11px 14px;margin-bottom:8px;font-size:15px;font-weight:500;letter-spacing:.01em;cursor:pointer;display:flex;align-items:center;gap:10px}.nav-btn:hover{background:#5aa20f33}.nav-btn.active{background:#5aa20f;color:#fff}.nav-group{margin-bottom:8px}.nav-group-btn{width:100%;border:0;border-radius:12px;background:transparent;color:#fff;text-align:left;padding:11px 14px;font-size:15px;font-weight:500;letter-spacing:.01em;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.nav-group-left{display:inline-flex;align-items:center;gap:10px}.nav-group-btn:hover,.nav-group-btn.active{background:#5aa20f33}.nav-group-btn.open{background:#5aa20f26}.nav-chevron{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:.95;transform:rotate(0);transition:transform .18s ease}.nav-chevron svg{width:16px;height:16px}.nav-chevron svg path{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nav-group-btn.open .nav-chevron{transform:rotate(180deg)}.sub-menu{display:none;margin:4px 0 0;padding-left:22px}.sub-menu.open{display:block}.sub-btn{width:100%;border:0;border-radius:10px;background:transparent;color:#fff;text-align:left;padding:9px 14px;margin-bottom:4px;font-size:14px;font-weight:500;letter-spacing:.01em;cursor:pointer;display:flex;align-items:center;gap:10px}.sub-btn:hover{background:#5aa20f2e}.sub-btn.active{background:#5aa20f;color:#fff}.nav-list{flex:1 1 auto}.sidebar-footer{border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:12px 14px;text-align:center;background:#ffffff14;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-weight:700;white-space:nowrap}.sidebar-footer span{display:inline-block;font-size:18px}.sidebar-logo{max-width:100%;height:36px;object-fit:contain;display:block;margin:0}.nav-ico{display:inline-flex;width:22px;height:22px;justify-content:center;align-items:center;color:#e2e8f0;flex:0 0 22px}.nav-ico svg{width:18px;height:18px}.nav-ico svg path,.nav-ico svg circle,.nav-ico svg rect,.nav-ico svg line,.nav-ico svg polyline{stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.nav-btn:hover .nav-ico,.nav-group-btn:hover .nav-ico,.sub-btn:hover .nav-ico,.sub-btn.active .nav-ico{color:#84cc16}.nav-btn.active .nav-ico,.nav-group-btn.open .nav-ico,.nav-group-btn.active .nav-ico{color:#fff}.content{grid-area:content;position:relative;padding:16px;min-height:0;overflow:auto}.page-context-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:10px 14px;border:1px solid #cfdff3;border-radius:10px;background:#fff;box-shadow:0 1px #0f172a05}.page-context-trail{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.page-context-crumb{display:inline-flex;align-items:center;gap:6px;color:#254469;font-size:22px;font-weight:700}.page-context-label{white-space:nowrap}.page-context-crumb .nav-ico{width:18px;height:18px;color:#1f3f66}.page-context-crumb .nav-ico svg{width:15px;height:15px}.page-context-crumb.is-current{color:#0f2f54}.page-context-sep{color:#5f7ea5;font-weight:700}.page-context-action{margin-left:auto}.page-context-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.page-context-guide-btn{width:34px;height:34px;border-radius:9px;border:1px solid #cfdff3;background:#f8fbff;color:#0f2f54;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.page-context-guide-btn:hover{background:#eef5ff;border-color:#b6ccea}.page-context-guide-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.panel{background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:16px}.title{margin:0 0 14px;padding:9px 12px;border:1px solid #cfdff3;border-radius:10px;background:linear-gradient(180deg,#fff,#f7faff);color:#0f2f54;font-size:37px;line-height:1.2}.content .title{display:none}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.card{border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc;padding:12px}.lineup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.lineup-slot-card{display:grid;gap:8px}.lineup-slot-label{font-size:13px;font-weight:700;color:#334155;letter-spacing:.04em}.lineup-board{display:grid;grid-template-columns:320px 1fr;gap:12px;margin-top:12px}.lineup-subtitle{margin:0 0 10px;font-size:16px}.lineup-filter{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px}.lineup-pool>input{margin-bottom:10px}.lineup-pool>select{margin-bottom:10px}.lineup-pool-list{display:grid;gap:8px;align-content:start;max-height:420px;overflow:auto;margin-bottom:10px}.lineup-player-chip{width:100%;border:1px solid #bfd0e7;border-radius:8px;background:#fff;color:#0f172a;text-align:left;padding:7px 9px;font-size:13px;cursor:grab}.lineup-player-chip:active{cursor:grabbing}.lineup-pitch-wrap{padding:10px}.lineup-bench{margin-top:12px}.lineup-bench-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;min-height:46px}.lineup-pitch{position:relative;min-height:520px;border-radius:12px;border:2px solid rgba(255,255,255,.7);background:linear-gradient(90deg,#ffffff29 49.5%,#ffffff29 50.5%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.22) 0 62px,transparent 63px),linear-gradient(180deg,#1e8b29,#167524)}.lineup-pitch-slot{position:absolute;transform:translate(-50%,-50%);width:150px;min-height:66px;border:1px dashed rgba(255,255,255,.7);border-radius:10px;background:#ffffff1a;padding:6px}.lineup-pitch-slot.is-over{border-color:#22c55e;background:#22c55e38}.lineup-pitch-slot-label{font-size:11px;font-weight:700;color:#f8fafc;margin-bottom:4px}.lineup-pitch-slot-body{min-height:34px}.lineup-drop-hint{display:inline-block;font-size:11px;color:#f1f5f9d9}.config-roster-board{display:grid;grid-template-columns:460px 1fr;gap:14px;margin-top:12px;align-items:start}.config-roster-sidebar,.config-roster-pitch-card{padding:14px}.config-roster-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.config-roster-table-wrap{max-height:720px;overflow:auto}.config-roster-table{width:100%;border-collapse:collapse;font-size:13px}.config-roster-table th,.config-roster-table td{border-bottom:1px solid #dbe4f0;padding:7px 8px;text-align:left}.config-roster-table thead th{position:sticky;top:0;background:#f8fbff;z-index:1}.config-roster-row{cursor:grab}.config-roster-row:active{cursor:grabbing}.config-roster-row.tone-p{background:#f6f3ff}.config-roster-row.tone-d{background:#f0fdf4}.config-roster-row.tone-c{background:#eff6ff}.config-roster-row.tone-a{background:#fff7ed}.config-roster-row.is-assigned{opacity:.52}.config-roster-row.is-assigned td{color:#64748b}.config-roster-assigned-badge{display:inline-flex;align-items:center;margin-left:8px;padding:2px 6px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:10px;font-weight:700}.config-roster-pitch-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.config-roster-pitch-toolbar label{margin:0;display:inline-flex;align-items:center;gap:10px;font-weight:700}.config-roster-pitch-toolbar select{width:150px}.config-roster-pitch{position:relative;min-height:760px;border-radius:14px;border:3px solid rgba(255,255,255,.78);background:linear-gradient(90deg,#ffffff29 49.5%,#ffffff29 50.5%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.2) 0 92px,transparent 93px),linear-gradient(180deg,#1f8f1f,#16731d);overflow:hidden}.config-roster-pitch:before,.config-roster-pitch:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:44%;border:3px solid rgba(255,255,255,.78);pointer-events:none;z-index:1}.config-roster-pitch:before{top:0;height:17%;border-top:0;border-radius:0 0 18px 18px}.config-roster-pitch:after{bottom:0;height:17%;border-bottom:0;border-radius:18px 18px 0 0}.config-roster-zone{position:absolute;transform:translate(-50%,-50%);width:150px;min-height:92px;border-radius:12px;border:1px dashed rgba(15,23,42,.22);background:#eff6ffc7;padding:8px;z-index:2}.config-roster-zone.zone-goalkeeper{background:#f6f3ffc7}.config-roster-zone.zone-defense{background:#f0fdf4c7}.config-roster-zone.zone-midfield{background:#eff6ffc7}.config-roster-zone.zone-attack{background:#fff7edc7}.config-roster-zone.is-over{border-color:#fde68a;background:#facc1557}.config-roster-zone-label{font-size:11px;font-weight:700;color:#0f172a;margin-bottom:6px;text-align:center}.config-roster-zone-body{min-height:54px;display:grid;gap:6px}.config-roster-zone-hint{font-size:11px;color:#475569;text-align:center}.config-roster-chip{width:100%;border:1px solid #bfdbfe;background:#fff;color:#0f172a;border-radius:8px;padding:5px 8px;font-size:11px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:grab}.config-roster-chip:active{cursor:grabbing}.config-roster-chip-remove{color:#ef4444;font-weight:800;cursor:pointer;line-height:1}.prepare-gara-board{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;align-items:start;height:100%}.modal.prepare-gara-modal{z-index:124;width:calc(100vw - var(--app-sidebar-w) - (var(--content-gutter) * 2));max-width:1680px;max-height:calc(100vh - var(--app-header-h) - 20px);height:calc(100vh - var(--app-header-h) - 20px);overflow:hidden;flex-direction:column}.modal.prepare-gara-modal.open{display:flex}.prepare-gara-modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.prepare-gara-tabs{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.prepare-gara-tab{border:1px solid #d3deed;background:#eef4ff;color:#16335f;font-weight:700;padding:10px 14px;border-radius:12px;cursor:pointer}.prepare-gara-tab.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.prepare-gara-modal-body{flex:1;min-height:0;overflow:hidden}.prepare-gara-sidebar{padding:12px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.prepare-gara-table td:first-child,.prepare-gara-table th:first-child{width:44px}.prepare-gara-table td:nth-child(2),.prepare-gara-table th:nth-child(2){width:76px}.prepare-gara-table td:last-child,.prepare-gara-table th:last-child{width:64px;text-align:center}.prepare-gara-row.starter-band{background:#f8fafc}.prepare-gara-row.bench-band{background:#eef2ff}.prepare-gara-table{table-layout:fixed;font-size:10px}.prepare-gara-table th,.prepare-gara-table td{padding:3px 6px;line-height:1.2}.prepare-gara-table td:nth-child(3),.prepare-gara-table th:nth-child(3){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prepare-gara-row.is-empty td{height:22px}.prepare-gara-table-wrap{flex:1;min-height:0;overflow:hidden}.prepare-gara-number-input{width:54px;min-width:54px;padding:2px 6px;text-align:center;font-size:10px}.prepare-gara-number-input.is-duplicate{border-color:#ef4444;box-shadow:0 0 0 1px #ef44442e}.prepare-gara-move-actions{display:flex;justify-content:flex-end;gap:4px}.prepare-gara-move-btn{width:22px;height:20px;border-radius:6px;border:1px solid #d3deed;background:#f8fbff;color:#16335f;font-size:10px;line-height:1;cursor:pointer}.prepare-gara-move-btn:hover{background:#e8f0ff}.prepare-gara-row-actions td{padding-top:0;padding-bottom:2px;border-top:none}.prepare-gara-pitch-card{display:flex;flex-direction:column;min-height:0;overflow:hidden}.config-roster-pitch.prepare-gara-pitch{flex:1;min-height:0;height:100%;min-height:520px}.prepare-gara-zone .config-roster-zone-body{min-height:44px}.prepare-gara-zone-number{min-height:20px;margin-bottom:6px;text-align:center;font-size:18px;font-weight:800;color:#0f172a}.prepare-gara-placeholder{height:100%;display:grid}.prepare-gara-placeholder-inner{display:grid;place-items:center;align-content:center;gap:8px;height:100%;border:1px dashed #cbd5e1;border-radius:16px;background:linear-gradient(180deg,#ffffffb8,#f1f5f9d6);color:#475569;text-align:center;padding:24px}@media (max-width: 1180px){.lineup-board{grid-template-columns:1fr}.lineup-bench-list{grid-template-columns:repeat(2,minmax(0,1fr))}.config-roster-board,.prepare-gara-board{grid-template-columns:1fr}.modal.prepare-gara-modal{width:calc(100vw - 24px);max-height:calc(100vh - 88px);height:calc(100vh - 88px)}}label{display:block;font-size:14px;margin-bottom:6px;color:#334155}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px}input[type=checkbox],input[type=radio]{width:auto;min-width:14px;height:14px;padding:0;border-radius:3px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.actions{display:flex;gap:8px;margin-top:12px}.btn{border:0;border-radius:8px;padding:9px 12px;font-weight:600;cursor:pointer}.btn-primary{background:#16a34a;color:#fff}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-info{background:#2563eb;color:#fff}.btn-warning{background:#f59e0b;color:#fff}.btn-danger{background:#dc2626;color:#fff}.btn:disabled{cursor:not-allowed;opacity:.55}table{width:100%;border-collapse:collapse;margin-top:12px;background:#fff}th,td{border:1px solid #e2e8f0;padding:8px;text-align:left;font-size:14px}th{background:#f8fafc}.game-modal-table{table-layout:fixed;width:100%}.game-modal-table th,.game-modal-table td{padding:6px;vertical-align:middle;white-space:nowrap}.game-modal-table th{overflow:visible;white-space:normal;line-height:1.15;text-align:center;padding-top:8px;padding-bottom:8px}.game-modal-table .game-player-col{width:250px;white-space:nowrap}.game-modal-table th.game-player-col{text-align:left}.game-modal-table .game-tr-col{width:64px;text-align:center}.game-modal-table .game-tr-select{width:64px;min-width:64px;padding:6px 8px;text-align:center;text-align-last:center;color:#0f172a;font-size:14px;line-height:1.2;background-color:#fff;font-weight:600}.game-modal-table .game-tr-select option{text-align:center;color:#0f172a}.game-modal-table .game-stat-input{min-width:44px;width:44px;padding:6px 4px;text-align:center;color:#0f172a}.game-check-pair{display:inline-flex;gap:6px;align-items:center}.game-check-pair label,.game-red-flag{display:inline-flex;align-items:center;gap:2px;font-size:10px;font-weight:700;color:#334155}.game-check-pair input[type=checkbox],.game-red-flag input[type=checkbox]{width:14px;height:14px;margin:0}.game-red-wrap{display:inline-flex;align-items:center;gap:4px}.game-red-games{min-width:40px;width:40px}.game-modal-table th:not(.game-player-col):not(.game-tr-col),.game-modal-table td:not(.game-player-col):not(.game-tr-col){width:54px;text-align:center}.game-modal-table th:nth-child(6),.game-modal-table td:nth-child(6){width:96px}.game-modal-table th:nth-child(7),.game-modal-table td:nth-child(7){width:110px}.game-modal-table th:nth-child(8),.game-modal-table td:nth-child(8),.game-modal-table th:nth-child(9),.game-modal-table td:nth-child(9),.game-modal-table th:nth-child(10),.game-modal-table td:nth-child(10),.game-modal-table th:nth-child(11),.game-modal-table td:nth-child(11),.game-modal-table th:nth-child(12),.game-modal-table td:nth-child(12),.game-modal-table th:nth-child(13),.game-modal-table td:nth-child(13),.game-modal-table th:nth-child(14),.game-modal-table td:nth-child(14),.game-modal-table th:last-child,.game-modal-table td:last-child{width:62px}.game-modal-table tbody tr:nth-child(odd){background:#fff}.game-modal-table tbody tr:nth-child(2n){background:#f3f6fb}.game-detail-data-modal{width:calc(100vw - var(--app-sidebar-w) - 16px);max-width:1820px;max-height:calc(100vh - var(--app-header-h) - 20px)}.game-detail-legend{display:flex;justify-content:flex-end;gap:8px;margin:-4px 0 10px}.game-detail-grid{display:grid;grid-template-columns:minmax(300px,.48fr) minmax(600px,.78fr);gap:12px}.game-detail-table{margin-top:0;table-layout:fixed}.game-detail-table th:first-child,.game-detail-table td:first-child{width:56%}.game-detail-table th:last-child,.game-detail-table td:last-child{width:44%}.game-detail-grid>article:first-child .game-detail-table th:first-child,.game-detail-grid>article:first-child .game-detail-table td:first-child{width:78%}.game-detail-grid>article:first-child .game-detail-table th:last-child,.game-detail-grid>article:first-child .game-detail-table td:last-child{width:22%}.game-detail-grid>article:last-child .game-detail-table th:last-child,.game-detail-grid>article:last-child .game-detail-table td:last-child{width:390px}.game-detail-grid>article:first-child .game-detail-table td:last-child input[type=number]{width:100%;min-width:0;max-width:78px}.game-detail-grid>article:last-child .game-detail-table th:first-child,.game-detail-grid>article:last-child .game-detail-table td:first-child{width:40%}.game-detail-table input[type=number]{min-width:70px;text-align:center}.game-detail-auto-input{background:#eef4ff;border-color:#b9ccf3;color:#1e3a8a;font-weight:700}.game-detail-tag{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:1px 8px;margin-left:6px;border-radius:999px;font-size:10px;line-height:1.4;font-weight:700;border:1px solid transparent;vertical-align:middle}.game-detail-tag.auto{background:#e8efff;border-color:#bfd0fb;color:#1d4ed8}.game-detail-tag.manual{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.game-detail-order-hint{margin-top:4px;font-size:11px;color:#64748b}.game-detail-minutes-wrap{display:flex;flex-direction:column;gap:6px;width:100%;min-width:0}.game-detail-minute-row{display:grid;grid-template-columns:20px 54px 46px;grid-template-areas:"order period minute";align-items:center;gap:4px;width:100%;min-width:0;justify-content:start}.game-detail-minute-order{grid-area:order;display:inline-flex;align-items:center;justify-content:center;width:20px;min-width:20px;height:20px;border-radius:6px;background:#f1f5f9;color:#334155;font-size:9px;font-weight:700}.game-detail-minute-input{grid-area:minute;width:46px;min-width:46px;max-width:46px;text-align:center;padding:3px 2px;font-size:11px}.game-detail-minute-period{grid-area:period;width:54px;min-width:54px;max-width:54px;padding:3px 2px;font-size:11px}.game-detail-minute-player{grid-area:minute;width:100%;min-width:220px;max-width:360px;padding:3px 4px;font-size:11px}.game-detail-pole-row{grid-template-columns:20px 54px minmax(220px,1fr) 24px}.game-detail-pole-remove{width:22px;height:22px;border:0;background:transparent;color:#dc2626;font-size:22px;line-height:1;cursor:pointer;padding:0}.game-detail-pole-actions{margin-top:8px;display:flex;justify-content:flex-start}.game-detail-table td:last-child{overflow:hidden}.game-detail-table td:last-child input,.game-detail-table td:last-child select{max-width:100%}@media (max-width: 1180px){.game-detail-grid{grid-template-columns:1fr}}.table-wrap{max-width:100%;overflow:auto}.competitions-table{width:100%;border-collapse:collapse}.competitions-table th,.competitions-table td{padding:8px 10px;border-bottom:1px solid #e2e8f0;text-align:left;white-space:nowrap}.competitions-table th{color:#334155;font-size:12px}.competition-list-header,.competition-detail-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.competition-list-header{justify-content:space-between;margin-bottom:12px}.competition-form-modal{width:min(460px,calc(100vw - 32px))}.competition-form-modal form{display:grid;gap:12px}.competition-form-readonly{display:flex;justify-content:space-between;gap:16px;padding:8px 0;color:#475569}.competition-form-readonly strong{color:#0f172a}.competition-detail-header,.competition-detail-summary{display:flex;align-items:center;justify-content:space-between;gap:16px}.competition-detail-summary{justify-content:flex-start;margin:16px 0}.competition-detail-summary strong{margin-right:18px}.competition-membership-status{font-weight:600}.competition-membership-status-active{color:#166534}.competition-membership-status-inactive{color:#92400e}.competition-membership-status-available{color:#475569}.actions-cell{white-space:nowrap}.players-compact-table th,.players-compact-table td{white-space:nowrap;padding:4px 6px;font-size:12px;line-height:1.1}.players-compact-table th{overflow:visible;text-overflow:clip;font-size:12px}.players-compact-table td{overflow:hidden;text-overflow:ellipsis}.players-compact-table{table-layout:fixed;width:100%}.players-table-wrap{overflow-x:hidden}.players-compact-table td.actions-cell{overflow:visible;text-overflow:clip;white-space:nowrap}.players-compact-table tbody tr:nth-child(odd){background:#fff}.players-compact-table tbody tr:nth-child(2n){background:#f3f6fb}.staff-compact-table th,.staff-compact-table td,.opp-compact-table th,.opp-compact-table td{padding:4px 6px;font-size:12px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-compact-table tbody tr:nth-child(odd),.opp-compact-table tbody tr:nth-child(odd){background:#fff}.staff-compact-table tbody tr:nth-child(2n),.opp-compact-table tbody tr:nth-child(2n){background:#f3f6fb}.players-compact-table tbody tr.row-inactive,.staff-compact-table tbody tr.row-inactive,.event-player-marks-table tbody tr.row-inactive{background:#fff2f2;color:#6b7280}.players-compact-table tbody tr.row-inactive .actions-cell,.staff-compact-table tbody tr.row-inactive .actions-cell{color:inherit}.event-staff-picker-card .picker-list label.row-inactive{background:#fff2f2;color:#6b7280;border-radius:6px;padding:4px 6px}.teams-table tbody tr.team-row-active{background:#effaf2;box-shadow:inset 4px 0 #16a34a}.teams-table tbody tr.team-row-active .team-name-cell{font-weight:600}.staff-history-status-badge{display:inline-flex;align-items:center;margin-left:8px;padding:1px 6px;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:11px;font-weight:700}.staff-compact-table td.actions-cell,.opp-compact-table td.actions-cell{overflow:visible;text-overflow:clip}.players-compact-table td.actions-cell,.staff-compact-table td.actions-cell,.opp-compact-table td.actions-cell{white-space:nowrap}.players-compact-table td.actions-cell .btn{padding:4px 6px;font-size:12px}.players-compact-table th:nth-child(8),.players-compact-table td:nth-child(8){overflow:visible;text-overflow:clip}.players-compact-table th:nth-child(2),.players-compact-table td:nth-child(2),.players-compact-table th:nth-child(3),.players-compact-table td:nth-child(3),.players-compact-table th:nth-child(6),.players-compact-table td:nth-child(6){overflow:visible;text-overflow:clip}.btn-icon{width:34px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0}.btn-icon svg{width:16px;height:16px}.btn-icon svg path{stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.gu-actions-cell{white-space:nowrap;vertical-align:middle}.gu-actions-inner{display:inline-flex;gap:6px;align-items:center}.gu-actions-cell .btn-icon{width:30px;height:28px}.gu-actions-cell .btn-icon svg{width:15px;height:15px}.gu-planner-modal{width:calc(100vw - var(--app-sidebar-w) - (var(--content-gutter) * 2));max-width:none}.gu-planner-wrap{flex:1 1 auto;min-height:0;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;scrollbar-gutter:stable}.gu-planner-table{width:100%;table-layout:fixed;margin-top:0;border-collapse:separate;border-spacing:0}.gu-planner-table thead th{position:sticky;top:0;z-index:6;background:#eef2f7;white-space:nowrap;box-shadow:inset 0 -1px #cbd5e1}.gu-planner-table tbody tr:nth-child(odd){background:#fff}.gu-planner-table tbody tr:nth-child(2n){background:#f3f6fb}.gu-planner-table th:nth-child(1){min-width:58px;width:58px}.gu-planner-table th:nth-child(2){min-width:62px;width:62px}.gu-planner-table th:nth-child(3){min-width:48px;width:48px}.gu-planner-table th:nth-child(4){min-width:318px;width:318px}.gu-planner-table th:nth-child(5){min-width:318px;width:318px}.gu-planner-table th:nth-child(6){min-width:146px;width:146px}.gu-planner-table th:nth-child(7){min-width:92px;width:92px}.gu-planner-table th:nth-child(8){min-width:78px;width:78px}.gu-planner-table td input[type=date]{min-width:136px}.table.table-compact th,.table.table-compact td{padding-top:6px;padding-bottom:6px}.players-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.players-toolbar input{width:46%;min-width:260px;max-width:560px;flex:0 1 46%}.players-toolbar-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto;flex:0 0 auto}.th-sort{border:0;background:transparent;font:inherit;font-weight:700;color:#0f172a;padding:0;cursor:pointer}.th-sort.active{color:#0b7a2b}.print-settings-wrap{position:relative}.players-toolbar-actions .print-settings{left:auto;right:0}.print-settings{position:absolute;top:calc(100% + 6px);left:0;right:auto;width:300px;background:#fff;border:1px solid #dbe3ef;border-radius:10px;box-shadow:0 10px 24px #0f172a29;padding:10px;display:none;z-index:30}.print-settings.open{display:grid;gap:6px}.print-settings label{margin:0;font-size:14px;display:grid;grid-template-columns:16px 1fr;align-items:center;column-gap:8px;line-height:1.2}.print-settings input[type=checkbox]{width:16px!important;min-width:16px;max-width:16px;height:16px;margin:0;padding:0;flex:0 0 16px}.print-settings small{color:#64748b;font-size:12px}.print-check-all{padding-bottom:6px;border-bottom:1px solid #e2e8f0;margin-bottom:4px!important;font-weight:600}.modal-backdrop{position:fixed;top:var(--app-header-h);left:var(--app-sidebar-w);width:calc(100vw - var(--app-sidebar-w));height:calc(100vh - var(--app-header-h));background:#0f172a73;z-index:120;display:none}.modal-backdrop.open{display:block}.modal{position:fixed;top:calc(var(--app-header-h) + 10px);left:calc(50% + (var(--app-sidebar-w) / 2));transform:translate(-50%);width:min(860px,calc(100vw - var(--app-sidebar-w) - (var(--content-gutter) * 2)));max-height:calc(100vh - var(--app-header-h) - 20px);overflow:auto;background:#fff;border-radius:12px;border:1px solid #dbe3ef;padding:16px;z-index:121;display:none}.convocati-modal{max-width:900px}.game-tabellino-modal{width:calc(100vw - var(--app-sidebar-w) - (var(--content-gutter) * 2));max-width:1680px;max-height:calc(100vh - var(--app-header-h) - 20px);overflow:hidden}.modal.game-tabellino-modal.open{display:flex;flex-direction:column}.game-tabellino-modal>.table-wrap{flex:1 1 auto;min-height:0;overflow:auto;margin-top:10px}.game-tabellino-modal .game-modal-table{margin-top:0}.game-tabellino-modal .game-modal-table thead th{position:sticky;top:0;z-index:6;background:#f8fafc}.game-starter-counter{display:block;margin-top:2px;font-size:10px;line-height:1.1;color:#64748b;font-weight:500}.game-starter-warning{border:1px solid #f59e0b;background:#fffbeb;color:#7c2d12;border-radius:8px;padding:8px 10px;margin-top:8px;font-size:13px}.game-report-warning-row{background:#fffbeb}.game-report-warning-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:6px;border-radius:999px;background:#f59e0b;color:#fff;font-size:11px;font-weight:800;line-height:1;vertical-align:middle}.game-report-quality-confirm{border:1px solid #f59e0b;background:#fffbeb;color:#7c2d12;border-radius:8px;padding:10px 12px;margin-top:8px;font-size:13px}.game-report-quality-confirm h4,.game-report-quality-confirm p,.game-report-quality-group{margin:0 0 8px}.game-report-quality-group h5{margin:0 0 4px;font-size:13px}.game-report-quality-group ul{margin:0 0 0 18px;padding:0}.game-report-quality-confirm li{margin-bottom:4px}.game-report-quality-confirm>div{display:flex;justify-content:flex-end;gap:8px}.modal.game-detail-data-modal.open{width:min(calc(100vw - var(--app-sidebar-w) - 14px),1460px);max-width:min(calc(100vw - var(--app-sidebar-w) - 14px),1460px)}.modal.open{display:block}.team-edit-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.team-edit-modal-header h3{margin:0}.modal-close-icon{width:32px;height:32px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.modal-close-icon:hover,.modal-close-icon:focus-visible{border-color:#94a3b8;background:#f8fafc;outline:2px solid rgba(37,99,235,.22);outline-offset:2px}.modal-close-icon:disabled{opacity:.55;cursor:not-allowed}.modal.gu-planner-modal{width:min(calc(100vw - var(--app-sidebar-w) - 20px),1380px);max-width:min(calc(100vw - var(--app-sidebar-w) - 20px),1380px);max-height:calc(100vh - var(--app-header-h) - 12px);overflow:hidden;display:none;flex-direction:column}.modal.gu-planner-modal.open{display:flex}.modal-backdrop-stacked{z-index:122}.modal-stacked{z-index:123}.inline-two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sort-arrow{display:inline-flex;align-items:center;justify-content:center;min-width:12px;margin-left:4px;font-size:12px;line-height:1}.players-subrow{margin-top:8px;display:flex;justify-content:flex-start}.staff-subrow{margin:10px 0;display:flex;justify-content:flex-start}.btn-small{padding:6px 10px;font-size:13px;border-radius:8px}.players-superati-filter{margin:0;display:inline-flex!important;align-items:center;gap:8px;white-space:nowrap;width:auto;font-size:14px;line-height:1}.players-superati-filter input{margin:0}.jersey-picker-wrap{position:relative}.jersey-open-btn{width:100%;text-align:left}.jersey-picker{display:none;position:absolute;top:calc(100% + 6px);left:0;width:320px;max-height:260px;overflow:auto;border:1px solid #dbe3ef;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a29;padding:8px;z-index:60;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.jersey-picker.open{display:grid}.jersey-item{border:1px solid #cbd5e1;border-radius:8px;background:#fff;height:34px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.jersey-item.free:hover{border-color:#16a34a;background:#f0fdf4}.jersey-item.occupied{color:#94a3b8;cursor:not-allowed}.jersey-item.selected{border-color:#16a34a;background:#dcfce7}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.green{background:#16a34a}.dot.red{background:#dc2626}.timeline-table{border-collapse:collapse;width:max-content;min-width:100%;table-layout:fixed}.timeline-table th,.timeline-table td{border:1px solid #cbd5e1;width:34px;min-width:34px;max-width:34px;height:28px;text-align:center;font-size:12px;padding:2px 4px}.timeline-player-head,.timeline-player-cell,.timeline-player-foot{position:sticky;left:0;z-index:2;width:260px!important;min-width:260px!important;max-width:260px!important;text-align:left!important;background:#fff;padding:4px 8px!important}.timeline-player-head{z-index:3;font-weight:700}.timeline-player-foot{background:#e5e7eb;font-weight:700}.timeline-week-head{font-weight:700;text-align:left!important;padding-left:8px!important;white-space:nowrap}.timeline-week-head.timeline-week-win{background:#bbf7d0!important}.timeline-week-head.timeline-week-draw{background:#fef08a!important}.timeline-week-head.timeline-week-loss{background:#fecaca!important}.timeline-col-head{font-weight:600;font-size:11px!important}.timeline-week-even{background:#f8fafc}.timeline-week-odd{background:#fff}.timeline-presence{background:#86efac;color:#0f172a;font-weight:700}.timeline-superato-tag{color:#b91c1c;font-weight:700}.timeline-player-superato .timeline-player-cell{background:#fff7ed}.timeline-month-nav{display:inline-flex;align-items:center;gap:8px;position:relative}.timeline-month-title{font-weight:700;text-transform:capitalize}.timeline-month-trigger{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;cursor:pointer;font:inherit;color:#0f172a;padding:0}.timeline-month-trigger-caret{font-size:11px;color:#64748b}.timeline-arrow{width:30px;height:30px;font-size:13px}.timeline-picker-panel{position:absolute;left:38px;top:calc(100% + 8px);width:286px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a29;padding:10px;z-index:22}.timeline-picker-header{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:8px;margin-bottom:8px}.timeline-picker-label{border:0;background:transparent;font:inherit;color:#0f172a;font-weight:700;text-align:center;cursor:pointer}.timeline-picker-grid{display:grid;gap:6px}.timeline-picker-grid.months,.timeline-picker-grid.years{grid-template-columns:repeat(4,minmax(0,1fr))}.timeline-picker-item{border:1px solid transparent;border-radius:8px;background:#f8fafc;color:#0f172a;padding:8px 6px;text-transform:lowercase;cursor:pointer}.timeline-picker-item.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.timeline-picker-item.is-out{color:#64748b}.timeline-toolbar{margin-top:8px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.timeline-toolbar .checkbox-line:last-child{margin-left:auto}.timeline-legend{margin-top:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.timeline-legend-item{border:1px solid #cbd5e1;border-radius:8px;padding:4px 10px;font-size:12px}.timeline-legend-item.timeline-event-a{background:#bfdbfe!important}.timeline-legend-item.timeline-event-ga{background:#ddd6fe!important}.timeline-legend-item.timeline-event-gu{background:#bbf7d0!important}.timeline-legend-item.timeline-event-m{background:#fef08a!important}.timeline-table th.timeline-event-a{background:#bfdbfe!important}.timeline-table th.timeline-event-ga{background:#ddd6fe!important}.timeline-table th.timeline-event-gu{background:#bbf7d0!important}.timeline-table th.timeline-event-m{background:#fef08a!important}.timeline-table td.timeline-presence{background:#86efac!important;color:#0f172a!important}.timeline-out{background:#eef2f7;color:#64748b}.timeline-event-cell{cursor:pointer}.timeline-event-cell:hover{background:#dbeafe}.timeline-event-link{display:inline-flex;align-items:center;gap:4px;text-decoration:underline;text-underline-offset:2px}.timeline-open-icon{font-size:10px;opacity:.8}.picker-list{margin-top:8px;max-height:220px;overflow:auto;display:grid;gap:6px}.picker-list label{margin:0;font-size:13px}.event-player-marks-table th,.event-player-marks-table td{padding:6px 8px;font-size:13px}.event-player-marks-table th:nth-child(n+2),.event-player-marks-table td:nth-child(n+2){text-align:center;width:56px}.games-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.games-columns-3,.games-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}.games-col-title{margin:0 0 8px;font-size:14px;color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:8px}.games-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#dbeafe;color:#2563eb;font-size:11px;font-weight:700}.game-item{border:1px solid #dbe3ef;border-radius:10px;padding:8px 10px;margin-bottom:8px;display:grid;grid-template-columns:1fr auto;gap:10px;cursor:pointer;min-height:88px;align-items:center}.game-item.active{box-shadow:inset 0 0 0 2px #84cc16}.game-item-main{min-width:0}.game-item-title{font-weight:600;font-size:13px;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25}.game-item-score{font-weight:700;font-size:17px;white-space:nowrap;text-align:right}.game-item-scorers{margin-top:2px;font-size:12px;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25}.game-win{background:#eefdf5;border-color:#b8efd2}.game-draw{background:#fffaeb;border-color:#f7e1a5}.game-loss{background:#fff1f2;border-color:#fecdd3}.game-pending{background:#f8fafc;border-color:#dbe3ef}.muted{color:#64748b;font-size:14px}.mb-16{margin-bottom:16px}.home-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr);gap:12px;align-items:start}.onboarding-card{margin-bottom:12px;border:1px solid #bfd4ef;background:linear-gradient(135deg,#f7fbff,#eef6ff)}.onboarding-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.onboarding-body h3{margin:0 0 6px;color:#0f2f54;font-size:20px}.onboarding-body p{margin:0;color:#334155}.onboarding-dots{display:flex;gap:8px;margin-top:14px}.onboarding-dot{width:10px;height:10px;border-radius:999px;border:0;background:#bfd4ef;cursor:pointer;padding:0}.onboarding-dot.active{background:#0d6efd}.onboarding-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.home-main-col,.home-side-col{display:grid;gap:12px}.home-top-cards{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr);align-items:start;gap:10px}.home-top-left{display:grid;gap:10px;min-width:0}.home-top-kpis{display:grid;grid-template-columns:.52fr 1.08fr .62fr;gap:10px;align-items:stretch}.home-card-tight{min-height:82px;padding:14px 16px}.home-next-game-card{min-height:82px}.home-criticality-card{min-height:100%}.home-criticality-title{font-size:14px;font-weight:800;color:#7f1d1d;margin-bottom:6px}.home-criticality-list{display:grid;gap:6px;max-height:300px;overflow:auto;padding-right:2px}.home-criticality-row{font-size:13px;border-radius:8px;padding:6px 8px;line-height:1.25}.home-criticality-row.high{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;font-weight:700}.home-criticality-row.medium{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-weight:700}.home-criticality-row.ok{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;font-weight:700}.home-kpi{font-size:34px;line-height:1;font-weight:800;margin-top:4px}.home-attendance-card{text-align:center}.home-attendance-card .home-kpi{margin-top:8px}.home-results-card{padding-top:12px;padding-bottom:12px;min-height:210px}.home-result-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:8px;line-height:1.35}.home-result-row+.home-result-row{margin-top:4px}.home-result-main{min-width:0}.home-result-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-result-score{min-width:42px;text-align:right;font-size:28px;line-height:1}.home-dot{width:10px;height:10px;border-radius:3px;display:inline-block}.dot-win{background:#22c55e}.dot-draw{background:#eab308}.dot-loss{background:#ef4444}.home-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.home-chart-card,.home-chart-wrap{position:relative}.home-chart{width:100%;height:210px}.home-chart-guide{stroke:#94a3b8;stroke-width:1;stroke-dasharray:3 3;pointer-events:none}.home-chart-gridline{stroke:#dbe3ef;stroke-width:1}.home-chart-axis{stroke:#cbd5e1;stroke-width:1}.home-chart-axis-label{fill:#64748b;font-size:11px;font-family:inherit}.home-chart-dot,.home-chart-dot-a,.home-chart-dot-b{stroke:#fff;stroke-width:2;pointer-events:none}.home-chart-dot,.home-chart-dot-a{fill:#16a34a}.home-chart-dot-b{fill:#dc2626}.home-chart-tooltip{position:absolute;min-width:158px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 8px 22px #0f172a24;padding:8px 10px;font-size:13px;color:#0f172a;z-index:2;pointer-events:none}.chart-key{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:6px}.chart-key.a{background:#22c55e}.chart-key.b{background:#ef4444}.home-summary-grid{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.home-summary-grid>div{border:1px solid #dbe3ef;border-radius:8px;background:#fff;padding:6px;text-align:center}.home-summary-grid b{display:block;font-size:28px;line-height:1}.home-summary-grid span{display:block;color:#64748b;font-size:12px;margin-top:2px}.home-summary-grid>div.home-res-box{border-width:2px}.home-summary-grid>div.home-res-win{background:#dcfce7;border-color:#86efac}.home-summary-grid>div.home-res-draw{background:#fef9c3;border-color:#fde047}.home-summary-grid>div.home-res-loss{background:#fee2e2;border-color:#fca5a5}.home-quick-grid{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.home-quick-grid>div{border:1px solid #dbe3ef;border-radius:8px;background:#fff;padding:6px;text-align:center}.home-quick-grid b{display:block;font-size:22px;line-height:1}.home-quick-grid span{display:block;color:#64748b;font-size:12px;margin-top:2px}.home-quick-top{display:grid;gap:2px}.home-summary-topscorer{margin-top:10px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;padding:10px 12px;display:grid;gap:6px}.home-scorer-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:14px}.home-scorer-row b{font-size:14px;line-height:1.2;white-space:nowrap}.stats-head-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.stats-inline-filter{margin:8px 0 10px}.stats-download-btn{width:38px;height:38px}.stats-download-btn svg{width:18px;height:18px}.table-sort-btn{border:0;background:transparent;padding:0;font:inherit;font-weight:700;color:inherit;cursor:pointer;white-space:nowrap}.stats-presence-table .table-sort-btn.active,.stats-official-table .table-sort-btn.active{color:#0b7a2b}.stats-presence-table th,.stats-presence-table td{white-space:nowrap;vertical-align:middle}.stats-official-wrap{margin-top:6px;height:calc(100vh - 185px);max-height:calc(100vh - 185px);min-height:520px;overflow:auto;border:1px solid #dbe3ef;border-radius:10px}.stats-official-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0}.stats-official-table thead th{position:sticky;top:0;z-index:5;background:#f8fafc;white-space:normal;line-height:1.15;font-size:12px}.stats-official-table th,.stats-official-table td{padding:4px 6px;font-size:13px}.stats-official-table th:first-child,.stats-official-table td:first-child{position:sticky;left:0;z-index:4;background:#fff;min-width:230px;max-width:230px;overflow:hidden;text-overflow:ellipsis}.stats-official-table th:not(:first-child),.stats-official-table td:not(:first-child){min-width:58px}.stats-official-table thead th:first-child{z-index:7;background:#f1f5f9}.stats-official-table tbody tr:nth-child(odd) td{background:#fff}.stats-official-table tbody tr:nth-child(2n) td{background:#f8fbff}.stats-official-table tbody tr:nth-child(odd) td:first-child{background:#fff}.stats-official-table tbody tr:nth-child(2n) td:first-child{background:#f8fbff}.stats-official-table tbody tr.stats-row-superato td:first-child,.stats-row-superato td{background:#fff7ed}.stats-row-superato td:first-child{color:#b91c1c;font-weight:700}.stats-row-inattivo td{background:#eef2f7}.stats-row-inattivo td:first-child{color:#64748b;font-weight:700}.stats-pct-cell{min-width:100px}.stats-pct-bar{width:100%;height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-bottom:4px}.stats-pct-bar span{display:block;height:100%;border-radius:999px;background:#16a34a}.stats-pct-value{font-size:13px;line-height:1}.stats-vpp-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.stats-vpp-points{font-size:34px;font-weight:800;line-height:1.1;margin-top:8px}.stats-vpp-kpi-row{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 10px}.stats-vpp-kpi-box{min-width:84px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;padding:6px 8px;display:grid;gap:2px;text-align:center;font-weight:700}.stats-vpp-kpi-box b{font-size:20px;line-height:1}.stats-vpp-kpi-box small{font-size:12px;color:#0f172a;font-weight:600}.stats-vpp-split{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.stats-vpp-split>div{display:grid;gap:4px}.stats-vpp-split>div>b{display:inline-flex;align-items:center;gap:6px}.stats-vpp-chip-row{display:flex;flex-wrap:wrap;gap:6px}.stats-vpp-chip{border:1px solid #dbe3ef;border-radius:999px;padding:2px 8px;font-weight:700;font-size:12px;background:#fff}.stats-vpp-icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center}.stats-vpp-icon img{width:16px;height:16px;object-fit:contain}.stats-vpp-goals{gap:10px}.stats-vpp-rounds{margin-top:8px;display:grid;gap:4px;font-size:13px}.stats-vpp-rounds span{color:#64748b;font-weight:600}.stats-vpp-table tbody tr:nth-child(odd){background:#fff}.stats-vpp-table tbody tr:nth-child(2n){background:#f8fbff}.stats-vpp-bottom-row{margin-top:12px;display:flex;align-items:center;justify-content:flex-end}.stats-vpp-esito-win{background:#bbf7d0;font-weight:700}.stats-vpp-esito-draw{background:#fef08a;font-weight:700}.stats-vpp-esito-loss{background:#fecaca;font-weight:700}.stats-field-grid{margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.stats-field-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.stats-field-toolbar{margin-top:-2px;display:flex;align-items:center;justify-content:space-between;gap:10px}.stats-field-toolbar .muted{margin:0}.stats-field-filters label{display:grid;gap:4px}.stats-field-filters label>span{font-size:12px;color:#64748b;font-weight:700}.stats-field-filters select{width:100%;border:1px solid #bcd0ea;border-radius:10px;padding:8px 10px;background:#fff}.stats-field-card{display:grid;gap:5px}.stats-field-card span{color:#64748b;font-size:13px}.stats-field-card b{font-size:24px;line-height:1.1}.stats-field-bottom{margin-top:12px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:12px}.stats-field-insights{display:grid;gap:8px}.stats-field-insight{border-radius:10px;padding:10px 12px;border:1px solid #dbe3ef;background:#f8fafc}.stats-field-insight.warning{border-color:#fdba74;background:#fff7ed;color:#9a3412}.stats-field-insight.info{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.stats-field-insight.ok{border-color:#86efac;background:#f0fdf4;color:#166534}.stats-field-table td:first-child{color:#475569;width:58%}.stats-field-table td:last-child{width:42%}.stats-field-compare-table th,.stats-field-compare-table td{white-space:nowrap}.stats-field-compare-table td:first-child{white-space:normal}.stats-field-delta{display:inline-block;min-width:70px;text-align:right;font-weight:700}.stats-field-delta.positive{color:#166534}.stats-field-delta.negative{color:#b91c1c}.stats-field-delta.neutral{color:#475569}.win{color:#16a34a}.draw{color:#d4a106}.loss{color:#dc2626}.calendar-panel{padding:10px;font-family:inherit}.calendar-toolbar{display:grid;grid-template-columns:auto auto auto 1fr auto auto;gap:10px;align-items:center;border:1px solid #dbe3ef;border-radius:14px;padding:10px;margin-bottom:12px}.calendar-nav{display:inline-flex;gap:6px}.calendar-month-pill{min-width:210px;border:1px solid #dbe3ef;border-radius:999px;padding:9px 14px;font-weight:700;position:relative}.calendar-month-pill-btn{width:100%;border:0;background:transparent;color:#0f172a;font:inherit;font-weight:700;text-align:left;display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer;padding:0}.calendar-month-pill-caret{font-size:11px;color:#64748b}.calendar-picker-wrap{overflow:visible}.calendar-picker-panel{position:absolute;left:0;top:calc(100% + 8px);width:286px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a29;padding:10px;z-index:48}.calendar-picker-header{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:8px;margin-bottom:8px}.calendar-picker-label{border:0;background:transparent;font:inherit;color:#0f172a;font-weight:700;text-align:center;cursor:pointer}.calendar-picker-grid{display:grid;gap:6px}.calendar-picker-grid.months,.calendar-picker-grid.years{grid-template-columns:repeat(4,minmax(0,1fr))}.calendar-picker-item{border:1px solid transparent;border-radius:8px;background:#f8fafc;color:#0f172a;padding:8px 6px;text-transform:lowercase;cursor:pointer}.calendar-picker-item.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.calendar-picker-item.is-out{color:#64748b}.calendar-search{width:100%}.calendar-search-wrap{position:relative}.calendar-search-wrap .calendar-search{padding-right:30px}.calendar-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:0;border-radius:50%;background:#e2e8f0;color:#334155;font-size:14px;cursor:pointer;display:none}.calendar-search-clear.show{display:inline-flex;align-items:center;justify-content:center}.calendar-suggest{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #dbe3ef;border-radius:10px;box-shadow:0 10px 24px #0f172a29;z-index:45;display:none;max-height:260px;overflow:auto}.calendar-suggest.open{display:block}.calendar-suggest button{border:0;width:100%;text-align:left;padding:8px 10px;background:#fff;cursor:pointer;display:grid;gap:2px}.calendar-suggest button:hover{background:#f1f5f9}.calendar-suggest small{color:#64748b}.calendar-view-select{min-width:100px}.calendar-add-btn{border-radius:999px;border:1px solid #f59e0b;color:#92400e;background:#fff7ed}.calendar-subbar{display:flex;align-items:center;justify-content:space-between;border:1px solid #dbe3ef;border-radius:14px 14px 0 0;border-bottom:0;padding:10px 12px}.calendar-subtitle{color:#0f172a;letter-spacing:2px;text-transform:uppercase;font-size:14px}.calendar-subtitle-block{display:flex;flex-direction:column;gap:2px}.calendar-results-count{color:#64748b;font-size:12px;letter-spacing:0;text-transform:none}.calendar-filters-wrap{position:relative}.calendar-filter-panel{position:absolute;right:0;top:calc(100% + 6px);min-width:290px;background:#fff;border:1px solid #dbe3ef;border-radius:10px;box-shadow:0 10px 24px #0f172a29;padding:10px;display:none;z-index:40}.calendar-filter-panel.open{display:grid;gap:6px}.calendar-filter-panel label{display:inline-flex;align-items:center;gap:8px;margin:0}.calendar-grid-head{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #dbe3ef;border-bottom:0}.calendar-grid-head>div{padding:8px;text-align:center;border-right:1px solid #e2e8f0;font-size:13px;font-weight:600}.calendar-grid-head>div:last-child{border-right:0}.calendar-grid-body{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #dbe3ef;border-top:0;border-radius:0 0 14px 14px;overflow:hidden}.calendar-time-grid{display:grid;border:1px solid #dbe3ef;border-radius:0 0 14px 14px;overflow:hidden}.calendar-time-grid.one-col{grid-template-columns:70px 1fr}.calendar-time-grid.week-col{grid-template-columns:70px repeat(7,minmax(0,1fr))}.time-head{background:#f8fafc;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:8px 6px;text-align:center;font-size:13px;font-weight:600}.time-head.day b{font-size:28px;color:#2563eb;line-height:1}.time-head.day.today,.time-head.day.selected{background:#dfe7f6}.time-head.day .day-pill{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:999px;margin-top:4px;font-size:34px;line-height:1;color:#2563eb}.time-head.day.today .day-pill{background:#2563eb;color:#fff;font-size:36px}.time-head.tz{font-size:12px;color:#64748b;text-align:left}.time-hour{border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:10px 6px;font-size:12px;color:#334155;background:#fff}.time-slot{border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;min-height:42px;padding:4px;display:grid;gap:4px;align-content:start;background:#fff}.calendar-time-grid.week-col .time-slot:nth-child(8n){border-right:0}.calendar-time-grid.one-col .time-slot:nth-child(2n){border-right:0}.year-grid-wrap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.year-month-card{border:1px solid #dbe3ef;border-radius:12px;padding:10px;background:#fff}.year-month-card h4{margin:0 0 8px;display:flex;justify-content:space-between}.year-week-head,.year-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;font-size:12px;font-weight:600}.year-grid span{min-height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#0f172a}.year-grid button{min-height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:0;background:transparent;color:#0f172a;cursor:pointer}.year-grid span.outside,.year-grid button.outside{color:#94a3b8}.year-grid span.has-events,.year-grid button.has-events{background:#dbeafe;color:#1d4ed8}.calendar-list-wrap{display:grid;gap:8px}.calendar-list-item{border:1px solid #dbe3ef;border-radius:10px;padding:10px 12px;text-align:left;cursor:pointer;background:#fff;display:grid;gap:2px}.calendar-list-item b{font-size:22px;line-height:1.1}.calendar-list-item small{color:#ffffffe6}.calendar-list-item.allenamento{background:#60a5fa;color:#fff}.calendar-list-item.gara_ufficiale{background:#34d399;color:#fff}.calendar-list-item.gara_amichevole{background:#a78bfa;color:#fff}.calendar-list-item.mangiate{background:#fbbf24;color:#fff}.cal-cell{min-height:128px;border-right:1px solid #e2e8f0;border-top:1px solid #e2e8f0;padding:8px;background:#fff}.cal-cell:nth-child(7n){border-right:0}.cal-cell.outside{background:#f8fafc}.cal-cell.today{background:#eef2ff}.cal-cell.selected{background:#dfe7f6}.cal-day{font-size:14px;font-weight:700;margin-bottom:6px;display:flex;align-items:center;justify-content:center;text-align:center;width:30px;height:30px;margin-left:auto;margin-right:auto;border-radius:50%;background:transparent;color:#0f172a;line-height:1}.cal-cell.today .cal-day{background:#2563eb;color:#fff}.cal-events{display:grid;gap:4px}.event-chip{border:0;border-radius:8px;text-align:left;padding:4px 6px;font-size:11px;color:#0f172a;cursor:pointer;background:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-chip.allenamento{background:#dbeafe;color:#1e3a8a}.event-chip.gara_ufficiale{background:#dcfce7;color:#166534}.event-chip.gara_amichevole{background:#fef3c7;color:#92400e}.event-chip.mangiate{background:#fee2e2;color:#991b1b}.event-more{font-size:11px;color:#64748b}.lists-layout{display:grid;grid-template-columns:.34fr .66fr;gap:12px}.lists-left-panel,.lists-right-panel{padding:8px}.lists-panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.lists-add-category-row{display:flex;gap:8px;margin-bottom:8px}.lists-add-category-row input{flex:1 1 auto}.lists-category-items{border:1px solid #dbe3ef;border-radius:8px;overflow:hidden}.lists-category-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;border-bottom:1px solid #e2e8f0;background:#fff;min-height:48px}.lists-category-row:last-child{border-bottom:0}.lists-category-row.active{background:#eff6ff}.lists-category-btn{border:0;background:transparent;text-align:left;padding:10px;cursor:pointer;font-weight:500;min-height:48px}.lists-category-actions{display:inline-flex;gap:6px;padding-right:8px}.lists-category-edit-row{display:flex;gap:8px;padding:8px;grid-column:1 / -1;align-items:center;min-height:48px}.lists-category-edit-row input{flex:1 1 auto}.lists-add-value-row{display:flex;gap:8px;min-width:340px}.lists-add-value-row input{flex:1 1 auto}.lists-values-table th,.lists-values-table td{padding:6px 8px;font-size:13px;height:48px;vertical-align:middle}.lists-values-table{table-layout:fixed;width:100%}.lists-values-table col.col-idx{width:52px}.lists-values-table col.col-actions{width:200px}.lists-values-table col.col-voice{width:auto}.lists-values-table tbody tr:nth-child(odd){background:#fff}.lists-values-table tbody tr:nth-child(2n){background:#f8fbff}.lists-value-edit-row{display:flex;gap:0;align-items:center;min-height:34px}.lists-value-edit-row input{width:100%}.lists-actions-edit{display:inline-flex;gap:8px;align-items:center;min-height:34px}.collaborators-quota{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.collaborators-table th,.collaborators-table td{vertical-align:middle}.collaborator-permission{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700;white-space:nowrap}.collaborator-permission.viewer{background:#dbeafe;color:#1d4ed8}.collaborator-permission.editor{background:#dcfce7;color:#166534}.collaborator-team-picker{border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;padding:8px 10px}.collaborator-team-list{display:grid;gap:6px;margin-top:6px;max-height:170px;overflow:auto;padding-right:4px}.collaborator-team-row{display:flex;align-items:center;gap:8px;font-size:14px}.collaborator-team-row input[type=checkbox]{margin:0}.collaborator-team-list.is-disabled{opacity:.6}.account-card-gap{margin-top:12px}.account-section-title{margin:0 0 10px;font-size:18px;color:#0f2f54}.account-password-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.account-eye-btn{border:1px solid #cbd5e1;background:#fff;color:#0f2f54;border-radius:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.account-eye-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.account-password-policy{font-size:13px;margin-bottom:10px}.account-plan-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.account-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.account-plan-card{background:#fff;padding:0;overflow:hidden}.account-plan-card.is-current{border-color:#93c5fd;box-shadow:0 0 0 1px #bfdbfe inset}.account-plan-card:nth-child(1) .account-plan-head{background:#e8f7ef}.account-plan-card:nth-child(2) .account-plan-head{background:#eaf2ff}.account-plan-card:nth-child(3) .account-plan-head{background:#fff3dc}.account-plan-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:16px;min-height:96px;border-bottom:1px solid #dbe3ef}.account-plan-head h4{margin:0 0 4px;color:#0f2f54}.account-plan-head small{color:#405a7d;font-size:12px;font-weight:600}.account-plan-badge{font-size:11px;font-weight:700;color:#166534;background:#dcfce7;border-radius:999px;padding:3px 8px}.account-plan-list{margin:8px 0 0;padding-left:18px}.account-plan-list li{margin-bottom:4px}.account-ticket-table-wrap{border:1px solid #dbe3ef;border-radius:10px;overflow:hidden}.my-tickets-actions{margin-left:auto;display:inline-flex;align-items:center;gap:10px}.my-tickets-filter{display:inline-flex;align-items:center;gap:6px;color:#334155;font-size:13px;font-weight:600}.my-tickets-filter select{min-width:120px}.account-ticket-table{width:100%;border-collapse:collapse}.account-ticket-table th,.account-ticket-table td{padding:10px 12px;border-bottom:1px solid #e2e8f0;text-align:left;font-size:14px}.account-ticket-table th{background:#f8fafc;font-size:13px;font-weight:700;color:#334155}.link-btn{border:0;background:transparent;color:#0b63b6;cursor:pointer;padding:0;font:inherit}.link-btn:hover{text-decoration:underline}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.status-open{background:#fef3c7;color:#92400e}.status-in_progress{background:#dbeafe;color:#1e3a8a}.status-waiting_customer{background:#fef3c7;color:#92400e}.status-closed{background:#dcfce7;color:#166534}.pri-high{background:#fee2e2;color:#991b1b}.pri-medium{background:#fef3c7;color:#92400e}.pri-low{background:#e2e8f0;color:#334155}.support-ticket-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1200;padding:18px}.support-ticket-modal{width:min(760px,100%);border-radius:12px;background:#fff;border:1px solid #dbe3ef;box-shadow:0 18px 40px #0f172a38;padding:14px;display:grid;gap:12px}.support-ticket-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.support-ticket-head h3{margin:0;font-size:24px;color:#0f2f54}.modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-form-grid label{display:block;margin-bottom:5px;font-size:13px;color:#334155;font-weight:600}.modal-form-grid input,.modal-form-grid select,.modal-form-grid textarea{width:100%;border:1px solid #bcd0ea;border-radius:10px;padding:10px 12px;font-size:14px}.modal-span-2{grid-column:1 / -1}.my-ticket-detail-modal{width:min(820px,100%)}.ticket-timeline-box{border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc;padding:10px;max-height:180px;overflow:auto;font-size:13px}.ticket-timeline-row{padding:5px 0;border-bottom:1px solid #e2e8f0}.ticket-timeline-row:last-child{border-bottom:0}@media (max-width: 900px){.stats-field-grid,.account-plan-grid,.modal-form-grid{grid-template-columns:1fr}.my-tickets-header{align-items:flex-start;flex-direction:column}.my-tickets-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;margin-left:0}.auth-login-grid{grid-template-columns:1fr;max-width:540px}.auth-brand-card p{font-size:24px}}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;background:radial-gradient(circle at 12% 20%,#ffffff29,#fff0 34%),radial-gradient(circle at 88% 12%,#bbf7d038,#bbf7d000 36%),linear-gradient(138deg,#0b3d2e,#12673f 44%,#2f8f4e)}.auth-shell:before,.auth-shell:after{content:"";position:absolute;border-radius:50%;pointer-events:none;background-image:url(/soccer-ball.svg);background-repeat:no-repeat;background-position:center;background-size:contain;filter:brightness(0) invert(1)}.auth-shell:before{width:420px;height:420px;left:-140px;bottom:-150px;opacity:.14}.auth-shell:after{width:360px;height:360px;right:-100px;top:-120px;opacity:.1}.auth-login-grid{position:relative;z-index:1;width:100%;max-width:980px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-card{border:1px solid #dbe3ef;border-radius:14px;background:#fff;padding:20px;box-shadow:0 14px 40px #0f172a14}.auth-brand-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;gap:10px;padding-top:34px;background:#fff}.auth-brand-logo-login{width:300px;max-width:100%;height:auto;object-fit:contain;margin-bottom:30px}.auth-brand-card p{margin:0;font-size:30px;font-weight:800;line-height:1.15;color:#1e3a5f}.auth-brand{font-size:13px;font-weight:800;color:#1d4ed8;letter-spacing:.05em;text-transform:uppercase}.auth-card h1{margin:6px 0;font-size:28px;color:#0f2f54}.auth-form{display:grid;gap:10px;margin-top:8px}.auth-forgot-wrap{display:flex;justify-content:flex-end}.auth-link-btn{border:0;background:transparent;color:#0369a1;font-weight:700;cursor:pointer;padding:0}.auth-error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:600}.auth-notice{border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:600}.auth-legal-note{margin-top:4px;font-size:12px;color:#64748b}.auth-legal-note a{color:#0369a1;text-decoration:none;font-weight:700}.toast{position:fixed;top:76px;right:18px;z-index:1200;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;box-shadow:0 10px 26px #0206172e}.toast-success{background:#dcfce7;color:#166534;border:1px solid #86efac}.toast-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206176b;z-index:1300}.confirm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(520px,calc(100vw - 28px));background:#fff;border-radius:12px;border:1px solid #dbe5f3;padding:18px;z-index:1301;box-shadow:0 16px 38px #02061740}.confirm-modal h3{margin:0 0 8px;font-size:24px}.confirm-modal p{margin:0;color:#334155;white-space:pre-line}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}@media (max-width: 1300px){.home-layout,.home-top-cards,.home-top-kpis,.home-charts-grid,.lists-layout,.calendar-toolbar{grid-template-columns:1fr}.calendar-month-pill,.calendar-view-select,.calendar-add-btn{width:100%}.calendar-picker-panel{width:min(286px,calc(100vw - 64px))}.calendar-time-grid.week-col{grid-template-columns:70px 1fr}.year-grid-wrap{grid-template-columns:1fr}.timeline-toolbar .checkbox-line:last-child{margin-left:0}.players-toolbar{flex-wrap:wrap}.players-toolbar input{width:52%;min-width:220px;max-width:520px;flex-basis:52%}.players-toolbar-actions{width:100%;justify-content:flex-end}.stats-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-field-bottom,.stats-field-filters{grid-template-columns:1fr}.stats-field-toolbar{flex-direction:column;align-items:flex-start}}@media (max-width: 980px){:root{--app-sidebar-w: 0px;--content-gutter: 12px}.layout{grid-template-columns:1fr;grid-template-rows:62px auto 1fr;grid-template-areas:"header" "sidebar" "content"}.app-header{padding-left:10px;padding-right:10px;gap:8px}.app-brand{width:auto;justify-content:flex-start}.app-header-left{flex:1;gap:8px}.header-menu-divider{display:none}.season-switch{margin-left:0;gap:8px}.season-switch-row{gap:6px}.season-context-badge{padding:3px 6px}.season-context-badge-full{display:none}.season-context-badge-short{display:inline}.app-brand-logo{height:38px}.sidebar{border-bottom:1px solid rgba(255,255,255,.14)}.modal-backdrop{top:var(--app-header-h);left:0;width:100vw;height:calc(100vh - var(--app-header-h))}.modal{left:50%;width:calc(100vw - 24px)}.calendar-picker-panel,.timeline-picker-panel{left:0;width:min(286px,calc(100vw - 44px))}.page-context-card{margin-bottom:10px;padding:9px 10px}.page-context-action{width:100%;margin-left:0}.page-context-crumb{font-size:19px}.title{font-size:33px}}.prepare-gara-actions-col{width:56px;text-align:center}.prepare-gara-table th:nth-child(4),.prepare-gara-table td:nth-child(4){width:50px;text-align:center}.prepare-gara-table .table-sort-btn{white-space:nowrap}.prepare-gara-table td:last-child{text-align:center}.prepare-gara-sidebar .config-roster-header{margin-bottom:8px}.prepare-gara-sidebar .muted{font-size:12px}.prepare-gara-board{grid-template-columns:430px minmax(0,1fr)!important;gap:14px!important}.prepare-gara-sidebar{padding:10px!important}.prepare-gara-sidebar .config-roster-header{margin-bottom:8px!important}.prepare-gara-table-wrap{display:flex!important;flex:1!important;min-height:0!important;overflow:hidden!important}.prepare-gara-table{width:100%!important;table-layout:fixed!important;font-size:11px!important}.prepare-gara-table th,.prepare-gara-table td{padding:2px 5px!important;line-height:1.1!important;height:28px!important;vertical-align:middle!important}.prepare-gara-table th:nth-child(2),.prepare-gara-table td:nth-child(2){width:68px!important}.prepare-gara-table th:nth-child(3),.prepare-gara-table td:nth-child(3){width:190px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.prepare-gara-table th:nth-child(4),.prepare-gara-table td:nth-child(4){width:42px!important;text-align:center!important}.prepare-gara-table th:nth-child(5),.prepare-gara-table td:nth-child(5){width:48px!important;text-align:center!important}.prepare-gara-number-input{width:56px!important;min-width:56px!important;font-size:11px!important;padding:2px 6px!important}.prepare-gara-move-actions{display:flex!important;justify-content:center!important;align-items:center!important;gap:3px!important;white-space:nowrap!important}.prepare-gara-move-btn{width:18px!important;height:18px!important;font-size:10px!important;padding:0!important}.prepare-gara-row.is-empty td{height:28px!important}.prepare-gara-pitch-card{padding:12px!important}.config-roster-pitch.prepare-gara-pitch{min-height:500px!important}.prepare-gara-board{grid-template-columns:560px minmax(0,1fr)!important;gap:14px!important}.prepare-gara-sidebar{padding:8px 10px!important}.prepare-gara-table{font-size:10.5px!important}.prepare-gara-table th,.prepare-gara-table td{padding:1px 4px!important;height:26px!important}.prepare-gara-table th:first-child,.prepare-gara-table td:first-child{width:34px!important}.prepare-gara-table th:nth-child(2),.prepare-gara-table td:nth-child(2){width:72px!important}.prepare-gara-table th:nth-child(3),.prepare-gara-table td:nth-child(3){width:300px!important;max-width:300px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.prepare-gara-table th:nth-child(4),.prepare-gara-table td:nth-child(4){width:46px!important;text-align:center!important}.prepare-gara-table th:nth-child(5),.prepare-gara-table td:nth-child(5){width:86px!important;text-align:center!important}.prepare-gara-number-input{width:60px!important;min-width:60px!important;height:22px!important;padding:1px 6px!important}.prepare-gara-move-actions{justify-content:center!important;align-items:center!important;gap:4px!important;flex-wrap:nowrap!important}.prepare-gara-move-btn{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.prepare-gara-pitch-panel{min-width:0!important}.prepare-gara-pitch-panel .config-roster-pitch.prepare-gara-pitch{min-height:0!important;height:clamp(540px,68vh,760px)!important}.prepare-gara-board{align-items:stretch!important}.prepare-gara-pitch-panel{display:flex!important;flex-direction:column!important}.prepare-gara-pitch-panel .card{display:flex!important;flex-direction:column!important;height:100%!important}.prepare-gara-pitch-panel .config-roster-pitch.prepare-gara-pitch,.prepare-gara-pitch-card .config-roster-pitch.prepare-gara-pitch{height:820px!important;min-height:820px!important}.modal.prepare-gara-modal .prepare-gara-modal-body{overflow:auto!important}.modal.prepare-gara-modal .prepare-gara-board{grid-template-columns:460px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}.modal.prepare-gara-modal .prepare-gara-pitch-card{padding:14px!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-gara-pitch-card .config-roster-pitch.prepare-gara-pitch,.modal.prepare-gara-modal .prepare-gara-pitch-panel .config-roster-pitch.prepare-gara-pitch{width:100%!important;height:760px!important;min-height:760px!important;max-height:760px!important}.modal.prepare-gara-modal .prepare-gara-board{grid-template-columns:minmax(640px,45%) minmax(0,1fr)!important}.modal.prepare-gara-modal .prepare-gara-sidebar{padding:12px!important}.modal.prepare-gara-modal .prepare-gara-table-wrap{overflow:auto!important}.modal.prepare-gara-modal .prepare-gara-table{width:100%!important;table-layout:fixed!important;font-size:12px!important}.modal.prepare-gara-modal .prepare-gara-table th,.modal.prepare-gara-modal .prepare-gara-table td{height:30px!important;padding:4px 6px!important;vertical-align:middle!important}.modal.prepare-gara-modal .prepare-gara-table th:first-child,.modal.prepare-gara-modal .prepare-gara-table td:first-child{width:40px!important;text-align:center!important}.modal.prepare-gara-modal .prepare-gara-table th:nth-child(2),.modal.prepare-gara-modal .prepare-gara-table td:nth-child(2){width:70px!important}.modal.prepare-gara-modal .prepare-gara-table th:nth-child(4),.modal.prepare-gara-modal .prepare-gara-table td:nth-child(4){width:92px!important;text-align:center!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-gara-number-input{width:56px!important;min-width:56px!important}.modal.prepare-gara-modal .prepare-gara-row[data-prepare-player]{cursor:grab!important}.modal.prepare-gara-modal .prepare-gara-row[data-prepare-player].is-dragging{opacity:.55}.modal.prepare-gara-modal .prepare-gara-row.drag-over-before td{box-shadow:inset 0 3px #1d4ed8}.modal.prepare-gara-modal .prepare-gara-row.drag-over-after td{box-shadow:inset 0 -3px #1d4ed8}.modal.prepare-gara-modal .prepare-gara-modal-body{overflow:hidden!important}.modal.prepare-gara-modal .prepare-gara-board{height:100%!important;grid-template-columns:minmax(560px,41%) minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important}.modal.prepare-gara-modal .prepare-gara-sidebar{height:100%!important;overflow:hidden!important;padding:10px 10px 8px!important}.modal.prepare-gara-modal .prepare-gara-table-wrap{overflow:hidden!important}.modal.prepare-gara-modal .prepare-gara-table{font-size:11px!important}.modal.prepare-gara-modal .prepare-gara-table th,.modal.prepare-gara-modal .prepare-gara-table td{height:25px!important;padding:2px 5px!important;line-height:1.1!important}.modal.prepare-gara-modal .prepare-gara-table th:first-child,.modal.prepare-gara-modal .prepare-gara-table td:first-child{width:36px!important}.modal.prepare-gara-modal .prepare-gara-table th:nth-child(2),.modal.prepare-gara-modal .prepare-gara-table td:nth-child(2){width:64px!important}.modal.prepare-gara-modal .prepare-gara-table th:nth-child(3),.modal.prepare-gara-modal .prepare-gara-table td:nth-child(3){width:auto!important}.modal.prepare-gara-modal .prepare-gara-table th:nth-child(4),.modal.prepare-gara-modal .prepare-gara-table td:nth-child(4){width:64px!important}.modal.prepare-gara-modal .prepare-gara-number-input{width:52px!important;min-width:52px!important;height:20px!important;padding:1px 5px!important;font-size:11px!important}.modal.prepare-gara-modal .prepare-gara-pitch-card{height:100%!important;overflow:auto!important}.modal.prepare-gara-modal .prepare-gara-pitch-card .config-roster-pitch.prepare-gara-pitch{width:100%!important;height:760px!important;min-height:760px!important}.game-workflow-modal{width:min(980px,calc(100vw - 36px));max-height:92vh;overflow:auto}.game-workflow-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.game-workflow-header h3{margin:2px 0 4px;font-size:22px}.game-workflow-kicker{color:#1d4ed8;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.game-workflow-progress{border:1px solid #d7e3f4;border-radius:8px;padding:12px;background:#f8fbff;margin-bottom:14px}.game-workflow-progress-text{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px}.game-workflow-progress-bar{height:8px;border-radius:999px;background:#d9e2ef;overflow:hidden}.game-workflow-progress-bar span{display:block;height:100%;background:#16a34a}.game-workflow-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:14px}.game-workflow-step{min-width:0;border:1px solid #d7e3f4;border-radius:8px;padding:10px 8px;text-align:center;background:#fff}.game-workflow-step b{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:#d9e2ef;color:#0f172a;margin-bottom:6px}.game-workflow-step span,.game-workflow-step small{display:block;overflow-wrap:anywhere}.game-workflow-step span{font-weight:800;font-size:12px}.game-workflow-step small{color:#52627a;font-size:11px;margin-top:3px}.game-workflow-step.completato b{background:#16a34a;color:#fff}.game-workflow-step.in-corso b{background:#2563eb;color:#fff}.game-workflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-workflow-card h4{margin:0 0 10px}.game-workflow-action{width:100%;border:1px solid #d7e3f4;border-radius:8px;padding:10px 12px;background:#fff;color:#102a4c;text-align:left;margin-bottom:8px;cursor:pointer}.game-workflow-action span,.game-workflow-action small{display:block}.game-workflow-action span{font-weight:800}.game-workflow-action small{color:#52627a;margin-top:3px}.game-workflow-action.primary{border-color:#1d4ed8;background:#eef5ff}.game-workflow-action:disabled{cursor:not-allowed;opacity:.62}@media (max-width: 860px){.game-workflow-steps,.game-workflow-grid{grid-template-columns:1fr}}.modal.game-convocati-modal{width:min(720px,calc(100vw - var(--app-sidebar-w) - 28px));z-index:150}.modal.game-convocati-modal .picker-list{max-height:min(58vh,520px)!important}.modal-backdrop[data-game-convocati-close]{z-index:149}.convocati-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:190}.convocati-preview-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a94}.convocati-preview-panel{position:absolute;top:18px;left:50%;transform:translate(-50%);width:min(980px,calc(100vw - 40px));height:calc(100vh - 36px);display:flex;flex-direction:column;background:#fff;border:1px solid #d8e1ef;border-radius:10px;overflow:hidden}.convocati-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #d8e1ef;background:#f8fbff}.convocati-preview-frame{width:100%;flex:1 1 auto;border:0;background:#f4f7fb}.game-convocati-notes{margin-top:12px}.game-convocati-notes label{display:block;font-weight:700;margin-bottom:6px}.game-convocati-notes textarea{width:100%;resize:vertical;min-height:72px}.game-convocati-actions{justify-content:flex-end;align-items:center;margin-top:12px}.game-convocati-actions-spacer{flex:1 1 auto}.game-convocati-preview-btn{width:38px;min-width:38px;padding-left:0;padding-right:0}.game-convocati-preview-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.modal.prepare-gara-modal{z-index:160!important}.modal-backdrop[data-prepare-gara-close]{z-index:159!important}.game-staff-backdrop{z-index:170}.game-staff-modal{top:50%;transform:translate(-50%,-50%);width:min(820px,calc(100vw - var(--app-sidebar-w) - 48px));max-height:min(720px,calc(100vh - var(--app-header-h) - 48px));z-index:171}.modal.game-staff-modal.open{display:block}.account-plan-activate{white-space:nowrap;text-decoration:none}.account-plan-price{font-weight:800;color:#0b1f3a;margin:12px 16px 0}.account-plan-card>.muted,.account-plan-note{margin-left:16px;margin-right:16px}.account-plan-tags{display:flex;flex-wrap:wrap;gap:8px;padding:16px 16px 8px}.account-plan-tags span{border:1px solid #cfd9e8;border-radius:999px;background:#f8fbff;color:#16335f;padding:6px 10px;font-size:12px;font-weight:600}.account-plan-note{min-height:34px;padding-bottom:16px}.team-quota{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.team-quota b{font-size:16px}@media (max-width: 1100px){.account-plan-grid{grid-template-columns:1fr}}.game-official-card{width:min(760px,calc(100vw - var(--app-sidebar-w) - 56px));padding:0;overflow:hidden;background:#fff}.game-official-topbar{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:14px 18px;background:linear-gradient(90deg,#073b75,#0f4f93);color:#fff}.game-official-back{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:8px;background:#ffffff1f;color:#fff;font-size:20px;cursor:pointer}.game-official-edit{background:#ffffff29;border-color:#ffffff47;color:#fff}.game-official-match{display:grid;grid-template-columns:1fr 56px 1fr;align-items:center;gap:18px;padding:28px 36px 12px}.game-official-team{display:flex;align-items:center;gap:14px;min-width:0;color:#0b1f3a;font-size:20px;font-weight:800}.game-official-team.is-away{justify-content:flex-end;text-align:right}.game-team-logo{width:62px;height:70px;display:grid;place-items:center;flex:0 0 auto}.game-team-logo img{max-width:62px;max-height:70px;object-fit:contain}.game-team-logo-fallback svg{width:56px;height:68px;fill:#f8fbff;stroke:#164b84;stroke-width:3;stroke-linejoin:round}.game-official-vs{text-align:center;color:#42607f;font-weight:800;letter-spacing:0}.game-official-meta{text-align:center;color:#405a7d;font-size:14px;line-height:1.5;padding:0 24px 18px}.game-official-card .game-workflow-progress{margin:0;border-width:1px 0;border-radius:0;background:#f8fbff;padding:16px 24px}.game-official-card .game-workflow-steps{padding:18px 24px;border-bottom:1px solid #e2e8f0}.game-official-card .game-workflow-grid{padding:18px 24px 10px}.game-official-card .game-workflow-card{box-shadow:none}.game-workflow-quick{margin:0 24px 22px;border:1px solid #dbe3ef;border-radius:10px;padding:12px;background:#f8fbff}.game-workflow-quick h4{margin:0 0 10px;color:#16335f}.game-workflow-quick>div{display:flex;flex-wrap:wrap;gap:10px}@media (max-width: 900px){.game-official-card{width:calc(100vw - 24px)}.game-official-match{grid-template-columns:1fr;padding:22px 18px 10px}.game-official-vs{order:2}.game-official-team.is-away{justify-content:flex-start;text-align:left}}.game-official-referee{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;flex-wrap:nowrap}.game-referee-icon{width:28px;height:24px;display:inline-block;background:#0f172a;border:2px solid #0a1020;clip-path:polygon(22% 0,38% 0,45% 12%,55% 12%,62% 0,78% 0,96% 26%,82% 36%,82% 100%,18% 100%,18% 36%,4% 26%);box-shadow:inset 0 0 0 1px #ffffff2e}.game-official-referee select{min-width:190px;width:210px;height:34px;border:1px solid #cbd7e6;border-radius:8px;padding:0 10px;background:#fff;color:#0f172a}.game-referee-inline-backdrop{z-index:75}.modal.game-referee-inline-modal.open{z-index:80;max-width:440px;width:min(440px,calc(100vw - 32px));padding:18px}.game-referee-inline-modal input{width:100%;margin-top:6px}.list-default-badge,.list-custom-badge{display:inline-flex;align-items:center;width:fit-content;margin-left:8px;padding:2px 7px;border-radius:999px;font-size:11px;line-height:1.2;font-weight:700}.list-default-badge{color:#075985;background:#e0f2fe;border:1px solid #bae6fd}.list-custom-badge{color:#475569;background:#f1f5f9;border:1px solid #dbe3ee}.lists-category-btn{display:flex;align-items:center;gap:6px;text-align:left}.modal.game-referee-inline-modal.open{box-shadow:0 18px 50px #0f172a3d}.home-dashboard-v2{display:grid;gap:12px}.home-hero-grid{display:grid;grid-template-columns:minmax(280px,1.25fr) minmax(240px,.9fr);gap:12px;align-items:stretch}.home-hero-grid>.card,.home-season-card,.home-middle-grid>.card{min-width:0}.home-dashboard-v2 h3{margin:0 0 12px;color:#0f2f54;font-size:16px;text-transform:uppercase;letter-spacing:0}.home-next-match-card,.home-completion-card,.home-last-match-card,.home-communications-card{min-height:190px}.home-match-teams{display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);align-items:center;gap:10px;margin:12px 0}.home-match-teams>div{display:grid;justify-items:center;gap:8px;min-width:0;text-align:center}.home-match-teams b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#10233f;font-size:15px}.home-match-teams>span{justify-self:center;color:#64748b;font-weight:800}.home-team-logo{width:62px;height:62px;object-fit:contain;display:block}.home-team-logo-fallback{color:#0f4f8f}.home-team-logo-fallback svg{width:62px;height:62px;fill:#f8fbff;stroke:currentColor;stroke-width:3}.home-match-meta{color:#475569;font-size:14px;line-height:1.35;text-align:center;margin-top:4px}.home-days-label{display:block;margin-top:12px;color:#16a34a;text-align:center}.home-task-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;border-radius:8px}.home-task-row+.home-task-row{margin-top:6px}.home-task-icon{width:26px;height:26px;border-radius:7px;display:inline-grid;place-items:center;background:#dcfce7;color:#15803d}.home-task-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-task-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-task-row span:last-child,.home-status-pill{border-radius:999px;padding:4px 9px;background:#ffedd5;color:#c2410c;font-size:12px;font-weight:700;white-space:nowrap}.home-task-row.done span:last-child,.home-status-pill.ok{background:#dcfce7;color:#15803d}.home-last-score-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin:8px 0 12px}.home-last-score-row div{display:grid;gap:4px;min-width:0}.home-last-score-row b,.home-last-score-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-last-score-row strong{font-size:34px;color:#0f172a;line-height:1}.home-unread-row{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.home-unread-row b{font-size:22px}.home-communication-row{border-top:1px solid #e2e8f0;padding:9px 0;display:grid;gap:2px}.home-communication-row.report{border:1px dashed #93c5fd;background:#eff6ff;border-radius:8px;padding:8px 10px;margin-bottom:6px}.home-communication-row b,.home-communication-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-communication-row span{color:#64748b;font-size:13px}.home-empty-line{color:#64748b;font-size:14px;padding:10px 0}.home-middle-grid{display:grid;grid-template-columns:1fr}.home-season-card h3{margin-bottom:14px}.home-season-grid{display:grid;grid-template-columns:repeat(9,minmax(110px,1fr));gap:10px;align-items:start}.home-summary-tile{min-height:82px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;padding:10px;display:grid;align-content:center;justify-items:center;gap:4px;text-align:center}.home-summary-tile b{font-size:30px;line-height:1;color:#0f172a}.home-summary-tile span{color:#64748b;font-size:13px}.home-summary-details{position:relative;min-width:0}.home-summary-details>summary{cursor:pointer;list-style:none}.home-summary-details>summary::-webkit-details-marker{display:none}.home-summary-details[open]>summary{border-color:#93c5fd;box-shadow:0 0 0 2px #93c5fd47}.home-summary-panel,.home-summary-chart-panel{grid-column:1 / -1;margin-top:8px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;padding:10px;min-width:min(680px,90vw);box-shadow:0 8px 24px #0f172a14}.home-summary-chart-panel .home-chart-card{border:0;padding:0;box-shadow:none}.home-summary-chart-panel .home-chart{height:190px}.home-summary-grid,.home-charts-grid,.home-layout,.home-top-cards,.home-top-kpis{max-width:100%}@media (max-width: 1400px){.home-season-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media (max-width: 900px){.home-hero-grid{grid-template-columns:1fr}.home-season-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}}@media (max-width: 620px){.home-season-grid,.home-match-teams{grid-template-columns:1fr}.home-match-teams>span{min-height:24px}}.home-card-grid-six{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px;align-items:stretch}.home-card-grid-six>.card{min-width:0;min-height:198px}.home-card-grid-six .home-results-card{min-height:198px;padding-top:14px;padding-bottom:14px}.home-card-grid-six .home-criticality-card{min-height:198px}.home-task-row{width:100%;border:0;text-align:left;cursor:pointer;font-family:inherit}.home-task-row:hover{background:#eef6ff}.home-task-row:disabled{cursor:default;opacity:.72}.home-last-match-visual{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;margin:8px 0 10px}.home-last-match-visual>div{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;align-items:center}.home-last-match-visual>div:last-child{grid-template-columns:minmax(0,1fr) 48px;text-align:right}.home-last-match-visual>div:last-child .home-team-logo{order:2}.home-last-match-visual b{color:#10233f;font-size:17px;line-height:1.1;overflow-wrap:anywhere}.home-last-match-visual strong{font-size:34px;line-height:1;color:#0f172a;white-space:nowrap}.home-last-match-visual .home-team-logo,.home-last-match-visual .home-team-logo-fallback svg{width:48px;height:48px}.home-communication-row.report{grid-template-columns:28px minmax(0,1fr) 28px;align-items:center}.home-communication-row.report button{width:26px;height:26px;border:0;border-radius:50%;background:#dbeafe;color:#1d4ed8;font-weight:800;cursor:pointer}.home-communication-row.report button:hover{background:#bfdbfe}.home-season-grid.compact{grid-template-columns:repeat(9,minmax(100px,1fr))}.home-season-grid.compact .home-summary-tile{border:1px solid #dbe3ef;font-family:inherit;cursor:default}.home-season-grid.compact button.home-summary-tile{cursor:pointer}.home-season-grid.compact button.home-summary-tile:hover{border-color:#93c5fd;box-shadow:0 0 0 2px #93c5fd47}.home-summary-modal{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(880px,calc(100vw - 40px));max-height:min(720px,calc(100vh - 48px));overflow:auto;z-index:120}.home-summary-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.home-summary-modal-head h3{margin:0}.home-summary-modal-body .home-chart-card{border:0;box-shadow:none;padding:0}.home-summary-modal-body .home-chart{height:300px}.home-modal-list-row{display:grid;grid-template-columns:110px minmax(0,1fr) 64px 110px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #e2e8f0}.home-modal-list-row b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-modal-list-row strong{font-size:20px;text-align:center}.home-modal-list-row small,.home-modal-list-row span{color:#64748b}.home-summary-panel.in-modal{min-width:0;margin-top:0;box-shadow:none}@media (max-width: 1500px){.home-season-grid.compact{grid-template-columns:repeat(3,minmax(130px,1fr))}}@media (max-width: 1150px){.home-card-grid-six{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width: 760px){.home-card-grid-six,.home-season-grid.compact,.home-last-match-visual{grid-template-columns:1fr}.home-last-match-visual>div,.home-last-match-visual>div:last-child{grid-template-columns:48px minmax(0,1fr);text-align:left}.home-last-match-visual>div:last-child .home-team-logo{order:0}.home-last-match-visual strong{justify-self:start}.home-modal-list-row{grid-template-columns:1fr;gap:4px}.home-modal-list-row strong{text-align:left}}.nav-section-label{color:#fff;font-size:12px;font-weight:900;opacity:1;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.26)}.gu-extra-type-modal{width:min(420px,calc(100vw - 32px));text-align:center;z-index:80}.gu-extra-type-modal h3{margin:0 0 8px}.gu-extra-type-actions{display:flex;justify-content:center;gap:10px;margin:18px 0 12px}.game-workflow-notice{margin:-4px 0 14px;padding:10px 12px;border:1px solid #fdba74;border-radius:8px;background:#fff7ed;color:#9a3412;font-weight:800;text-align:center}.home-communication-row.report div{display:grid;gap:4px}.home-communication-row.report strong{display:block;color:#0f2f54;font-size:13px;margin-top:2px}.home-communication-row.report span{white-space:normal;line-height:1.3}@media (min-width: 1180px){.games-columns-3,.games-columns-4{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-criticality-title{text-transform:uppercase;font-size:15px;letter-spacing:0}.home-completion-card .home-task-row{grid-template-columns:28px minmax(0,1fr) auto 16px;border:1px solid transparent;background:#f8fafc;transition:background .15s ease,border-color .15s ease,transform .15s ease}.home-completion-card .home-task-row:after{content:">";color:#0d6efd;font-size:18px;font-weight:800;line-height:1;text-align:right}.home-completion-card .home-task-row:hover{background:#eef6ff;border-color:#9cc7ff;transform:translate(1px)}.home-completion-card .home-task-row:disabled:after{content:""}.home-criticality-title{text-transform:uppercase;font-size:15px;font-weight:800;letter-spacing:0}.home-next-match-card,.home-last-match-card,.home-card-grid-six>.card{overflow:hidden}.home-team-logo{width:58px;height:58px;display:inline-grid;place-items:center;overflow:hidden;flex:0 0 58px}.home-team-logo img,.home-team-logo svg,.home-team-logo.fallback svg{width:100%;height:100%;max-width:58px;max-height:58px;object-fit:contain;display:block}.home-last-match-visual .home-team-logo,.home-last-match-visual .home-team-logo img,.home-last-match-visual .home-team-logo svg{width:44px;height:44px;max-width:44px;max-height:44px}.home-chart-card,.home-chart-wrap{overflow:hidden}.home-chart{width:100%;height:220px;display:block}.home-chart-line{fill:none;stroke:#16a34a;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.home-chart-line.secondary{stroke:#dc2626}.home-chart-legend{display:flex;gap:14px;align-items:center;margin-top:8px;color:#475569;font-size:13px}.home-summary-modal{width:min(760px,calc(100vw - 48px));max-height:min(680px,calc(100vh - 56px));padding:22px}.home-summary-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.home-summary-modal-head h2{margin:0;font-size:24px}.home-summary-modal-body{max-height:calc(100vh - 170px);overflow:auto}.home-summary-modal-body .home-chart-card{padding:0;border:0;box-shadow:none}.home-summary-modal-body .home-chart{height:260px}.home-modal-list-row{grid-template-columns:minmax(0,1fr) 110px 70px}.home-summary-modal-head{padding:12px 14px;border:1px solid #cfe0f5;border-radius:8px;background:#f8fbff;box-shadow:inset 0 0 0 1px #ffffffb3}.home-summary-modal-body{padding-top:10px}.home-modal-list-row{grid-template-columns:minmax(0,1fr) 112px 74px 86px}.home-modal-list-row small{text-align:right;font-weight:700;color:#475569}.home-summary-tile:not(button){cursor:default}.home-summary-tile:not(button):hover{border-color:#dbe3ef;box-shadow:none}.home-chart-tooltip{pointer-events:none}.home-team-logo.fallback svg{fill:none}.home-team-logo.fallback .fallback-shield{fill:#f8fbff;stroke:#0f4f8f;stroke-width:1.8;stroke-linejoin:round}.home-team-logo.fallback .fallback-mark{fill:none;stroke:#15803d;stroke-width:1.7;stroke-linecap:round}.home-summary-modal{overflow:hidden}.home-summary-modal-body{overflow-y:auto;overflow-x:hidden}.home-summary-modal-body .home-modal-list-row:last-child{border-bottom:0}.home-completion-card .home-task-row,.home-completion-card .home-task-row:hover{transform:none!important}.gu-planner-table th:nth-child(7),.gu-planner-table td:nth-child(7){min-width:132px;width:132px}.gu-planner-table td input[type=time]{width:118px;min-width:118px;box-sizing:border-box;font-variant-numeric:tabular-nums}.gu-programming-badge{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:2px 6px;border-radius:999px;background:#fff7ed;color:#9a3412;font-size:11px;font-weight:800;line-height:1.1;white-space:nowrap}.event-chip[style*=min-height]{display:block;white-space:normal;line-height:1.25}.gu-planner-table select.gu-team-self{border-color:#16a34a;background:#dcfce7;color:#14532d;font-weight:800}.gu-planner-table select.gu-team-historical{border-color:#fca5a5;background:#fff2f2;color:#7f1d1d;font-weight:700}.gu-planner-table tr.gu-row-invalid{background:#fff2f2}.gu-planner-table tr.gu-row-extra:not(.gu-row-invalid)>td{background:#fff7fb}.gu-planner-table select.gu-team-invalid{border-color:#dc2626;background:#fff2f2;color:#7f1d1d;font-weight:800}.prepare-gara-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-top:14px;margin-top:14px;border-top:1px solid #dbe6f3;flex:0 0 auto}.prepare-gara-actions .btn[disabled]{opacity:.65;cursor:not-allowed}.prepare-gara-modal-body .prepare-gara-placeholder{min-height:280px}.prepare-gara-notes-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;height:100%;min-height:0}.prepare-gara-notes-panel label{display:flex;flex-direction:column;gap:8px;min-height:0;padding:14px;border:1px solid #dbe6f3;border-radius:8px;background:#f8fbff;font-weight:800;color:#0f2f54}.prepare-gara-notes-panel textarea{flex:1;min-height:280px;resize:none;font:inherit;font-weight:500;line-height:1.45}@media (max-width: 1100px){.prepare-gara-notes-panel{grid-template-columns:1fr}}.prepare-corners-for-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:0}.prepare-corner-card{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;padding:12px;border:1px solid #dbe6f3;border-radius:8px;background:#f8fbff}.prepare-corner-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.prepare-corner-head h3{margin:0;font-size:16px}.prepare-corner-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:12px;min-height:330px}.prepare-corner-list{display:flex;flex-direction:column;gap:6px;min-height:0;overflow:auto;padding:10px;border:1px solid #dbe6f3;border-radius:8px;background:#fff}.prepare-corner-player{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;width:100%;padding:6px 8px;border:1px solid #dbe6f3;border-radius:6px;background:#f8fafc;color:#0f172a;text-align:left;cursor:grab}.prepare-corner-shirt,.prepare-corner-token{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#0f4f8f;color:#fff;font-size:12px;font-weight:900}.prepare-corner-field{position:relative;min-height:330px;border:2px solid #15803d;border-radius:10px;overflow:hidden;background:#f8fff9}.prepare-corner-field.is-over{outline:3px solid rgba(37,99,235,.28)}.prepare-corner-field:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid rgba(21,128,61,.42);border-radius:6px}.prepare-corner-goal{position:absolute;left:40%;right:40%;top:0;height:10px;border:2px solid #0f172a;border-top:0;background:#fff}.prepare-corner-box{position:absolute;left:50%;transform:translate(-50%);border:1px solid rgba(21,128,61,.55);border-top:0}.prepare-corner-box-large{top:10px;width:58%;height:92px}.prepare-corner-box-small{top:10px;width:30%;height:48px}.prepare-corner-token{position:absolute;transform:translate(-50%,-50%);border:0;cursor:grab;z-index:2}.prepare-corner-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.prepare-corner-groups fieldset{min-width:0;border:1px solid #dbe6f3;border-radius:8px;background:#fff;padding:8px}.prepare-corner-groups legend{padding:0 4px;font-weight:900}.prepare-corner-group-list{display:grid;gap:5px;max-height:150px;overflow:auto}.prepare-corner-group-list label{display:flex;gap:6px;align-items:center;font-size:12px;font-weight:700}@media (max-width: 1300px){.prepare-corners-for-panel,.prepare-corner-groups{grid-template-columns:1fr}}.prepare-corner-card{background:#fff}.prepare-corner-layout{grid-template-columns:200px minmax(0,1fr);align-items:stretch;min-height:560px}.prepare-corner-list{max-height:100%;overflow:hidden}.prepare-corner-list>strong{flex:0 0 auto}.prepare-corner-player-scroll{display:grid;gap:6px;min-height:0;overflow-y:auto;padding-right:4px}.prepare-corner-player{min-height:38px}.prepare-corner-player span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prepare-corner-main{display:grid;grid-template-rows:minmax(430px,1fr) auto;gap:10px;min-width:0;min-height:0}.prepare-corner-field{min-height:430px;background:linear-gradient(90deg,rgba(21,128,61,.13) 1px,transparent 1px) 0 0 / 20% 100%,linear-gradient(180deg,rgba(21,128,61,.11) 1px,transparent 1px) 0 0 / 100% 18%,#f7fff9}.prepare-corner-field:after{content:"";position:absolute;left:0;right:0;top:58%;border-top:2px solid rgba(21,128,61,.36)}.prepare-corner-field:before{top:8px;right:8px;bottom:8px;left:8px}.prepare-corner-token{box-shadow:0 4px 10px #0f4f8f3d}.prepare-corner-groups{grid-template-columns:repeat(4,minmax(0,1fr))}.prepare-corner-group-drop{display:grid;grid-template-rows:auto 1fr;gap:8px;min-height:118px;padding:10px;border:1px dashed #b9c9df;border-radius:8px;background:#fff}.prepare-corner-group-drop.is-over{border-color:#16a34a;background:#f0fdf4}.prepare-corner-group-drop header{display:grid;gap:2px;justify-items:center;text-align:center}.prepare-corner-group-drop strong{font-size:13px;line-height:1.15}.prepare-corner-group-drop small{color:#52647a;font-weight:800}.prepare-corner-group-tokens{display:flex;align-content:center;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;min-height:54px}.prepare-corner-group-empty{max-width:92px;color:#60748c;font-size:12px;font-weight:800;line-height:1.25;text-align:center}.prepare-corner-group-token{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#0f4f8f;color:#fff;font-size:12px;font-weight:900}@media (max-width: 1300px){.prepare-corners-for-panel{grid-template-columns:1fr}.prepare-corner-groups{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 760px){.prepare-corner-layout{grid-template-columns:1fr;min-height:0}.prepare-corner-list{max-height:260px}.prepare-corner-main{grid-template-rows:360px auto}.prepare-corner-field{min-height:360px}.prepare-corner-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}.prepare-corners-for-panel{align-items:start}.prepare-corner-card{overflow:hidden}.prepare-corner-layout{height:520px;min-height:0;grid-template-columns:188px minmax(0,1fr)}.prepare-corner-list{height:100%;max-height:none;min-height:0;overflow:hidden}.prepare-corner-player-scroll{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.prepare-corner-main{height:100%;min-height:0;grid-template-rows:minmax(0,1fr) 108px}.prepare-corner-field{height:100%;min-height:0;background:#f7fff9!important}.prepare-corner-field:before{background:transparent}.prepare-corner-field:after{top:62%;border-top:2px solid rgba(21,128,61,.34);z-index:1}.prepare-corner-mid-circle{position:absolute;left:50%;top:62%;width:92px;height:46px;transform:translate(-50%,-100%);border:2px solid rgba(21,128,61,.34);border-bottom:0;border-radius:92px 92px 0 0;z-index:1;pointer-events:none}.prepare-corner-goal,.prepare-corner-box,.prepare-corner-token{z-index:2}.prepare-corner-groups{height:108px;min-height:0;grid-template-columns:repeat(4,minmax(0,1fr))!important}.prepare-corner-group-drop{min-height:0;height:100%;padding:8px;align-content:stretch}.prepare-corner-group-drop header{gap:0}.prepare-corner-group-drop:before{content:"+";display:grid;place-items:center;justify-self:center;width:18px;height:18px;margin-top:2px;border:1px solid #c7d5e8;border-radius:4px;color:#64748b;font-weight:900;line-height:1}.prepare-corner-group-tokens{min-height:0;align-content:center}.prepare-corner-group-empty{font-size:11px}@media (max-width: 1300px){.prepare-corner-layout{height:500px;grid-template-columns:180px minmax(0,1fr)}}@media (max-width: 760px){.prepare-corner-layout{height:auto;grid-template-columns:1fr}.prepare-corner-list{height:260px}.prepare-corner-main{height:480px;grid-template-rows:minmax(0,1fr) 150px}.prepare-corner-groups{height:150px;grid-template-columns:repeat(2,minmax(0,1fr))!important}}.prepare-gara-notes-shell{display:grid;gap:14px;min-height:0}.prepare-quick-choices{display:grid;gap:10px;padding:12px;border:1px solid #dbe6f3;border-radius:8px;background:#fff}.prepare-quick-choices header h3{margin:0;font-size:16px}.prepare-quick-choices header p{margin:3px 0 0;color:#52647a;font-size:13px}.prepare-quick-choices-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.prepare-quick-choices-grid .player-assignment-card{grid-template-rows:auto auto auto;min-height:0;overflow:visible}.prepare-quick-choices-grid .player-assignment-rows{align-content:start;display:grid;gap:5px;min-height:32px;overflow:visible}.prepare-quick-choices-grid .player-assignment-card-max-4 .player-assignment-rows,.prepare-quick-choices-grid .player-assignment-card-max-6 .player-assignment-rows{grid-template-columns:repeat(2,minmax(0,1fr))}.prepare-quick-choices-grid .player-assignment-row{gap:6px;min-height:30px;padding:3px 5px}.prepare-quick-choices-grid .player-assignment-shirt{height:22px;min-width:22px;width:22px}.prepare-quick-choices-grid .player-assignment-remove{height:22px;width:22px}.prepare-quick-choices-grid .player-assignment-add{align-self:end;justify-self:start;margin-top:2px;white-space:nowrap}.prepare-quick-choices-grid .player-assignment-empty{align-self:center;min-height:30px}.prepare-assignment-card{display:grid;gap:8px;min-width:0;padding:10px;border:1px solid #dbe6f3;border-radius:8px;background:#fff}.prepare-assignment-card header{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.prepare-assignment-card header div{display:grid;gap:2px}.prepare-assignment-card header strong{line-height:1.15}.prepare-assignment-card header small,.prepare-assignment-card header>span{color:#52647a;font-size:12px;font-weight:800}.prepare-assignment-rows{display:grid;gap:6px;min-height:40px}.prepare-assignment-row,.prepare-assignment-candidate{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;padding:5px 6px;border:1px solid #dbe6f3;border-radius:6px;background:#f8fafc;color:#0f172a}.prepare-assignment-row>span:nth-child(2),.prepare-assignment-candidate>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.prepare-assignment-shirt{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#0f4f8f;color:#fff;font-size:11px;font-weight:900}.prepare-assignment-remove{width:26px;height:26px;border:0;border-radius:6px;background:#e2e8f0;color:#0f172a;font-weight:900;cursor:pointer}.prepare-assignment-add{justify-self:start}.prepare-assignment-empty{color:#60748c;font-size:13px;font-weight:700}.prepare-assignment-popover-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2300;background:#0f172a47}.prepare-assignment-popover{position:fixed;left:50%;top:50%;z-index:2301;width:min(520px,calc(100vw - 32px));max-height:min(640px,calc(100vh - 60px));transform:translate(-50%,-50%);display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;padding:14px;border:1px solid #dbe6f3;border-radius:10px;background:#fff;box-shadow:0 24px 60px #0f172a38}.prepare-assignment-popover header{display:flex;align-items:center;justify-content:space-between;gap:10px}.prepare-assignment-popover h4{margin:0;font-size:18px}.prepare-assignment-search{width:100%}.prepare-assignment-candidates{display:grid;gap:6px;min-height:0;overflow:auto}.prepare-assignment-candidate{width:100%;grid-template-columns:30px minmax(0,1fr) minmax(42px,auto);cursor:pointer;text-align:left}.prepare-assignment-candidate small{color:#52647a;font-weight:800}@media (max-width: 900px){.prepare-quick-choices-grid{grid-template-columns:1fr}}.player-assignment-card{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;min-width:0;min-height:0;padding:10px;border:1px solid #dbe6f3;border-radius:8px;background:#fff}.player-assignment-card header{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.player-assignment-card header div{display:grid;gap:2px}.player-assignment-card header strong{line-height:1.15}.player-assignment-card header small,.player-assignment-card header>span{color:#52647a;font-size:12px;font-weight:800}.player-assignment-rows{display:grid;align-content:start;gap:6px;min-height:40px;overflow:auto}.player-assignment-row,.player-assignment-candidate{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;padding:5px 6px;border:1px solid #dbe6f3;border-radius:6px;background:#f8fafc;color:#0f172a}.player-assignment-row>span:nth-child(2),.player-assignment-candidate>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.player-assignment-shirt{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#0f4f8f;color:#fff;font-size:11px;font-weight:900}.player-assignment-remove{width:26px;height:26px;border:0;border-radius:6px;background:#e2e8f0;color:#0f172a;font-weight:900;cursor:pointer}.player-assignment-add{justify-self:start}.player-assignment-empty{color:#60748c;font-size:13px;font-weight:700}.player-assignment-popover-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2300;background:#0f172a47}.player-assignment-popover{position:fixed;left:50%;top:50%;z-index:2301;width:min(520px,calc(100vw - 32px));max-height:min(640px,calc(100vh - 60px));transform:translate(-50%,-50%);display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;padding:14px;border:1px solid #dbe6f3;border-radius:10px;background:#fff;box-shadow:0 24px 60px #0f172a38}.player-assignment-popover header{display:flex;align-items:center;justify-content:space-between;gap:10px}.player-assignment-popover h4{margin:0;font-size:18px}.player-assignment-search{width:100%}.player-assignment-candidates{display:grid;gap:6px;min-height:0;overflow:auto}.player-assignment-candidate{width:100%;grid-template-columns:30px minmax(0,1fr) minmax(42px,auto);cursor:pointer;text-align:left}.player-assignment-candidate small{color:#52647a;font-weight:800}.prepare-gara-modal{max-height:calc(100vh - 28px)}.prepare-gara-modal-body{min-height:0}.prepare-corners-for-panel{height:calc(100vh - 230px);min-height:620px}.prepare-corner-card{height:100%}.prepare-corner-layout{height:auto;flex:1 1 auto;min-height:0}.prepare-corner-main{grid-template-rows:minmax(0,1fr) 150px}.prepare-corner-groups{height:150px;grid-template-columns:1fr!important}.prepare-corner-groups .player-assignment-card{width:100%}@media (max-width: 760px){.prepare-corners-for-panel{height:auto;min-height:0}.prepare-corner-main{height:520px;grid-template-rows:minmax(0,1fr) 160px}.prepare-corner-groups{height:160px}}.modal.prepare-gara-modal{height:calc(100vh - 28px);max-height:calc(100vh - 28px);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.modal.prepare-gara-modal .prepare-gara-modal-body{min-height:0;overflow:auto;padding-bottom:0}.modal.prepare-gara-modal .prepare-gara-actions{margin-top:0;padding:10px 0 0}.prepare-corners-for-panel{height:100%;min-height:0;align-items:stretch}.prepare-corner-card{height:100%;min-height:0;padding:10px;gap:8px}.prepare-corner-head h3{font-size:15px}.prepare-corner-layout{height:auto;min-height:0;flex:1 1 auto;grid-template-columns:220px minmax(0,1fr);gap:10px}.prepare-corner-list{height:100%;min-height:0;padding:8px;gap:5px}.prepare-corner-player-scroll{display:grid;align-content:start;gap:4px;overflow-y:auto;overflow-x:hidden}.prepare-corner-player{min-height:30px;grid-template-columns:28px minmax(0,1fr);gap:6px;padding:4px 6px;font-size:12px;line-height:1.15}.prepare-corner-shirt{width:23px;height:23px;font-size:11px}.prepare-corner-player span:last-child{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.15}.prepare-corner-main{height:100%;min-height:0;grid-template-rows:minmax(0,1fr) 128px;gap:8px}.prepare-corner-field{height:100%;min-height:270px}.prepare-corner-field:after{top:70%}.prepare-corner-mid-circle{top:70%}.prepare-corner-box-large{height:84px}.prepare-corner-box-small{height:44px}.prepare-corner-groups{height:128px;min-height:128px;grid-template-columns:1fr!important}.prepare-corner-groups .player-assignment-card{width:100%;height:100%;min-height:0;padding:8px;gap:6px}.prepare-corner-groups .player-assignment-rows{min-height:24px;max-height:42px}.prepare-corner-groups .player-assignment-add{min-height:30px;padding:5px 10px}.prepare-corner-groups .player-assignment-empty{font-size:12px}@media (max-height: 820px){.prepare-corner-layout{grid-template-columns:230px minmax(0,.92fr)}.prepare-corner-player{min-height:27px;padding-top:3px;padding-bottom:3px}.prepare-corner-shirt{width:21px;height:21px}.prepare-corner-main{grid-template-rows:minmax(0,1fr) 120px}.prepare-corner-groups{height:120px;min-height:120px}.prepare-corner-groups .player-assignment-rows{max-height:34px}}@media (max-width: 1100px){.prepare-corners-for-panel{grid-template-columns:1fr;height:auto}.prepare-corner-card{min-height:680px}}@media (max-width: 760px){.modal.prepare-gara-modal{height:calc(100vh - 18px);max-height:calc(100vh - 18px)}.prepare-corner-layout{grid-template-columns:1fr}.prepare-corner-list{height:260px}.prepare-corner-main{height:520px;grid-template-rows:minmax(0,1fr) 140px}.prepare-corner-groups{height:140px;min-height:140px}}.modal.prepare-gara-modal.open{top:calc(var(--app-header-h) + 14px)!important;bottom:14px!important;height:auto!important;max-height:none!important;display:grid!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-gara-modal-header,.modal.prepare-gara-modal .prepare-gara-tabs{margin-bottom:12px!important}.modal.prepare-gara-modal .prepare-gara-modal-body{min-height:0!important;height:100%!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-gara-actions{position:relative!important;z-index:4!important;margin-top:10px!important;padding:10px 0 0!important;background:#fff!important;border-top:1px solid #dbe6f3!important;flex-shrink:0!important}.modal.prepare-gara-modal .prepare-corners-for-panel{height:100%!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;overflow:hidden!important;align-items:stretch!important}.modal.prepare-gara-modal .prepare-corner-card{height:100%!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:10px!important}.modal.prepare-gara-modal .prepare-corner-head{flex:0 0 auto!important}.modal.prepare-gara-modal .prepare-corner-layout{flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow:hidden!important;display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;gap:10px!important}.modal.prepare-gara-modal .prepare-corner-list{height:100%!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;padding:8px!important}.modal.prepare-gara-modal .prepare-corner-player-scroll{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;gap:4px!important;padding-right:2px!important}.modal.prepare-gara-modal .prepare-corner-player{min-height:29px!important;padding:4px 6px!important;grid-template-columns:27px minmax(0,1fr)!important}.modal.prepare-gara-modal .prepare-corner-shirt{width:22px!important;height:22px!important;font-size:11px!important}.modal.prepare-gara-modal .prepare-corner-main{height:100%!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:minmax(0,1fr) 132px!important;gap:8px!important}.modal.prepare-gara-modal .prepare-corner-field{height:100%!important;min-height:0!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-corner-field:before{background-image:none!important}.modal.prepare-gara-modal .prepare-corner-field:after,.modal.prepare-gara-modal .prepare-corner-mid-circle{top:70%!important}.modal.prepare-gara-modal .prepare-corner-groups{height:132px!important;min-height:132px!important;overflow:hidden!important;display:grid!important;grid-template-columns:1fr!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-card{height:100%!important;min-height:0!important;overflow:hidden!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:5px!important;padding:8px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-card header{align-items:start!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-rows{min-height:0!important;max-height:none!important;overflow-y:auto!important;gap:4px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-row{min-height:28px!important;padding:3px 5px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-add{min-height:30px!important;padding:5px 10px!important;justify-self:start!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-empty{font-size:12px!important}.modal.prepare-gara-modal .player-assignment-popover-backdrop{z-index:130!important}.modal.prepare-gara-modal .player-assignment-popover{z-index:131!important}@media (max-height: 820px){.modal.prepare-gara-modal .prepare-corner-layout{grid-template-columns:236px minmax(0,.92fr)!important}.modal.prepare-gara-modal .prepare-corner-main{grid-template-rows:minmax(0,1fr) 124px!important}.modal.prepare-gara-modal .prepare-corner-groups{height:124px!important;min-height:124px!important}.modal.prepare-gara-modal .prepare-corner-player{min-height:26px!important;padding-top:3px!important;padding-bottom:3px!important}}@media (max-width: 1100px){.modal.prepare-gara-modal.open{top:9px!important;bottom:9px!important}.modal.prepare-gara-modal .prepare-corners-for-panel{grid-template-columns:1fr!important;overflow-y:auto!important}.modal.prepare-gara-modal .prepare-corner-card{min-height:660px!important}}.modal.prepare-gara-modal .prepare-corner-main{grid-template-rows:minmax(0,1fr) 192px!important}.modal.prepare-gara-modal .prepare-corner-groups{height:192px!important;min-height:192px!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-card{grid-template-rows:auto 1fr auto!important;gap:6px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-rows{overflow:hidden!important;display:grid!important;grid-template-rows:repeat(4,minmax(26px,1fr))!important;gap:4px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-row{min-height:0!important;height:100%!important;grid-template-columns:28px minmax(0,1fr) 24px!important;gap:6px!important;padding:3px 5px!important;font-size:12px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-shirt{width:22px!important;height:22px!important;font-size:11px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-remove{width:22px!important;height:22px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-add{min-height:28px!important;padding:4px 10px!important}.player-assignment-popover header div{display:grid;gap:2px}.player-assignment-popover header small,.player-assignment-popover-actions span{color:#52647a;font-size:12px;font-weight:800}.player-assignment-candidate.selected{border-color:#1d4ed8;background:#e8f1ff;box-shadow:inset 3px 0 #1d4ed8}.player-assignment-candidate:disabled{cursor:not-allowed;opacity:.48}.player-assignment-popover-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:10px;border-top:1px solid #dbe6f3}.prepare-corner-player.is-dragging{opacity:.55}@media (max-height: 820px){.modal.prepare-gara-modal .prepare-corner-main{grid-template-rows:minmax(0,1fr) 178px!important}.modal.prepare-gara-modal .prepare-corner-groups{height:178px!important;min-height:178px!important}.modal.prepare-gara-modal .prepare-corner-groups .player-assignment-row{font-size:11px!important}}.modal.prepare-gara-modal .prepare-corners-for-panel.prepare-corners-for-panel-shared-list{grid-template-columns:minmax(0,1fr) 230px minmax(0,1fr)!important;gap:12px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-card{min-width:0!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-main{grid-template-rows:minmax(0,1fr) 210px!important;gap:8px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-field{min-height:0!important}.modal.prepare-gara-modal .prepare-corner-list-shared{height:100%!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;align-self:stretch!important;padding:8px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player-scroll{min-height:0!important;overflow-y:auto!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-player{min-height:28px!important;padding:4px 6px!important;grid-template-columns:27px minmax(0,1fr)!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups{height:210px!important;min-height:210px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-card{padding:7px!important;gap:5px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-rows{grid-template-rows:repeat(4,30px)!important;overflow:hidden!important;gap:4px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-row{height:30px!important;min-height:30px!important;padding:3px 5px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-add{min-height:28px!important;padding:4px 10px!important}@media (max-height: 820px){.modal.prepare-gara-modal .prepare-corners-for-panel.prepare-corners-for-panel-shared-list{grid-template-columns:minmax(0,1fr) 220px minmax(0,1fr)!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-main{grid-template-rows:minmax(0,1fr) 198px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups{height:198px!important;min-height:198px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-rows{grid-template-rows:repeat(4,28px)!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-row{height:28px!important;min-height:28px!important}}@media (max-width: 1180px){.modal.prepare-gara-modal .prepare-corners-for-panel.prepare-corners-for-panel-shared-list{grid-template-columns:1fr!important;overflow-y:auto!important}.modal.prepare-gara-modal .prepare-corner-list-shared{min-height:280px!important;order:-1}}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-main{grid-template-rows:minmax(0,1fr) 236px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups{height:236px!important;min-height:236px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-card{padding:6px!important;gap:4px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-card header{min-height:34px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-card header strong{line-height:1.05!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-card header small,.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-card header>span{font-size:11px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-rows{grid-template-rows:repeat(4,31px)!important;gap:4px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-row{height:31px!important;min-height:31px!important;line-height:1.05!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-add{min-height:27px!important;padding:3px 10px!important}.modal.prepare-gara-modal .prepare-corner-field:after{left:10px!important;right:10px!important;width:auto!important}@media (max-height: 820px){.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-main{grid-template-rows:minmax(0,1fr) 224px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups{height:224px!important;min-height:224px!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-rows{grid-template-rows:repeat(4,30px)!important}.modal.prepare-gara-modal .prepare-corners-for-panel-shared-list .prepare-corner-groups .player-assignment-row{height:30px!important;min-height:30px!important}}.team-recovery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.team-recovery-card{border:1px solid #cfe0f4;background:#f8fbff;color:#061a3a;cursor:pointer;display:flex;flex-direction:column;gap:8px;min-height:130px;padding:16px;text-align:left}.team-recovery-card:hover{background:#eef6ff;border-color:#8bb8ee}.team-recovery-card:disabled{cursor:progress;opacity:.7}.team-recovery-card span,.team-recovery-card small{color:#475569;line-height:1.35}@media (max-width: 760px){.team-recovery-options{grid-template-columns:1fr}}.team-existing-list-hidden{display:none}.team-season-empty{align-items:stretch;background:linear-gradient(180deg,#f8fbff,#eef6ff);border:1px solid #cfe0f4;border-radius:8px;display:grid;gap:18px;grid-template-columns:minmax(260px,.9fr) minmax(420px,1.1fr);margin-top:16px;padding:22px}.team-season-empty-copy{display:flex;flex-direction:column;justify-content:center}.team-season-kicker{color:#0b5aa8;font-size:12px;font-weight:800;letter-spacing:0;margin:0 0 8px;text-transform:uppercase}.team-season-empty h3{color:#061a3a;font-size:24px;line-height:1.2;margin:0 0 10px}.team-season-empty p{color:#42526e;line-height:1.45;margin:0}.team-season-empty-actions{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.team-season-action{background:#fff;border:1px solid #cfe0f4;border-radius:8px;color:#061a3a;cursor:pointer;display:flex;flex-direction:column;gap:9px;min-height:170px;padding:18px;text-align:left;transition:background-color .15s ease,border-color .15s ease}.team-season-action:hover{background:#f3f9ff;border-color:#7fb1eb}.team-season-action-recover{border-color:#91d4aa;background:#f5fff8}.team-season-action-recover:hover{background:#ecfff1;border-color:#22a456}.team-season-action-icon{align-items:center;background:#e8f1ff;border-radius:999px;color:#0b5aa8;display:inline-flex;font-size:11px;font-weight:800;height:30px;justify-content:center;width:42px}.team-season-action-recover .team-season-action-icon{background:#dcfce7;color:#14713b}.team-season-action strong{font-size:16px;line-height:1.25}.team-season-action small{color:#52627a;line-height:1.35}@media (max-width: 900px){.team-season-empty,.team-season-empty-actions{grid-template-columns:1fr}}.team-recovery-quota{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin:14px 0}.team-recovery-quota span{background:#f8fbff;border:1px solid #d7e4f5;border-radius:8px;color:#061a3a;display:flex;flex-direction:column;gap:4px;padding:10px 12px}.team-recovery-quota b{color:#50627c;font-size:12px}.team-recovery-list,.team-recovery-single,.team-recovery-summary-grid{border:1px solid #d7e4f5;border-radius:8px;margin-top:12px;padding:14px}.team-recovery-list h4,.team-recovery-single h4{margin:0 0 10px}.team-recovery-choice{align-items:flex-start;border:1px solid #dbe7f6;border-radius:8px;cursor:pointer;display:flex;gap:10px;margin-top:8px;padding:10px}.team-recovery-choice.selected{background:#eef6ff;border-color:#4f92dc}.team-recovery-choice>span{display:flex;flex:1;flex-direction:column;gap:4px}.team-recovery-choice small{color:#52627a}.team-recovery-single dl{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 12px}.team-recovery-single dl div{background:#f8fbff;border-radius:8px;padding:8px 10px}.team-recovery-single dt{color:#52627a;font-size:12px}.team-recovery-single dd{margin:3px 0 0;font-weight:700}.team-recovery-stats{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.team-recovery-stats span{background:#f8fbff;border:1px solid #e1ebf6;border-radius:999px;color:#42526e;padding:6px 8px;text-align:center}.team-recovery-stats b{color:#061a3a}.team-recovery-summary-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.team-recovery-summary-grid ul{margin:8px 0 0;padding-left:18px}.team-recovery-summary-grid li{margin:4px 0}.team-recovery-modal{max-width:860px}.team-recovery-field{display:grid;gap:6px;margin:14px 0}.team-recovery-field>span,.team-recovery-source small{color:#52627a;font-size:12px;font-weight:700;text-transform:uppercase}.team-recovery-source{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.team-recovery-source>span{display:flex;flex-direction:column;gap:3px;background:#f8fbff;border:1px solid #d7e4f5;border-radius:8px;padding:10px 12px}.team-recovery-source em{color:#52627a;font-size:12px;font-style:normal}.team-recovery-summary-card{min-width:0}.team-recovery-summary-card ul,.team-recovery-excluded ul,.team-recovery-notice ul,.team-recovery-status ul{list-style:none;margin:8px 0 0;padding:0}.team-recovery-summary-card li,.team-recovery-excluded li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #e6edf6;padding:4px 0}.team-recovery-status,.team-recovery-notice,.team-recovery-confirm{border:1px solid #d7e4f5;border-radius:8px;margin-top:12px;padding:10px 12px}.team-recovery-status.is-error{background:#fff7f7;border-color:#f1b6b6;color:#8f1d1d}.team-recovery-notice{background:#fffaf0;border-color:#f1d08a}.team-recovery-confirm{align-items:flex-start;background:#f5fff8;border-color:#9bd5ad;display:flex;gap:8px}@media (max-width: 760px){.team-recovery-source{grid-template-columns:1fr}}@media (max-width: 760px){.team-recovery-quota,.team-recovery-single dl,.team-recovery-stats,.team-recovery-summary-grid{grid-template-columns:1fr}}.tactical-board-field-defense .prepare-corner-goal{bottom:0;top:auto;border-bottom:0;border-top:2px solid #0f172a}.tactical-board-field-defense .prepare-corner-box{bottom:10px;top:auto;border-bottom:0;border-top:1px solid rgba(21,128,61,.55)}.tactical-board-field-defense .prepare-corner-box-large{height:92px}.tactical-board-field-defense .prepare-corner-box-small{height:48px}.tactical-board-field-defense .prepare-corner-mid-circle{bottom:132px;top:auto}.prepare-corner-token.is-opponent{background:#dc2626;box-shadow:0 4px 10px #dc262647}.prepare-markings-card{border:1px solid #cfe0f4;border-radius:8px;display:grid;gap:6px;grid-template-rows:auto minmax(0,1fr) auto;min-height:210px;padding:8px}.prepare-markings-card header,.prepare-markings-modal header,.prepare-markings-modal footer{align-items:center;display:flex;justify-content:space-between;gap:10px}.prepare-markings-card header div{display:grid;gap:2px}.prepare-markings-card header small{color:#475569;font-size:11px;font-weight:700}.prepare-markings-rows{display:grid;gap:4px;grid-template-rows:repeat(5,30px);min-height:154px;overflow:hidden}.prepare-marking-row{align-items:center;background:#f8fbff;border:1px solid #d8e4f4;border-radius:6px;cursor:grab;display:grid;gap:6px;grid-template-columns:28px minmax(0,1fr) 24px;min-height:30px;padding:3px 5px}.prepare-marking-row span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prepare-marking-opponent{background:#dc2626;border-radius:999px;color:#fff;display:inline-grid;font-size:11px;font-weight:900;height:24px;place-items:center;width:24px}.prepare-marking-row button{border:0;border-radius:5px;cursor:pointer;font-weight:900;height:22px}.prepare-markings-add{justify-self:start;min-height:28px;padding:4px 10px}.prepare-markings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:1300}.prepare-markings-modal{background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 20px 60px #0f172a47;display:grid;gap:12px;left:50%;max-height:min(82vh,760px);max-width:920px;overflow:hidden;padding:18px;position:fixed;top:50%;transform:translate(-50%,-50%);width:min(92vw,920px);z-index:1301}.prepare-markings-modal h4{margin:0}.prepare-markings-modal small{color:#475569;font-weight:700}.prepare-markings-table-wrap{overflow:auto}.prepare-markings-table{border-collapse:collapse;width:100%}.prepare-markings-table th,.prepare-markings-table td{border:1px solid #d8e4f4;padding:6px;text-align:left}.prepare-markings-table th:first-child,.prepare-markings-table td:first-child{width:86px}.prepare-markings-table input,.prepare-markings-table select{border:1px solid #bcd0e8;border-radius:6px;min-height:34px;padding:6px 8px;width:100%}.prepare-markings-table tr.is-associated{background:#ecfdf5}@media (max-width: 1180px){.prepare-markings-modal{width:min(96vw,760px)}}.prepare-corner-player{grid-template-columns:27px minmax(0,1fr) 27px!important}.prepare-corner-player.is-complete{cursor:not-allowed;opacity:.48}.prepare-corner-player:disabled{pointer-events:none}.prepare-corner-shirt.is-used{background:#16a34a}.prepare-corner-token{overflow:visible}.prepare-corner-token>span:first-child{pointer-events:none}.prepare-corner-token-remove{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:999px;color:#0f172a;cursor:pointer;display:flex;font-size:11px;font-weight:900;height:16px;justify-content:center;line-height:1;position:absolute;right:-7px;top:-7px;width:16px;z-index:3}.prepare-corner-token.is-opponent .prepare-corner-token-remove{color:#991b1b}.modal.prepare-gara-modal .prepare-corners-for-panel.prepare-corners-for-panel-shared-list{grid-template-columns:minmax(0,.95fr) 300px minmax(0,.95fr)!important;overflow-x:hidden!important}.modal.prepare-gara-modal .prepare-corner-list-shared{min-width:300px!important;overflow-x:hidden!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player-scroll{overflow-x:hidden!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player{display:grid!important;grid-template-columns:28px minmax(0,1fr) 28px!important;align-items:center!important;column-gap:8px!important;width:100%!important;min-width:0!important;min-height:29px!important;padding:3px 6px!important;white-space:nowrap!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>span:nth-child(2){display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-shirt{flex:0 0 26px!important;height:26px!important;width:26px!important}@media (max-height: 820px){.modal.prepare-gara-modal .prepare-corners-for-panel.prepare-corners-for-panel-shared-list{grid-template-columns:minmax(0,.95fr) 285px minmax(0,.95fr)!important}.modal.prepare-gara-modal .prepare-corner-list-shared{min-width:285px!important}}@media (max-width: 1180px){.modal.prepare-gara-modal .prepare-corners-for-panel.prepare-corners-for-panel-shared-list{grid-template-columns:1fr!important}.modal.prepare-gara-modal .prepare-corner-list-shared{min-width:0!important}}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player .prepare-corner-shirt{align-items:center!important;border-radius:999px!important;box-sizing:border-box!important;display:flex!important;flex:0 0 26px!important;font-size:11px!important;font-weight:900!important;height:26px!important;justify-content:center!important;line-height:1!important;margin:0!important;padding:0!important;position:static!important;text-align:center!important;transform:none!important;width:26px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.is-complete{cursor:grab!important;opacity:.55!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player-name{align-items:center!important;display:grid!important;gap:4px!important;grid-template-columns:14px minmax(0,1fr) 14px!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player-name-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-corner-stay-flag{align-items:center!important;color:#94a3b8!important;display:flex!important;font-size:12px!important;font-weight:900!important;height:14px!important;justify-content:center!important;line-height:1!important;width:14px!important}.modal.prepare-gara-modal .prepare-corner-stay-flag.is-on{color:#16a34a!important}.modal.prepare-gara-modal .prepare-stayback-dropzone.is-over .prepare-stayback-card{background:#f0fdf4!important;outline:3px solid rgba(22,163,74,.25)!important}.modal.prepare-gara-modal .prepare-stayback-slots{overflow:hidden!important}.modal.prepare-gara-modal .prepare-stayback-slot.is-empty{border-style:dashed!important;color:#64748b!important}.modal.prepare-gara-modal .prepare-stayback-slot.is-filled .player-assignment-shirt{background:#d97706!important;color:#fff!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player{grid-template-columns:28px minmax(0,1fr) 28px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.has-stayback-flags{grid-template-columns:14px 28px minmax(0,1fr) 28px 14px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-player-name-text{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-stay-flag{align-items:center!important;display:flex!important;height:26px!important;justify-content:center!important;width:14px!important}.modal.prepare-gara-modal .prepare-markings-rows{align-content:start!important;display:grid!important;gap:4px 8px!important;grid-auto-flow:column!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:repeat(4,30px)!important;min-height:132px!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-marking-row{min-width:0!important}.modal.prepare-gara-modal .prepare-marking-row span:nth-child(2){min-width:0!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player .prepare-corner-shirt{align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;vertical-align:middle!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player{align-items:center!important}.prepare-corner-penalty-arc,.prepare-corner-center-circle,.prepare-corner-kick-marker,.prepare-corner-kick-flag{pointer-events:none;position:absolute;z-index:1}.prepare-corner-penalty-arc{border:2px solid rgba(21,128,61,.34);border-top:0;border-radius:0 0 92px 92px;height:44px;left:50%;top:96px;transform:translate(-50%);width:92px}.tactical-board-field-defense .prepare-corner-penalty-arc{border-bottom:0;border-radius:92px 92px 0 0;border-top:2px solid rgba(21,128,61,.34);bottom:96px;top:auto}.modal.prepare-gara-modal .prepare-corner-mid-circle{display:none!important}.prepare-corner-center-circle{border:2px solid rgba(21,128,61,.28);border-radius:999px;height:92px;left:50%;top:70%;transform:translate(-50%,-50%);width:92px}.modal.prepare-gara-modal .tactical-board-field-attack:after{top:70%!important}.modal.prepare-gara-modal .tactical-board-field-attack .prepare-corner-center-circle{top:70%!important}.modal.prepare-gara-modal .tactical-board-field-defense:after{top:58%!important}.modal.prepare-gara-modal .tactical-board-field-defense .prepare-corner-center-circle{top:58%!important}.prepare-corner-kick-marker{background:#1665343d;border:2px solid rgba(22,101,52,.52);border-radius:999px;height:22px;width:22px}.prepare-corner-kick-flag{height:18px;width:14px}.prepare-corner-kick-flag:before{background:#15803d;content:"";height:16px;left:5px;position:absolute;top:2px;width:2px}.prepare-corner-kick-flag:after{border-bottom:5px solid transparent;border-left:8px solid #facc15;border-top:5px solid transparent;content:"";left:7px;position:absolute;top:2px}.tactical-board-field-attack[data-prepare-corner-field=dx] .prepare-corner-kick-marker,.tactical-board-field-attack[data-prepare-corner-field=dx] .prepare-corner-kick-flag{right:10px;top:10px}.tactical-board-field-attack[data-prepare-corner-field=sx] .prepare-corner-kick-marker,.tactical-board-field-attack[data-prepare-corner-field=sx] .prepare-corner-kick-flag{left:10px;top:10px}.tactical-board-field-defense[data-prepare-corner-field=dx] .prepare-corner-kick-marker,.tactical-board-field-defense[data-prepare-corner-field=dx] .prepare-corner-kick-flag{bottom:10px;right:10px}.tactical-board-field-defense[data-prepare-corner-field=sx] .prepare-corner-kick-marker,.tactical-board-field-defense[data-prepare-corner-field=sx] .prepare-corner-kick-flag{bottom:10px;left:10px}.tactical-board-field-attack[data-prepare-corner-field=dx] .prepare-corner-kick-flag,.tactical-board-field-defense[data-prepare-corner-field=dx] .prepare-corner-kick-flag{transform:translate(-2px,1px)}.tactical-board-field-attack[data-prepare-corner-field=sx] .prepare-corner-kick-flag,.tactical-board-field-defense[data-prepare-corner-field=sx] .prepare-corner-kick-flag{transform:translate(5px,1px) scaleX(-1)}.modal.prepare-gara-modal .tactical-board-field-defense:after{top:49%!important}.modal.prepare-gara-modal .tactical-board-field-defense .prepare-corner-center-circle{top:49%!important}.modal.prepare-gara-modal .tactical-board-field-defense:after{top:70%!important}.modal.prepare-gara-modal .tactical-board-field-defense .prepare-corner-center-circle{top:70%!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player{align-items:center!important;line-height:26px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-shirt,.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.has-stayback-flags>.prepare-corner-shirt{align-items:center!important;align-self:center!important;display:flex!important;font-size:11px!important;height:26px!important;justify-content:center!important;line-height:26px!important;margin:0!important;padding:0!important;place-self:center!important;text-align:center!important;transform:translateY(0)!important;width:26px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-player-name-text{align-self:center!important;line-height:26px!important}.modal.prepare-gara-modal .tactical-board-field-defense:after{top:24%!important}.modal.prepare-gara-modal .tactical-board-field-defense .prepare-corner-center-circle{top:24%!important}.modal.prepare-gara-modal .prepare-free-kicks-panel .prepare-corner-main{grid-template-rows:minmax(0,1fr) 188px!important}.modal.prepare-gara-modal .prepare-free-kick-assignment-card{border:1px solid #cfe0f4;border-radius:8px;display:grid;gap:6px;min-height:188px;overflow:hidden;padding:8px}.modal.prepare-gara-modal .prepare-free-kick-assignment-card>header{align-items:center;display:flex;justify-content:space-between}.modal.prepare-gara-modal .prepare-free-kick-groups{display:grid!important;gap:6px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;height:auto!important;min-height:0!important}.modal.prepare-gara-modal .prepare-free-kick-groups .player-assignment-card{min-height:0!important;padding:6px!important}.modal.prepare-gara-modal .prepare-free-kick-groups .player-assignment-card header{margin-bottom:4px!important}.modal.prepare-gara-modal .prepare-free-kick-groups .player-assignment-rows{gap:3px!important;max-height:72px!important;overflow:hidden!important}.modal.prepare-gara-modal .prepare-free-kick-groups .player-assignment-row{min-height:24px!important;padding:2px 4px!important}.modal.prepare-gara-modal .prepare-free-kick-groups .player-assignment-add{min-height:24px!important;padding:2px 8px!important}.tactical-board-field-attack[data-prepare-corner-set-piece=freeKicks] .prepare-corner-kick-marker,.tactical-board-field-attack[data-prepare-corner-set-piece=freeKicks] .prepare-corner-kick-flag{top:30%!important}.tactical-board-field-attack[data-prepare-corner-set-piece=freeKicks][data-prepare-corner-field=dx] .prepare-corner-kick-marker,.tactical-board-field-attack[data-prepare-corner-set-piece=freeKicks][data-prepare-corner-field=dx] .prepare-corner-kick-flag{right:10px!important;left:auto!important}.tactical-board-field-attack[data-prepare-corner-set-piece=freeKicks][data-prepare-corner-field=sx] .prepare-corner-kick-marker,.tactical-board-field-attack[data-prepare-corner-set-piece=freeKicks][data-prepare-corner-field=sx] .prepare-corner-kick-flag{left:10px!important;right:auto!important}.modal.prepare-gara-modal .prepare-free-kicks-panel .prepare-corner-main{grid-template-rows:minmax(0,1fr) 96px!important}.modal.prepare-gara-modal .prepare-free-kick-placeholder-card{align-items:center;border:1px solid #cfe0f4;border-radius:8px;color:#475569;display:flex;min-height:96px;padding:12px}.prepare-smallbox-section{border:1px solid #d6e1ef;border-radius:10px;background:#f8fbff;padding:12px;margin:12px 0 0}.prepare-smallbox-section header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.prepare-smallbox-section h4{margin:0;color:#0b2d55;font-size:15px;font-weight:800}.prepare-smallbox-auto{display:flex;align-items:center;gap:8px;max-width:360px;color:#263b55;font-size:13px;line-height:1.25}.prepare-smallbox-rows{display:grid;gap:8px}.prepare-smallbox-row{display:grid;grid-template-columns:110px minmax(220px,1fr) 36px;align-items:center;gap:10px}.prepare-smallbox-row>span{color:#0f2746;font-weight:700}.prepare-smallbox-row select{width:100%;min-height:36px;border:1px solid #c8d7ea;border-radius:8px;background:#fff;padding:0 10px}.prepare-smallbox-row .btn-icon{width:34px;height:34px;border:0;border-radius:8px;background:#e8eef6;color:#1d2b3d;font-size:18px;font-weight:800;cursor:pointer}.prepare-smallbox-row .btn-icon:hover{background:#dbe6f3}@media (max-width: 760px){.prepare-smallbox-section header{flex-direction:column}.prepare-smallbox-row{grid-template-columns:1fr 36px}.prepare-smallbox-row>span{grid-column:1 / -1}}.prepare-markings-modal .prepare-smallbox-section{border:1px solid #d6e1ef;border-radius:10px;background:#fff;padding:12px;margin:10px 0 0}.prepare-markings-modal .prepare-smallbox-layout{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(360px,1.2fr);gap:18px;align-items:stretch}.prepare-markings-modal .prepare-smallbox-visual{border-right:1px solid #e1e9f3;padding-right:16px}.prepare-markings-modal .prepare-smallbox-visual h4{margin:0 0 10px;color:#0b2d55;font-size:15px;font-weight:800}.prepare-markings-modal .prepare-smallbox-visual p{margin:8px 0 0;color:#40546e;font-size:12px;line-height:1.3;text-align:center}.prepare-markings-modal .prepare-smallbox-mini-pitch{position:relative;width:min(190px,100%);height:74px;margin:0 auto;border:1px solid #9fb6cf;background:linear-gradient(180deg,#f8fcff,#eef6ff);overflow:hidden}.prepare-markings-modal .prepare-smallbox-mini-goal{position:absolute;top:-1px;left:50%;width:46px;height:12px;transform:translate(-50%);border:1px solid #9fb6cf;border-top:0;background:#fff}.prepare-markings-modal .prepare-smallbox-mini-box{position:absolute;top:0;left:32px;right:32px;height:42px;border:1px solid #9fb6cf;border-top:0}.prepare-markings-modal .prepare-smallbox-mini-chip{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#0b5ca8;color:#fff;font-size:11px;font-weight:800;box-shadow:0 2px 5px #0b5ca847}.prepare-markings-modal .prepare-smallbox-mini-chip.near{left:42px;top:38px}.prepare-markings-modal .prepare-smallbox-mini-chip.center{left:50%;top:34px;transform:translate(-50%)}.prepare-markings-modal .prepare-smallbox-mini-chip.far{right:42px;top:38px}.prepare-markings-modal .prepare-smallbox-controls{display:flex;flex-direction:column;align-items:stretch;gap:8px}.prepare-markings-modal .prepare-smallbox-rows{width:100%;display:grid;gap:8px}.prepare-markings-modal .prepare-smallbox-row{display:grid;grid-template-columns:190px minmax(220px,1fr) 34px;align-items:center;gap:10px}.prepare-markings-modal .prepare-smallbox-row>span{color:#0f2746;font-size:13px;font-weight:700}.prepare-markings-modal .prepare-smallbox-row select{width:100%;min-height:34px;border:1px solid #c8d7ea;border-radius:8px;background:#fff;padding:0 10px}.prepare-markings-modal .prepare-smallbox-row .btn-icon{width:32px;height:32px;border:0;border-radius:8px;background:#e8eef6;color:#1d2b3d;font-size:18px;font-weight:800;cursor:pointer}.prepare-markings-modal .prepare-smallbox-auto{display:flex;align-items:center;gap:8px;max-width:none;margin-top:10px;color:#263b55;font-size:13px;line-height:1.25}.prepare-markings-modal .prepare-smallbox-info{margin:10px 0 0;padding:9px 12px;border-radius:8px;background:#eaf3ff;color:#263b55;font-size:12px}@media (max-width: 820px){.prepare-markings-modal .prepare-smallbox-layout{grid-template-columns:1fr}.prepare-markings-modal .prepare-smallbox-visual{border-right:0;border-bottom:1px solid #e1e9f3;padding:0 0 12px}.prepare-markings-modal .prepare-smallbox-row{grid-template-columns:1fr 34px}.prepare-markings-modal .prepare-smallbox-row>span{grid-column:1 / -1}}.prepare-markings-modal{display:flex!important;flex-direction:column!important;gap:8px!important;max-height:94vh!important;overflow:hidden!important;padding:12px!important;top:3vh!important;transform:translate(-50%)!important}.prepare-markings-modal>header,.prepare-markings-modal>footer{flex:0 0 auto!important}.prepare-markings-modal>footer{align-items:center!important;background:#fff!important;border-top:1px solid #e2e8f0!important;display:flex!important;justify-content:space-between!important;margin:0 -12px -12px!important;padding:10px 12px!important;position:sticky!important;bottom:0!important;z-index:2!important}.prepare-markings-modal .prepare-markings-table-wrap{flex:1 1 auto!important;max-height:calc(94vh - 360px)!important;min-height:210px!important;overflow:auto!important}.prepare-markings-modal .prepare-markings-table th,.prepare-markings-modal .prepare-markings-table td{padding:3px 6px!important}.prepare-markings-modal .prepare-markings-table input,.prepare-markings-modal .prepare-markings-table select{min-height:28px!important;padding:3px 7px!important}.prepare-markings-modal .prepare-smallbox-section{flex:0 0 auto!important;margin-top:4px!important;padding:8px!important}.prepare-markings-modal .prepare-smallbox-layout{gap:12px!important;grid-template-columns:minmax(180px,.75fr) minmax(330px,1.25fr)!important}.prepare-markings-modal .prepare-smallbox-visual{padding-right:12px!important}.prepare-markings-modal .prepare-smallbox-visual h4{margin-bottom:6px!important}.prepare-markings-modal .prepare-smallbox-mini-pitch{height:62px!important;width:min(170px,100%)!important}.prepare-markings-modal .prepare-smallbox-mini-box{height:34px!important}.prepare-markings-modal .prepare-smallbox-mini-chip{height:22px!important;width:22px!important}.prepare-markings-modal .prepare-smallbox-mini-chip.near,.prepare-markings-modal .prepare-smallbox-mini-chip.far{top:32px!important}.prepare-markings-modal .prepare-smallbox-mini-chip.center{top:29px!important}.prepare-markings-modal .prepare-smallbox-rows{gap:6px!important}.prepare-markings-modal .prepare-smallbox-row{grid-template-columns:180px minmax(190px,1fr) 32px!important;gap:8px!important}.prepare-markings-modal .prepare-smallbox-row select{min-height:30px!important}.prepare-markings-modal .prepare-smallbox-row .btn-icon{height:30px!important;width:30px!important}.prepare-markings-modal .prepare-smallbox-auto{margin-top:7px!important}.prepare-markings-modal .prepare-smallbox-info{margin-top:7px!important;padding:7px 10px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player-scroll{overflow-x:hidden!important;overflow-y:auto!important;padding-right:3px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player{align-items:center!important;box-sizing:border-box!important;display:grid!important;gap:6px!important;grid-template-columns:26px minmax(0,1fr) 26px!important;height:30px!important;line-height:1!important;min-height:30px!important;overflow:hidden!important;padding:2px 6px!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.has-stayback-flags{grid-template-columns:14px 26px minmax(0,1fr) 26px 14px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-shirt{align-items:center!important;align-self:center!important;aspect-ratio:1 / 1!important;box-sizing:border-box!important;display:inline-flex!important;font-size:11px!important;font-weight:800!important;height:24px!important;justify-content:center!important;line-height:1!important;margin:0!important;min-height:24px!important;min-width:24px!important;overflow:hidden!important;padding:0!important;place-self:center!important;text-align:center!important;transform:none!important;width:24px!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-player-name-text{align-self:center!important;display:block!important;line-height:24px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-stay-flag{align-items:center!important;align-self:center!important;display:inline-flex!important;height:24px!important;justify-content:center!important;line-height:1!important;margin:0!important;overflow:hidden!important;width:14px!important}.modal.prepare-gara-modal .prepare-corner-list-title-mirror{align-items:center;display:grid;gap:8px;grid-template-columns:34px minmax(0,1fr) 34px;margin-bottom:8px}.modal.prepare-gara-modal .prepare-corner-list-title-mirror strong{text-align:center}.modal.prepare-gara-modal .prepare-mirror-btn{align-items:center;background:#eef2f7;border:1px solid #cbd5e1;border-radius:8px;color:#94a3b8;cursor:not-allowed;display:inline-flex;height:32px;justify-content:center;padding:0;width:32px}.modal.prepare-gara-modal .prepare-mirror-btn svg{height:18px;width:18px}.modal.prepare-gara-modal .prepare-mirror-btn.is-active{background:#e8f7ee;border-color:#86efac;color:#16a34a;cursor:pointer}.modal.prepare-gara-modal .prepare-mirror-btn:disabled{opacity:.55}@media (max-width: 820px){.prepare-markings-modal{max-height:96vh!important;top:2vh!important;width:min(96vw,760px)!important}.prepare-markings-modal .prepare-markings-table-wrap{max-height:calc(96vh - 430px)!important}.prepare-markings-modal .prepare-smallbox-layout{grid-template-columns:1fr!important}.prepare-markings-modal .prepare-smallbox-row{grid-template-columns:1fr 30px!important}}.prepare-markings-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.prepare-markings-clear{min-height:28px;padding:4px 10px}.prepare-markings-copy-confirm{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#7c2d12;display:flex;gap:12px;justify-content:space-between;padding:9px 10px}.prepare-markings-copy-confirm>span{font-size:13px;font-weight:700;line-height:1.3}.prepare-markings-copy-confirm>div{display:flex;flex:0 0 auto;gap:8px}.prepare-markings-modal>footer{gap:12px!important}.prepare-markings-modal>footer [data-prepare-markings-copy-request]{margin-left:auto;margin-right:auto}@media (max-width: 760px){.prepare-markings-copy-confirm{align-items:stretch;flex-direction:column}.prepare-markings-modal>footer{flex-wrap:wrap}.prepare-markings-modal>footer [data-prepare-markings-copy-request]{margin-left:0;margin-right:0}}.prepare-markings-modal .prepare-smallbox-clear-all{align-self:flex-end;margin-left:0;white-space:nowrap}@media (max-width: 900px){.prepare-markings-modal .prepare-smallbox-clear-all{margin-left:0;margin-top:8px}}.player-assignment-candidate:disabled{cursor:not-allowed;opacity:.55}.player-assignment-candidate.is-already-selected{cursor:not-allowed;opacity:.48}.player-assignment-candidate.is-already-selected small{color:#64748b}.game-official-card .game-workflow-nav-grid{border-bottom:0;display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr));padding:18px 24px 24px}.game-workflow-nav-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;min-height:104px;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.game-workflow-nav-card:hover:not(:disabled){background:#f8fbff;border-color:#9cc5ff;box-shadow:0 8px 20px #0f172a14;transform:translateY(-1px)}.game-workflow-nav-card.completato{border-color:#bbf7d0;background:#f0fdf4}.game-workflow-nav-card.in-corso{border-color:#93c5fd;background:#eff6ff}.game-workflow-nav-card.da-fare{border-color:#d7e3f4;background:#fff}.game-workflow-nav-card.is-locked{background:#f1f5f9;cursor:not-allowed;opacity:.68}.game-workflow-nav-card.is-locked b{background:#cbd5e1;color:#475569}.game-workflow-nav-card small{min-height:28px}@media (max-width: 980px){.game-official-card .game-workflow-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.game-official-card .game-workflow-nav-grid{grid-template-columns:1fr}}.modal.game-convocati-modal{display:none;grid-template-rows:auto minmax(0,1fr) auto auto;gap:8px;height:min(720px,calc(100vh - 84px));max-height:calc(100vh - 84px);overflow:hidden;width:min(760px,calc(100vw - var(--app-sidebar-w) - 28px))}.modal.game-convocati-modal.open{display:grid}.game-convocati-header{align-items:center;display:flex;justify-content:space-between;min-height:34px}.game-convocati-header h3{margin:0}.modal.game-convocati-modal .game-convocati-picker-card{display:grid;grid-template-rows:auto minmax(0,1fr);margin:0;min-height:0;overflow:hidden;padding:10px 12px}.game-convocati-picker-toolbar{display:grid;gap:4px;margin-bottom:6px;min-height:30px}.game-convocati-controls-row{align-items:center;display:flex;gap:12px;justify-content:space-between;min-width:0}.game-convocati-picker-toolbar label{align-items:center;display:inline-flex;flex-shrink:0;gap:5px;margin:0;white-space:nowrap}.game-convocati-legend{color:#64748b;font-size:11px;font-weight:700;line-height:1.25;white-space:nowrap}.game-convocati-count-badge{margin-left:auto;align-items:center;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;color:#475569;display:inline-flex;flex-shrink:0;font-size:12px;font-weight:900;justify-content:center;min-width:60px;padding:4px 10px;white-space:nowrap}.game-convocati-count-badge.is-empty{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.game-convocati-count-badge.is-progress{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.game-convocati-count-badge.is-complete{background:#e8f7ee;border-color:#86efac;color:#166534}.modal.game-convocati-modal .picker-list{max-height:none!important;min-height:0;overflow-x:hidden;overflow-y:auto}.modal.game-convocati-modal .event-player-marks-table th,.modal.game-convocati-modal .event-player-marks-table td{padding:5px 8px}.game-convocati-notes{margin-top:0}.game-convocati-notes label{margin-bottom:4px}.game-convocati-notes textarea{min-height:58px;resize:vertical}.game-convocati-actions{align-items:center;border-top:1px solid #dbe6f3;justify-content:flex-end;margin-top:0;padding-top:8px}.game-convocati-icon-btn{align-items:center;display:inline-flex;gap:6px}.game-convocati-icon-btn svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:17px}@media (max-width: 820px){.modal.game-convocati-modal{width:calc(100vw - 24px)}.game-convocati-picker-toolbar{flex-wrap:wrap;white-space:normal}.game-convocati-count-badge{margin-left:0}}.player-assignment-limit-actions{align-items:center;display:flex;gap:6px}.player-assignment-limit{flex:1 1 auto;justify-content:center;pointer-events:none}.player-assignment-clear{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;cursor:pointer;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;width:34px}.player-assignment-clear:hover{background:#fecaca}.player-assignment-clear svg{fill:none;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:16px}.prepare-quick-choices-grid .player-assignment-card-barrier .barrier-assignment-rows{grid-template-columns:repeat(2,minmax(0,1fr))}.player-assignment-card-barrier .barrier-assignment-row{grid-template-columns:38px minmax(0,1fr) 22px}.barrier-position-badge{align-items:center;background:#e8f1ff;border:1px solid #b7d0f6;border-radius:999px;color:#0b4f93;display:inline-flex;font-size:12px;font-weight:900;height:22px;justify-content:center;line-height:1;min-width:32px;padding:0 6px;white-space:nowrap}.player-assignment-popover-barrier{max-height:min(720px,calc(100vh - 48px));width:min(720px,calc(100vw - 32px))}.player-assignment-candidates-barrier{gap:8px}.player-assignment-candidate-wrap{display:grid;gap:5px}.player-assignment-candidate-wrap.is-already-selected{opacity:.62}.player-assignment-position-options{display:flex;flex-wrap:wrap;gap:5px;padding-left:38px}.player-assignment-position-btn{align-items:center;background:#eef4fb;border:1px solid #c9d8ea;border-radius:999px;color:#11385d;cursor:pointer;display:inline-flex;font-size:12px;font-weight:900;height:26px;justify-content:center;min-width:34px;padding:0 8px}.player-assignment-position-btn.active{background:#16a34a;border-color:#15803d;color:#fff}.player-assignment-position-btn:disabled{cursor:not-allowed;opacity:.35}.prepare-barrier-layout{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(420px,1.1fr) minmax(250px,.7fr);gap:18px;height:100%;min-height:0}.prepare-barrier-left,.prepare-barrier-center,.prepare-barrier-right{min-width:0}.prepare-barrier-left header h3,.prepare-barrier-center header h3,.prepare-barrier-right h3{margin:0 0 6px;color:#071b3d;font-size:17px}.prepare-barrier-left header p,.prepare-barrier-center header p{margin:0 0 14px;color:#435572;font-size:14px}.barrier-pitch-card{background:linear-gradient(180deg,#ffffff59,#ffffff0d),linear-gradient(90deg,#6da963,#4f914d);border:1px solid #b8d3b2;border-radius:8px;height:250px;overflow:hidden;position:relative}.barrier-pitch-card:before{border:3px solid rgba(255,255,255,.85);border-bottom:0;content:"";height:58px;left:16%;position:absolute;right:16%;top:72px}.barrier-goal{background:repeating-linear-gradient(90deg,rgba(255,255,255,.65) 0 2px,transparent 2px 16px),repeating-linear-gradient(0deg,rgba(255,255,255,.55) 0 2px,transparent 2px 13px);border:3px solid rgba(255,255,255,.95);height:62px;left:31%;position:absolute;right:31%;top:26px}.barrier-keeper{align-items:center;background:#111827;border-radius:18px 18px 6px 6px;color:#fff;display:flex;font-weight:900;height:48px;justify-content:center;left:50%;position:absolute;top:42px;transform:translate(-50%);width:30px;z-index:2}.barrier-box-line{border-top:3px solid rgba(255,255,255,.9);bottom:90px;left:0;position:absolute;right:0}.barrier-ball{background:radial-gradient(circle at 35% 35%,#fff 0,#fff 25%,#111 27%,#111 34%,#fff 36%,#fff 55%,#111 57%,#111 62%,#fff 64%);border-radius:50%;bottom:20px;box-shadow:0 5px 12px #00000059;height:34px;left:50%;position:absolute;transform:translate(-50%);width:34px}.barrier-pitch-slot{align-items:center;display:grid;gap:5px;justify-items:center;position:absolute;top:122px;transform:translate(-50%)}.barrier-pitch-slot-1{left:20%}.barrier-pitch-slot-2{left:34%}.barrier-pitch-slot-3{left:48%}.barrier-pitch-slot-4{left:62%}.barrier-pitch-slot-5{left:76%}.barrier-pitch-slot-6{left:90%}.barrier-shirt,.barrier-empty-shirt{align-items:center;background:#07569f;border:2px solid #dbeafe;border-radius:14px 14px 8px 8px;box-shadow:0 5px 12px #0003;color:#fff;display:flex;font-weight:900;height:48px;justify-content:center;width:42px}.barrier-empty-shirt{background:#ffffff24;border:2px dashed rgba(255,255,255,.8);color:#fff;cursor:pointer;font-size:22px}.barrier-slot-label,.barrier-position-pill,.barrier-number-pill,.barrier-add-circle{align-items:center;border-radius:999px;display:inline-flex;font-weight:900;justify-content:center}.barrier-slot-label{background:#ffffffd1;color:#1f2937;height:28px;width:34px}.barrier-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e3a5f;font-size:13px;margin-top:12px;padding:10px 12px}.barrier-options-card,.barrier-legend-card,.barrier-summary-card,.barrier-tip-card{background:#fff;border:1px solid #d7e4f3;border-radius:8px;padding:14px}.barrier-options-card{display:grid;gap:10px;margin-top:18px}.barrier-option-row,.barrier-select-row,.prepare-barrier-center header,.barrier-summary-card p{align-items:center;display:flex;justify-content:space-between;gap:12px}.barrier-option-row small{color:#435572;display:block;font-size:12px;margin-top:3px}.barrier-select-row select{max-width:260px}.switch input{display:none}.switch span{background:#dbe5f1;border-radius:999px;display:inline-block;height:26px;position:relative;width:46px}.switch span:after{background:#fff;border-radius:50%;content:"";height:20px;left:3px;position:absolute;top:3px;transition:.16s ease;width:20px}.switch input:checked+span{background:#0d5cc6}.switch input:checked+span:after{transform:translate(20px)}.barrier-order-list{display:grid;gap:12px}.barrier-order-row{align-items:center;background:#fff;border:1px solid #d7e4f3;border-radius:10px;display:grid;gap:12px;grid-template-columns:48px 42px minmax(0,1fr) 26px 32px;min-height:76px;padding:12px}.barrier-order-row.drag-over-after{border-bottom-color:#0d5cc6;box-shadow:inset 0 -3px #0d5cc6}.barrier-order-empty{grid-template-columns:48px 42px minmax(0,1fr)}.barrier-position-pill,.barrier-number-pill{background:#07569f;color:#fff;height:34px;width:38px}.barrier-number-pill,.barrier-add-circle{height:30px;width:30px}.barrier-add-circle{border:1px dashed #6b7d94;color:#0f2746}.barrier-order-main strong,.barrier-order-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.barrier-order-main small{color:#435572}.barrier-tags{display:flex;gap:6px;margin-top:6px}.barrier-tag{border-radius:6px;font-size:12px;font-weight:900;padding:5px 8px}.barrier-tag-lying{background:#fef3c7;color:#573b00}.barrier-tag-exit{background:#dcfce7;color:#166534}.barrier-drag-handle{color:#64748b;cursor:grab;font-weight:900}.barrier-remove{background:#fff;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;font-size:20px;height:32px;width:32px}.barrier-actions{display:flex;justify-content:space-between;gap:12px;margin-top:18px}.prepare-barrier-right{display:grid;align-content:start;gap:18px}.barrier-legend-card{background:#fffbeb;border-color:#fde68a}.barrier-legend-card p,.barrier-summary-card p,.barrier-tip-card p{margin:9px 0;color:#1f3554}.barrier-legend-card b{background:#fef3c7;border-radius:7px;display:inline-flex;justify-content:center;margin-right:8px;min-width:32px;padding:4px 6px}.barrier-summary-card p span{color:#334155}.barrier-tip-card{background:#eff6ff;border-color:#bfdbfe}@media (max-width: 1200px){.prepare-barrier-layout{grid-template-columns:1fr}}.modal.prepare-gara-modal.open{max-height:calc(100vh - 30px)!important}.modal.prepare-gara-modal .prepare-gara-modal-body{overflow-y:auto!important}.prepare-barrier-layout{grid-template-columns:minmax(300px,32%) minmax(390px,40%) minmax(230px,28%);gap:12px}.prepare-barrier-left,.prepare-barrier-center,.prepare-barrier-right{display:flex;flex-direction:column;gap:8px}.prepare-barrier-left header h3,.prepare-barrier-center header h3,.prepare-barrier-right h3{font-size:16px;margin-bottom:3px}.prepare-barrier-left header p,.prepare-barrier-center header p{font-size:13px;margin-bottom:4px}.barrier-pitch-card{height:220px;min-height:220px}.barrier-field-svg{display:block;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.barrier-pitch-card:before,.barrier-goal,.barrier-keeper,.barrier-box-line,.barrier-ball{display:none}.barrier-pitch-slot{gap:3px;top:116px;z-index:2}.barrier-pitch-slot-1{left:18%}.barrier-pitch-slot-2{left:32%}.barrier-pitch-slot-3{left:46%}.barrier-pitch-slot-4{left:60%}.barrier-pitch-slot-5{left:74%}.barrier-pitch-slot-6{left:88%}.barrier-shirt,.barrier-empty-shirt{border-radius:16px 16px 9px 9px;height:42px;width:38px}.barrier-shirt:before,.barrier-empty-shirt:before{border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid rgba(255,255,255,.35);content:"";height:0;position:absolute;transform:translateY(-19px);width:18px}.barrier-slot-label{font-size:12px;height:24px;width:30px}.barrier-info{font-size:12px;margin-top:0;padding:7px 10px}.barrier-options-card,.barrier-legend-card,.barrier-summary-card,.barrier-tip-card{padding:10px}.barrier-options-card{gap:7px;margin-top:0}.barrier-option-row,.barrier-select-row,.prepare-barrier-center header,.barrier-summary-card p{gap:8px}.barrier-option-row small{font-size:11px;margin-top:1px}.barrier-select-row select{max-width:220px;min-height:32px;padding:5px 8px}.switch span{height:22px;width:40px}.switch span:after{height:16px;width:16px}.switch input:checked+span:after{transform:translate(18px)}.barrier-order-list{gap:8px}.barrier-order-row{border-radius:8px;gap:9px;grid-template-columns:42px 34px minmax(0,1fr) 22px 28px;min-height:56px;padding:8px 10px}.barrier-order-empty{grid-template-columns:42px 34px minmax(0,1fr)}.barrier-position-pill,.barrier-number-pill{height:30px;width:34px}.barrier-number-pill,.barrier-add-circle{height:28px;width:28px}.barrier-order-main small{font-size:12px}.barrier-tags{gap:4px;margin-top:3px}.barrier-tag{font-size:11px;padding:3px 6px}.barrier-remove{font-size:17px;height:28px;width:28px}.barrier-actions{gap:8px;margin-top:10px}.prepare-barrier-right{gap:10px}.barrier-legend-card p,.barrier-summary-card p,.barrier-tip-card p{font-size:13px;margin:6px 0}.barrier-legend-card b{min-width:28px;padding:3px 5px}.barrier-shirt,.barrier-empty-shirt{position:relative}.barrier-pitch-card{background:linear-gradient(180deg,#0414080a,#0414081f),url(/assets/barrier-position-bg.png) center / cover no-repeat!important;border:1px solid #b8d3b2;box-shadow:inset 0 0 0 1px #ffffff38}.barrier-pitch-card:after{background:linear-gradient(180deg,#0000,#0000001f);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:1}.barrier-field-svg,.barrier-keeper-svg,.barrier-ball-svg{display:none!important}.barrier-pitch-slot{top:128px;z-index:2}.barrier-shirt,.barrier-empty-shirt{background:linear-gradient(180deg,#1168b6,#064886);border:2px solid rgba(255,255,255,.9);border-radius:16px 16px 9px 9px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.35)}.barrier-empty-shirt{background:#ffffff29;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.barrier-slot-label{box-shadow:0 2px 5px #0000002e}.barrier-option-copy{align-items:flex-start;display:flex;gap:9px;min-width:0}.barrier-option-icon,.barrier-tag svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center}.barrier-option-icon{border-radius:9px;height:30px;width:30px}.barrier-option-icon svg,.barrier-tag svg{display:block;height:16px;width:16px}.barrier-option-icon-exit{background:#dcfce7;color:#15803d}.barrier-option-icon-lying{background:#fef3c7;color:#92400e}.barrier-option-icon-jump{background:#e2e8f0;color:#334155}.barrier-tag{align-items:center;display:inline-flex;gap:5px;line-height:1}.barrier-summary-card p span{max-width:58%}.barrier-summary-card p b{text-align:right}.prepare-barrier-layout{align-items:start!important;display:grid!important;gap:12px!important;grid-template-columns:minmax(0,1.1fr) minmax(0,1.3fr) minmax(250px,.8fr)!important;height:auto!important;min-height:0!important;overflow:visible!important}.prepare-barrier-left,.prepare-barrier-center,.prepare-barrier-right{gap:8px!important;min-width:0!important}.prepare-barrier-left header h3,.prepare-barrier-center header h3,.prepare-barrier-right h3{font-size:16px!important;line-height:1.15!important;margin:0 0 3px!important}.prepare-barrier-left header p,.prepare-barrier-center header p{font-size:13px!important;line-height:1.25!important;margin:0 0 8px!important}.barrier-pitch-card{background-position:center!important;background-size:cover!important;border-radius:8px!important;height:190px!important;min-height:190px!important}.barrier-pitch-slot{gap:2px!important;top:103px!important}.barrier-pitch-slot-1{left:18%!important}.barrier-pitch-slot-2{left:31%!important}.barrier-pitch-slot-3{left:44%!important}.barrier-pitch-slot-4{left:57%!important}.barrier-pitch-slot-5{left:70%!important}.barrier-shirt,.barrier-empty-shirt{background:transparent!important;border:0!important;box-shadow:none!important;color:#07569f!important;height:50px!important;padding:0!important;position:relative!important;width:46px!important}.barrier-shirt:before,.barrier-empty-shirt:before{content:none!important}.barrier-shirt svg,.barrier-empty-shirt svg{filter:drop-shadow(0 3px 4px rgba(0,0,0,.25));height:50px;top:0;right:0;bottom:0;left:0;position:absolute;width:46px}.barrier-shirt span{color:#fff;font-size:16px;font-weight:900;left:50%;line-height:1;position:absolute;text-shadow:0 1px 2px rgba(0,0,0,.45);top:48%;transform:translate(-50%,-50%);z-index:2}.barrier-empty-shirt{color:#ffffffdb!important}.barrier-slot-label{font-size:12px!important;height:23px!important;width:29px!important}.barrier-info{font-size:12px!important;line-height:1.25!important;padding:7px 10px!important}.barrier-options-card,.barrier-legend-card,.barrier-summary-card,.barrier-tip-card{border-radius:8px!important;padding:10px!important}.barrier-options-card{gap:6px!important}.barrier-option-row{min-height:34px!important}.barrier-option-copy{gap:8px!important}.barrier-option-copy strong{font-size:13px!important}.barrier-option-copy small{font-size:11px!important;line-height:1.2!important}.barrier-option-icon{height:28px!important;width:28px!important}.barrier-select-row{font-size:12px!important;padding-left:38px!important}.barrier-select-row select{max-width:100%!important;min-height:30px!important}.barrier-order-list{gap:8px!important}.barrier-order-row{grid-template-columns:42px 34px minmax(0,1fr) 22px 28px!important;min-height:54px!important;padding:8px 10px!important}.barrier-order-empty{grid-template-columns:42px 34px minmax(0,1fr)!important}.barrier-position-pill{height:31px!important;width:34px!important}.barrier-number-pill,.barrier-add-circle{height:28px!important;width:28px!important}.barrier-order-main strong{font-size:14px!important}.barrier-order-main small{font-size:12px!important}.barrier-tags{margin-top:3px!important}.barrier-tag{font-size:11px!important;padding:4px 7px!important}.barrier-actions{align-items:center!important;display:grid!important;gap:12px!important;grid-template-columns:1fr 1fr!important;margin-top:8px!important}.barrier-actions .btn{min-height:38px}.barrier-clear-btn{align-items:center;color:#b91c1c!important;display:inline-flex!important;gap:8px;justify-content:center}.barrier-clear-btn svg{height:17px;width:17px}.barrier-legend-card p,.barrier-summary-card p,.barrier-tip-card p{font-size:13px!important;line-height:1.25!important;margin:7px 0!important}.barrier-tip-card{background:#eff6ff!important;border-color:#bfdbfe!important}@media (max-width: 1280px){.prepare-barrier-layout{gap:10px!important;grid-template-columns:minmax(0,1.05fr) minmax(0,1.25fr) minmax(230px,.75fr)!important}}@media (max-width: 980px){.prepare-barrier-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.prepare-barrier-right{grid-column:1 / -1}}@media (max-width: 720px){.prepare-barrier-layout{grid-template-columns:1fr!important}}.prepare-gara-tabs{border-bottom:1px solid #e5e7eb!important;margin-bottom:14px!important;padding-bottom:0!important}.prepare-gara-modal-body{padding-top:0!important}.prepare-barrier-layout{gap:10px!important}.prepare-barrier-left,.prepare-barrier-center,.prepare-barrier-right{gap:7px!important}.prepare-barrier-left header,.prepare-barrier-center header,.prepare-barrier-right .barrier-legend-card,.prepare-barrier-right .barrier-summary-card{min-width:0!important}.prepare-barrier-left header h3,.prepare-barrier-center header h3,.prepare-barrier-right h3,.barrier-options-card h3{color:#0b2144!important;font-size:15px!important;font-weight:900!important;line-height:1.15!important;margin:0 0 4px!important}.prepare-barrier-left header p,.prepare-barrier-center header p{color:#435572!important;font-size:12px!important;line-height:1.22!important;margin:0!important}.prepare-barrier-center header{align-items:flex-start!important;display:flex!important;gap:10px!important;justify-content:space-between!important;margin:0 0 7px!important}.barrier-count-badge{align-items:center!important;background:#dcfce7!important;border:1px solid #86efac!important;border-radius:999px!important;color:#15803d!important;display:inline-flex!important;flex:0 0 auto!important;font-size:13px!important;font-weight:900!important;justify-content:center!important;min-width:68px!important;padding:5px 10px!important;white-space:nowrap!important}.barrier-pitch-card{height:184px!important;min-height:184px!important}.barrier-options-card,.barrier-legend-card,.barrier-summary-card{padding:9px!important}.barrier-options-title{align-items:center!important;display:flex!important;justify-content:space-between!important}.barrier-title-info{align-items:center!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:999px!important;color:#0d5cc6!important;cursor:help!important;display:inline-flex!important;font-size:11px!important;font-weight:900!important;height:20px!important;justify-content:center!important;line-height:1!important;width:20px!important}.barrier-option-row{min-height:31px!important}.barrier-option-copy strong{font-size:12px!important}.barrier-option-copy small{font-size:10.5px!important;line-height:1.15!important}.barrier-option-icon{height:26px!important;width:26px!important}.barrier-select-row{font-size:11.5px!important;gap:6px!important;padding-left:34px!important}.barrier-select-row select{min-height:28px!important}.barrier-order-list{gap:6px!important}.barrier-order-row{min-height:50px!important;padding:7px 9px!important}.barrier-order-main strong{font-size:13px!important}.barrier-order-main small{color:#435572!important;font-size:11.5px!important}.barrier-tags{gap:4px!important;margin-top:2px!important}.barrier-tag{font-size:10.5px!important;padding:3px 6px!important}.barrier-actions{margin-top:6px!important}.barrier-actions .btn{min-height:36px!important}.prepare-barrier-right{gap:10px!important}.barrier-legend-card p,.barrier-summary-card p{align-items:center!important;display:flex!important;font-size:12px!important;line-height:1.22!important;margin:6px 0!important}.barrier-summary-card p{justify-content:space-between!important;gap:8px!important}.barrier-summary-card p b{text-align:right!important}.barrier-tip-card,.barrier-info{display:none!important}.prepare-gara-tabs{margin-bottom:18px!important;padding-bottom:12px!important}.prepare-gara-modal-body{padding-top:2px!important}.prepare-barrier-layout{grid-template-columns:minmax(0,1.14fr) minmax(0,1.18fr) minmax(250px,.86fr)!important}.barrier-pitch-card{background-position:center center!important;height:218px!important;min-height:218px!important}.barrier-pitch-slot{top:128px!important}.barrier-pitch-slot-1{left:13%!important}.barrier-pitch-slot-2{left:27%!important}.barrier-pitch-slot-3{left:41%!important}.barrier-pitch-slot-4{left:55%!important}.barrier-pitch-slot-5{left:69%!important}.barrier-pitch-slot-6{left:83%!important}.barrier-options-card{gap:7px!important;padding:10px!important}.barrier-option-row{min-height:36px!important}.barrier-select-row{margin-bottom:4px!important}.barrier-actions{display:block!important;margin-top:8px!important}.barrier-actions .barrier-clear-btn{min-height:42px!important;width:100%!important}.barrier-summary-card p span{max-width:55%!important}@media (max-height: 840px) and (min-width: 981px){.barrier-pitch-card{height:204px!important;min-height:204px!important}.barrier-pitch-slot{top:118px!important}.barrier-order-row{min-height:48px!important}}.barrier-pitch-card{background-color:#286f17!important;background-position:center center!important;background-size:contain!important;height:258px!important;min-height:258px!important}.barrier-pitch-slot{top:160px!important}@media (max-height: 840px) and (min-width: 981px){.barrier-pitch-card{height:238px!important;min-height:238px!important}.barrier-pitch-slot{top:146px!important}}.barrier-pitch-card{aspect-ratio:1536 / 1024!important;background:url(/assets/barrier-position-bg.png) center / contain no-repeat!important;background-color:transparent!important;border:0!important;height:auto!important;min-height:0!important;overflow:hidden!important;width:100%!important}.barrier-pitch-card:after,.barrier-pitch-card:before{content:none!important}.barrier-pitch-slot{top:61%!important}.barrier-pitch-slot-1{left:19%!important}.barrier-pitch-slot-2{left:31.4%!important}.barrier-pitch-slot-3{left:43.8%!important}.barrier-pitch-slot-4{left:56.2%!important}.barrier-pitch-slot-5{left:68.6%!important}.barrier-pitch-slot-6{left:81%!important}@media (max-height: 840px) and (min-width: 981px){.barrier-pitch-card{height:auto!important;min-height:0!important}.barrier-pitch-slot{top:61%!important}}.barrier-pitch-card{aspect-ratio:1536 / 900!important}.barrier-pitch-slot{top:60%!important}.barrier-options-card{gap:5px!important;padding:8px 9px!important}.barrier-options-card h3,.barrier-options-title{margin-bottom:2px!important}.barrier-option-row{min-height:30px!important}.barrier-option-copy{gap:7px!important}.barrier-option-copy small{line-height:1.12!important}.barrier-select-row{margin-bottom:2px!important;min-height:27px!important}.barrier-select-row select{min-height:26px!important}@media (max-height: 840px) and (min-width: 981px){.barrier-pitch-card{aspect-ratio:1536 / 860!important}.barrier-pitch-slot{top:59%!important}}.card[data-data-protection-section]{cursor:pointer}.card[data-data-protection-section].selected-card{border-color:#8fd2a8;background:#f0fdf4;box-shadow:0 0 0 1px #bbf7d0 inset}.compact-tabs{display:inline-flex;gap:8px;margin:0 0 14px}.compact-tabs .tab-btn{border:1px solid #d7e3f4;border-radius:8px;background:#fff;color:#1f3554;cursor:pointer;font-weight:700;padding:8px 12px}.compact-tabs .tab-btn.active{border-color:#0b7a2b;background:#e8f7ef;color:#0b7a2b}.compact-tabs .tab-btn:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.data-protection-trash-panel,.data-protection-snapshot-panel,.data-protection-backup-panel{margin-top:24px}.manual-backup-summary{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:14px 0}.manual-backup-summary article,.manual-backup-includes span,.manual-backup-copy{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.manual-backup-summary article{display:grid;gap:4px}.manual-backup-includes{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.manual-backup-download-box{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:14px;justify-content:space-between;margin-top:16px;padding:12px}.manual-backup-download-box h4{font-size:15px;margin:0 0 4px}.manual-backup-download-box p{margin:0}.manual-backup-download-box p+p{margin-top:3px}.manual-backup-backdrop,.manual-download-backdrop{inset:var(--app-header-h) 0 0 var(--app-sidebar-w)}.manual-backup-modal{max-height:calc(100vh - 40px);max-width:720px;overflow-y:auto;padding-right:18px;width:min(720px,calc(100vw - 32px))}.manual-backup-modal h3{padding-right:36px}.manual-backup-copy{display:grid;gap:10px;margin-bottom:12px}.manual-backup-copy p{margin:0}.manual-backup-field{display:grid;gap:6px;font-weight:700;margin-top:10px}.manual-backup-field textarea{min-height:96px;resize:vertical}.manual-backup-counter{color:#64748b;font-size:12px;margin-top:4px;text-align:right}.manual-download-privacy{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#7c2d12;display:grid;gap:4px;margin:12px 0;padding:12px}.manual-download-privacy p{margin:0}.manual-download-check{align-items:center;display:flex;gap:8px;font-weight:700;margin-top:12px}@media (max-width: 720px){.manual-backup-download-box{align-items:flex-start;flex-direction:column}}.snapshot-card-summary{display:grid;gap:4px;margin-top:8px}.snapshot-table-wrap{overflow-x:auto}.snapshot-type-filters{margin-top:4px}.snapshot-view-tabs{margin-bottom:8px}.snapshot-type-filter-count{color:inherit;font-size:12px;font-weight:700;margin-left:6px;opacity:.72}.snapshot-type-badge{border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;line-height:1;padding:5px 8px;white-space:nowrap}.snapshot-type-badge.manual{background:#e8f7ef;color:#0b7a2b}.snapshot-type-badge.automatic{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.snapshot-type-badge.technical{background:#eff6ff;color:#1d4ed8}.snapshot-status-badge{border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;line-height:1;padding:5px 8px;white-space:nowrap}.snapshot-status-badge.ready{background:#e8f7ef;color:#0b7a2b}.snapshot-status-badge.creating{background:#eff6ff;color:#1d4ed8}.snapshot-status-badge.failed{background:#fff2f2;color:#b42318}.snapshot-status-badge.deleted{background:#f1f5f9;color:#475569}.snapshot-detail-modal{max-height:calc(100vh - 40px);max-width:920px;overflow-y:auto;width:min(920px,calc(100vw - 32px))}.snapshot-detail-backdrop,.snapshot-restore-backdrop,.snapshot-delete-backdrop{top:var(--app-header-h);left:var(--app-sidebar-w);right:0;bottom:0;inset:var(--app-header-h) 0 0 var(--app-sidebar-w)}.snapshot-detail-grid{display:grid;gap:14px}.snapshot-detail-grid article{border:1px solid #d7e3f4;border-radius:8px;padding:12px}.snapshot-detail-grid h4{color:#0b7a2b;margin:0 0 8px}.snapshot-detail-list{display:grid;gap:6px;margin:0}.snapshot-detail-list div{display:grid;gap:2px}.snapshot-detail-list dt{color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}.snapshot-detail-list dd{margin:0}.snapshot-hash{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.4;margin-top:8px;overflow-wrap:anywhere;padding:8px}.snapshot-counts-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.snapshot-counts-grid span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:grid;gap:2px;padding:8px}.snapshot-restore-modal{max-height:calc(100vh - 40px);max-width:760px;overflow-y:auto;padding-right:18px;width:min(760px,calc(100vw - 32px))}.snapshot-restore-modal h3{padding-right:36px}.snapshot-restore-body{display:grid;gap:14px}.snapshot-restore-body article,.snapshot-restore-warning{border:1px solid #d7e3f4;border-radius:8px;padding:12px}.snapshot-restore-body h4{color:#0b7a2b;margin:0 0 8px}.snapshot-restore-warning{background:#fffbeb;border-color:#fcd34d;color:#78350f}.snapshot-restore-warning strong{display:block;margin-bottom:6px}.snapshot-restore-warning p+p{margin-top:6px}.snapshot-restore-field{display:grid;gap:6px;font-weight:700}.snapshot-restore-field textarea{min-height:88px;resize:vertical}.snapshot-restore-counter{color:#64748b;font-size:12px;margin-top:-8px;text-align:right}.snapshot-restore-check{align-items:center;display:flex;gap:8px;font-weight:700}.snapshot-restore-note{background:#f8fafc}.snapshot-delete-modal{max-height:calc(100vh - 40px);max-width:680px;overflow-y:auto;padding-right:18px;width:min(680px,calc(100vw - 32px))}.snapshot-delete-modal h3{padding-right:36px}.snapshot-delete-summary{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.snapshot-delete-summary div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:grid;gap:2px;padding:8px}.snapshot-delete-summary strong{color:#64748b;font-size:12px;text-transform:uppercase}.snapshot-delete-warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#7c2d12;display:grid;gap:4px;margin:12px 0;padding:12px}.snapshot-delete-warning p{margin:0}.snapshot-delete-field{display:grid;gap:6px;font-weight:700}.snapshot-delete-field textarea{min-height:88px;resize:vertical}.snapshot-delete-counter{color:#64748b;font-size:12px;margin-top:4px;text-align:right}.snapshot-delete-check{align-items:center;display:flex;gap:8px;font-weight:700;margin-top:12px}@media (max-width: 560px){.snapshot-delete-summary{grid-template-columns:1fr}}.snapshot-table-wrap .actions-cell .btn+.btn{margin-left:6px}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.has-status-icons{grid-template-columns:46px 28px minmax(0,1fr) 28px 46px!important}.modal.prepare-gara-modal .prepare-corner-side-status{align-items:center;display:inline-flex;gap:2px;justify-content:center;min-width:0}.modal.prepare-gara-modal .prepare-corner-status-icon{align-items:center;color:#94a3b8;display:inline-flex;height:14px;justify-content:center;width:14px}.modal.prepare-gara-modal .prepare-corner-status-icon svg{display:block;height:13px;width:13px}.modal.prepare-gara-modal .prepare-corner-status-icon.is-field.is-on{color:#0f4f8f}.modal.prepare-gara-modal .prepare-corner-status-icon.is-taker.is-on{color:#dc2626}.modal.prepare-gara-modal .prepare-corner-status-icon.is-stayBack.is-on{color:#d97706}.modal.prepare-gara-modal .prepare-corner-shirt.is-taker{background:#dc2626!important;color:#fff!important}.prepare-corner-taker{align-items:center;background:#ffffffe6;border:1px solid rgba(15,23,42,.25);border-radius:999px;box-shadow:0 3px 10px #0f172a29;color:#334155;cursor:pointer;display:inline-flex;height:42px;justify-content:center;padding:0;position:absolute;top:10px;width:42px;z-index:8}.prepare-corner-taker-sx{left:10px}.prepare-corner-taker-dx{right:10px}.prepare-corner-taker .prepare-corner-taker-flag{color:#64748b;height:20px;position:absolute;width:20px;z-index:1}.prepare-corner-taker:not(.is-selected) .prepare-corner-taker-flag{color:#166534;height:24px;position:relative;width:24px}.prepare-corner-taker .prepare-corner-taker-flag svg,.prepare-corner-taker .prepare-corner-taker-ball svg{display:block;height:100%;width:100%}.prepare-corner-taker.is-selected{background:#dc2626;border-color:#991b1b;color:#fff}.prepare-corner-taker.is-selected .prepare-corner-taker-flag{color:#ffffff8c;left:-7px;top:-8px}.prepare-corner-taker-number{align-items:center;display:flex;font-size:17px;font-weight:900;height:100%;justify-content:center;position:relative;width:100%;z-index:2}.prepare-corner-taker-ball{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:999px;bottom:-4px;color:#111827;display:flex;height:17px;justify-content:center;position:absolute;right:-4px;width:17px;z-index:3}.prepare-corner-taker-placeholder{display:none}.prepare-corner-taker-modal{width:min(92vw,520px)}.prepare-corner-taker-count{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e3a8a;margin:8px 0;padding:8px 10px}.prepare-corner-taker-list{display:grid;gap:6px;max-height:48vh;overflow:auto;padding:2px}.prepare-corner-taker-option{align-items:center;background:#fff;border:1px solid #dbe6f3;border-radius:8px;color:#0f172a;display:grid;gap:10px;grid-template-columns:30px minmax(0,1fr) auto;min-height:38px;padding:6px 8px;text-align:left}.prepare-corner-taker-option.is-selected{border-color:#dc2626;background:#fff1f2}.prepare-corner-taker-option:disabled{cursor:not-allowed;opacity:.55}.prepare-corner-taker-option>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prepare-corner-taker-status{align-items:center;display:inline-flex;gap:6px;justify-content:flex-end;white-space:nowrap}.prepare-corner-taker-badge{background:#dcfce7;border:1px solid #86efac;border-radius:999px;color:#166534;font-weight:800;padding:2px 7px}.prepare-corner-taker,.prepare-corner-taker *{pointer-events:auto}.prepare-corner-taker svg,.prepare-corner-taker .prepare-corner-taker-flag,.prepare-corner-taker .prepare-corner-taker-ball,.prepare-corner-taker .prepare-corner-taker-number,.prepare-corner-taker .prepare-corner-taker-placeholder{pointer-events:none}.modal.prepare-gara-modal .prepare-corner-shirt.is-stayback{background:#d97706!important;color:#fff!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.has-status-icons,.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player.has-stayback-flags{grid-template-columns:16px 24px minmax(0,1fr) 24px 16px!important;column-gap:4px!important}.modal.prepare-gara-modal .prepare-corner-side-status{width:16px!important;min-width:16px!important;max-width:16px!important}.modal.prepare-gara-modal .prepare-corner-status-icon{height:14px!important;width:14px!important}.modal.prepare-gara-modal .prepare-corner-status-icon.is-stayBack.is-on{color:#d97706!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-player-name-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.prepare-corner-token.is-stayback{background:#d97706!important;border-color:#b45309!important;color:#fff!important}.prepare-corner-token.is-stayback .prepare-corner-token-remove{background:#ffffffeb!important;color:#92400e!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-shirt,.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player .prepare-corner-shirt{align-items:center!important;display:inline-flex!important;justify-content:center!important;line-height:1!important;padding:0!important;text-align:center!important}.modal.prepare-gara-modal .prepare-corner-kick-marker{align-items:center!important;background:#ffffffe6!important;border:1px solid rgba(15,23,42,.25)!important;border-radius:999px!important;box-shadow:0 3px 10px #0f172a29!important;color:#166534!important;display:inline-flex!important;height:42px!important;justify-content:center!important;padding:0!important;width:42px!important;z-index:8!important}.modal.prepare-gara-modal .prepare-corner-kick-marker .prepare-corner-kick-flag{align-items:center!important;bottom:auto!important;color:#166534!important;display:inline-flex!important;height:24px!important;justify-content:center!important;left:auto!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;width:24px!important}.modal.prepare-gara-modal .prepare-corner-kick-marker .prepare-corner-kick-flag:before,.modal.prepare-gara-modal .prepare-corner-kick-marker .prepare-corner-kick-flag:after{content:none!important}.modal.prepare-gara-modal .prepare-corner-kick-marker .prepare-corner-kick-flag svg{display:block!important;height:100%!important;width:100%!important}.modal.prepare-gara-modal .prepare-corner-list-shared>strong{display:block!important;margin-bottom:8px!important;text-align:center!important;width:100%!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player{align-items:center!important;line-height:1!important}.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player>.prepare-corner-shirt,.modal.prepare-gara-modal .prepare-corner-list-shared .prepare-corner-player .prepare-corner-shirt{align-items:center!important;align-self:center!important;box-sizing:border-box!important;display:flex!important;font-size:11px!important;font-weight:900!important;height:24px!important;justify-content:center!important;line-height:24px!important;margin:0!important;min-height:24px!important;min-width:24px!important;padding:1px 0 0!important;place-items:center!important;place-self:center!important;text-align:center!important;vertical-align:middle!important;width:24px!important}.prepare-gara-tab{align-items:center;display:inline-flex;gap:7px}.prepare-gara-tab-status{align-items:center;border-radius:999px;display:inline-flex;flex:0 0 auto;font-size:10px;font-weight:800;height:16px;justify-content:center;line-height:1;min-width:16px}.prepare-gara-tab-status.is-complete{background:#dcfce7;color:#15803d}.prepare-gara-tab-status.is-in_progress{background:#ffedd5;color:#c2410c}.prepare-gara-tab-status.is-empty{background:#e5e7eb;color:#64748b}.prepare-gara-tab-status.is-optional{background:#f1f5f9;border:1px solid #cbd5e1;color:#64748b}.prepare-gara-tab-status.is-optional:before{content:"i";font-size:10px;font-weight:800}.modal.distinta-modal{width:min(1540px,calc(100vw - 28px));height:calc(100vh - var(--app-header-h) - 20px);max-height:calc(100vh - var(--app-header-h) - 20px);display:flex;flex-direction:column;padding:0;overflow:hidden}.modal.distinta-modal.open{display:flex}.distinta-header,.distinta-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #d7e2f1}.distinta-footer{border-top:1px solid #d7e2f1;border-bottom:0;display:grid;grid-template-columns:auto auto auto 1fr auto auto;background:#fff}.distinta-header h3{margin:0 0 4px;color:#061b3a}.distinta-body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;background:#eef4fb;padding-bottom:14px}.distinta-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;padding:12px 22px;background:#f5f9ff;border-bottom:1px solid #d7e2f1}.distinta-summary>div{border:1px solid #cfdced;border-radius:8px;padding:10px 12px;background:#fff}.distinta-summary b{display:block;font-size:22px;line-height:1;color:#061b3a}.distinta-summary span{color:#50617c;font-size:12px}.distinta-state.is-ready{background:#dcfce7;border-color:#86efac}.distinta-state.is-draft,.distinta-state.is-in_progress,.distinta-state.is-attention{background:#fff7ed;border-color:#fdba74}.distinta-state.is-empty{background:#f8fafc}.distinta-banner{margin:12px 22px 0;padding:10px 12px;border:1px solid #facc15;background:#fefce8;border-radius:8px;display:flex;justify-content:space-between;gap:12px;align-items:center}.distinta-layout{display:grid;grid-template-columns:minmax(720px,1fr) minmax(340px,420px);gap:14px;padding:14px 22px;background:#eef4fb}.distinta-main,.distinta-side{display:flex;flex-direction:column;gap:12px;min-width:0}.distinta-panel{background:#fff;border:1px solid #cfdced;border-radius:8px;overflow:hidden}.distinta-panel>header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #d7e2f1;background:#f8fbff}.distinta-panel h4{margin:0;color:#06224a}.distinta-sort-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;padding:0;cursor:pointer}.distinta-sort-button.is-active{color:#0b57d0}.distinta-sort-notice{margin:12px 22px 0;padding:9px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1e3a8a;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.distinta-table-wrap{overflow:auto}.distinta-table{width:100%;border-collapse:collapse;font-size:13px}.distinta-table th,.distinta-table td{border-bottom:1px solid #e0e8f3;padding:7px 8px;vertical-align:middle}.distinta-table th{background:#f3f7fc;text-align:left;color:#06224a}.distinta-section-row th{background:#e8f1ff;color:#06224a;text-transform:uppercase;letter-spacing:.04em;font-size:12px}.distinta-table th:nth-child(1),.distinta-table td:nth-child(1){width:44px;text-align:center}.distinta-table th:nth-child(2),.distinta-table td:nth-child(2){width:58px}.distinta-table th:nth-child(4),.distinta-table td:nth-child(4){width:54px;text-align:center}.distinta-table th:nth-child(5),.distinta-table td:nth-child(5){width:132px}.distinta-table th:nth-child(6),.distinta-table td:nth-child(6){width:150px}.distinta-table th:nth-child(7),.distinta-table td:nth-child(7){width:260px}.distinta-shirt-input{width:48px;padding:5px 6px;border:1px solid #bfd0e5;border-radius:6px;text-align:center;font-weight:700}.distinta-shirt-input.is-duplicate{border-color:#dc2626;background:#fef2f2;color:#991b1b}.distinta-role-badges{display:flex;flex-wrap:wrap;gap:4px}.distinta-badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 7px;border-radius:999px;background:#e8f1ff;color:#0b4a8f;font-weight:800;font-size:11px}.distinta-badge.is-captain{background:#dcfce7;color:#166534}.distinta-badge.is-vice{background:#fef3c7;color:#92400e}.distinta-data-status{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.distinta-data-status.is-ok{background:#dcfce7;color:#166534}.distinta-data-status.is-warn{background:#fff7ed;color:#9a3412}.distinta-data-status.is-empty{background:#e5e7eb;color:#374151}.distinta-row-actions{display:flex;flex-wrap:wrap;gap:4px}.btn.btn-mini{padding:4px 7px;font-size:11px;line-height:1.1}.distinta-side .distinta-panel{padding-bottom:10px}.distinta-side .distinta-panel label{display:grid;gap:5px;padding:8px 12px 0;color:#23385a;font-weight:700;font-size:12px}.distinta-side select,.distinta-picker-modal select{width:100%}.distinta-side select.distinta-required-selection{background:#fff3cd;border-color:#e0a800;color:#4a3500;box-shadow:0 0 0 1px #e0a80038}.distinta-side select.distinta-required-selection:hover,.distinta-side select.distinta-required-selection:focus{border-color:#c98500;box-shadow:0 0 0 3px #e0a8002e}.distinta-staff-summary{padding:8px 12px 0;display:grid;gap:2px}.distinta-staff-summary small{color:#50617c}.distinta-control-section{padding:10px 12px 0}.distinta-control-section strong{display:block;color:#06224a;margin-bottom:6px}.distinta-check-list{margin:0;padding:0 0 8px 18px;display:grid;gap:6px}.distinta-check-list .is-error{color:#991b1b}.distinta-check-list .is-warning{color:#92400e}.distinta-ready{margin:12px;padding:12px;border-radius:8px;background:#dcfce7;color:#166534;font-weight:800}.distinta-picker-modal,.distinta-confirm-modal{width:min(520px,calc(100vw - 28px))}@media (max-width: 1100px){.distinta-layout{grid-template-columns:1fr}.distinta-summary{grid-template-columns:repeat(2,1fr)}}.distinta-sort-button{display:inline-flex;align-items:center;gap:5px}.distinta-sort-icon{display:inline-flex;align-items:center;justify-content:center;min-width:14px;color:#64748b}.distinta-sort-button.is-active .distinta-sort-icon{color:#0b57d0}.team-import-confirm-modal{width:min(640px,calc(100vw - 28px))}.team-import-copy{display:grid;gap:4px;color:#334155}.team-import-copy p{margin:0}.team-import-destination{margin-top:12px;padding:10px 12px;border:1px solid #dbe5f3;border-radius:8px;background:#f8fafc;color:#0f172a}.team-import-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.team-import-summary span{display:flex;flex-direction:column;gap:4px;padding:9px 10px;border:1px solid #dbe5f3;border-radius:8px;background:#fff;color:#0f172a;font-weight:700}.team-import-summary strong{color:#475569;font-size:12px;font-weight:700}.team-import-options{display:grid;gap:10px;margin-top:12px}.team-import-options article{padding:10px 12px;border:1px solid #dbe5f3;border-radius:8px;background:#f8fafc}.team-import-options article.danger{border-color:#fecaca;background:#fff7f7}.team-import-options strong{display:block;color:#0f172a}.team-import-options p{margin:4px 0 0;color:#475569;font-size:13px}.team-import-error{margin-top:12px;padding:10px 12px;border:1px solid #fca5a5;border-radius:8px;background:#fee2e2;color:#991b1b;font-weight:700}@media (max-width: 640px){.team-import-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.team-import-confirm-modal .confirm-actions{flex-wrap:wrap}}
