@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--primary: #00a532;--primary-hover: #008728;--bg: #f0f2f5;--surface: #ffffff;--text: #000000;--text-secondary: #444444;--border: #999999;--header-bg: #e0e0e0;--row-hover: #ffffcc;--row-alt: #f9f9f9;--status-red: #ffcccc;--status-red-text: #cc0000;--status-orange: #ffe5cc;--status-orange-text: #cc6600;--status-green: #ccffcc;--status-green-text: #006600;--shadow: none;--radius: 0px}*{box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--bg);color:var(--text);margin:0;font-size:13px;line-height:1.3}h1,h2,h3,h4{margin:0;font-weight:700;color:#333}button{font-family:inherit;cursor:pointer;border-radius:2px;font-size:12px}.container{max-width:100%;margin:0;padding:10px}.card{background:var(--surface);border:1px solid var(--border);border-radius:0;box-shadow:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;background:#eee;color:#333;font-weight:600;border:1px solid #777;transition:none}.btn:hover{background:#ddd;border-color:#555}.btn-primary{background:var(--primary);color:#fff;border:1px solid #003d80}.btn-primary:hover{background:var(--primary-hover)}table{width:100%;border-collapse:collapse;font-size:12px;background:#fff;border:1px solid #999}th,td{padding:4px 8px;border:1px solid #bbb;text-align:left;vertical-align:middle}th{background-color:var(--primary);font-weight:700;color:#fff;text-transform:none;border-bottom:2px solid #005a1a}tr:nth-child(2n){background-color:var(--row-alt)}tr:hover{background-color:var(--row-hover)!important}input,select{font-family:inherit;padding:4px 8px;border:1px solid #777;border-radius:0;background:#fff;font-size:12px;height:28px}input:focus,select:focus{outline:1px solid var(--primary);border-color:var(--primary)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#cdcdcd;border:1px solid #fff}::-webkit-scrollbar-thumb:hover{background:#a6a6a6}
