*,:before,:after{box-sizing:border-box}body,html,#root{height:100%;margin:0;padding:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f5;font-family:system-ui,sans-serif}.app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.appfooter{color:#475569;text-align:right;letter-spacing:.03em;background:#1e293b;flex-shrink:0;padding:.35rem 1.25rem;font-size:.75rem}.topnav{background:#1e293b;flex-shrink:0;align-items:center;gap:.25rem;height:48px;padding:0 1.25rem;display:flex}.topnav .logo{color:#f8fafc;white-space:nowrap;border-right:1px solid #334155;margin-right:.5rem;padding-right:1rem;font-size:1.1rem;font-weight:700}.topnav a{color:#94a3b8;white-space:nowrap;border-radius:6px;padding:.4rem .75rem;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s}.topnav a:hover{color:#f8fafc;background:#334155}.topnav a.active{color:#fff;background:#3b82f6}.content{flex:1;min-height:0;padding:1.5rem 2rem;overflow:auto}h1{margin-bottom:1rem;font-size:1.5rem}table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 1px 3px #0000001a}th,td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.6rem 1rem;font-size:.875rem}th{color:#475569;background:#f8fafc;font-weight:600}tr:last-child td{border-bottom:none}tr:hover td{background:#f1f5f9}button{cursor:pointer;color:#fff;background:#3b82f6;border:none;border-radius:5px;padding:.4rem .9rem;font-size:.85rem}button:hover{background:#2563eb}button.danger{background:#ef4444}button.danger:hover{background:#dc2626}select{background:#fff;border:1px solid #cbd5e1;border-radius:5px;padding:.4rem .6rem;font-size:.875rem}input[type=text],input:not([type]),textarea{border:1px solid #cbd5e1;border-radius:5px;width:100%;padding:.4rem .6rem;font-family:inherit;font-size:.875rem}textarea{resize:vertical}label{color:#475569;flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:500;display:flex}label.checkbox{color:#1a1a1a;flex-direction:row;align-items:center;gap:.5rem;font-weight:400}.modal-backdrop{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;flex-direction:column;gap:.9rem;width:480px;max-width:95vw;max-height:90vh;padding:1.5rem;display:flex;overflow-y:auto}.modal h2{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.modal-actions{z-index:1;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.5rem;margin:0 -1.5rem -1.5rem;padding:.75rem 1.5rem 1.5rem;display:flex;position:sticky;bottom:-1.5rem}.badge{border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-product{color:#1d4ed8;background:#dbeafe}.badge-component{color:#15803d;background:#dcfce7}.badge-sub_component{color:#a16207;background:#fef9c3}.badge-group{color:#7e22ce;background:#f3e8ff}.badge-structure{color:#b91c1c;background:#fee2e2}.structures-layout{grid-template-columns:240px 1fr;gap:1.5rem;height:100%;display:grid}.structures-3col{grid-template-columns:240px 440px 1fr;gap:.75rem;height:calc(100dvh - 48px - 3rem);display:grid}.structures-list{background:#fff;border-radius:8px;padding:.75rem;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.structure-item{cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .6rem;font-size:.875rem;display:flex;position:relative}.structure-item:hover{background:#f1f5f9}.structure-item.active{color:#1d4ed8;background:#eff6ff;font-weight:500}.structure-item-name{flex:1}.structure-version{color:#94a3b8;font-size:.75rem}.structure-item-actions{opacity:0;display:flex}.structure-item:hover .structure-item-actions{opacity:1}.structures-detail{background:#fff;border-radius:8px;padding:1.25rem;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.td-col{background:#fff;border-radius:8px;flex-direction:column;padding:1rem;display:flex;overflow:hidden auto;box-shadow:0 1px 3px #0000001a}.td-col table{table-layout:fixed;width:100%;font-size:.78rem}.td-col table th,.td-col table td{word-break:break-word;overflow-wrap:break-word;white-space:normal;padding:.25rem .5rem}.tree{font-size:.875rem}.tree-node{border-radius:5px;align-items:center;gap:.4rem;padding:.3rem .5rem;display:flex}.tree-node:hover{background:#f8fafc}.tree-node-selected{color:#1d4ed8;border-left:3px solid #2563eb;font-weight:600;background:#dbeafe!important}.tree-label{flex:1}.tree-qty{color:#64748b;font-size:.8rem}.tree-actions{opacity:0;gap:.25rem;display:flex}.tree-node:hover .tree-actions{opacity:1}.tree-actions button{padding:.1rem .4rem;font-size:.8rem;line-height:1.4}.stat-grid{flex-wrap:wrap;gap:1rem;display:flex}.stat-tile{background:#fff;border-radius:10px;min-width:140px;padding:1.25rem 1.75rem;box-shadow:0 1px 3px #0000001a}.stat-value{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.1}.stat-label{color:#64748b;margin-top:.3rem;font-size:.85rem;font-weight:500}.stat-sub{color:#94a3b8;margin-top:.15rem;font-size:.75rem}.error{color:#dc2626;background:#fee2e2;border-radius:5px;margin-bottom:1rem;padding:.5rem;font-size:.875rem}
