:root{font-family:Inter,system-ui,sans-serif;color:#183e33;background:#f3f6f3;font-size:16px}*{box-sizing:border-box}body{margin:0}header{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#173e32;color:white;padding:20px 5%}header strong{font-size:23px}header small{display:block;color:#c6dfd4;margin-top:6px}main{max-width:1150px;margin:auto;padding:28px 24px}nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}button,input,select{font:inherit}button{cursor:pointer;min-height:44px;border:1px solid #b5cabe;border-radius:9px;padding:10px 16px;background:white;color:#204f3e}button.primary,button[aria-current=true]{background:#245c46;color:white;border-color:#245c46}button:disabled{opacity:.55;cursor:wait}input,select{width:100%;padding:12px;min-height:46px;border:1px solid #aabeb2;border-radius:8px;background:white}input:focus,select:focus,button:focus-visible{outline:3px solid #66aaf1;outline-offset:2px}h1{margin:0 0 8px;font-size:29px}h2{font-size:22px}.sub{color:#597568}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:24px 0}.toolbar input{max-width:380px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.card{background:white;border:1px solid #cfe0d6;border-top:5px solid #a9ddbf;border-radius:12px;padding:22px;overflow-wrap:anywhere}.card.cb{border-top-color:#70b6eb;background:#f8fcff}.card h2{margin:0 0 12px}.card p{margin:8px 0}.tag{font-size:13px;background:#e2f2e8;padding:5px 9px;border-radius:20px;display:inline-block}.cb .tag{background:#dceeff}.login{max-width:420px;margin:10vh auto;background:white;padding:32px;border-radius:18px;border:1px solid #d4e3da}.login h1{margin-bottom:16px}label{display:block;margin:16px 0 6px;font-weight:600}.actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.empty{padding:48px 20px;text-align:center;border:1px dashed #b7cdbf;border-radius:16px;background:white}.form{max-width:650px;background:white;border:1px solid #d4e3da;border-radius:16px;padding:26px}.hint{color:#637a6c;font-size:14px}.error{color:#ad2531}#message:not(:empty){position:fixed;bottom:20px;left:5%;right:5%;background:#173e32;color:white;padding:16px;border-radius:10px;box-shadow:0 4px 20px #0002;z-index:10}table{width:100%;border-collapse:collapse;background:white}td,th{text-align:left;padding:12px;border-bottom:1px solid #ddd}.scroll{overflow:auto}@media(max-width:600px){header{padding:16px;align-items:flex-start}header strong{font-size:20px}main{padding:20px 16px}.toolbar{align-items:stretch;flex-direction:column}.toolbar input{max-width:none}.grid{grid-template-columns:1fr}.login{margin:30px 16px}.form{padding:18px}h1{font-size:25px}nav button{flex:1}}
