* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #1b1a18;
  color: #ece9e3;
  font-family: 'Pretendard', system-ui, sans-serif;
}

/* 패널이 iframe/탭 전체를 채움 — 호스트가 width=520px iframe으로 감쌈 */
ax-agent-panel {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #ece9e3;
}
