:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f4f6f8;color:#22332f}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;background:#126c5d;border:0;border-radius:9px;color:#fff;padding:11px 17px}input{padding:12px;border:1px solid #d9e2df;border-radius:9px;width:100%;margin:8px 0 18px;background:white}label{font-size:13px;color:#586f65}.login{width:min(420px,calc(100% - 40px));margin:12vh auto;background:white;padding:36px;border:1px solid #e0e6e2;border-radius:20px}.login button{width:100%}.login h1{font-size:28px;margin:0 0 8px}.login p{font-size:13px;color:#7c8a83;margin-bottom:30px}.layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh}aside{background:#163b30;color:white;padding:32px 20px;position:sticky;top:0;height:100vh}.brand{font-size:22px;font-weight:700}.sub{font-size:11px;color:#b5cabe;letter-spacing:2px;margin:10px 0 45px}nav button{display:block;width:100%;text-align:left;background:transparent;margin:8px 0;color:#b6d2c7;padding:15px}nav button.active{background:#ffffff17;color:white}.logout{margin-top:70px;background:#ffffff13;color:white}main{padding:40px;max-width:1500px;width:100%;min-width:0}.heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.heading h1{font-size:28px;margin:0 0 9px}.heading p{font-size:13px;color:#7b8c83;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat,.panel{background:white;border:1px solid #e0e7e3;border-radius:16px;padding:25px}.stat span{font-size:12px;color:#7a8c82}.stat strong{display:block;font-size:40px;margin:18px 0 4px;font-weight:600;color:#126c5d}.panel{margin-top:24px;overflow:auto}.panel h2{font-size:17px;margin:0 0 20px}.panel p{color:#687d72;font-size:14px;line-height:1.8}.tag{background:#eaf3ed;color:#297153;font-size:11px;padding:5px 9px;border-radius:6px;white-space:nowrap}.tag.off{background:#f3ede9;color:#926c4f}table{border-collapse:collapse;width:100%;font-size:13px;white-space:nowrap}th{text-align:left;color:#7b8c83;font-weight:500;background:#f8faf8}td,th{padding:15px 13px;border-bottom:1px solid #edf0ed}td small{font-size:10px;color:#88988f;display:block;margin-top:5px}.danger{background:#f8ece9;color:#a54c3a;padding:7px 12px;font-size:12px}.secondary{background:#e5efe9;color:#126c5d}.muted{color:#85958d;font-size:12px}.error{color:#b14135;font-size:13px;line-height:1.8}.code{font-family:ui-monospace,monospace;font-size:11px;color:#7b8c83}#toast{position:fixed;bottom:35px;left:50%;transform:translateX(-50%);padding:13px 22px;border-radius:10px;background:#243c32;color:white;display:none;z-index:20}#toast.show{display:block}@media(max-width:950px){.layout{grid-template-columns:170px 1fr}main{padding:25px}.stats{grid-template-columns:repeat(2,1fr)}aside{padding:28px 14px}}@media(max-width:600px){.layout{display:block}aside{height:auto;position:static;padding:18px}.sub{margin:5px 0 12px}nav{display:flex;overflow:auto}nav button{white-space:nowrap;padding:10px}.logout{margin:10px 0 0}main{padding:20px}.stat{padding:18px}.stat strong{font-size:30px}.heading h1{font-size:24px}}
