body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#eaf4ff;color:#06213f}
a{color:#005bbb;text-decoration:none}
.wrap{max-width:1100px;margin:0 auto;padding:22px}
.card{background:#ffffff;border:1px solid #8ec5ff;border-radius:16px;padding:18px;margin:16px 0;box-shadow:0 0 18px rgba(0,91,187,.18)}
h1,h2,h3{text-align:center;color:#003b7a}
.nav{text-align:center;margin:18px 0}
.nav a{display:inline-block;background:#006fd6;color:#fff;padding:10px 14px;border-radius:10px;margin:4px;font-weight:bold;border:1px solid #9ed0ff}
.nav a:hover{background:#004f9e}
input,select,button{padding:9px;border-radius:8px;border:1px solid #7dbbf4;background:#ffffff;color:#06213f}
button,.btn{background:#006fd6;color:white;border:0;cursor:pointer;font-weight:bold}
button:hover,.btn:hover{background:#004f9e}
table{width:100%;border-collapse:collapse;margin-top:12px;background:#fff}
th,td{border-bottom:1px solid #c7e2ff;padding:9px;text-align:left}
th{background:#d8ecff;color:#003b7a}
.msg{background:#e0f3ff;border:1px solid #48a8ff;color:#063f73;padding:10px;border-radius:10px;margin:10px 0}
.err{background:#fff1f1;border:1px solid #e06666;color:#7a0000;padding:10px;border-radius:10px;margin:10px 0}
.small{font-size:13px;color:#35617f}
.center{text-align:center}
.badge{display:inline-block;padding:3px 8px;border-radius:999px;background:#d8ecff;color:#003b7a;margin:2px;border:1px solid #9ed0ff}
.formrow{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.formrow input{max-width:95px}

/* Bessere Admin-Übersicht */
.admin-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:16px;
}
.group-box{
    background:#f7fbff;
    border:1px solid #9ed0ff;
    border-radius:14px;
    padding:12px;
}
.group-box h4{
    text-align:center;
    margin:0 0 10px 0;
    color:#005bbb;
}
.admin-result-input{
    width:48px !important;
    max-width:48px !important;
    text-align:center;
    padding:6px !important;
}
.admin-team-input{
    width:190px !important;
    max-width:190px !important;
}
.admin-match-table th,
.admin-match-table td{
    padding:6px;
    font-size:14px;
}
.round-title{
    margin-top:18px;
    padding:8px 10px;
    background:#d8ecff;
    border-left:4px solid #006fd6;
    border-radius:8px;
    color:#003b7a;
    font-weight:bold;
}

/* Öffentliche Tippseite kompakter */
.group-box form.formrow{
    gap:4px;
    flex-wrap:nowrap;
}
.group-box form.formrow button{
    padding:6px 9px;
    font-size:13px;
}

.mutchilo-footer{
    text-align:center;
    font-size:13px;
    color:#35617f;
    margin:22px 0 8px 0;
    padding:10px;
}


.mutchilo-footer a,
.foot a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}
.mutchilo-footer a:hover,
.foot a:hover {
    text-decoration: underline;
}

.danger-btn{
    background:#c80000 !important;
    color:#fff !important;
}
.danger-btn:hover{
    background:#8f0000 !important;
}
