:root{font-family:Arial,sans-serif;color:#1d2939;background:#f5f7fa}*{box-sizing:border-box}body{margin:0}header{height:64px;background:#17365d;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 28px}header span{margin-left:18px;font-size:20px}header a{color:white}main{padding:28px}.shell{display:grid;grid-template-columns:230px 1fr;gap:24px}aside,.panel,.card{background:white;border-radius:8px;padding:20px;box-shadow:0 1px 4px #0002}aside a{display:block;padding:9px 10px;color:#244d7d;text-decoration:none}aside h3{margin:18px 0 4px}.active{font-weight:bold;background:#edf4fb}.toolbar{display:flex;justify-content:space-between;align-items:center}.button,button{background:#244d7d;color:white;border:0;border-radius:5px;padding:10px 15px;text-decoration:none;cursor:pointer}.filters{display:flex;gap:10px;flex-wrap:wrap;background:white;padding:14px;margin:16px 0}.filters input,.filters select,.form input,.form select,.form textarea{padding:9px;border:1px solid #cbd5e1;border-radius:4px}.tablewrap{overflow:auto;background:white}table{border-collapse:collapse;width:100%;font-size:13px}th{background:#e9eef5;white-space:nowrap;text-align:left}th,td{padding:9px 10px;border-bottom:1px solid #e5e7eb;vertical-align:top}.badge{white-space:nowrap;font-weight:600}.actions{white-space:nowrap}.actions form{display:inline}.link{background:none;color:#244d7d;padding:0;margin-left:8px}.danger{color:#a00}.form{max-width:850px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.form label{display:flex;flex-direction:column;gap:5px}.notice{background:#e8f5e9;padding:12px;margin-bottom:12px}.errors{color:#a00;grid-column:1/-1}@media(max-width:800px){.shell{grid-template-columns:1fr}.form{grid-template-columns:1fr}main{padding:14px}}
