/* B"H
 * Chapter 579: The XP desktop keeps its icons, now tuned by shared civilization
 * semantics for pulse, heat, cards, and presence.
 */
@import url('../../shared/civilization/tokens.css');
@import url('../../shared/civilization/primitives.css');
.civ-os-icon {
  width: 96px;
  min-height: 86px;
  margin: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(0,170,255,.36);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0,170,255,.18), rgba(124,77,255,.2));
  color: #fff;
  text-shadow: 0 0 9px rgba(0,170,255,.75);
  font: 900 12px 'Trebuchet MS', sans-serif;
  box-shadow: 0 10px 28px rgba(0,0,0,.38), inset 0 0 18px rgba(255,255,255,.08);
  cursor: pointer;
  user-select: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.civ-os-icon:hover,
.civ-os-icon:focus-visible {
  transform: translateY(-7px) scale(1.05);
  box-shadow: 0 14px 34px rgba(0,170,255,.42), 0 0 22px rgba(255,255,255,.28);
  outline: none;
}
.civ-os-glyph { font-size: 28px; }
.civ-start-feed {
  margin: 8px;
  padding: 8px;
  border-top: 1px solid rgba(0,83,164,.25);
  font: 700 12px Tahoma, sans-serif;
  color: #1e395b;
}
.civ-start-feed strong { display: block; color: #0053a4; margin-bottom: 5px; }
.civ-start-feed div { padding: 4px 2px; border-bottom: 1px dashed rgba(0,83,164,.16); }
