.connection-status{position:relative;margin-left:auto}.connection-status__trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffffe6;border:1px solid rgba(148,163,184,.35);border-radius:.75rem;cursor:pointer;transition:background-color .18s ease,transform .15s ease}.connection-status__trigger:hover{background:#f1f5f9;transform:translateY(-1px)}.connection-status__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.connection-status__avatar--large{width:48px;height:48px;font-size:1.125rem}.connection-status__summary{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.connection-status__name{font-weight:600;font-size:.875rem;color:#0f172a}.connection-status__info{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b}.connection-status__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.connection-status__dot--large{width:10px;height:10px}.connection-status__dot--idle{background:#94a3b8}.connection-status__dot--connecting{background:#fbbf24;animation:pulse 1.5s ease-in-out infinite}.connection-status__dot--connected{background:#22c55e}.connection-status__dot--error{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.connection-status__role{font-weight:600;font-size:.7rem}.connection-status__module{color:#94a3b8;font-size:.7rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.connection-status__disconnected{color:#94a3b8}.connection-status__panel{position:absolute;top:calc(100% + .5rem);right:0;width:320px;background:#0f172afa;border:1px solid rgba(148,163,184,.2);border-radius:.875rem;box-shadow:0 20px 40px #0006;z-index:100;overflow:hidden}.connection-status__section{padding:1rem}.connection-status__section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .75rem}.connection-status__divider{height:1px;background:#94a3b826}.connection-status__user-header{display:flex;align-items:center;gap:.875rem}.connection-status__user-name{display:block;font-size:1rem;font-weight:600;color:#f8fafc}.connection-status__user-email{display:block;font-size:.8rem;color:#94a3b8;margin-top:.125rem}.connection-status__status-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.connection-status__status-label{font-size:.875rem;color:#e2e8f0}.connection-status__role-badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:.25rem;color:#fff;margin-left:auto}.connection-status__modules{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.connection-status__modules-label{font-size:.75rem;color:#64748b}.connection-status__modules-list{display:flex;gap:.375rem;flex-wrap:wrap}.connection-status__module-badge{font-size:.7rem;font-weight:500;padding:.2rem .5rem;background:#6366f133;color:#a5b4fc;border-radius:.25rem}.connection-status__label{display:block;font-size:.7rem;font-weight:500;color:#94a3b8;margin-bottom:.25rem}.connection-status__input{width:100%;padding:.5rem .75rem;font-size:.8rem;background:#1e293bcc;border:1px solid rgba(148,163,184,.2);border-radius:.375rem;color:#e2e8f0;margin-bottom:.5rem;box-sizing:border-box}.connection-status__input:focus{outline:none;border-color:#6366f1}.connection-status__input::placeholder{color:#64748b}.connection-status__button-row{display:flex;gap:.5rem;margin-top:.75rem}.connection-status__button{flex:1;padding:.5rem .75rem;font-size:.8rem;font-weight:500;background:#334155cc;border:1px solid rgba(148,163,184,.2);border-radius:.375rem;color:#e2e8f0;cursor:pointer;transition:background-color .15s ease}.connection-status__button:hover:not(:disabled){background:#475569e6}.connection-status__button:disabled{opacity:.5;cursor:not-allowed}.connection-status__button--primary{background:#6366f1;border-color:#6366f1}.connection-status__button--primary:hover:not(:disabled){background:#4f46e5}.connection-status__button--danger{background:#ef444426;border-color:#ef4444;color:#f87171}.connection-status__button--danger:hover:not(:disabled){background:#ef4444cc;color:#fff}.connection-status__wipe-confirm{margin-top:.75rem;padding:.75rem;background:#ef444414;border:1px solid rgba(239,68,68,.3);border-radius:.375rem}.connection-status__wipe-warning{margin:0 0 .5rem;font-size:.75rem;color:#f87171;line-height:1.4}.connection-status__wipe-warning strong{color:#fca5a5}.connection-status__wipe-input{width:100%;padding:.5rem;margin-bottom:.5rem;font-size:.8rem;color:#f8fafc;background:#0f172acc;border:1px solid rgba(148,163,184,.3);border-radius:.25rem;outline:none;box-sizing:border-box}.connection-status__wipe-input:focus{border-color:#ef4444}.connection-status__meta{padding:.75rem 1rem;background:#0f172a80;display:flex;flex-direction:column;gap:.25rem;font-size:.7rem;color:#64748b}.connection-status__feedback{padding:.75rem 1rem;background:#22c55e1a;color:#86efac;font-size:.8rem;white-space:pre-wrap}.connection-status__error{padding:.75rem 1rem;background:#ef44441a;color:#fca5a5;font-size:.8rem;display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.connection-status__error button{flex-shrink:0;padding:.25rem .5rem;font-size:.7rem;background:#ef444433;border:none;border-radius:.25rem;color:#fca5a5;cursor:pointer}.connection-status__error button:hover{background:#ef44444d}.connection-status__logout{width:100%;padding:.875rem 1rem;font-size:.875rem;font-weight:500;background:transparent;border:none;color:#ef4444;cursor:pointer;text-align:center;transition:background-color .15s ease}.connection-status__logout:hover{background:#ef44441a}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e2e8f0;background-color:#020617}body{margin:0}.app-shell{height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-error{margin:0 2rem 1rem;padding:.75rem 1rem;border-radius:.75rem;background:#dc262626;color:#fecaca;font-size:.85rem}.app-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#94a3b8}.app-loading__spinner{width:40px;height:40px;border:3px solid rgba(148,163,184,.2);border-top-color:#6366f1;border-radius:50%;animation:app-spin .8s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.app-toolbar{padding:0 1.5rem;display:flex;align-items:center;justify-content:flex-start;gap:1rem;background:#fff;box-shadow:0 6px 18px #0f172a1f;position:sticky;top:0;z-index:10;color:#0f172a}.app-logo{height:104px;width:auto;padding:3px;box-sizing:border-box;flex-shrink:0}.project-controls{display:flex;gap:.9rem;flex-wrap:wrap;align-items:center}.project-controls__menu{margin-left:auto;position:relative}.project-controls__menu-button{padding:.55rem 1rem;border-radius:.65rem;border:1px solid rgba(148,163,184,.35);background:#ffffffe6;color:#0f172a;font-weight:600;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.project-controls__menu-button:hover{background:#e2e8f0e6;transform:translateY(-1px)}.project-controls__dropdown{position:absolute;top:calc(100% + .65rem);right:0;width:340px;background:#0f172a;color:#e2e8f0;border:1px solid rgba(148,163,184,.25);border-radius:.85rem;box-shadow:0 18px 40px #0f172a8c;padding:1rem;display:grid;gap:1rem;max-height:72vh;overflow-y:auto;z-index:20}.project-controls__dropdown-section{display:grid;gap:.6rem}.project-controls__geo-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:.35rem .6rem;align-items:center}.project-controls__geo-grid input[type=number]{width:100%;padding:.35rem .55rem;border-radius:.65rem;border:1px solid rgba(148,163,184,.35);background:#0f172ab3;color:#e2e8f0}.project-controls__geo-label{font-size:.85rem;color:#cbd5e1}.project-controls__dropdown-section header{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#cbd5f5}.project-controls__lane-controls{display:inline-flex;align-items:center;gap:.4rem;background:#f1f5f9;border-radius:999px;padding:.3rem .55rem;box-shadow:inset 0 1px #fff6}.project-controls__lane-button{width:1.75rem;height:1.75rem;border:none;border-radius:50%;background:none;color:#0f172a;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,transform .15s ease}.project-controls__lane-button:hover{background:#94a3b84d;transform:translateY(-1px)}.project-controls__lane-value{min-width:1.5rem;text-align:center;font-weight:600;color:#0f172a}.project-controls__lane-reset{border:none;background:none;color:#2563eb;font-size:.75rem;font-weight:600;cursor:pointer;padding:0}.project-controls__lane-reset:hover{text-decoration:underline}.project-controls__toggle-row{display:flex;align-items:center;gap:.6rem;color:#cbd5e1;font-size:.85rem;margin-top:.45rem}.project-controls__toggle-row input[type=checkbox]{accent-color:#2563eb}.project-controls__backup{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.35rem .6rem;border:1px dashed rgba(148,163,184,.4);border-radius:.65rem}.project-controls__backup-label{color:#94a3b8;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.project-controls__backup-hint{color:#64748b;font-size:.72rem;flex-basis:100%}.project-controls__button{padding:.65rem 1.2rem;border-radius:.65rem;border:none;background-color:#3b82f6d9;color:#f8fafc;font-weight:600;cursor:pointer;transition:transform .18s ease,background-color .18s ease}.project-controls__button:hover{background-color:#2563ebf2;transform:translateY(-1px)}.project-controls__path{color:#94a3b8;font-size:.85rem}.project-controls__error{color:#fecaca;font-size:.85rem}.spacetime-controls{position:relative}.spacetime-controls__panel{position:absolute;top:calc(100% + .65rem);right:0;width:min(320px,80vw);background:#0f172af7;border-radius:.9rem;box-shadow:0 20px 44px #0f172a80;padding:1.15rem 1.2rem;display:grid;gap:.75rem;z-index:30}.spacetime-controls__status{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;color:#e2e8f0}.spacetime-controls__status-dot{width:.6rem;height:.6rem;border-radius:50%;background:#64748b;box-shadow:0 0 0 2px #ffffff14}.spacetime-controls__status-dot--connecting{background:#facc15;animation:spacetime-pulse .9s ease-in-out infinite alternate}.spacetime-controls__status-dot--connected{background:#34d399}.spacetime-controls__status-dot--error{background:#f87171}.spacetime-controls__auth-status{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#94a3b8;padding:.25rem 0}.spacetime-controls__auth-dot{width:8px;height:8px;border-radius:50%;background:#64748b}.spacetime-controls__auth-dot--authenticated{background:#34d399}.spacetime-controls__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#cbd5f5}.spacetime-controls__input{width:100%;padding:.55rem .65rem;border-radius:.6rem;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:#e2e8f0;font:inherit}.spacetime-controls__input::placeholder{color:#94a3b8b3}.spacetime-controls__button-row{display:flex;flex-wrap:wrap;gap:.6rem}.spacetime-controls__button{flex:1 1 48%;border-radius:.6rem;border:1px solid rgba(148,163,184,.35);background:#e2e8f014;color:#e2e8f0;font-weight:600;padding:.5rem .75rem;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.spacetime-controls__button:hover:not(:disabled){background:#e2e8f02e;transform:translateY(-1px)}.spacetime-controls__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.spacetime-controls__button--primary{background:#3b82f6d9;border-color:#3b82f673;color:#f8fafc}.spacetime-controls__button--primary:hover:not(:disabled){background:#2563ebf2}.spacetime-controls__button--danger{border-color:#f871718c;color:#fecaca}.spacetime-controls__button--danger:hover:not(:disabled){background:#f87171e6;border-color:#f87171bf;color:#fff}.spacetime-controls__meta{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:#cbd5e1e0}.spacetime-controls__feedback{padding:.55rem .65rem;border-radius:.6rem;background:#22c55e2e;color:#bbf7d0;font-size:.78rem}.spacetime-controls__error{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .65rem;border-radius:.6rem;background:#ef44442e;color:#fecaca;font-size:.78rem}.spacetime-controls__error button{border:none;background:none;color:#fecaca;font-weight:600;cursor:pointer}.spacetime-controls__error button:hover{text-decoration:underline}.spacetime-controls__feedback,.spacetime-controls__error{box-shadow:inset 0 0 0 1px #94a3b840}@keyframes spacetime-pulse{0%{opacity:.6}to{opacity:1}}.app-main{flex:1;display:flex;gap:.75rem;padding:0;align-items:stretch;min-height:0;height:100%}.panel{display:flex;flex-direction:column;min-width:220px;flex:none;height:100%;overflow:hidden}.panel--center{flex:1;display:flex;flex-direction:column;min-width:0}.panel--center .canvas-section{flex:1}.bottom-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem;align-items:start}.dtdl-wrapper{display:flex;flex-direction:column;gap:.6rem}.dtdl-resize{height:10px;width:100%;cursor:row-resize;margin:0;background:radial-gradient(circle,#3b82f666,#0f172ad9)}.dtdl-resize:hover{background:radial-gradient(circle,#3b82f699,#0f172ae6)}.panel--right{min-width:260px;max-width:540px}.resize-handle{width:8px;cursor:col-resize;border-radius:4px;background:radial-gradient(circle,#3b82f659,#0f172abf);transition:background-color .18s ease}.resize-handle:hover{background:radial-gradient(circle,#2563eba6,#0f172ad9)}.resize-handle--horizontal{height:10px;width:auto;margin:.75rem 0;border-radius:999px;cursor:row-resize}.component-list{background-color:#1e293b;border-radius:0;padding:.75rem .5rem;overflow-x:hidden;overflow-y:scroll;flex:1;min-height:0}.component-list__filters{display:grid;gap:.5rem;padding:0 8px .5rem .25rem}.filter-control{display:grid;gap:.35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.filter-control select,.filter-control input{font:inherit;padding:.5rem .65rem;border-radius:.6rem;border:1px solid rgba(148,163,184,.25);background-color:#0f172a99;color:#e2e8f0}.filter-control input::placeholder{color:#94a3b8cc}.component-list__status{margin:.5rem 1rem;padding:.75rem 1rem;border-radius:.75rem;background-color:#33415599;color:#e5edff}.component-list__status--error{background-color:#ef444440;color:#fecaca}.component-group{padding:.35rem 8px .75rem .5rem}.component-group--project{border-top:1px solid rgba(148,163,184,.15);margin-top:.75rem;padding-top:1.25rem}.component-group h3{margin:0 0 .75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;display:flex;align-items:center;gap:.45rem}.component-group__header{display:flex;align-items:center;gap:.45rem}.component-group__toggle{width:28px;height:28px;border-radius:.55rem;border:1px solid rgba(148,163,184,.3);background:#1e293bcc;color:#e2e8f0;font-weight:800;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.component-group__toggle:hover{background:#3b82f659;border-color:#3b82f699}.component-group ul{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.component-item{width:100%;display:flex;align-items:center;background-color:#1e293bbf;border-radius:.75rem;padding:.45rem .5rem .45rem .65rem;gap:.35rem;transition:background-color .18s ease,transform .18s ease;overflow:hidden;box-sizing:border-box}.component-item:hover{background-color:#334155d9;transform:translateY(-1px)}.component-item--active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#f8fafc}.component-item__select{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;border:none;background:transparent;color:inherit;cursor:pointer;padding:0;text-align:left;gap:.15rem}.component-item__name{font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.component-item__meta{font-size:.7rem;color:#e2e8f0a6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.component-item__add{border:none;background-color:#3b82f640;color:#e0f2fe;padding:.25rem .45rem;border-radius:.5rem;font-size:.7rem;cursor:pointer;transition:background-color .18s ease;flex-shrink:0}.component-item__add:hover{background-color:#3b82f673}.component-item__pick{margin-left:2px;border:1px solid rgba(148,163,184,.5);border-radius:.5rem;padding:.2rem .35rem;background:#0f172acc;color:#e2e8f0;cursor:pointer;font-size:.75rem;line-height:1;flex-shrink:0}.component-item__pick:hover{background:#3b82f633;color:#bfdbfe}.canvas-section{border-radius:1rem;overflow:hidden;box-shadow:0 10px 40px #0f172a73;background-color:#0f172a;min-height:24rem;display:flex;align-items:center;justify-content:center}.canvas-section canvas{width:100%;height:100%;display:block}.canvas-wrapper{position:relative;width:100%;height:100%}.haul-overlay{position:sticky;top:12px;left:12px;z-index:12;display:flex;flex-direction:column;gap:8px;pointer-events:none;align-self:flex-start;width:min-content;max-width:360px}.haul-overlay>*{pointer-events:auto}.haul-overlay--panel{position:relative;top:auto;left:auto;width:100%;max-width:none;align-self:stretch}.canvas-wrapper canvas{width:100%;height:100%;display:block}.canvas-message{position:absolute;top:.75rem;left:50%;transform:translate(-50%);padding:.5rem .85rem;border-radius:.75rem;background-color:#0f172ac7;color:#fef3c7;font-size:.85rem;z-index:2;pointer-events:none}.canvas-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5f5;font-size:.95rem;letter-spacing:.02em}.sidebar{background-color:#0f172ad9;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 40px #0f172a59;overflow-y:auto;max-height:calc(100vh - 12rem)}.hierarchy-panel{display:grid;gap:1rem;overflow-y:visible;max-height:none}.hierarchy-create{display:grid;grid-template-columns:1fr 120px auto;gap:.5rem;align-items:center}.hierarchy-create input,.hierarchy-create select{font:inherit;padding:.45rem .6rem;border-radius:.6rem;border:1px solid rgba(148,163,184,.25);background-color:#0f172a99;color:#e2e8f0}.hierarchy-create button{border:none;background:#3b82f6cc;color:#f8fafc;font-weight:600;padding:.5rem .9rem;border-radius:.6rem;cursor:pointer;transition:background-color .18s ease}.hierarchy-create button:hover{background:#2563ebf2}.hierarchy-section{display:grid;gap:.6rem}.hierarchy-tree{list-style:none;margin:0;padding-left:.9rem;display:grid;gap:.4rem}.hierarchy-tree--ungrouped{padding-left:.6rem}.hierarchy-node__label{font-weight:600;color:#cbd5f5}.hierarchy-node__row{display:flex;align-items:center;gap:.4rem;width:100%}.hierarchy-node__title{display:inline-flex;align-items:center;gap:.5rem}.hierarchy-node__title>span{display:inline-flex;align-items:center;gap:.3rem}.hierarchy-node--group>.hierarchy-node__label{padding:.25rem 0}.hierarchy-node__actions{display:flex;gap:.35rem}.hierarchy-node__actions button{border:none;background:#1e293b99;color:#94a3b8;font-size:.7rem;padding:.2rem .4rem;border-radius:.45rem;cursor:pointer}.hierarchy-node__actions button:hover{background:#3b82f673;color:#f8fafc}.haulage-add-route{border:none;background:linear-gradient(135deg,#f4c067,#f59e0b);color:#0b1220;font-size:.78rem;font-weight:700;padding:.2rem .55rem;border-radius:.55rem;box-shadow:0 6px 14px #0f172a2e;cursor:pointer}.haulage-add-route:hover{filter:brightness(1.03)}.haulage-tags--highlight{outline:2px solid rgba(59,130,246,.55);box-shadow:0 0 0 6px #3b82f626;border-radius:.75rem;transition:outline .2s ease,box-shadow .2s ease}.hierarchy-node__edit{flex:1;font:inherit;padding:.2rem .4rem;border-radius:.45rem;border:1px solid rgba(148,163,184,.35);background-color:#0f172aa6;color:#e2e8f0}.hierarchy-children{list-style:none;margin:.25rem 0 0 .75rem;padding:0;display:grid;gap:.3rem}.hierarchy-node--component{display:block;width:100%}.hierarchy-component-button{flex:1 1 auto;min-width:0;text-align:left;border:none;background-color:#1e293bb3;color:#e2e8f0;padding:.45rem .6rem;border-radius:.6rem;cursor:pointer;transition:background-color .18s ease}.hierarchy-component-button--haul-path{display:flex;align-items:center;gap:.55rem}.hierarchy-component-button--active-haul-path{background:linear-gradient(135deg,#22d3ee,#38bdf8);color:#0f172a;font-weight:700;box-shadow:0 10px 24px #22d3ee59}.hierarchy-haul-path__name{flex:1}.hierarchy-haul-path__count{font-size:.8rem;opacity:.8;white-space:nowrap}.hierarchy-haul-assignments{margin-left:.75rem}.haul-editor-portal{margin-bottom:.75rem;display:block}.haul-route-panel{display:grid;gap:.75rem;align-content:start;min-height:0}.haul-route-controls{display:grid;gap:.75rem}*{scrollbar-width:thin;scrollbar-color:#38bdf8 rgba(30,41,59,.6)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#0f172a8c;border-radius:999px}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#38bdf8,#2563eb);border-radius:999px;border:2px solid rgba(15,23,42,.8)}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#67e8f9,#38bdf8)}.hierarchy-component-button:hover{background-color:#334155e6}.hierarchy-component-button--active{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#0f172a;font-weight:600}.hierarchy-ungrouped__label{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.haul-routes-panel{display:flex;flex-direction:column;gap:.75rem}.haul-routes-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.haul-routes-panel__header h3{margin:0;color:#e2e8f0;font-size:1rem}.haul-routes-panel__hint{margin:.1rem 0 0;color:#94a3b8;font-size:.8rem}.haul-route-add{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#0b1220;border:none;padding:.5rem .85rem;border-radius:.6rem;font-weight:700;cursor:pointer}.haul-route-add:hover{background:linear-gradient(135deg,#67e8f9,#38bdf8)}.haul-routes-panel__selection{padding:.5rem .75rem;border-radius:.75rem;background-color:#3b82f614;color:#e2e8f0;font-size:.9rem}.haul-routes-panel__selection--idle{color:#94a3b8;background-color:#94a3b814}.haul-routes-panel__empty{padding:.75rem;border-radius:.75rem;background-color:#0f172a99;color:#94a3b8;text-align:center}.haul-route-card{background-color:#0f172abf;border:1px solid rgba(148,163,184,.2);border-radius:.9rem;padding:.75rem;display:grid;gap:.5rem}.haul-route-card__header{display:flex;gap:.5rem}.haul-route-card__name{flex:1;background:#1e293bcc;border:1px solid rgba(148,163,184,.25);border-radius:.6rem;padding:.45rem .6rem;color:#e2e8f0}.haul-route-card__delete{border:1px solid rgba(248,113,113,.4);color:#fca5a5;background:#7f1d1d33;border-radius:.6rem;padding:.3rem .55rem;cursor:pointer}.haul-route-card__delete:hover{background:#7f1d1d59}.haul-route-coords{display:grid;gap:.5rem}.haul-route-coords__row{display:grid;gap:.35rem}.haul-route-coords__label{font-size:.85rem;color:#cbd5e1}.haul-route-coords__inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.haul-route-coords__inputs input{background:#1e293bcc;border:1px solid rgba(148,163,184,.25);border-radius:.5rem;padding:.4rem .5rem;color:#e2e8f0}.haul-route-card__capture{justify-self:start;background:#2563eb33;color:#bfdbfe;border:1px solid rgba(59,130,246,.5);border-radius:.6rem;padding:.35rem .6rem;cursor:pointer}.haul-route-card__capture:hover{background:#2563eb59}.haul-route-summary{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;color:#94a3b8}.relationship-editor{margin-top:1.75rem;display:grid;gap:1rem}.relationship-form{display:grid;gap:.75rem}.relationship-form__apply{border:1px dashed rgba(148,163,184,.35);background:#0f172a73;color:#94a3b8;padding:.45rem .65rem;border-radius:.6rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,color .18s ease}.relationship-form__apply:disabled{opacity:.5;cursor:not-allowed}.relationship-form__apply:not(:disabled):hover{border-color:#3b82f699;color:#e2e8f0}.relationship-label{display:inline-block;padding:.25rem .45rem;border-radius:999px;background:#0891b2bf;color:#ecfeff;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 10px #0891b273;pointer-events:none}.dtdl-viewer-container{position:relative}.dtdl-interface{margin-bottom:.45rem;border-radius:.6rem;padding:.35rem;border:1px solid transparent;display:block}.dtdl-interface--selected{border-color:#22d3ee99;background:#22d3ee1f}.dtdl-interface--related{border-color:#3b82f673;background:#3b82f614}.dtdl-highlight{padding:0 .15rem;border-radius:.35rem}.dtdl-highlight--selected-inline{background:#22d3ee59;color:#0f172a;font-weight:600}.dtdl-highlight--related-inline{background:#3b82f640;color:#dbeafe}.dtdl-highlight--property,.dtdl-highlight--property-field{background:#fbbf2466;color:#0f172a;font-weight:600}.dtdl-highlight--search{background:#0f172ae6;color:#e2e8f0;font-weight:800;box-shadow:inset 0 0 0 1px #3b82f699}.dtdl-key{color:#7dd3fc;font-weight:700}.dtdl-string{color:#c084fc}.dtdl-number{color:#f59e0b}.dtdl-boolean{color:#34d399;font-weight:700}.dtdl-null{color:#fca5a5;font-style:italic}.dtdl-brace{color:#a5b4fc;font-weight:700}.dtdl-panel{display:flex;flex-direction:column;gap:.75rem;min-height:280px;height:100%;max-height:100%;overflow:hidden}.dtdl-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.dtdl-download{border:1px solid rgba(148,163,184,.35);background:linear-gradient(135deg,#0ea5e9cc,#38bdf8e6);color:#0f172a;font-weight:700;padding:.45rem .75rem;border-radius:.65rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.dtdl-download:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0ea5e94d}.dtdl-header__actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dtdl-search{display:inline-flex;align-items:center;gap:.25rem;background:#0f172a99;border:1px solid rgba(148,163,184,.35);border-radius:.6rem;padding:.25rem .4rem}.dtdl-search input{background:transparent;border:none;color:#e2e8f0;outline:none;min-width:8rem;font-size:.95rem}.dtdl-search input::placeholder{color:#94a3b8}.dtdl-search button{border:none;background:#94a3b833;color:#e2e8f0;border-radius:.4rem;width:1.6rem;height:1.6rem;display:grid;place-items:center;cursor:pointer;font-size:1rem;line-height:1}.dtdl-search button:hover{background:#3b82f659}.haulage-tags{display:flex;flex-wrap:wrap;gap:.4rem;padding:.35rem .2rem}.haulage-tag{border:none;color:#0b1220;font-weight:700;padding:.35rem .65rem;border-radius:.65rem;cursor:grab;box-shadow:0 6px 12px #0f172a33}.haulage-tag:active{cursor:grabbing}.haulage-tag[data-active=true]{transform:translateY(-1px);box-shadow:0 10px 22px #0ea5e959}.haulage-assignment{display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;padding:.15rem .5rem;border-radius:.5rem;background:#38bdf8d9;color:#0b1220;border:1px solid rgba(14,165,233,.85);font-size:.75rem;font-weight:800;white-space:nowrap;flex-shrink:0}.dtdl-zoom{display:inline-flex;align-items:center;gap:.4rem;background:#0f172a99;border:1px solid rgba(148,163,184,.35);border-radius:.6rem;padding:.25rem .5rem;color:#e2e8f0;font-weight:600}.dtdl-zoom button{border:none;background:#94a3b833;color:#e2e8f0;border-radius:.4rem;width:1.8rem;height:1.8rem;display:grid;place-items:center;cursor:pointer;font-size:1rem;line-height:1}.dtdl-zoom button:hover{background:#3b82f659}.dtdl-zoom span{min-width:3.2rem;text-align:center;font-size:.9rem}.dtdl-viewer-container{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;height:100%;max-height:100%}.dtdl-viewer__content{margin:0;padding:1rem;background:#020617bf;border-radius:.8rem;color:#e2e8f0;font-size:.55rem;line-height:1.1;overflow:auto;border:1px solid rgba(148,163,184,.12);white-space:pre-wrap;cursor:text;flex:1;min-height:0;max-height:100%}.relationship-form__submit{padding:.6rem .9rem;border-radius:.65rem;border:none;background:linear-gradient(135deg,#22d3ee,#6366f1);color:#0f172a;font-weight:600;cursor:pointer;transition:transform .18s ease}.relationship-form__submit:disabled{cursor:not-allowed;opacity:.5;transform:none}.relationship-form__submit:not(:disabled):hover{transform:translateY(-1px)}.relationship-list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.relationship-list li{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.relationship-chip{display:flex;gap:.6rem;align-items:center;padding:.5rem .75rem;border-radius:.75rem;background-color:#2563eb33;color:#bfdbfe}.relationship-chip strong{font-size:.85rem}.relationship-remove{border:none;background-color:#f8717133;color:#fecaca;padding:.4rem .6rem;border-radius:.6rem;cursor:pointer}.relationship-remove:hover{background-color:#ef444459}.relationship-list__empty{color:#94a3b8;font-size:.85rem}.sidebar h2{margin-top:0;margin-bottom:1rem;font-size:1.25rem}.sidebar__hint{color:#94a3b8}.sidebar__error{color:#fecaca}.details-card{background-color:#1e293b99;border-radius:.85rem;padding:1rem 1.2rem;display:grid;gap:.85rem}.details-card__title{font-size:1.1rem;font-weight:600;margin:0}.details-card dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.4rem .75rem}.details-section{margin-top:1.5rem;display:grid;gap:1rem}.control-note{margin:0;font-size:.75rem;color:#94a3b8}.property-grid{display:grid;gap:.6rem}.property-grid--compact{gap:.45rem}.property-grid-container{overflow-y:auto;overflow-x:hidden;max-height:224px;padding-right:.15rem;-ms-overflow-style:none;scrollbar-width:none}.property-grid-container::-webkit-scrollbar{width:0;height:0}.property-scroll-button{border:1px solid rgba(148,163,184,.25);border-radius:.5rem;background:#1e293ba6;color:#e2e8f0;padding:.25rem .4rem;font-size:.65rem;font-weight:600;cursor:pointer;transition:background-color .18s ease,transform .18s ease,opacity .18s ease;width:100%}.property-scroll-button:not(:disabled):hover{background:#3b82f659;transform:translateY(-1px)}.property-scroll-button:disabled{cursor:default;opacity:.4;background:#1e293b73;transform:none}.property-scroll-button--top{margin-top:.2rem}.property-scroll-button--bottom{margin-bottom:.1rem}.property-row{display:flex;align-items:center;justify-content:space-between;background:#1e293b8c;border-radius:.65rem;padding:.6rem .75rem;gap:1rem;border:1px solid rgba(148,163,184,.2)}.property-row--compact{padding:.45rem .55rem}.property-row__meta{display:flex;flex-direction:column;gap:.2rem}.property-row__name{font-weight:600;color:#e2e8f0}.property-row__schema{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.property-row__input{width:4ch;min-width:4ch;padding:.35rem .45rem;border-radius:.55rem;border:1px solid rgba(148,163,184,.35);background:#0f172abf;color:#f8fafc;font-weight:600;text-align:right}.property-row__input:focus{outline:2px solid rgba(59,130,246,.65);outline-offset:1px}.control-group{display:grid;gap:.6rem}.control-group h3{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.control-metrics{display:flex;gap:.75rem;align-items:baseline;font-size:.85rem;color:#cbd5f5}.control-value{font-weight:600}.control-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.control-button{padding:.45rem .75rem;border-radius:.6rem;border:none;background-color:#2563eb33;color:#bfdbfe;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.control-button:hover{background-color:#3b82f659;transform:translateY(-1px)}.control-button--active{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#0f172a;font-weight:600}.control-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.control-button--secondary{background-color:#6366f133;color:#ede9fe}.control-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.control-label input[type=number]{width:100%;margin-top:4px;padding:.4rem .6rem;border-radius:.65rem;border:1px solid rgba(148,163,184,.35);background:#0f172ab3;color:#e2e8f0}.control-button--danger{background-color:#f8717133;color:#fecaca}.control-button--danger:hover{background-color:#dc262659}.details-card dt{color:#94a3b8;font-size:.85rem}.details-card dd{margin:0;font-size:.9rem;color:#e2e8f0}.loading{display:inline-block;padding:.75rem 1rem;border-radius:.75rem;background-color:#33415599}.model-label{position:relative;display:inline-flex;align-items:center;gap:.35rem;background-color:#0f172ad9;color:#f8fafc;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;white-space:nowrap;box-shadow:0 2px 6px #0f172a66}.model-label--selected{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#0f172a;font-weight:600}.model-label__text{font-weight:inherit}.model-label__button{border:none;background:#0f172a99;color:inherit;border-radius:.35rem;font-size:.7rem;font-weight:600;padding:.15rem .35rem;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.model-label__button:hover{background:#0f172ad9;transform:translateY(-1px)}.model-label__editor{position:absolute;top:0;left:calc(100% + .6rem);width:600px;max-width:600px;background:#0f172af2;color:#f8fafc;border-radius:.6rem;box-shadow:0 18px 36px #0f172a73;padding:.75rem;display:block;z-index:10}.model-label__editor textarea{width:100%;height:210px;border-radius:.4rem;border:1px solid rgba(148,163,184,.35);background:#0f172acc;color:#e2e8f0;font-family:Menlo,SF Mono,monospace;font-size:.75rem;padding:.5rem;resize:vertical}.model-label__dtdl-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.model-label__dtdl-title{margin:0;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#cbd5f5}.model-label__dtdl-toolbar{display:inline-flex;align-items:center;gap:.35rem}.model-label__dtdl-button{border:1px solid rgba(148,163,184,.35);border-radius:.45rem;background:#1e293ba6;color:#f8fafc;padding:.25rem .5rem;font-size:.7rem;font-weight:600;cursor:pointer;transition:background-color .18s ease,transform .18s ease,opacity .18s ease}.model-label__dtdl-button:hover{background:#3b82f659;transform:translateY(-1px)}.model-label__dtdl-button:disabled{opacity:.4;cursor:default;transform:none}.model-label__dtdl-button--primary{background:linear-gradient(135deg,#38bdf873,#6366f199);border-color:#60a5fa8c;color:#0f172a}.model-label__dtdl-button--primary:hover{background:linear-gradient(135deg,#38bdf8b3,#6366f1cc)}.model-label__editor-layout{display:flex;gap:.75rem}.model-label__editor-column{display:flex;flex-direction:column;gap:.5rem}.model-label__editor-column--primary{flex:1.4;min-width:0}.model-label__editor-column--properties{flex:1;min-width:200px;background:#080f20d9;border:1px solid rgba(148,163,184,.25);border-radius:.65rem;padding:.6rem .7rem;gap:.6rem}.model-label__properties-header{display:flex;flex-direction:column;gap:.2rem}.model-label__properties-header h4{margin:0;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:#cbd5f5}.model-label__properties-header p{margin:0;font-size:.7rem;color:#94a3b8}.model-label__editor-actions{display:flex;gap:.35rem;justify-content:flex-end}.model-label__editor-actions button{border:none;border-radius:.4rem;padding:.3rem .6rem;font-size:.7rem;font-weight:600;cursor:pointer;background:#94a3b840;color:#f8fafc;transition:background-color .18s ease,transform .18s ease}.model-label__editor-actions button:hover{background:#94a3b866;transform:translateY(-1px)}.model-label__editor-error{margin:0;font-size:.7rem;color:#fda4af}.app-footer{padding:1rem 2rem 1.5rem;background-color:#0f172abf}.app-footer ul{margin:0;display:flex;gap:1.5rem;list-style:none;padding:0;color:#cbd5f5;flex-wrap:wrap;font-size:.9rem}@media (max-width: 900px){.app-main{grid-template-columns:1fr}.sidebar{order:-1}.component-list{max-height:none}.relationship-list li{align-items:flex-start}}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#020617,#0f172a)}.auth-card{max-width:420px;width:100%;padding:2.5rem;background:#0f172af2;border:1px solid rgba(148,163,184,.2);border-radius:1.25rem;box-shadow:0 25px 50px #00000080;text-align:center}.auth-logo{height:80px;width:auto;margin-bottom:1.5rem}.auth-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#f1f5f9}.auth-subtitle{margin:0 0 2rem;font-size:.95rem;color:#94a3b8}.auth-spinner{width:48px;height:48px;margin:0 auto 1rem;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-status{margin:0;font-size:1rem;color:#94a3b8}.auth-error{padding:1rem;margin-bottom:1.5rem;border-radius:.75rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fecaca;text-align:left}.auth-error strong{display:block;margin-bottom:.25rem;color:#f87171}.auth-error p{margin:0;font-size:.875rem}.auth-button{width:100%;padding:.875rem 1.5rem;border:none;border-radius:.75rem;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#f8fafc;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.auth-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f666}.auth-footer{margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.15);font-size:.8rem;color:#64748b}.auth-org-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.auth-org-button{display:flex;flex-direction:column;gap:.15rem;width:100%;padding:.875rem 1.25rem;border:1px solid rgba(148,163,184,.25);border-radius:.75rem;background:#1e293be6;color:#f8fafc;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.auth-org-button:hover{transform:translateY(-2px);border-color:#6366f1;box-shadow:0 10px 25px #3b82f640}.auth-org-label{font-size:1rem;font-weight:600}.auth-org-slug{font-size:.8rem;color:#94a3b8}.auth-plain-signin{width:100%;padding:.5rem;border:none;background:none;color:#64748b;font-size:.8rem;cursor:pointer;text-decoration:underline}.auth-plain-signin:hover{color:#94a3b8}.user-profile{position:relative;margin-left:auto}.user-profile__trigger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#f8fafc;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.user-profile__trigger:hover{transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.user-profile__avatar{font-size:.9rem}.user-profile__menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:220px;padding:0;background:#0f172afa;border:1px solid rgba(148,163,184,.2);border-radius:.85rem;box-shadow:0 15px 35px #0006;z-index:100;overflow:hidden}.user-profile__info{padding:1rem;border-bottom:1px solid rgba(148,163,184,.15)}.user-profile__name{display:block;font-size:.95rem;font-weight:600;color:#f1f5f9}.user-profile__email{display:block;margin-top:.25rem;font-size:.8rem;color:#94a3b8}.user-profile__badge{display:inline-block;margin-top:.5rem;padding:.2rem .5rem;border-radius:999px;background:#3b82f633;color:#60a5fa;font-size:.7rem;font-weight:600}.user-profile__divider{height:1px;background:#94a3b826}.user-profile__logout{width:100%;padding:.75rem 1rem;border:none;background:transparent;color:#f87171;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s ease}.user-profile__logout:hover{background:#ef44441a}.floating-tag{display:flex;align-items:center;gap:.4rem;background-color:#0f172af2;border:1px solid #475569;border-radius:4px;padding:.25rem .5rem;box-shadow:0 2px 8px #0009;pointer-events:auto;transition:transform .05s linear;white-space:nowrap}.floating-tag__text{font-size:.7rem;color:#f1f5f9;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.8);letter-spacing:.02em}.floating-tag__edit-btn{font-size:.55rem;font-weight:700;background-color:#334155;color:#94a3b8;padding:.15rem .35rem;border-radius:2px;border:none;cursor:pointer;letter-spacing:.04em;transition:background-color .1s,color .1s;pointer-events:auto;line-height:1}.floating-tag__edit-btn:hover{background-color:#0ea5e9;color:#fff}.floating-tag__badge{font-size:.55rem;background-color:#334155;color:#94a3b8;padding:.15rem .35rem;border-radius:2px;font-weight:600;letter-spacing:.04em}.floating-tag:hover{border-color:#64748b;background-color:#0f172a;transform:translate(-50%,-105%) scale(1.05)!important;z-index:101!important}.floating-tag--selected{background-color:#0c4a6ef7;border-color:#0ea5e9;box-shadow:0 0 12px #0ea5e980;z-index:102!important}.floating-tag--selected .floating-tag__text{color:#e0f2fe}.floating-tag--selected .floating-tag__badge,.floating-tag--selected .floating-tag__edit-btn{background-color:#0ea5e9;color:#fff}.floating-tag--editing{background-color:#78350ff2;border-color:#f59e0b;box-shadow:0 0 14px #f59e0b80;z-index:103!important}.floating-tag--editing .floating-tag__text{color:#fef3c7}.floating-tag--editing .floating-tag__edit-btn{background-color:#f59e0b;color:#fff}.floating-tag:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background-color:#0f172af2;border-right:1px solid #475569;border-bottom:1px solid #475569}.floating-tag--selected:after{background-color:#0c4a6ef7;border-color:#0ea5e9}.floating-tag--editing:after{background-color:#78350ff2;border-color:#f59e0b}.floating-tag--cluster{background-color:#1e3a8af2;border:2px solid #3b82f6;border-radius:20px;padding:.3rem .7rem;gap:.4rem;box-shadow:0 2px 12px #3b82f666;transition:transform .1s ease,box-shadow .1s ease}.floating-tag--cluster:hover{transform:translate(-50%,-50%) scale(1.1)!important;box-shadow:0 4px 20px #3b82f699;border-color:#60a5fa;background-color:#1e3a8a}.floating-tag--cluster:after{display:none}.floating-tag__cluster-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;background-color:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;border-radius:50%;line-height:1}.floating-tag__cluster-summary{font-size:.65rem;color:#bfdbfe;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-tag-cluster-popup{background-color:#0f172af7;border:1px solid #3b82f6;border-radius:8px;box-shadow:0 6px 28px #00000080;min-width:200px;max-width:280px;max-height:360px;display:flex;flex-direction:column;overflow:hidden;font-family:inherit}.floating-tag-cluster-popup__header{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background-color:#1e3a8a99;border-bottom:1px solid rgba(59,130,246,.4);font-size:.75rem;font-weight:600;color:#bfdbfe}.floating-tag-cluster-popup__header>span:first-child{flex:1}.floating-tag-cluster-popup__btn{background-color:transparent;border:1px solid rgba(96,165,250,.5);color:#bfdbfe;padding:.15rem .45rem;border-radius:4px;font-size:.7rem;cursor:pointer;line-height:1}.floating-tag-cluster-popup__btn:hover{background-color:#3b82f64d;color:#fff}.floating-tag-cluster-popup__list{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto;flex:1}.floating-tag-cluster-popup__item{display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;cursor:pointer;font-size:.8rem;color:#e2e8f0;transition:background-color .1s ease}.floating-tag-cluster-popup__item:hover{background-color:#3b82f640;color:#fff}.floating-tag-cluster-popup__name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.details-card dd{word-break:break-all;overflow-wrap:anywhere;white-space:normal}.top-nav-button{background:#3b82f6;color:#fff;border:none;padding:.35rem .85rem;border-radius:9999px;font-weight:500;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:background-color .2s,transform .1s;box-shadow:0 2px 4px #0000001a}.top-nav-button:hover{background:#2563eb;transform:translateY(-1px)}.haul-route-wizard{padding:1rem;display:grid;gap:1.5rem}.wizard-step{background:#0f172a66;padding:1rem;border-radius:.5rem;border:1px dashed rgba(148,163,184,.3)}.wizard-step__status{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#bfdbfe;font-weight:500}.wizard-icon{font-size:1.2rem}.wizard-step__count{font-size:.9rem;color:#94a3b8;margin-bottom:.5rem}.wizard-hint{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}.wizard-actions{display:flex;gap:.75rem}.control-button--primary{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#0f172a;border:none;font-weight:600;flex:1}.control-button--primary:disabled{background:#334155;color:#94a3b8;cursor:not-allowed;opacity:.7}.control-input{width:100%;margin-top:.4rem;padding:.5rem .75rem;border-radius:.5rem;background:#0f172a99;border:1px solid rgba(148,163,184,.2);color:#f8fafc}.control-input:focus{outline:2px solid #3b82f6;border-color:transparent}.haulage-add-route{background:#3b82f633;color:#60a5fa;border:1px solid rgba(59,130,246,.3);padding:.1rem .4rem;font-size:.7rem;border-radius:.25rem;cursor:pointer;margin-left:.5rem;transition:all .2s}.haulage-add-route:hover{background:#3b82f666;color:#fff}.selected-group-highlight{background-color:#06b6d473!important;border-left:3px solid #06b6d4;transition:background-color .3s ease}.selected-group-highlight .hierarchy-node__title{background:transparent}@keyframes flash-highlight{0%{background-color:#06b6d4cc}to{background-color:#06b6d473}}.flash-highlight{animation:flash-highlight 1s ease-out}.component-list{width:100%!important}.project-controls__scene-card{display:grid;gap:.4rem;padding:.5rem .6rem;border-radius:.6rem;background:#94a3b81a}.project-controls__scene-toggle{display:flex;align-items:center;gap:.5rem;font-size:.8rem;line-height:1.3;cursor:pointer}.project-controls__scene-toggle input[type=checkbox]{flex:none;margin:0}.project-controls__scene-toggle span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-controls__scene-meta{font-size:.68rem;color:#94a3b8;flex:none}.project-controls__scene-card input[type=range]{width:100%;margin:0}.project-controls__scene-actions{display:grid;gap:.4rem}.project-controls__scene-actions select{width:100%;padding:.35rem .5rem;border-radius:.5rem;background:#1e293b;color:#e2e8f0;border:1px solid rgba(148,163,184,.35);font-size:.8rem}.project-controls__scene-empty{margin:0;font-size:.75rem;color:#94a3b8;line-height:1.4}
