:root{font-family:Inter,system-ui,sans-serif;color:#17202a;background:#f3f6f8;line-height:1.45}*{box-sizing:border-box}body{margin:0}header{height:64px;background:#12344d;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100% - 1180px)/2))}header div{display:flex;gap:12px;align-items:baseline}header strong{font-size:23px}header span{opacity:.72}main{max-width:1180px;margin:30px auto;padding:0 18px}.hidden{display:none!important}.card{background:white;border:1px solid #dce4e9;border-radius:14px;padding:22px;box-shadow:0 5px 20px #17344d0d}.narrow{max-width:420px;margin:8vh auto}.muted{color:#687985}h1,h2{margin-top:0}h2{font-size:18px}form{display:grid;gap:15px}label{display:grid;gap:6px;font-size:14px;font-weight:650}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid #b9c7d0;border-radius:9px;padding:10px 12px;background:white}textarea{min-height:70px;resize:vertical}button{border:0;border-radius:9px;padding:10px 16px;background:#087e8b;color:white;font-weight:700;cursor:pointer}button:hover{filter:brightness(.95)}button.secondary,.ghost{background:#e6eef2;color:#17344d}.ghost{padding:7px 13px}.tabs{display:flex;gap:8px;margin-bottom:18px;overflow:auto}.tabs button{background:#e2eaef;color:#294655;white-space:nowrap}.tabs button.active{background:#087e8b;color:#fff}.tab{display:none}.tab.active{display:block}.toolbar{display:flex;gap:10px;margin-bottom:16px}.toolbar input{flex:1}.grid-list{display:grid;gap:12px}.equipment-card{background:white;border:1px solid #dce4e9;border-radius:12px;padding:16px;display:grid;grid-template-columns:1.4fr 1fr auto;gap:14px;align-items:center}.equipment-card h3{margin:0 0 4px}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag{background:#edf2f5;border-radius:999px;padding:3px 8px;font-size:12px}.tag.danger{background:#ffe1df;color:#9b251e}.qr{font-family:ui-monospace,monospace;font-size:11px;word-break:break-all;color:#536670}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid h2,.form-grid button{grid-column:1/-1}.check{display:flex;grid-template-columns:auto 1fr;align-items:center}.check input{width:auto}.catalog-grid{grid-template-columns:1fr 1fr;gap:18px}.catalog-grid.active{display:grid}.result{white-space:pre-wrap;word-break:break-word;background:#142c3b;color:#dbe7ed;border-radius:10px;padding:14px;min-height:60px;max-height:440px;overflow:auto}#notice{position:fixed;right:18px;bottom:18px;max-width:420px;background:#17344d;color:white;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none}#notice.show{opacity:1;transform:none}@media(max-width:720px){header span{display:none}.form-grid,.catalog-grid.active{grid-template-columns:1fr}.equipment-card{grid-template-columns:1fr}.toolbar{flex-direction:column}.narrow{margin-top:3vh}}
