:root{--blue:#003da5;--navy:#102746;--green:#187c49;--ink:#24384f;--muted:#5c6c80;--line:#dce4ed;--bg:#f3f6fa;--radius:16px}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg)}a{color:var(--blue);text-underline-offset:4px}a:hover{color:#00286d}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}:focus-visible{outline:3px solid #d27809;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);line-height:1.15;letter-spacing:-.035em}h1{font-size:clamp(32px,4.2vw,56px);margin-bottom:20px}h2{font-size:23px;margin-bottom:12px}h3{font-size:19px}p{margin-bottom:16px}.topline{background:var(--blue);color:white;font-size:11px;font-weight:700;letter-spacing:.12em}.topline>div{max-width:1240px;margin:auto;padding:9px 32px;display:flex;justify-content:space-between}.topline span{font-weight:400;letter-spacing:.04em}.site-header{background:#fff;border-bottom:1px solid var(--line);padding:22px max(32px,calc((100% - 1176px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:15px;text-decoration:none;color:var(--navy);font-size:24px;font-weight:750;line-height:1.3}.brand img{object-fit:contain;width:62px;height:62px}.brand-sub{display:block;font-size:10px;letter-spacing:.13em;color:var(--muted);margin-top:5px}.site-header nav{display:flex;gap:7px;flex-wrap:wrap}.site-header nav a{font-size:14px;font-weight:600;text-decoration:none;padding:11px 13px;border-radius:8px;color:var(--muted)}.site-header nav a[aria-current]{color:var(--blue);background:#eaf1fd}.container{max-width:1240px;padding:0 32px;margin:auto}.hero{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:70px;padding:55px 0 42px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:750;color:var(--green);display:block;margin-bottom:18px}.hero h1 span{color:var(--blue)}.hero p{max-width:570px;color:var(--muted);font-size:17px}.hero-meta{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600}.dot{width:8px;height:8px;background:var(--green);border-radius:50%}.court{background:var(--blue);height:290px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 18px 35px #003da518;padding:27px;transform:rotate(-2deg)}.court::before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,#ffffff0e,transparent)}.court-lines{height:205px;border:2px solid #ffffff70;position:relative;border-radius:4px;overflow:hidden}.court-lines::after{content:"";position:absolute;top:0;bottom:0;left:50%;border-left:2px solid #ffffff70}.center-circle{position:absolute;width:85px;height:85px;border:2px solid #ffffff70;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.goal{position:absolute;top:30px;width:70px;height:140px;border:2px solid #ffffff70}.left{left:-2px;border-radius:0 70px 70px 0}.right{right:-2px;border-radius:70px 0 0 70px}.court>span{display:block;color:#fff;font-size:9px;letter-spacing:.22em;margin-top:15px;text-align:center}.notice{border-radius:10px;background:#e7f3eb;border:1px solid #c1dfcb;border-left:4px solid var(--green);padding:18px 22px;margin:24px 0;color:#185338;font-size:14px}.notice.info{background:#edf3fc;border-color:#d0def4;border-left-color:var(--blue);color:#204879}.notice.error{background:#fff0ee;border-color:#edc5bf;border-left-color:#b12d21;color:#89271e}.notice strong{margin-right:4px}.notice ul{margin-bottom:0;padding-left:20px}.layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:28px;align-items:start;margin-top:32px}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px;margin-bottom:24px;box-shadow:0 3px 8px #122d4d03;min-width:0}.section-title{display:flex;align-items:center;gap:15px;margin-bottom:27px}.section-title h2{margin:0}.section-title p{font-size:13px;color:var(--muted);margin:7px 0 0}.number{background:#edf3fc;color:var(--blue);width:40px;height:40px;display:grid;place-items:center;border-radius:10px;font-size:13px;font-weight:750;flex-shrink:0}label{display:block;font-size:13px;font-weight:650;margin-bottom:7px}label>span[aria-hidden]{color:var(--blue)}input,select,textarea{border:1px solid #bbc9d9;border-radius:7px;min-height:47px;background:white;color:var(--ink);width:100%;padding:10px 12px}input:hover,select:hover,textarea:hover{border-color:#7c96b5}input:disabled,select:disabled{background:#eef2f7;opacity:1}textarea{resize:vertical}small{font-size:12px;color:var(--muted);display:block;margin-top:9px}form>.button{margin-top:20px}.grid{display:grid;gap:20px}.two{grid-template-columns:1fr 1fr}.field{margin-bottom:23px}.wish{border:1px solid var(--line);border-radius:10px;margin:0 0 24px;padding:16px 18px 20px}.wish legend{font-size:14px;padding:0 6px}.wish legend strong{margin-right:10px}.badge{background:#eef2f5;border-radius:5px;display:inline-block;font-size:11px;color:#526275;padding:4px 9px;white-space:nowrap;font-weight:650;letter-spacing:0}.badge.blue{background:#eaf1ff;color:var(--blue)}.wish-grid{grid-template-columns:1.5fr 1fr 1fr;gap:13px}.muted{color:var(--muted);font-weight:400}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:46px;background:var(--blue);color:white;border:1px solid var(--blue);font-weight:650;font-size:14px;padding:11px 21px;border-radius:7px;text-decoration:none;cursor:pointer}.button:hover{background:#002d7d;color:#fff}.button.secondary{background:white;color:var(--blue);border-color:#c3d2e5}.text-button{background:none;color:var(--blue);border:0;cursor:pointer;padding:12px 0 0;font-size:12px;text-decoration:underline;text-underline-offset:3px;min-height:44px}.check{display:flex;align-items:flex-start;gap:12px;line-height:1.7;font-weight:400;font-size:14px;margin:18px 0}.check input{min-height:20px;width:20px;height:20px;flex-shrink:0;accent-color:var(--blue);margin:2px 0}.guide{border-top:4px solid var(--green)}.guide h2{font-size:22px}.guide ol{counter-reset:steps;padding:0;list-style:none;margin:30px 0}.guide li{padding-left:40px;position:relative;counter-increment:steps;margin-bottom:24px;font-size:14px}.guide li::before{content:counter(steps);position:absolute;left:0;top:0;width:26px;height:26px;display:grid;place-items:center;background:#e8f3ec;color:var(--green);font-size:12px;font-weight:700;border-radius:50%}.guide li p{font-size:13px;color:var(--muted);margin:5px 0 0}.guide>a{font-size:14px;font-weight:650}.aside-note{padding:0 16px;font-size:13px;color:var(--muted)}.aside-note strong{color:var(--navy)}.page-title{padding:44px 0 10px}.page-title h1{font-size:38px}.page-title p{color:var(--muted)}.filters{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.filters>div{flex:1;min-width:140px}.filters>.wide{flex:2;min-width:220px}.filters>.button{margin:0}.filters>a{font-size:13px;padding:12px 0}.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:9px}table{border-collapse:collapse;width:100%;font-size:14px;white-space:nowrap}th,td{padding:16px 18px;text-align:left;border-bottom:1px solid #e6edf3}thead th{background:#f4f7fb;font-weight:650;color:var(--muted);font-size:12px}tbody tr:last-child>*{border-bottom:0}tbody tr:hover{background:#f8fbff}.empty{padding:40px 18px;text-align:center;color:var(--muted)}.summary-row{display:flex;gap:24px;align-items:center;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid var(--line)}.summary-row:last-child{border-bottom:0}.prose{max-width:850px}.prose label{margin-top:16px}.login{max-width:470px;margin:65px auto}.login h1{font-size:31px}.login label{margin-top:18px}.login .button{width:100%}.admin-title{display:flex;align-items:center;justify-content:space-between;gap:24px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:20px 0 30px}.stats>div{background:white;border:1px solid var(--line);border-radius:12px;padding:20px}.stats strong{display:block;font-size:26px;color:var(--blue)}.stats span{font-size:12px;color:var(--muted)}.team-form{grid-template-columns:2fr 1fr auto auto;align-items:end}.team-form .button{margin:0}.admin-table td{max-width:320px;white-space:normal;min-width:120px;vertical-align:top}.admin-table td:nth-child(9),.admin-table td:nth-child(13){min-width:220px}.danger{color:#a72723}.danger-button{background:#a72723;border-color:#a72723}.hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.skip{position:absolute;left:20px;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:10px}footer{display:flex;justify-content:space-between;gap:24px;padding:30px 0;margin-top:50px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer strong,footer span{display:block}footer a{margin-left:20px;color:var(--muted)}footer>div:last-child{display:flex;align-items:center}@media(max-width:1000px){.site-header{padding:20px 24px;flex-wrap:wrap}.hero{gap:35px}.court{height:255px;padding:20px}.court-lines{height:185px}.layout{grid-template-columns:minmax(0,1fr) 290px}.panel{padding:23px}.wish-grid{grid-template-columns:1fr 1fr}.wish-grid>div:first-child{grid-column:1/-1}}@media(max-width:760px){.container{padding:0 18px}.topline>div{padding:9px 18px}.topline span{display:none}.site-header{padding:16px 18px;gap:16px}.brand{font-size:21px}.brand img{width:50px;height:50px}.site-header nav{width:100%;gap:2px;justify-content:space-between}.site-header nav a{font-size:12px;padding:10px 7px}.hero{grid-template-columns:1fr;gap:25px;padding:34px 0 15px}.hero h1{font-size:43px}.hero p{font-size:15px}.court{display:none}.layout{grid-template-columns:1fr;gap:8px;margin-top:24px}.two{grid-template-columns:1fr}.panel{padding:22px 18px}.notice{padding:16px;font-size:13px}.section-title{gap:12px}.section-title h2{font-size:21px}.guide{margin-top:0}.guide h2 br{display:none}.page-title h1{font-size:32px}.page-title{padding-top:32px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stats>div{padding:14px}.stats strong{font-size:22px}.admin-title{align-items:flex-start;flex-direction:column}.team-form{grid-template-columns:1fr 1fr}.team-form>div:first-of-type{grid-column:1/-1}.filters>div{min-width:125px}.summary-row{gap:12px}.summary-row strong{min-width:90px}footer{flex-direction:column;margin-top:32px;padding-bottom:26px}footer a{margin:0 20px 0 0}.login{margin:35px auto}}
.scroll-hint{margin:-12px 0 14px}.public-scroll-hint{display:none}@media(max-width:760px){.public-scroll-hint{display:block}}

/* Kompakte Darstellung: kurze Wege, gut lesbare Eingaben und bedienbare Schaltflächen. */
:root{--radius:10px}
body{font-size:15px;line-height:1.45}
p{margin-bottom:10px}
h1{margin-bottom:10px}h2{font-size:20px;margin-bottom:8px}h3{font-size:17px}
.topline>div{padding-top:5px;padding-bottom:5px}
.site-header{padding-top:12px;padding-bottom:12px;gap:16px}
.brand{font-size:21px;gap:10px}.brand img{width:46px;height:46px}
.site-header nav a{padding:9px 10px}
.page-title{padding:22px 0 2px}.page-title h1{font-size:29px}
.eyebrow{margin-bottom:7px}
.notice{padding:11px 14px;margin:12px 0;font-size:13px}
.panel{padding:18px;margin-bottom:14px}
.section-title{gap:10px;margin-bottom:14px}.section-title h2{font-size:20px}
.section-title p{margin-top:4px}.number{width:30px;height:30px;border-radius:7px}
.grid{gap:12px}.field{margin-bottom:14px}
label{margin-bottom:4px}.prose label{margin-top:8px}
input,select,textarea{min-height:40px;padding:7px 10px}
small{margin-top:5px}
.wish{margin-bottom:12px;padding:10px 12px 12px}
.wish-grid{gap:10px}
.button{min-height:40px;padding:8px 14px;gap:12px}
form>.button{margin-top:12px}.text-button{padding-top:5px;min-height:36px}
.check{margin:12px 0;gap:9px;line-height:1.45}
.check input{min-height:20px}
.filters{gap:10px}.filters>a{padding:8px 0}
th,td{padding:9px 12px}
.summary-row{padding:10px 0;gap:16px}
.empty{padding:22px 12px}
.stats{gap:12px;margin:12px 0 16px}.stats>div{padding:12px}.stats strong{font-size:23px}
.login{margin:28px auto}.login h1{font-size:27px}.login label{margin-top:12px}
footer{padding:18px 0;margin-top:24px;gap:12px}
.scroll-hint{margin:0 0 8px}
@media(min-width:761px){.wish-grid{grid-template-columns:1.5fr 1fr 1fr}.wish-grid>div:first-child{grid-column:auto}}
@media(max-width:760px){
 .container{padding:0 12px}.site-header{padding:10px 12px;gap:8px}
 .brand{font-size:19px}.brand img{width:40px;height:40px}
 .site-header nav{justify-content:flex-start;gap:2px}.site-header nav a{padding:10px 8px;min-height:40px}
 .page-title{padding-top:16px}.page-title h1{font-size:26px}
 .panel{padding:12px;margin-bottom:10px}.notice{padding:10px 12px}
 .section-title h2{font-size:19px}
 input,select,textarea{font-size:16px;min-height:44px}
 .button,.text-button{min-height:44px}
 .check input{min-height:20px}.wish{padding:8px 10px 10px}
 .two{gap:10px}.stats{gap:8px}.stats>div{padding:10px}
 .admin-title{gap:8px}.summary-row{gap:10px}
 footer{margin-top:18px;padding:14px 0}.login{margin:20px auto}
}
/* Anfragen: kompakte Zeitauswahl, feste Tagesfarben und größere mobile Schrift. */
.request-slot .wish-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.request-slot .wish-grid>div:first-child{grid-column:auto}
.duration-hint{margin:5px 0 0}
.request-slot .text-button{padding-top:2px}
.day-table tbody tr.day-grey>*{background:#e8edf2}
.day-table tbody tr.day-light>*{background:#fff}
.day-table.grouped-days tbody tr.day-start>*{border-top:5px solid #000}
.day-table tbody tr:first-child>*{border-top:0}
.day-table tbody tr:hover>*{background:#dce8f8}
.site-header nav a[href="index.php"]:first-child:not([aria-current]){font-weight:700}
.team-form{grid-template-columns:minmax(0,1fr) auto auto auto;gap:10px}
.order-buttons{display:flex;gap:6px}.order-buttons .button{min-width:44px;font-size:20px;padding:5px 10px}
button:disabled{opacity:.4;cursor:default}
@media(max-width:760px){
 body{font-size:16px}
 label,.section-title p,.notice,.check,.filters>a{font-size:15px}
 input,select,textarea{font-size:17px}
 .button{font-size:16px}
 .text-button,small,.badge,.site-header nav a,footer,.brand-sub,.stats span{font-size:14px}
 table{font-size:15px}thead th{font-size:14px}
 .eyebrow,.topline{font-size:12px}
 .brand{font-size:20px}.brand-sub{font-size:11px}
 .page-title h1{font-size:28px}.section-title h2{font-size:20px}
 .request-slot{padding:8px 10px}.request-slot .wish-grid{gap:8px}
 .team-form{grid-template-columns:minmax(0,1fr) auto auto}
 .team-form>div:first-of-type{grid-column:1/-1}
 .team-form .order-buttons{grid-column:auto}
}

/* Vier kompakte Spalten ohne abgeschnittene Mannschaftsnamen. */
.day-table{table-layout:fixed;width:100%;white-space:normal}
.day-table .col-team{width:38%}.day-table .col-prio{width:10%}
.day-table .col-day{width:28%}.day-table .col-time{width:24%}
.day-table th,.day-table td{overflow-wrap:anywhere;padding:9px 10px}
.day-table .prio-cell{text-align:center;font-variant-numeric:tabular-nums}
.day-table thead th:nth-child(2){text-align:center}
.day-table .time-cell{font-variant-numeric:tabular-nums;white-space:nowrap;overflow-wrap:normal}
.day-table.team-order tbody tr>*{background:#fff;border-top:0}
.duration-note{font-size:14px;margin:0 0 10px;color:var(--muted)}
@media(max-width:760px){
 .day-table{font-size:14px;line-height:1.35}
 .day-table thead th{font-size:12px}
 .day-table th,.day-table td{padding:9px 4px}
 .day-table .col-team{width:31%}.day-table .col-prio{width:13%}
 .day-table .col-day{width:30%}.day-table .col-time{width:26%}
 .duration-note{font-size:14px}
}

@media(max-width:760px){.day-table thead th:nth-child(2){white-space:nowrap}.day-table tbody td:nth-child(3){font-size:13px}}
