:root{color-scheme:light;--ink:#173042;--muted:#66808e;--line:#dce9e7;--card:#fff;--mint:#ddf2ea;--blue:#e4eefb;--sand:#f7eedb;--accent:#177c69}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;font-family:"Microsoft YaHei UI","PingFang SC",sans-serif;color:var(--ink);background:linear-gradient(145deg,#f8fbf5 0%,#edf6f4 48%,#f8f3e8 100%);font-size:17px;min-height:100vh}.login{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(430px,100%);padding:42px;border:1px solid #d8e7e2;border-radius:28px;background:#ffffffd9;box-shadow:0 28px 80px #315b4d1c;backdrop-filter:blur(16px);text-align:center}.brand{margin:auto;width:68px;height:68px;display:grid;place-items:center;border-radius:22px;background:var(--accent);color:white;font-size:34px;font-weight:800}.login h1{font-size:30px;margin:20px 0 8px}.login p,.section-title p{color:var(--muted)}label{display:grid;text-align:left;gap:8px;margin:26px 0 14px;font-weight:700}input,select,button{font:inherit}input,select{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff;color:var(--ink)}button{border:0;border-radius:12px;background:var(--accent);color:#fff;padding:13px 18px;font-weight:800;cursor:pointer}.login button{width:100%}.login small{display:block;min-height:24px;color:#bc433d;margin-top:12px}main{width:min(1440px,calc(100% - 40px));margin:auto;padding:36px 0 70px}header,.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end}header{align-items:center;margin-bottom:28px}h1,h2,p{margin-top:0}header h1{font-size:38px;margin:6px 0}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--accent);font-weight:900}.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:26px 0 42px}.stat,.system{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 12px 34px #41675b0d}.stat strong{display:block;font-size:34px;margin-top:8px}.systems{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0 46px}.system{display:flex;flex-direction:column;min-height:190px}.system:nth-child(2n){background:#fbfdff}.system h3{font-size:23px;margin:10px 0}.system p{color:var(--muted);line-height:1.6;flex:1}.system a{color:var(--accent);font-weight:900;text-decoration:none}.system-count{font-size:13px;color:var(--muted)}.controls{display:flex;gap:10px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff;margin-top:18px}table{border-collapse:collapse;width:100%;min-width:1020px}th,td{padding:16px;border-bottom:1px solid #edf2f1;text-align:left}th{position:sticky;top:0;background:#f4f8f7;white-space:nowrap;cursor:pointer;font-size:15px}th[data-active]::after{content:attr(data-arrow);margin-left:6px;color:var(--accent)}td small{display:block;color:var(--muted);margin-top:3px}.chips{display:flex;flex-wrap:wrap;gap:7px}.chip{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:99px;background:#edf5f2;font-size:13px;cursor:pointer}.chip input{margin:0;accent-color:var(--accent)}.status{color:#26705f;font-weight:800}.empty{text-align:center;color:var(--muted);padding:40px}.toast{position:fixed;right:24px;bottom:24px;background:#173042;color:white;padding:14px 18px;border-radius:12px;box-shadow:0 15px 50px #0003}@media(max-width:900px){body{font-size:15px}main{width:min(100% - 20px,1440px);padding:16px 0 38px}header{margin-bottom:12px;align-items:center}header h1{font-size:27px;margin:3px 0}.eyebrow{font-size:10px}.ghost{padding:9px 12px}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:14px 0 24px}.stat{padding:12px 10px;border-radius:14px;min-width:0}.stat span{display:block;font-size:11px;line-height:1.3}.stat strong{font-size:25px;margin-top:5px}.section-title{align-items:flex-start;flex-direction:column;gap:6px}.section-title h2{font-size:25px;margin-bottom:2px}.section-title p{font-size:13px;margin-bottom:4px}.systems{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0 28px}.system{min-height:142px;padding:13px;border-radius:15px}.system h3{font-size:18px;margin:6px 0}.system p{font-size:12px;line-height:1.45;margin-bottom:8px}.system a{font-size:13px}.system-count{font-size:11px}.controls{width:100%;display:grid;grid-template-columns:1fr 118px;gap:7px}.controls input,.controls select{min-width:0;padding:10px}.table-wrap{overflow:visible;border:0;background:transparent;margin-top:10px}table{display:block;min-width:0;width:100%}thead{display:none}tbody{display:grid;gap:8px}tr{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"player roleid" "club status" "systems systems" "time time";gap:2px 10px;padding:10px 11px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 6px 18px #41675b0b}td{display:block;padding:3px 2px;border:0;min-width:0}td:nth-child(1){grid-area:player}td:nth-child(2){grid-area:roleid;text-align:right}td:nth-child(3){grid-area:club;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}td:nth-child(4){grid-area:systems}td:nth-child(5){grid-area:time;color:var(--muted);font-size:11px}td:nth-child(5) small{display:none}td:nth-child(6){grid-area:status;text-align:right;font-size:12px}.chips{gap:4px;margin-top:2px}.chip{padding:3px 7px;font-size:11px;gap:3px}.chip input{width:13px;height:13px}.empty{padding:24px}}@media(max-width:560px){.login-card{padding:30px 22px}header p{display:none}}
