:root{--sidebar-width:220px;--bg:#f6f8f9;--card:#fff;--muted:#6b7280}body{background:#f6f8f9;background:var(--bg);color:#111827;font-family:Roboto,Arial,sans-serif;margin:0}.app{display:flex;min-height:100vh}.sidebar{background:#f1f5f9;box-shadow:1px 0 0 #0000000a;padding:28px 16px;width:220px;width:var(--sidebar-width)}.sidebar h3{font-size:18px;margin:0 0 14px}.menu-item{align-items:center;border-radius:8px;color:#374151;cursor:pointer;display:flex;gap:10px;margin-bottom:8px;padding:10px 12px}.menu-item.active{background:#fff;box-shadow:0 2px 8px #0206170f;font-weight:600}.main{flex:1 1;padding:24px}.header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.card{background:#fff;background:var(--card);border-radius:8px;box-shadow:0 2px 6px #0206170a;padding:16px}.table-header,.table-row{grid-column-gap:12px;align-items:center;column-gap:12px;display:grid;grid-template-columns:1fr .5fr 1fr 1fr 150px;padding:10px 12px}.table-header{border-bottom:1px solid #f1f5f9;color:#6b7280;color:var(--muted)}.table-row{border-bottom:1px solid #f8fafc}.table-row:hover{background:#f9fafb}.table-row .description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.actions{display:flex;gap:6px;justify-content:center}.form-row{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:90vh;min-width:400px;overflow-y:auto;padding:20px}.modal input{box-sizing:border-box;padding:6px;width:100%}
/*# sourceMappingURL=main.8d68efd0.css.map*/