:root{--ink:#122c3b;--muted:#667c88;--teal:#087f83;--line:#dce5e8;--bg:#f3f6f7}*{box-sizing:border-box}body{margin:0;font:14px/1.5 system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg)}aside{position:fixed;inset:0 auto 0 0;width:235px;background:#102f40;color:#fff;padding:30px 20px;display:flex;flex-direction:column}.brand{color:white;text-decoration:none;font-size:30px}.brand span{display:block;font-size:10px;letter-spacing:2px;margin-top:7px;color:#83acb9}nav{margin-top:40px}nav a{display:block;padding:12px;color:#bcd0d8;text-decoration:none;border-radius:7px;margin:5px 0}nav a:hover,nav a.active{background:#1d4c5b;color:white}.account{margin-top:auto;padding-top:30px}main{margin-left:235px;padding:32px 40px;max-width:1800px}header{position:relative;margin-bottom:28px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--teal);font-weight:800}h1{font-size:30px;font-weight:650;margin:6px 0}h2{font-size:18px;margin:0 0 18px}h3{font-size:15px}.badge{background:#e0ecec;border-radius:20px;padding:5px 12px;font-size:12px}header>.badge{position:absolute;right:0;top:15px}.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:24px;margin-bottom:22px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px;margin-bottom:24px}.metric{background:white;border:1px solid var(--line);border-radius:12px;padding:22px}.metric strong{display:block;font-size:32px;font-weight:650;margin:8px 0}.muted,small{color:var(--muted)}.notice{background:#eaf2f4;border-left:4px solid var(--teal);padding:14px 18px;margin-bottom:20px;border-radius:4px}.error{background:#fff0ed;border-color:#bd4535}.success{background:#e4f4eb;border-color:#219468}label{display:block;font-size:12px;font-weight:600;margin:0 0 14px}input,select,textarea{display:block;width:100%;border:1px solid #c6d4db;border-radius:6px;padding:10px;background:#fff;font:inherit;color:var(--ink);margin-top:5px}input[type=checkbox]{display:inline;width:auto;margin-right:8px}textarea{min-height:80px}button,.button{display:inline-block;background:var(--teal);color:white;border:0;border-radius:6px;padding:10px 16px;font:inherit;font-weight:600;cursor:pointer;text-decoration:none;margin:4px 4px 4px 0}.secondary{background:#e8eff1!important;color:var(--ink)!important}a{color:var(--teal)}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.toolbar h2{margin-right:auto;margin-bottom:0}.table-wrap{overflow:auto;max-height:650px}table{border-collapse:collapse;width:100%;font-size:12px;white-space:nowrap}th{text-align:left;color:var(--muted);font-weight:600;background:#f5f8f9;position:sticky;top:0}td,th{padding:12px 14px;border-bottom:1px solid #e7edef}tbody tr:hover{background:#f4faf9}.bar{height:7px;background:#e6eeee;border-radius:9px;overflow:hidden;margin:6px 0 14px}.bar span{height:100%;display:block;background:var(--teal)}.bar-label{display:flex;justify-content:space-between;gap:10px;font-size:12px}details{margin:12px 0}summary{cursor:pointer;font-weight:600}.wrap{white-space:normal;min-width:160px}.auth{max-width:460px;margin:55px auto}footer{font-size:11px;color:var(--muted);padding:15px 0}.photos{display:flex;gap:10px;flex-wrap:wrap}.tag{border-radius:4px;padding:3px 8px;background:#e8eff1}pre{white-space:pre-wrap;word-break:break-word}button:focus,a:focus,input:focus,select:focus,textarea:focus{outline:3px solid #7ad0ca;outline-offset:2px}@media(max-width:900px){aside{position:relative;width:100%;padding:16px}nav{display:flex;overflow:auto;margin-top:16px}nav a{white-space:nowrap}.account{display:flex;align-items:center;gap:15px;padding:0;margin-top:10px}.brand span{display:none}main{margin-left:0;padding:20px 14px}header>.badge{position:static}h1{font-size:25px}.panel{padding:16px}.metrics{grid-template-columns:repeat(2,1fr)}}