*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f4f7fb;color:#172033}button,input{font:inherit}button{cursor:pointer;border:0;border-radius:10px;padding:11px 16px;background:#172033;color:white}.hidden{display:none!important}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#172033,#415a77)}.card{background:white;border-radius:20px;padding:30px;box-shadow:0 15px 50px #0003;max-width:420px;width:100%}.login .card{text-align:center}.logo{width:58px;height:58px;border-radius:16px;background:#172033;color:#fff;display:inline-grid;place-items:center;font-weight:800;font-size:22px}.logo.small{width:38px;height:38px;border-radius:11px;font-size:14px}.login h1{margin:14px 0 5px}.login p{color:#667085}.login input{display:block;width:100%;padding:13px;margin:10px 0;border:1px solid #d5dbe5;border-radius:10px}.login button{width:100%;margin:8px 0 15px}.login small{color:#667085}header{height:64px;background:white;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 22px}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.logout{background:#eef1f5;color:#172033}.layout{display:flex;min-height:calc(100vh - 64px)}aside{width:220px;background:white;border-right:1px solid #e5e7eb;padding:18px}.nav{display:block;width:100%;text-align:left;margin-bottom:8px;background:transparent;color:#475467}.nav.active,.nav:hover{background:#eef1f5;color:#172033}main{flex:1;padding:28px;max-width:1100px;margin:auto;width:100%}h2{margin-top:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:20px 0}.stats div{background:white;padding:22px;border-radius:15px;box-shadow:0 3px 15px #00000008}.stats b,.stats span{display:block}.stats b{font-size:28px;margin-bottom:5px}.stats span{color:#667085}.toolbar{display:flex;gap:10px;margin:18px 0;flex-wrap:wrap}.toolbar input{flex:1;min-width:180px;border:1px solid #d5dbe5;border-radius:10px;padding:11px}.item{background:white;border-radius:13px;padding:14px 16px;margin:9px 0;display:flex;align-items:center;gap:12px;box-shadow:0 2px 12px #00000008}.item .name{flex:1}.meta{font-size:12px;color:#667085}.actions button{padding:7px 9px;background:#eef1f5;color:#172033;margin-left:4px}.actions .danger{color:#b42318}.settings{max-width:700px}@media(max-width:700px){aside{width:64px;padding:10px}.nav{font-size:0;text-align:center}.nav:first-letter{font-size:20px}main{padding:18px}.stats{grid-template-columns:1fr}.item{align-items:flex-start}.actions{display:flex;flex-wrap:wrap}.brand{font-size:14px}}