/* GEDAPANEL standalone shell. This file intentionally owns the document reset. */
:root { color-scheme: light; }
html, body { width: 100%; min-height: 100%; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { overflow-x: hidden; background: #f4f6f8; }
*, *::before, *::after { box-sizing: border-box; }
button, input, select, textarea { font: inherit; }
img, svg { max-width: 100%; }
[hidden] { display: none !important; }
#gedapanel-shell { min-height: 100vh; isolation: isolate; container-type: inline-size; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
