/* AstroLifeMap Website Frontend V18 — premium command centre and shared states */
.premium-command-centre{margin:0 0 20px;display:grid;gap:12px}
.premium-command-head{display:flex;align-items:end;justify-content:space-between;gap:16px}
.premium-command-head h2{margin:.25rem 0 0;font-size:1.15rem}
.premium-command-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.premium-command-card{min-width:0;padding:14px;border:1px solid rgba(216,184,90,.22);border-radius:15px;background:linear-gradient(160deg,rgba(18,58,47,.86),rgba(7,28,23,.96));box-shadow:0 12px 26px rgba(0,0,0,.14)}
.premium-command-card header{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.premium-command-card .command-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(232,201,99,.12);color:#e8c963;font-size:18px}
.premium-command-card h3{margin:0;font-size:.91rem;color:#fff}
.premium-command-value{font-size:1.18rem;font-weight:800;color:#f4d978;line-height:1.25}
.premium-command-copy{margin:.4rem 0 0;color:var(--muted);font-size:.79rem;line-height:1.45}
.premium-command-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.premium-command-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border-radius:9px;border:1px solid rgba(216,184,90,.28);color:#f8e9ba;text-decoration:none;font-size:.75rem;font-weight:700}
.premium-command-actions a:hover,.premium-command-actions a:focus-visible{border-color:#ead27c;background:rgba(216,184,90,.1);outline:none}
.premium-state{padding:14px;border:1px dashed rgba(216,184,90,.28);border-radius:12px;color:var(--muted);font-size:.83rem;line-height:1.5}
.premium-state.error{border-color:rgba(218,95,95,.4);color:#ffd3d3;background:rgba(90,20,20,.16)}
.premium-state.loading{position:relative;padding-left:42px}
.premium-state.loading:before{content:"";position:absolute;left:14px;top:14px;width:15px;height:15px;border:2px solid rgba(216,184,90,.25);border-top-color:#e8c963;border-radius:50%;animation:almspin .75s linear infinite}
@keyframes almspin{to{transform:rotate(360deg)}}
.premium-inline-list{display:grid;gap:6px;margin-top:8px}
.premium-inline-item{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid rgba(216,184,90,.1);font-size:.77rem;color:var(--muted)}
.premium-inline-item:last-child{border-bottom:0}
.premium-inline-item strong{color:#f8e9ba;text-align:right}
@media(max-width:1250px){.premium-command-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.premium-command-grid{grid-template-columns:1fr}.premium-command-head{align-items:flex-start;flex-direction:column}}
