/* 크리에이터 표면 전용 — 실제 모바일에서 폰 프레임을 전체 화면으로 */
@media (max-width: 760px) {
  .stage { padding: 0 !important; }
  .phwrap { padding: 0 !important; gap: 0 !important; }
  .phone {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .side { display: none !important; }
}
