/* ================================================================
   OROVIAN OASIS — TABLET OVERRIDES
   Edit tablet-only animation/rendering behavior here.
   This profile is intentionally separate from unfolded foldables.
   ================================================================ */

html[data-portal-profile="tablet"] .lane-trace-orb {
  --orb-platform-adjust: .55s;
}

/* Direction, unique lap variation, and phase spacing come from portal.css. */

/* Coarse-pointer tablets do not need desktop hover-driven panel resizing. */
html[data-portal-profile="tablet"] .portal-stage {
  transition: none;
}

html[data-portal-profile="tablet"] .portal-shell[data-active="property_intake"] .portal-stage,
html[data-portal-profile="tablet"] .portal-shell[data-active="showcase"] .portal-stage {
  grid-template-columns: 1fr 1fr;
}
