:root{--navy:#182641;--navy2:#2d3e61;--blue:#3767e8;--ink:#111d35;--muted:#71809c;--line:#d9e3f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(135deg,#f8faff,#eef3fc);color:var(--ink);font-family:Arial,sans-serif;display:flex;min-height:100vh}aside{position:fixed;inset:0 auto 0 0;width:310px;background:var(--navy);padding:22px 20px;display:flex;flex-direction:column;color:#fff}.brand{height:68px;display:flex;align-items:center;margin:0 8px 14px;overflow:hidden}.brand img{display:block;width:228px;max-height:62px;object-fit:contain;object-position:left}.club{border:1px solid #3a4b6d;border-radius:10px;background:#21304e;padding:13px 16px;margin-bottom:17px}.club strong,.club small{display:block}.club strong{font-size:13px}.club small{margin-top:5px;color:#aebbd1;font-size:11px}nav{display:grid;gap:5px}nav a{position:relative;padding:16px;border-radius:9px;color:#f4f7ff;font-size:15px;text-decoration:none}nav a span{float:right;color:#c9d5ed}.selected{background:var(--navy2)}.selected:before{content:"";position:absolute;left:0;top:13px;bottom:13px;width:3px;border-radius:3px;background:#819cff}aside footer{margin-top:auto;color:#8291ac;font-size:11px;padding:10px 16px}main{width:calc(100% - 310px);margin-left:310px;padding:32px 46px 56px}header{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:33px}header h1{margin:0 0 8px;font-size:30px}header span{color:var(--muted);font-size:14px}.header-actions{display:flex;align-items:center;gap:18px}button{border:0;border-radius:9px;padding:12px 17px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.user-badge{width:45px;height:45px;border:2px solid var(--blue);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--blue);font-style:normal;font-weight:700}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:22px}.stats article,.panel{background:#ffffffed;border:1px solid var(--line);border-radius:15px;box-shadow:0 10px 28px #233d6f0d}.stats article{min-height:176px;padding:30px 26px;border-top-width:3px}.stats .blue{border-top-color:#3767e8}.stats .violet{border-top-color:#7655e8}.stats .orange{border-top-color:#ee961d}.stats .green{border-top-color:#23a66b}.stats small{display:block;color:var(--muted);font-size:13px}.stats strong{display:block;font-size:36px;margin:22px 0 13px}.stats a{color:var(--blue);font-size:13px;text-decoration:none}.panel{padding:25px;margin-top:22px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel h2{font-size:19px;margin:0 0 6px}.panel-heading span{color:var(--muted);font-size:13px}.link{color:var(--blue);background:#edf2ff;font-size:12px}.empty{border:1px dashed #c7d4e8;background:#fbfdff;padding:38px;text-align:center;color:var(--muted);font-size:13px;border-radius:10px}table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}th{color:var(--muted);font-size:10px;text-transform:uppercase}th,td{padding:14px 9px;border-bottom:1px solid var(--line)}mark{background:#e8f1ff;color:#245ac9;border-radius:8px;padding:5px 8px;font-size:10px}dialog{border:0;border-radius:14px;box-shadow:0 20px 55px #101b3152;width:min(430px,90%)}dialog::backdrop{background:#101b3177}form{display:grid;gap:12px;padding:8px}.dialog-title{display:flex;align-items:center;justify-content:space-between}.dialog-title h2{font-size:18px}.dialog-title button{background:transparent;color:var(--muted);font-size:22px;padding:0}label{font-size:11px;color:#586a86;font-weight:bold}input{display:block;width:100%;border:1px solid #d4deed;border-radius:7px;padding:10px;margin-top:5px}.save{margin-top:8px}@media(max-width:1100px){.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){aside{position:static;width:100%;min-height:auto}.club,aside footer{display:none}nav{grid-template-columns:1fr 1fr}nav a{padding:12px}body{display:block}main{width:100%;margin:0;padding:24px 16px}.stats{grid-template-columns:1fr 1fr;gap:12px}.stats article{min-height:140px;padding:20px}.stats strong{font-size:27px;margin:15px 0}header{align-items:flex-start}.header-actions button{display:none}.panel{overflow:auto}}@media(max-width:480px){.stats{grid-template-columns:1fr}.user-badge{width:38px;height:38px}}
