
/* ===== v1.32 · 시안 픽셀 정합 ===== */
/* 헤더 컴팩트화: 27px 두 줄 → 20px 한 줄 */
.brand h1{font-size:20px!important;line-height:1.18!important}
.top{padding-right:60px!important;min-height:0!important}
/* 결과 화면: 홈 헤더·시간 카드 숨겨 '답부터 크게' 강화(설정은 하단탭으로 접근) */
body.app-view-result .top{display:none!important}
body.app-view-result #liveClock{display:none!important}
/* 결과 라이트뷰: 큰 괘이름 head 숨김 → 답 히어로가 최상단(괘 정보는 flow 스트립으로 표시) */
body.view-light.app-view-result #resultPanel .head{display:none!important}
/* 초씨역림·기록 탭(풀페이지)에서 배경이 투명→다크로 비치던 문제: 앱 배경 보장 */
body.tabpage-open{
  background:
    radial-gradient(circle at 12% 12%, rgba(165,124,255,.18), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(255,182,220,.22), transparent 28%),
    linear-gradient(180deg,#fbf8ff 0%,#f6f0ff 46%,#fff8fd 100%)!important;
  background-attachment:fixed!important;
}
body.dark-mode.tabpage-open{background:linear-gradient(180deg,#1a1530,#151024)!important}
/* 결과 화면: 도움말 플로팅 숨김(시안엔 없음 · 홈에서만 노출) */
body.app-view-result #floatDock{display:none!important}
/* 결과 상단바 컴팩트: 부제 숨기고 타이틀 축소 */
.resultNav .resultNavTitle span{display:none!important}
.resultNav .resultNavTitle b{font-size:12px!important;font-weight:700!important;color:var(--muted)!important}
