*{box-sizing:border-box}body{margin:0;font:15px system-ui;background:#f7f5f1;color:#182019}.login{width:360px;margin:18vh auto}.login form{display:grid;gap:12px}.login input,input,button{padding:12px;border-radius:8px;border:1px solid #d8d5ce}.login button,.active{background:#1d5335!important;color:#fff}.shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.shell aside{padding:28px;background:#143c29;color:#fff;display:grid;align-content:start;gap:8px}.shell aside button{background:transparent;color:inherit;text-align:left;border:0}.shell section{padding:48px;max-width:1100px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}h2{margin:0}header p,small,span{display:block;color:#697169}.tools{display:flex;gap:8px;margin-bottom:16px}.tools input{min-width:220px}.detail{background:#ecf4ed;border:1px solid #c7dec9;border-radius:10px;padding:16px;margin-bottom:16px}.detail button{float:right}.table{display:grid;gap:8px}.table article{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e4e0d9;border-radius:10px;padding:16px}.table strong{display:block}.table button,header button{background:#fff}.error{color:#a31c20}@media (max-width:700px){.shell{grid-template-columns:1fr}.shell aside{grid-template-columns:repeat(4,1fr);padding:16px}.shell aside h1{grid-column:1/-1}.shell section{padding:24px}.tools{flex-direction:column}}
