.galaxy-atlas-page{padding:10px;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;min-height:calc(100dvh - 66px)}
.galaxy-atlas-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:14px 16px;border:1px solid rgba(94,203,255,.16);border-radius:12px;background:linear-gradient(135deg,rgba(9,24,40,.95),rgba(5,14,25,.92))}
.galaxy-atlas-header h1{margin:3px 0;font-size:24px}.galaxy-atlas-header p{max-width:760px;margin:0;color:#91a6b9;font-size:12px}.galaxy-atlas-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.galaxy-atlas-header-actions>span{font-size:11px;color:#8ea5ba}
.galaxy-atlas-controls{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;padding:10px;border:1px solid rgba(94,203,255,.14);background:rgba(5,15,27,.86)}
.galaxy-atlas-controls label{display:grid;gap:5px;color:#7f96aa;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.galaxy-atlas-controls select,.galaxy-atlas-controls input{width:100%;min-width:0;border:1px solid rgba(94,203,255,.18);border-radius:8px;background:#081522;color:#e4f2fc;padding:8px 9px;font-size:12px;text-transform:none;letter-spacing:normal}
.galaxy-atlas-layout{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:10px}.galaxy-atlas-list,.galaxy-atlas-inspector{min-height:0;border:1px solid rgba(94,203,255,.16);border-radius:12px;background:rgba(5,15,27,.84)}.galaxy-atlas-list{padding:12px;overflow:auto}.galaxy-atlas-list-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:10px}.galaxy-atlas-list-head h2{margin:2px 0 0;font-size:17px}.galaxy-atlas-list-head small{color:#7890a5;font-size:10px}.galaxy-atlas-rows{display:grid;gap:7px}
.galaxy-atlas-row{width:100%;display:grid;grid-template-columns:48px minmax(190px,1fr) minmax(125px,.45fr) minmax(125px,.45fr) 20px;align-items:center;gap:10px;padding:8px;border:1px solid rgba(94,203,255,.12);border-radius:10px;background:#081522;color:#dcecff;text-align:left;cursor:pointer}.galaxy-atlas-row:hover{border-color:rgba(94,203,255,.36);background:#0a1d2e}.galaxy-atlas-row.selected{border-color:var(--cyan);box-shadow:inset 3px 0 0 var(--cyan)}.galaxy-atlas-row-mark{width:48px;height:42px;display:grid;place-items:center;border-radius:8px;background:#07101c}.galaxy-atlas-row-copy strong,.galaxy-atlas-row-copy small,.galaxy-atlas-row-status strong,.galaxy-atlas-row-status small,.galaxy-atlas-row-distance strong,.galaxy-atlas-row-distance small{display:block}.galaxy-atlas-row-copy strong{font-size:13px}.galaxy-atlas-row-copy small,.galaxy-atlas-row-status small,.galaxy-atlas-row-distance small{margin-top:2px;color:#7890a5;font-size:10px}.galaxy-atlas-row-status strong,.galaxy-atlas-row-distance strong{font-size:11px}.galaxy-atlas-row-distance{text-align:right}.galaxy-atlas-row>b{font-size:18px;color:#5ecbff;font-weight:400}
.galaxy-atlas-star{display:block;width:24px;height:24px;border-radius:50%;background:#ffd66b;color:#ffd66b;box-shadow:0 0 14px currentColor}.galaxy-atlas-star.star-orange{background:#ff9548;color:#ff9548}.galaxy-atlas-star.star-red{background:#ff5b4f;color:#ff5b4f}.galaxy-atlas-star.star-white{background:#eef7ff;color:#eef7ff}.galaxy-atlas-star.star-blue{background:#6aa8ff;color:#6aa8ff}.galaxy-atlas-star.star-violet{background:#b98cff;color:#b98cff}
.galaxy-atlas-signal{display:grid;place-items:center;width:32px;height:32px;border:1px solid currentColor;border-radius:50%;color:#94a7bb;box-shadow:0 0 12px color-mix(in srgb,currentColor 45%,transparent)}.galaxy-atlas-signal i{width:6px;height:6px;border-radius:50%;background:currentColor}.galaxy-atlas-signal.signal-signal{color:#f0bd68}.galaxy-atlas-signal.signal-identified{color:#67d7ff}.galaxy-atlas-signal.signal-contacted{color:#6ce1b2}
.galaxy-atlas-inspector{padding:16px;overflow:auto}.galaxy-atlas-inspector header h2{margin:4px 0;font-size:20px}.galaxy-atlas-inspector header p{margin:0;color:#8ca2b5;font-size:12px}.galaxy-atlas-inspector-mark{height:120px;display:grid;place-items:center;margin:14px 0;border:1px solid rgba(94,203,255,.12);border-radius:10px;background:radial-gradient(circle,rgba(94,203,255,.12),transparent 64%)}.galaxy-atlas-inspector-mark .galaxy-atlas-star{width:44px;height:44px}.galaxy-atlas-inspector-mark .galaxy-atlas-signal{width:58px;height:58px}.galaxy-atlas-inspector dl{display:grid;gap:7px;margin:0}.galaxy-atlas-inspector dl div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(94,203,255,.08)}.galaxy-atlas-inspector dt{color:#7890a5;font-size:10px;text-transform:uppercase}.galaxy-atlas-inspector dd{margin:0;text-align:right;font-size:11px}.galaxy-atlas-inspector-actions{display:grid;gap:8px;margin-top:16px}.galaxy-atlas-empty{padding:28px;text-align:center;color:#8399ac}.galaxy-atlas-empty strong{display:block;color:#dbeeff;margin-bottom:4px}.galaxy-atlas-empty p{margin:0;font-size:12px}
@media(max-width:1100px){.galaxy-atlas-controls{grid-template-columns:repeat(2,minmax(150px,1fr))}.galaxy-atlas-layout{grid-template-columns:1fr}.galaxy-atlas-row{grid-template-columns:44px minmax(170px,1fr) 115px 115px 18px}}
@media(max-width:720px){.galaxy-atlas-page{min-height:auto}.galaxy-atlas-header{display:block}.galaxy-atlas-header-actions{justify-content:flex-start;margin-top:10px}.galaxy-atlas-controls{grid-template-columns:1fr}.galaxy-atlas-row{grid-template-columns:42px 1fr 18px}.galaxy-atlas-row-status,.galaxy-atlas-row-distance{display:none}}
