*{box-sizing:border-box}body{color:#17231d;background:#f4f7f5;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,select{font:inherit}.app-shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#10281d;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:8px 8px 26px;display:flex}.brand-ball{font-size:32px}.brand strong,.brand span{display:block}.brand span{opacity:.65;margin-top:2px;font-size:12px}.sidebar nav{flex-direction:column;gap:6px;display:flex}.sidebar nav a{color:#cbd8d0;border-radius:10px;padding:11px 12px;font-size:14px;text-decoration:none}.sidebar nav a.active,.sidebar nav a:hover{color:#fff;background:#1f4633}.sidebar-user{border-top:1px solid #294738;flex-direction:column;gap:6px;margin-top:auto;padding:18px 8px 0;display:flex}.sidebar-user small{opacity:.6}.content{width:100%;max-width:1600px;padding:34px}.page-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.page-head h1{margin:0 0 6px;font-size:28px}.page-head p{color:#6b786f;margin:0}.primary,.ghost,.danger,.small{cursor:pointer;border:0;border-radius:9px;padding:10px 15px}.primary{color:#fff;background:#1e7a4c;font-weight:700}.primary:disabled{opacity:.4}.ghost{color:#284536;background:#edf3ef}.sidebar .ghost{color:#fff;background:#234634}.danger{color:#a92a23;background:#ffe8e7}.small{background:#eef2ef;padding:7px 10px;font-size:12px}.panel{background:#fff;border:1px solid #e1e8e3;border-radius:16px;margin-bottom:22px;padding:22px;box-shadow:0 4px 18px #10281d0a}.panel h2{margin:0 0 18px;font-size:18px}.stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px;display:grid}.stat{background:#fff;border:1px solid #e1e8e3;border-radius:16px;padding:22px}.stat span{color:#718078;font-size:13px;display:block}.stat strong{font-size:34px}.cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.match-card{border:1px solid #e4eae6;border-radius:13px;padding:16px}.match-card div{justify-content:space-between;display:flex}.match-card span{color:#718078;font-size:12px}.match-card h3{font-size:16px}.match-card em{color:#7a8d80;font-style:normal;font-weight:400}.match-card p{color:#607067;margin:0;font-size:13px}.empty{text-align:center;color:#7a877f;padding:28px}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #edf0ee;padding:12px;font-size:14px}th{color:#718078;text-transform:uppercase;font-size:12px}.badge{border-radius:99px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-block}.badge.ok{color:#217244;background:#e1f4e9}.badge.warn{color:#815c00;background:#fff0c8}.login-page{background:radial-gradient(circle at top,#e7f4eb,#f4f7f5 55%);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border:1px solid #dae5dd;border-radius:22px;flex-direction:column;gap:15px;width:min(420px,92vw);padding:34px;display:flex;box-shadow:0 18px 55px #10281d1a}.login-card h1,.login-card h2{text-align:center;margin:0}.login-card p{text-align:center;color:#6b786f;margin:0 0 8px}.logo-big{text-align:center;font-size:46px}.login-card .primary{width:100%;padding:12px}.login-card label,.stack label,.form-grid label,.toolbar label{color:#4f6156;flex-direction:column;gap:7px;font-size:13px;font-weight:600;display:flex}input,select{background:#fff;border:1px solid #ced9d2;border-radius:9px;min-width:0;padding:10px}.error{color:#a62e26;background:#fde9e7;border-radius:9px;padding:10px;font-size:13px}.two-col{grid-template-columns:1fr 1.4fr;gap:22px;display:grid}.stack{flex-direction:column;gap:13px;display:flex}.list-row,.reservation-row,.suggestion{border-bottom:1px solid #edf0ee;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.list-row span,.reservation-row span,.suggestion span{color:#758179;margin-top:4px;font-size:12px;display:block}.court-section{padding:8px 0 16px}.court-section h3{margin:0 0 6px}.free{color:#287147;background:#e9f8ee;border-radius:9px;padding:10px;font-size:13px}.toolbar{gap:15px;display:flex}.toolbar select{min-width:250px}.inline-form,.scheduler{gap:8px;margin-bottom:14px;display:flex}.entry-list{max-height:450px;overflow:auto}.check-row{border-bottom:1px solid #edf0ee;gap:10px;padding:10px;display:flex}.group-card{border:1px solid #e0e8e2;border-radius:12px;margin-top:12px;padding:14px}.group-card h3{margin:0 0 10px}.group-card h3 span{color:#79847d;font-size:11px;font-weight:400}.group-card>div{padding:4px;font-size:13px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.span2{grid-column:1/-1}.actions{justify-content:flex-end;gap:8px;display:flex}.modal-backdrop{z-index:10;background:#09181073;place-items:center;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:18px;width:min(650px,94vw);padding:22px}.modal-head{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.modal-head h3{margin:0}.icon-btn{cursor:pointer;background:0 0;border:0;font-size:28px}.loading{text-align:center;padding:50px}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.sidebar nav{grid-template-columns:repeat(2,1fr);display:grid}.content{padding:20px}.two-col,.stats{grid-template-columns:1fr}.page-head{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.span2{grid-column:auto}}.calendar-wrap{overflow:auto}.calendar-table{min-width:850px}.calendar-table td{vertical-align:top;min-width:150px}.free-cell{color:#2b7649;background:#effaf3}.busy-cell{background:#fff4ec}.cell-res{flex-direction:column;gap:4px;display:flex}.cell-res span{color:#6d746f;font-size:11px}.cell-res div{gap:4px;margin-top:4px;display:flex}.standings-head{align-items:flex-end}.category-picker{color:#66776d;flex-direction:column;gap:7px;min-width:290px;font-size:12px;font-weight:700;display:flex}.category-picker select{font-size:14px;font-weight:600}.page-error{margin-bottom:18px}.group-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.mini-stat{background:#fff;border:1px solid #e1e8e3;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex;box-shadow:0 3px 12px #10281d09}.mini-stat span{color:#738078;font-size:12px;font-weight:700}.mini-stat strong{color:#193c2a;font-size:24px}.standings-groups{flex-direction:column;gap:24px;display:flex}.group-overview{padding:0;overflow:hidden}.group-title-row{border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px 18px;display:flex}.group-title-row h2{margin:3px 0 0;font-size:23px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#6f8277;font-size:11px;font-weight:800}.group-progress{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.progress-pill{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.progress-pill.played{color:#246f45;background:#e3f5ea}.progress-pill.scheduled{color:#315f9e;background:#e8f0ff}.progress-pill.unplanned{color:#8a6208;background:#fff1d5}.table-scroll{overflow-x:auto}.standings-table-wrap{padding:0 24px 8px}.standings-table{min-width:920px}.standings-table th{text-align:center;white-space:nowrap;padding:11px 8px}.standings-table td{text-align:center;padding:13px 8px}.standings-table th:nth-child(2),.standings-table td:nth-child(2){text-align:left}.standings-table tbody tr:hover{background:#f8fbf9}.rank-col{width:46px}.rank-badge{background:#edf2ef;border-radius:8px;place-items:center;width:25px;height:25px;font-size:12px;font-weight:800;display:inline-grid}.rank-1{color:#7f6200;background:#fff1bb}.rank-2{color:#50606a;background:#edf1f3}.player-name-cell{min-width:210px;font-weight:750}.positive-cell{color:#1e7a4c;font-weight:800}.fixtures-header{border-top:1px solid #edf1ee;justify-content:space-between;align-items:flex-end;gap:15px;padding:22px 24px 12px;display:flex}.fixtures-header h3{margin:0 0 4px;font-size:17px}.fixtures-header p{color:#7a877f;margin:0;font-size:12px}.fixtures-header>strong{color:#6f7e75;font-size:12px}.fixture-list{padding:0 24px 24px}.fixture-row{border-top:1px solid #edf1ee;grid-template-columns:42px minmax(260px,1.4fr) minmax(200px,1fr) 120px auto;align-items:center;gap:14px;padding:13px 10px;display:grid}.fixture-row:first-child{border-top:0}.fixture-row:hover{background:#fafcfb;border-radius:10px}.fixture-unplanned{background:#fffdf8}.fixture-number{color:#9aa59e;font-size:11px;font-weight:800}.fixture-players{align-items:center;gap:9px;min-width:0;display:flex}.fixture-players strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.fixture-players .vs{text-transform:uppercase;color:#8a968e;background:#f0f3f1;border-radius:6px;flex:none;padding:3px 5px;font-size:10px;font-weight:800}.fixture-schedule{flex-direction:column;gap:3px;display:flex}.fixture-schedule strong{font-size:12px}.fixture-schedule span{color:#7a877f;font-size:11px}.not-planned-text{color:#9b6700}.fixture-result{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.fixture-status{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.fixture-status.done{color:#1f7545;background:#e2f5e9}.fixture-status.planned{color:#345e99;background:#e8f0ff}.fixture-status.waiting{color:#8a6208;background:#fff0cf}.score-text{font-size:12px}.fixture-actions{text-align:right}.fixture-action-hint{color:#98a29c;max-width:110px;font-size:10px;display:inline-block}.empty-state{text-align:center;padding:56px 24px}.empty-state .empty-icon{margin-bottom:10px;font-size:42px}.empty-state h2{margin-bottom:7px}.empty-state p{color:#7a877f;margin:0}.result-match-info{background:#f5f8f6;border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-bottom:18px;padding:16px;display:flex}.result-match-info span{color:#87938b;text-transform:uppercase;font-size:11px;font-weight:800}.stack label small{color:#7d8981;font-weight:400;line-height:1.4}@media (width<=1100px){.fixture-row{grid-template-columns:36px 1fr 1fr 110px}.fixture-actions{text-align:left;grid-column:2/-1}.group-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.standings-head{align-items:stretch}.category-picker{width:100%;min-width:0}.group-summary-grid{grid-template-columns:1fr 1fr}.group-title-row{flex-direction:column;align-items:flex-start}.group-progress{justify-content:flex-start}.standings-table-wrap,.fixture-list,.fixtures-header{padding-left:14px;padding-right:14px}.fixture-row{grid-template-columns:30px 1fr;gap:8px 10px}.fixture-schedule,.fixture-result,.fixture-actions{grid-column:2}.fixture-players{flex-wrap:wrap}.fixture-action-hint{max-width:none}.mini-stat{padding:13px}.mini-stat strong{font-size:20px}}.section-title-row h2{margin:0 0 5px}.section-title-row p{color:#748178;margin:0;font-size:13px}.manual-scheduler-panel{border-top:4px solid #1e7a4c}.manual-scheduler-grid{grid-template-columns:1fr 2fr 1fr 1.2fr 1.2fr;align-items:end;gap:14px;display:grid}.manual-scheduler-grid label{color:#526158;flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.schedule-preview{background:#f5f8f6;border:1px solid #e2e9e4;border-radius:11px;flex-direction:column;grid-column:1/5;gap:3px;padding:12px 14px;display:flex}.schedule-preview span{text-transform:uppercase;color:#849188;font-size:10px;font-weight:800}.schedule-preview strong{font-size:14px}.schedule-preview small{color:#79867e}.schedule-submit{justify-content:flex-end;display:flex}.schedule-submit .primary{width:100%;min-height:44px}.scheduler-note{color:#68776e;background:#f7faf8;border-radius:10px;margin-top:15px;padding:11px 13px;font-size:12px}.matches-admin-table{min-width:1050px}.matches-admin-table td{vertical-align:middle}.row-actions{flex-wrap:wrap;gap:6px;min-width:250px;display:flex}.vs-inline{color:#7d8b82;text-transform:uppercase;font-size:10px;font-weight:800}.table-score{margin-top:5px;display:inline-block}.fixture-plan-link{color:#fff;background:#1e7a4c;text-decoration:none;display:inline-block}.fixture-plan-link:hover{filter:brightness(.96)}@media (width<=1100px){.manual-scheduler-grid{grid-template-columns:1fr 1fr}.schedule-preview,.schedule-submit,.span2-mobile{grid-column:1/-1}}@media (width<=650px){.manual-scheduler-grid{grid-template-columns:1fr}.manual-scheduler-grid>*{grid-column:1!important}.section-title-row{flex-direction:column}.schedule-submit .primary{width:100%}}.page-message{margin-bottom:16px}.success{color:#19643b;background:#e5f6eb;border-radius:9px;padding:10px 12px;font-size:13px}.muted{color:#748079;margin:4px 0 0;font-size:12px;font-weight:400}.group-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end}.group-summary-mini{flex-wrap:wrap;gap:10px;display:flex}.group-summary-mini span{color:#65746b;background:#f3f7f4;border:1px solid #e0e8e2;border-radius:10px;padding:9px 12px;font-size:12px}.group-summary-mini strong{color:#173e2b;margin-left:4px}.section-title-row{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.section-title-row h2{margin-bottom:0}.selection-counter{white-space:nowrap;color:#286946;background:#e7f3eb;border-radius:99px;padding:7px 10px;font-size:12px;font-weight:700}.participant-form{flex-wrap:wrap}.participant-form select{flex:1;min-width:150px}.participant-form button{white-space:nowrap}.improved-entry-list{border:1px solid #e6ece8;border-radius:12px;overflow:auto}.entry-select-row{cursor:pointer;align-items:center;margin:0}.entry-select-row:last-child{border-bottom:0}.entry-select-row.is-grouped{cursor:default;background:#f7f9f7}.entry-main{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.entry-main strong{font-size:13px}.group-chip,.ungrouped-chip{white-space:nowrap;border-radius:99px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.group-chip{color:#516159;background:#e8efe9}.ungrouped-chip{color:#805d07;background:#fff0c8}.group-create-box,.group-add-box{background:#fbfdfb;border:1px solid #dfe8e1;border-radius:13px;margin-bottom:14px;padding:14px}.group-create-row{gap:8px;display:flex}.group-create-row input{text-transform:uppercase;width:110px}.group-add-box{background:#f2f8f4;grid-template-columns:1fr minmax(180px,240px) auto;align-items:center;gap:10px;display:grid}.group-add-box>div{flex-direction:column;gap:3px;display:flex}.group-add-box>div strong{font-size:13px}.group-add-box>div span{color:#728078;font-size:11px}.group-card-list{flex-direction:column;gap:12px;display:flex}.group-editor-card{margin-top:0;padding:0;overflow:hidden}.group-card-header{background:#fafcfb;border-bottom:1px solid #e8eeea;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.group-card-header>div{align-items:center;gap:9px;display:flex}.group-card-header h3{margin:0}.group-member-list{flex-direction:column;display:flex}.group-member-row{cursor:pointer;border-bottom:1px solid #edf1ee;grid-template-columns:auto 28px 1fr;align-items:center;gap:8px;padding:10px 14px;display:grid}.group-member-row:hover{background:#fafcfb}.group-member-row strong{font-size:13px}.member-order{color:#315943;background:#edf4ef;border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:grid}.group-card-actions{background:#fafcfb;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.group-card-actions span{color:#748079;font-size:11px}.compact-empty{padding:16px}.danger.small{padding:7px 10px}.group-management-grid{align-items:start}@media (width<=1100px){.group-add-box{grid-template-columns:1fr}.group-add-box select,.group-add-box button{width:100%}}@media (width<=900px){.group-create-row{flex-direction:column}.group-create-row input{width:100%}.entry-main{flex-direction:column;align-items:flex-start;gap:4px}.group-card-header{align-items:flex-start}.group-card-header>div{flex-direction:column;align-items:flex-start}}.dashboard-head{margin-bottom:18px}.player-dashboard-stats,.player-matches-section{margin-bottom:22px}.completed-section{border-top:4px solid #dfe7e1}.player-match-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.player-match-card{background:#fff;border:1px solid #e2e9e4;border-radius:15px;padding:16px;box-shadow:0 4px 14px #1c3d2b0a}.player-match-card.upcoming{border-left:4px solid #2f7f51}.player-match-card.finished{background:#fafcfb}.player-match-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.match-category-tags,.result-category-line{flex-wrap:wrap;gap:7px;display:flex}.category-badge,.group-badge{border-radius:999px;align-items:center;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.category-badge{color:#246342;background:#e8f3ec}.group-badge{color:#536676;background:#eef2f6}.player-match-versus{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:9px 0 16px;display:grid}.player-match-versus strong:first-child{text-align:right}.player-match-versus strong:last-child{text-align:left}.player-match-versus span{color:#8c9890;text-transform:uppercase;background:#f0f3f1;border-radius:7px;padding:4px 6px;font-size:10px;font-weight:800}.player-match-meta{background:#f6f9f7;border-radius:11px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:11px;display:grid}.player-match-meta>div{flex-direction:column;gap:3px;display:flex}.player-match-meta span{text-transform:uppercase;letter-spacing:.04em;color:#829087;font-size:9px;font-weight:800}.player-match-meta strong{color:#33463a;font-size:12px}.player-match-actions{justify-content:flex-end;margin-top:13px;display:flex}.result-category-line{margin-bottom:10px}.result-warning{color:#41614d;background:#eef7f1;border:1px solid #dcece1;border-radius:10px;padding:10px 12px;font-size:11px;line-height:1.45}@media (width<=1000px){.player-match-grid{grid-template-columns:1fr}}@media (width<=650px){.player-match-meta{grid-template-columns:1fr}.player-match-versus{text-align:center;grid-template-columns:1fr}.player-match-versus strong:first-child,.player-match-versus strong:last-child{text-align:center}.player-match-versus span{justify-self:center}.player-match-topline{flex-direction:column;align-items:flex-start}.player-match-actions button{width:100%}}.player-match-card.finished.won{background:#f3fbf6;border-color:#a9d9ba #a9d9ba #a9d9ba #24935a;border-left-style:solid;border-left-width:5px;box-shadow:0 6px 18px #24935a1a}.player-match-card.finished.lost{background:#fff6f6;border-color:#efb5b5 #efb5b5 #efb5b5 #cf4545;border-left-style:solid;border-left-width:5px;box-shadow:0 6px 18px #cf454517}.player-match-card.finished.won .player-match-meta{background:#eaf7ef}.player-match-card.finished.lost .player-match-meta{background:#fdecec}.personal-result-badge{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;padding:6px 10px;font-size:10px;font-weight:900;display:inline-flex}.personal-result-badge.won{color:#197342;background:#dff4e7;border:1px solid #b8e2c7}.personal-result-badge.lost{color:#ad2f2f;background:#fde3e3;border:1px solid #f3bebe}.standings-table tbody tr.current-player-standing-row>td{color:#163f5b;border-top:1px solid #b9ddf5;border-bottom:1px solid #b9ddf5;background:#eaf6ff!important}.standings-table tbody tr.current-player-standing-row>td:first-child{box-shadow:inset 4px 0 #2686c0}.standings-table tbody tr.current-player-standing-row .player-name-cell{color:#14567e;font-weight:800}.you-badge{color:#fff;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;background:#2686c0;border-radius:999px;align-items:center;margin-left:8px;padding:3px 7px;font-size:9px;font-weight:900;line-height:1;display:inline-flex}.fixture-row.current-player-fixture{background:#eef8ff;border-color:#b9ddf5;box-shadow:inset 4px 0 #2686c0,0 3px 10px #2686c00f}.fixture-row.current-player-fixture.fixture-unplanned{background:#f1f8fc}.fixture-row.current-player-fixture .fixture-number{color:#17638e;background:#d9effc}.fixture-row.current-player-fixture .fixture-players strong{color:#164f70}.fixture-you-badge{margin-left:6px;padding:3px 6px;font-size:8px}@media (width<=700px){.you-badge{margin-left:5px}.fixture-row.current-player-fixture{box-shadow:inset 3px 0 #2686c0}}html,body{width:100%;overflow-x:hidden}.mobile-topbar,.sidebar-backdrop{display:none}button,.primary,.ghost,.danger,.small,input,select{min-height:42px}button{touch-action:manipulation}.content>*{min-width:0}.panel{max-width:100%}.table-scroll,.calendar-wrap{-webkit-overflow-scrolling:touch;max-width:100%}@media (width<=900px){body.mobile-menu-open{overflow:hidden}.app-shell{min-height:100dvh;padding-top:64px;display:block}.mobile-topbar{z-index:40;color:#fff;background:#10281d;justify-content:space-between;align-items:center;height:64px;padding:0 14px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 3px 14px #081c122e}.menu-toggle{cursor:pointer;background:#1d3e2d;border:0;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;min-height:44px;padding:10px;display:flex}.menu-toggle span{background:#fff;border-radius:2px;width:22px;height:2px;display:block}.mobile-brand{align-items:center;gap:8px;min-width:0;display:flex}.mobile-brand>span{font-size:24px}.mobile-brand div{min-width:0}.mobile-brand strong,.mobile-brand small{display:block}.mobile-brand strong{font-size:15px;line-height:1.1}.mobile-brand small{opacity:.66;white-space:nowrap;margin-top:2px;font-size:10px}.mobile-user-initial{background:#28563e;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:grid}.sidebar{z-index:50;background:#10281d;width:min(82vw,320px);padding:22px 16px;transition:transform .22s;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-105%);box-shadow:10px 0 35px #04120b33;height:100dvh!important;position:fixed!important}.sidebar.open{transform:translate(0)}.sidebar-backdrop{z-index:45;background:#04120b85;border:0;width:100%;height:100%;min-height:0;padding:0;display:block;position:fixed;inset:0}.sidebar .brand{padding:4px 8px 22px}.sidebar nav{gap:6px;flex-direction:column!important;grid-template-columns:none!important;display:flex!important}.sidebar nav a{align-items:center;min-height:46px;padding:13px 12px;font-size:15px;display:flex}.sidebar-user{padding-bottom:max(14px,env(safe-area-inset-bottom))}.content{max-width:none;padding:18px 14px 28px;overflow:hidden}.page-head{gap:14px;margin-bottom:18px}.page-head h1{font-size:24px;line-height:1.15}.page-head p{font-size:13px;line-height:1.5}.page-head>select,.page-head>input,.page-head>button,.standings-head .category-picker{width:100%;min-width:0}.panel{border-radius:14px;margin-bottom:16px;padding:16px}.panel h2{margin-bottom:14px;font-size:17px}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stat{border-radius:13px;padding:14px 12px}.stat span{font-size:11px}.stat strong{font-size:25px}.toolbar{flex-direction:column;align-items:stretch}.toolbar label,.toolbar select{width:100%;min-width:0}.inline-form,.scheduler{flex-direction:column;align-items:stretch}.inline-form>*,.scheduler>*{width:100%}.actions{flex-wrap:wrap;width:100%}.actions button{flex:130px}input,select,button,.primary,.ghost,.danger,.small{min-height:44px;font-size:16px}.small{padding:9px 11px;font-size:13px}.modal-backdrop{place-items:end center;padding:0}.modal{width:100%;max-width:none;max-height:92dvh;padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;overflow:auto;box-shadow:0 -10px 40px #081c122e}.modal-head{z-index:2;background:#fff;padding-top:4px;position:sticky;top:-18px}.icon-btn{min-width:44px;min-height:44px}.form-grid{gap:12px}.form-grid label,.stack label{font-size:13px}.form-grid input,.form-grid select,.stack input,.stack select{width:100%}.two-col{grid-template-columns:1fr;gap:14px}.list-row,.reservation-row,.suggestion{align-items:flex-start}.list-row>button,.reservation-row>button{flex:none}.calendar-wrap{margin:0 -4px;padding-bottom:8px}.calendar-table{min-width:720px}.calendar-table th,.calendar-table td{min-width:125px;padding:9px}.calendar-table th:first-child,.calendar-table td:first-child{z-index:2;background:#fff;min-width:68px;position:sticky;left:0;box-shadow:2px 0 4px #0000000a}.group-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mini-stat{padding:12px}.mini-stat span{font-size:11px}.mini-stat strong{font-size:20px}.group-title-row{flex-direction:column;align-items:flex-start;padding:16px}.group-title-row h2{font-size:20px}.group-progress{justify-content:flex-start}.progress-pill{padding:5px 8px;font-size:10px}.fixtures-header{flex-direction:column;align-items:flex-start;padding:16px 16px 8px}.fixture-list{padding:0 12px 16px}.fixture-row{border:1px solid #edf1ee;border-radius:12px;grid-template-columns:32px 1fr;gap:8px 10px;margin-bottom:6px;padding:13px 8px}.fixture-row:first-child{border-top:1px solid #edf1ee}.fixture-number{grid-row:1/4;align-self:start;padding-top:3px}.fixture-players,.fixture-schedule,.fixture-result,.fixture-actions{grid-column:2}.fixture-players{flex-wrap:wrap}.fixture-players strong{white-space:normal;overflow:visible}.fixture-actions{justify-self:stretch}.fixture-actions button,.fixture-actions a{text-align:center;width:100%}.fixture-unplanned{background:#fffdf8}.fixture-row.current-player-fixture{border-color:#b9ddf5}.manual-scheduler-grid{grid-template-columns:1fr!important}.manual-scheduler-grid>*,.schedule-preview,.schedule-submit{grid-column:1!important}.schedule-submit .primary{width:100%}.row-actions{grid-template-columns:1fr 1fr;width:100%;min-width:0;display:grid}.row-actions button{width:100%}.group-management-grid{gap:14px}.group-add-box{grid-template-columns:1fr!important}.group-create-row{flex-direction:column}.group-create-row input,.group-create-row button,.group-add-box select,.group-add-box button{width:100%}.group-card-actions{flex-direction:column;align-items:stretch}.group-card-actions .danger{width:100%}.group-member-row{grid-template-columns:auto 28px minmax(0,1fr)}.player-match-grid{grid-template-columns:1fr}.player-match-card{padding:14px}.player-match-meta{grid-template-columns:1fr 1fr 1fr}.player-match-actions button{width:100%}}@media (width<=700px){.responsive-table,.standings-table{border-collapse:separate;border-spacing:0;width:100%;min-width:0!important}.responsive-table thead,.standings-table thead{display:none}.responsive-table tbody,.standings-table tbody{width:100%;display:block}.responsive-table tbody tr,.standings-table tbody tr{background:#fff;border:1px solid #e3eae5;border-radius:13px;grid-template-columns:1fr 1fr;gap:0;width:100%;margin-bottom:12px;display:grid;overflow:hidden}.responsive-table tbody tr td,.standings-table tbody tr td{justify-content:space-between;align-items:center;gap:10px;min-width:0;font-size:13px;display:flex;text-align:right!important;border-bottom:1px solid #edf1ee!important;padding:10px 12px!important}.responsive-table tbody tr td:before,.standings-table tbody tr td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.03em;color:#7c8a81;text-align:left;flex:none;font-size:10px;font-weight:800}.responsive-table tbody tr td:last-child,.standings-table tbody tr td:last-child{border-bottom:0!important}.responsive-table tbody tr td[colspan],.standings-table tbody tr td[colspan]{grid-column:1/-1;justify-content:center;padding:20px!important}.responsive-table tbody tr td[colspan]:before,.standings-table tbody tr td[colspan]:before{display:none}.players-table tbody tr td:first-child,.matches-admin-table tbody tr td:first-child,.matches-admin-table tbody tr td:nth-child(2),.standings-table tbody tr .player-name-cell,.players-table tbody tr td:last-child,.matches-admin-table tbody tr td:last-child{grid-column:1/-1}.standings-table-wrap{padding:0 12px 8px!important;overflow:visible!important}.standings-table .rank-col{width:auto}.standings-table tbody tr .rank-col{grid-column:1/2}.standings-table tbody tr .player-name-cell{justify-content:space-between;font-size:14px}.standings-table tbody tr.current-player-standing-row{border-color:#9fd0ef;box-shadow:inset 4px 0 #2686c0}.standings-table tbody tr.current-player-standing-row>td{background:#eaf6ff!important;border-top:0!important;border-bottom:1px solid #cfe8f8!important}.standings-table tbody tr.current-player-standing-row>td:first-child{box-shadow:none}.matches-admin-table tbody tr td[data-label=İşlemler]{display:block;text-align:left!important}.matches-admin-table tbody tr td[data-label=İşlemler]:before{margin-bottom:8px;display:block}.matches-admin-table .row-actions{grid-template-columns:1fr 1fr;display:grid}.section-title-row{flex-direction:column;align-items:flex-start}.selection-counter{white-space:normal}.page-head .primary{width:100%}.stats{grid-template-columns:1fr 1fr}.stats .stat:last-child:nth-child(odd){grid-column:1/-1}.player-match-meta{grid-template-columns:1fr}.player-match-versus{text-align:center;grid-template-columns:1fr}.player-match-versus strong:first-child,.player-match-versus strong:last-child{text-align:center}.player-match-versus span{justify-self:center}.login-card{border-radius:18px;padding:24px 18px}.login-page{padding:16px}.logo-big{font-size:40px}}@media (width<=420px){.content{padding-left:10px;padding-right:10px}.page-head h1{font-size:22px}.panel{padding:14px}.stats,.group-summary-grid{grid-template-columns:1fr 1fr}.stat strong{font-size:22px}.mini-stat{padding:11px}.mini-stat strong{font-size:18px}.match-category-tags,.result-category-line{gap:5px}.category-badge,.group-badge{padding:4px 7px}.row-actions,.matches-admin-table .row-actions{grid-template-columns:1fr}.fixture-row{grid-template-columns:26px 1fr}.modal{padding-left:12px;padding-right:12px}.actions{flex-direction:column}.actions button{flex:none;width:100%}}@media (hover:none){.sidebar nav a:hover,.fixture-row:hover,.group-member-row:hover,.standings-table tbody tr:hover{background:inherit}}.calendar-legend{color:#627068;flex-wrap:wrap;align-items:center;gap:14px;font-size:12px;display:flex}.calendar-legend span{align-items:center;gap:6px;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.free-dot{background:#cbeed9;border:1px solid #8bd0a6}.busy-dot{background:#f7dfaa;border:1px solid #e7bd58}.match-dot{background:#b8d9f5;border:1px solid #6baada}.match-cell{vertical-align:top;background:#eef7ff!important;border-color:#c8e3f8!important}.match-calendar-cell{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.calendar-kind-badge{color:#fff;letter-spacing:.03em;text-transform:uppercase;background:#176da5;border-radius:999px;align-items:center;padding:3px 7px;font-size:9px;font-weight:800;display:inline-flex}.calendar-match-category{color:#124b70;white-space:normal;overflow-wrap:anywhere;font-size:12px;line-height:1.25}.calendar-match-group{color:#5d7b8d;font-size:10px;font-weight:700}.calendar-match-players{color:#163a50;white-space:normal;overflow-wrap:anywhere;font-size:11px;line-height:1.35}.calendar-match-players b{color:#1771aa;text-transform:uppercase;font-size:9px}.calendar-time-range{color:#27566f;font-size:10px;font-weight:800}.calendar-manage-hint{color:#728794;font-size:9px;line-height:1.25}.calendar-cell-actions{flex-wrap:wrap;gap:5px;margin-top:4px;display:flex}.form-hint{color:#67766d;margin:12px 0 0;font-size:12px;line-height:1.5}@media (width<=900px){.calendar-legend{gap:9px;width:100%;font-size:11px}.calendar-table{min-width:820px}.calendar-table th,.calendar-table td{vertical-align:top;min-width:150px}.calendar-table th:first-child,.calendar-table td:first-child{min-width:66px}.calendar-match-category{font-size:11px}.calendar-match-players{font-size:10px}}textarea{box-sizing:border-box;width:100%;font:inherit;resize:vertical;color:#183126;background:#fff;border:1px solid #d8e2dc;border-radius:10px;padding:11px 12px;line-height:1.5}textarea:focus{border-color:#63a884;outline:none;box-shadow:0 0 0 3px #3791631c}.success-message{color:#21623a;background:#edf9f1;border:1px solid #b9dfc7;border-radius:11px;margin-bottom:14px;padding:12px 14px;font-size:13px;font-weight:700}.profile-panel{max-width:820px}.profile-identity{border-bottom:1px solid #edf1ee;align-items:center;gap:15px;margin-bottom:18px;padding-bottom:18px;display:flex}.profile-avatar{color:#176da5;background:#eaf6ff;border:1px solid #c8e3f8;border-radius:50%;place-items:center;width:62px;height:62px;font-size:26px;font-weight:900;display:grid}.profile-identity h2{margin:0 0 3px}.profile-identity p{color:#718078;margin:0 0 6px}.profile-role-badge{color:#367052;text-transform:uppercase;letter-spacing:.04em;background:#eef6f1;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.profile-form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.profile-form label{flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.profile-form small{color:#78867e;font-weight:400}.profile-actions{grid-column:1/-1;justify-content:flex-end}.availability-player-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:18px;display:grid}.availability-message-list{flex-direction:column;gap:10px;display:flex}.availability-message-card{background:#fff;border:1px solid #e1e8e3;border-radius:13px;padding:14px}.availability-message-card.open{border-left:4px solid #e6a631}.availability-message-card.resolved{background:#f8fbf9;border-left:4px solid #64a47d}.availability-message-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:9px;display:flex}.availability-message-head>div{flex-direction:column;gap:2px;display:flex}.availability-message-head span{color:#7b8981;font-size:11px}.availability-message-card p{white-space:pre-wrap;overflow-wrap:anywhere;color:#32453a;margin:0;line-height:1.55}.availability-state{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:9px!important;font-weight:800!important;display:inline-flex!important}.availability-state.open{color:#8a620d;background:#fff3d4}.availability-state.resolved{color:#37704c;background:#e9f6ed}.availability-message-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;margin-top:12px;display:flex}.availability-filter-row{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.four-stats{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=900px){.availability-player-grid,.profile-form{grid-template-columns:1fr}.profile-actions{grid-column:1}.four-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.profile-identity{align-items:flex-start}.profile-avatar{width:52px;height:52px;font-size:22px}.availability-message-head,.availability-message-actions{flex-direction:column}.availability-message-actions button{width:100%}.availability-filter-row{grid-template-columns:1fr 1fr;display:grid}.availability-filter-row button:last-child{grid-column:1/-1}.availability-compose-card textarea{min-height:150px}.four-stats{grid-template-columns:1fr 1fr!important}.four-stats .stat:last-child:nth-child(odd){grid-column:auto}}@media (width<=420px){.profile-panel{padding:14px}.profile-identity{gap:10px}.availability-message-card{padding:12px}.four-stats{grid-template-columns:1fr 1fr!important}}.match-countdown{color:#155f91;background:linear-gradient(135deg,#f0f8ff,#e8f5ff);border:1px solid #c9e3f5;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:12px 0 2px;padding:10px 12px;display:flex}.match-countdown span{text-transform:uppercase;letter-spacing:.07em;opacity:.75;font-size:10px;font-weight:800}.match-countdown strong{letter-spacing:-.01em;font-size:14px}.score-entry-form{flex-direction:column;gap:12px;display:flex}.score-match-header{margin-bottom:2px}.score-grid{grid-template-columns:minmax(110px,.75fr) minmax(90px,1fr) minmax(90px,1fr);align-items:center;gap:9px;display:grid}.score-grid-head{color:#5e6e64;text-align:center;padding:0 2px;font-size:11px}.score-grid-head strong{overflow-wrap:anywhere}.score-set-row{background:#fbfcfb;border:1px solid #e1e9e4;border-radius:12px;padding:11px}.score-set-row>div{flex-direction:column;gap:2px;display:flex}.score-set-row>div b{color:#203b2e;font-size:13px}.score-set-row>div small{color:#7c8981;font-size:10px;line-height:1.3}.score-set-row input{text-align:center;border-radius:10px;min-width:0;height:46px;padding:7px;font-size:18px;font-weight:800}.score-set-row input:disabled{color:#9ba59f;cursor:not-allowed;background:#eef2ef}.supertie-row.active{background:#f3faff;border-color:#9fd0ef}.supertie-row.active>div b{color:#176da5}.score-rule-note{color:#617068;background:#f5f7f5;border-radius:10px;padding:10px 12px;font-size:11px;line-height:1.45}.calculated-winner{background:#edf9f1;border:1px solid #b9dfc7;border-radius:11px;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;display:flex}.calculated-winner span{text-transform:uppercase;letter-spacing:.04em;color:#568066;font-size:10px;font-weight:800}.calculated-winner strong{color:#21623a;text-align:right}.score-local-error{margin:0}.score-actions{margin-top:2px}@media (width<=700px){.match-countdown{flex-direction:column;align-items:flex-start;gap:2px}.match-countdown strong{font-size:13px}.score-grid{grid-template-columns:92px minmax(0,1fr) minmax(0,1fr);gap:6px}.score-set-row{padding:9px}.score-set-row input{padding:5px;font-size:17px}.score-grid-head{font-size:10px}.calculated-winner{flex-direction:column;align-items:flex-start}.calculated-winner strong{text-align:left}}@media (width<=420px){.score-grid{grid-template-columns:78px minmax(0,1fr) minmax(0,1fr)}.score-set-row>div b{font-size:12px}.score-set-row>div small{font-size:9px}.score-set-row input{height:44px}}
