/* ========== 기본 레이아웃 ========== */
html, body {height: 100%; margin: 0; font-family: 'Noto Sans KR', Inter, Arial, sans-serif; color: var(--color-text-dark); overflow: hidden;}

/* ========== 메인 컨테이너 ========== */
#cesiumContainer {  position: absolute;  inset: 0;  width: 100%;  height: 100%;  overflow: hidden;}
