.vision_landing_shell {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f2f2f3 0%, #dadbdd 44%, #cfd1d4 100%);
}

.vision_landing_stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(136deg, rgba(255, 255, 255, 0.7) 0%, rgba(238, 240, 242, 0.58) 46%, rgba(206, 210, 214, 0.92) 100%);
}

.vision_landing_stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0, transparent 34%, transparent 64%, rgba(123, 130, 140, 0.12) 100%),
    linear-gradient(145deg, transparent 0 58%, rgba(126, 132, 140, 0.18) 58.4%, transparent 58.8%);
}

.vision_landing_stage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12%;
  background: linear-gradient(180deg, rgba(177, 181, 186, 0.1), rgba(159, 163, 168, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.vision_landing_glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.38;
}

.vision_landing_glow_left {
  left: 10%;
  top: 12%;
  width: 240px;
  height: 240px;
  background: rgba(145, 198, 255, 0.36);
}

.vision_landing_glow_right {
  right: 8%;
  bottom: 10%;
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.32);
}

.vision_landing_shadow {
  position: absolute;
  inset: auto 12% 8% 12%;
  height: 14px;
  border-radius: 999px;
  background: rgba(104, 111, 121, 0.22);
  filter: blur(16px);
}

.vision_icon {
  position: absolute;
  animation: vision_float 6s ease-in-out infinite;
}

.vision_icon:nth-child(4n) {
  animation-duration: 7.4s;
}

.vision_icon:nth-child(3n) {
  animation-duration: 5.6s;
}

.vision_bubble {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.97), rgba(224, 225, 228, 0.96));
  box-shadow:
    inset -12px -16px 26px rgba(182, 186, 192, 0.48),
    inset 12px 10px 22px rgba(255, 255, 255, 0.92),
    0 24px 45px rgba(114, 119, 128, 0.2);
}

.vision_bubble_white {
  background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.98), rgba(229, 230, 232, 0.96));
}

.vision_bubble_blue {
  background: radial-gradient(circle at 30% 24%, #1cb7ff, #1570e2 72%, #0a57bf 100%);
}

.vision_bubble_green {
  background: radial-gradient(circle at 30% 24%, #6dff72, #1dd64d 72%, #10b938 100%);
}

.vision_bubble_red {
  background: radial-gradient(circle at 30% 24%, #ff4e3d, #ea0707 72%, #be0000 100%);
}

.vision_bubble_dark {
  background: radial-gradient(circle at 30% 24%, #717171, #4b4b4b 64%, #282828 100%);
}

.vision_icon_weather {
  left: 19%;
  top: 7%;
}

.vision_icon_message {
  left: 42%;
  top: 7%;
}

.vision_icon_calendar {
  right: 15%;
  top: 4%;
}

.vision_icon_photos {
  left: 5%;
  top: 39%;
}

.vision_icon_clock {
  left: 30%;
  top: 39%;
}

.vision_icon_browser {
  left: 56%;
  top: 41%;
}

.vision_icon_calc {
  right: 5%;
  top: 39%;
}

.vision_icon_music {
  left: 19%;
  bottom: 10%;
}

.vision_icon_play {
  left: 43%;
  bottom: 7%;
}

.vision_icon_settings {
  right: 21%;
  bottom: 8%;
}

.vision_icon_button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.18s ease, filter 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.vision_icon_button:hover {
  transform: scale(1.04);
  filter: brightness(1.02);
}

.vision_icon_button:active {
  transform: scale(0.93);
  filter: brightness(0.95);
  transition: transform 0.07s ease, filter 0.07s ease;
}

.vision_icon_button:focus-visible {
  outline: 3px solid rgba(42, 122, 255, 0.35);
  outline-offset: 10px;
}

.landing_auth_modal,
.landing_message_modal,
.landing_gallery_modal,
.landing_browser_modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.2s ease;
}

.landing_auth_modal {
  z-index: 40;
}

.landing_auth_modal.is_open,
.landing_message_modal.is_open,
.landing_gallery_modal.is_open,
.landing_browser_modal.is_open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.landing_auth_dim,
.landing_message_dim,
.landing_gallery_dim,
.landing_browser_dim {
  position: absolute;
  inset: 0;
  background: rgba(16, 19, 28, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  will-change: opacity;
}

.landing_auth_panel,
.landing_phone_shell,
.landing_gallery_shell,
.landing_browser_shell {
  position: relative;
  z-index: 1;
  will-change: transform;
  transform: scale(0.97) translateY(10px);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing_auth_modal.is_open .landing_auth_panel,
.landing_message_modal.is_open .landing_phone_shell,
.landing_gallery_modal.is_open .landing_gallery_shell,
.landing_browser_modal.is_open .landing_browser_shell {
  transform: scale(1) translateY(0);
}

.landing_auth_panel {
  width: min(420px, calc(100vw - 32px));
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 90px rgba(42, 48, 58, 0.28);
  color: #1d2330;
  backdrop-filter: blur(22px);
}

.landing_auth_eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: #6f7a8d;
}

.landing_auth_title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
}

.landing_auth_description {
  margin: 0.9rem 0 1.4rem;
  color: #526076;
  line-height: 1.6;
}

.landing_auth_form {
  display: grid;
  gap: 0.9rem;
}

.landing_auth_form label {
  display: grid;
  gap: 0.38rem;
  font-size: 0.9rem;
  color: #445166;
}

.landing_auth_form input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(112, 123, 142, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  font: inherit;
  color: #1f2430;
}

.landing_auth_error {
  min-height: 1.2rem;
  margin: 0;
  color: #d33a51;
  font-size: 0.88rem;
}

.landing_auth_submit {
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #1d8cff, #6e5bff);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(52, 98, 255, 0.26);
}

.landing_auth_links {
  display: flex;
  gap: 0.9rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.landing_auth_link {
  color: #445166;
  font-size: 0.88rem;
  text-decoration: none;
}

.landing_phone_shell {
  width: min(402px, calc(100vw - 24px));
  max-height: calc(100svh - 24px);
  padding: 10px;
  border-radius: 44px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(180deg, #1f232c, #090b10);
  box-shadow:
    0 44px 110px rgba(11, 13, 18, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.landing_message_window_controls,
.landing_browser_window_controls {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
}

.landing_message_window_dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.28);
}

.landing_message_window_dot_close {
  background: linear-gradient(180deg, #ff6a5d, #f04438);
  cursor: pointer;
}

.landing_message_window_dot_minimize {
  background: linear-gradient(180deg, #ffca4f, #f5b400);
}

.landing_message_window_dot_expand {
  background: linear-gradient(180deg, #63d56a, #22b339);
}

.landing_phone_notch {
  width: 124px;
  height: 26px;
  margin: 0 auto 6px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #050608, #161a1f);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.landing_phone_screen {
  height: min(760px, calc(100svh - 72px));
  min-height: 0;
  padding: 0;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 244, 248, 0.98)),
    linear-gradient(180deg, #f3f5f8, #e7ebf2 100%);
  color: #1d2633;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.landing_gallery_shell {
  width: min(980px, calc(100vw - 28px));
  max-height: calc(100vh - 40px);
  padding: 18px;
  border-radius: 36px;
  background: linear-gradient(180deg, #12141b, #0a0c11);
  box-shadow: 0 40px 100px rgba(11, 13, 18, 0.45);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.landing_browser_shell {
  width: min(1200px, calc(100vw - 40px));
  max-height: calc(100vh - 24px);
  padding: 0;
  border-radius: 16px;
  background: #ffffff;
  font-family: "Jua", sans-serif;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.landing_browser_chrome {
  height: min(900px, calc(100vh - 52px));
  min-height: 0;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.landing_browser_toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 80px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.landing_browser_nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.landing_browser_nav_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background 0.15s ease, color 0.15s ease;
}

.landing_browser_nav_btn:hover {
  background: #f1f5f9;
  color: #334155;
}

.landing_browser_addressbar {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.landing_browser_address_lock {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: transparent;
  background: #22c55e;
}

.landing_browser_address_url {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #64748b;
  font-size: 0.82rem;
}

.landing_browser_actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.landing_browser_toolbar_link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  background: transparent;
  border: 0;
  color: #64748b;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  font-size: 0.82rem;
  transition: background 0.15s ease, color 0.15s ease;
}

.landing_browser_toolbar_link:hover {
  background: #f1f5f9;
  color: #1e293b;
}

.landing_browser_toolbar_home {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 20px;
  background: #0f172a;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, transform 0.1s ease;
}

.landing_browser_toolbar_home:hover {
  background: #1e293b;
  transform: scale(1.03);
}

.landing_browser_toolbar_home:active {
  transform: scale(0.97);
}

.landing_browser_nav_btn.is_loading {
  opacity: 0.5;
  pointer-events: none;
  animation: landing_spin 0.6s linear infinite;
}

@keyframes landing_spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.landing_browser_body {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}

.landing_browser_content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px 40px;
}

.landing_browser_header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  padding: 24px 0 0;
}

.landing_browser_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
}

.landing_browser_header_info {
  min-width: 0;
}

.landing_browser_header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.4rem;
  line-height: 1.2;
}

.landing_browser_description {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1.5;
}

.landing_browser_search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 200px;
  flex-shrink: 0;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: border-color 0.15s ease, width 0.2s ease;
}

.landing_browser_search:focus-within {
  border-color: #3b82f6;
  width: 260px;
}

.landing_browser_search_icon {
  color: #94a3b8;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.landing_browser_search input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #1e293b;
  font: inherit;
  font-size: 0.85rem;
}

.landing_browser_search input::placeholder {
  color: #94a3b8;
}

.landing_browser_category_nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e2e8f0;
  overflow-x: auto;
  scrollbar-width: none;
}

.landing_browser_category_nav::-webkit-scrollbar {
  display: none;
}

.landing_browser_category_tab {
  flex-shrink: 0;
  padding: 10px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #94a3b8;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.landing_browser_category_tab:hover {
  color: #475569;
}

.landing_browser_category_tab.is_active {
  color: #0f172a;
  border-bottom-color: #0f172a;
  font-weight: 600;
}

.landing_browser_eyebrow {
  margin: 0;
  color: #94a3b8;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing_browser_primary_link,
.landing_browser_secondary_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
  text-decoration: none;
}

.landing_browser_primary_link {
  background: #3b82f6;
  color: #ffffff;
  font-weight: 600;
  transition: background 0.15s ease;
}

.landing_browser_primary_link:hover {
  background: #2563eb;
}

.landing_browser_secondary_button {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  transition: background 0.15s ease;
}

.landing_browser_secondary_button:hover {
  background: #f1f5f9;
}

.landing_browser_danger_button {
  border: 1px solid #fecaca;
  background: #ffffff;
  color: #dc2626;
  transition: background 0.15s ease;
}

.landing_browser_danger_button:hover {
  background: #fef2f2;
}

.landing_browser_detail_nav_actions {
  display: flex;
  gap: 8px;
}

.landing_browser_feed_list {
  display: flex;
  flex-direction: column;
}

.landing_browser_feed_item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.12s ease;
}

.landing_browser_feed_item:first-child {
  padding-top: 24px;
}

.landing_browser_feed_item:hover {
  background: #fafbfc;
}

.landing_browser_feed_text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.landing_browser_feed_category {
  color: #3b82f6;
  font-size: 0.9rem;
  font-weight: 600;
}

.landing_browser_feed_title {
  margin: 0;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing_browser_feed_excerpt {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing_browser_feed_meta {
  display: flex;
  gap: 8px;
  color: #94a3b8;
  font-size: 0.78rem;
  margin-top: auto;
}

.landing_browser_feed_meta span + span::before {
  content: "·";
  margin-right: 8px;
}

.landing_browser_feed_thumb_wrap {
  flex-shrink: 0;
  width: 140px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.landing_browser_feed_thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing_browser_empty_state {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #94a3b8;
  font-size: 0.92rem;
}

.landing_browser_home[hidden],
.landing_browser_detail[hidden],
.landing_browser_editor[hidden] {
  display: none !important;
}

/* 홈 뷰 관리자 액션 */
.landing_browser_home_actions {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0 4px;
}

/* 상세 뷰 전체 컨테이너 */
.landing_browser_detail {
  padding: 0 0 24px;
}

/* 상단 네비게이션 바 */
.landing_browser_detail_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 12px;
  border-bottom: 1px solid #f1f5f9;
}

/* 목록으로 back 버튼 — pill 스타일 */
.landing_browser_detail_back_btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #f8fafc;
  color: #475569;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.landing_browser_detail_back_btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #1e293b;
}

.landing_browser_detail_back_btn svg {
  flex-shrink: 0;
}

/* 에디터 취소 버튼도 동일 스타일 */
.landing_browser_detail_back {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #f8fafc;
  color: #475569;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.landing_browser_detail_back:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #1e293b;
}

.landing_browser_detail_nav--bottom {
  border-bottom: none;
  border-top: 1px solid #f1f5f9;
  padding: 14px 0 0;
  justify-content: center;
}

/* 본문 영역 */
.landing_browser_detail_body {
  display: grid;
  gap: 14px;
  padding-top: 20px;
  max-width: 1000px;
}

/* 메타 뱃지 영역 */
.landing_browser_detail_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.landing_browser_detail_badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.landing_browser_detail_badge--category {
  background: #eff6ff;
  color: #2563eb;
}

.landing_browser_detail_badge--author,
.landing_browser_detail_badge--date {
  background: #f8fafc;
  color: #64748b;
  border: 1px solid #e2e8f0;
  font-weight: 400;
}

.landing_browser_detail_badge--draft {
  background: #fef9c3;
  color: #854d0e;
}

.landing_browser_detail_title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.25;
  font-weight: 700;
}

/* 요약: 왼쪽 accent 라인 */
.landing_browser_detail_excerpt {
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 0.93rem;
  padding: 10px 14px;
  border-left: 3px solid #3b82f6;
  background: #f8fafc;
  border-radius: 0 8px 8px 0;
}

.landing_browser_detail_featured {
  margin: 0;
}

.landing_browser_detail_featured_image,
.landing_browser_detail_image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
}

.landing_browser_detail_content {
  display: grid;
  gap: 1rem;
  color: #334155;
  font-size: 0.97rem;
  line-height: 1.85;
}

.landing_browser_detail_content p {
  margin: 0;
}

.landing_browser_detail_content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.landing_browser_detail_figure {
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.landing_browser_detail_caption {
  color: #94a3b8;
  font-size: 0.82rem;
  text-align: center;
}

/* 이전/다음 글 네비게이션 */
.landing_browser_detail_pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
  margin-top: 4px;
}

.landing_browser_detail_pagination_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background 0.13s, border-color 0.13s;
}

.landing_browser_detail_pagination_item:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.landing_browser_detail_pagination_item--next {
  text-align: right;
}

.landing_browser_detail_pagination_label {
  font-size: 0.7rem;
  color: #94a3b8;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landing_browser_detail_pagination_title {
  font-size: 0.83rem;
  color: #1e293b;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── 사이드바: 글 목록 ── */
.landing_browser_detail_sidebar {
  border-left: 1px solid #f1f5f9;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
  position: sticky;
  top: 0;
}

.landing_browser_sidebar_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}

.landing_browser_sidebar_eyebrow {
  margin: 0;
  color: #94a3b8;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.landing_browser_sidebar_list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 480px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

.landing_browser_sidebar_item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.12s, border-color 0.12s;
}

.landing_browser_sidebar_item:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.landing_browser_sidebar_item.is_active {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.landing_browser_sidebar_item_category {
  font-size: 0.68rem;
  color: #3b82f6;
  font-weight: 600;
}

.landing_browser_sidebar_item.is_active .landing_browser_sidebar_item_category {
  color: #2563eb;
}

.landing_browser_sidebar_item_title {
  font-size: 0.8rem;
  color: #334155;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing_browser_sidebar_item.is_active .landing_browser_sidebar_item_title {
  color: #1e40af;
  font-weight: 600;
}

.landing_browser_sidebar_item_date {
  font-size: 0.68rem;
  color: #94a3b8;
}

/* ── 댓글 섹션 ── */
.lnr_comment_section {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}

.lnr_comment_heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #475569;
  letter-spacing: -0.01em;
}

.lnr_comment_count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 12px;
  background: #eff6ff;
  color: #3b82f6;
  font-size: 0.73rem;
  font-weight: 700;
}

/* 댓글 작성 폼 */
.lnr_comment_form {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
}

.lnr_comment_form_avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.lnr_comment_form_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lnr_comment_form_textarea {
  width: 100%;
  min-height: 68px;
  padding: 11px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  font: inherit;
  font-size: 0.87rem;
  color: #1e293b;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
  line-height: 1.6;
}

.lnr_comment_form_textarea:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.08);
}

.lnr_comment_form_textarea::placeholder {
  color: #94a3b8;
}

.lnr_comment_form_actions {
  display: flex;
  justify-content: flex-end;
}

.lnr_comment_form_submit {
  padding: 8px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 2px 6px rgba(37,99,235,0.18);
}

.lnr_comment_form_submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,99,235,0.25);
}

.lnr_comment_form_submit:active {
  transform: translateY(0);
}

.lnr_comment_form_submit:disabled {
  background: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* 비로그인 안내 */
.lnr_comment_login_prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px dashed #cbd5e1;
  color: #64748b;
  font-size: 0.85rem;
}

.lnr_comment_login_prompt button {
  flex-shrink: 0;
  padding: 7px 18px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 2px 6px rgba(37,99,235,0.18);
}

.lnr_comment_login_prompt button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,99,235,0.25);
}

/* 댓글 목록 */
.lnr_comment_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lnr_comment_item {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fafbfd;
  transition: background 0.15s;
}

.lnr_comment_item:hover {
  background: #f1f5f9;
}

.lnr_comment_avatar {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* 아바타 파스텔 컬러 팔레트 */
.lnr_comment_avatar--blue {
  background: linear-gradient(135deg, #bfdbfe 0%, #dbeafe 100%);
  color: #2563eb;
}
.lnr_comment_avatar--green {
  background: linear-gradient(135deg, #bbf7d0 0%, #dcfce7 100%);
  color: #16a34a;
}
.lnr_comment_avatar--purple {
  background: linear-gradient(135deg, #ddd6fe 0%, #ede9fe 100%);
  color: #7c3aed;
}
.lnr_comment_avatar--pink {
  background: linear-gradient(135deg, #fecdd3 0%, #ffe4e6 100%);
  color: #e11d48;
}
.lnr_comment_avatar--amber {
  background: linear-gradient(135deg, #fde68a 0%, #fef3c7 100%);
  color: #b45309;
}

.lnr_comment_body {
  flex: 1;
  min-width: 0;
}

.lnr_comment_header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.lnr_comment_author {
  font-size: 0.84rem;
  font-weight: 600;
  color: #1e293b;
}

.lnr_comment_date {
  font-size: 0.73rem;
  color: #a1a1aa;
}

.lnr_comment_content {
  font-size: 0.87rem;
  color: #475569;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.lnr_comment_delete {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: 6px;
  padding: 3px 6px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #cbd5e1;
  font: inherit;
  font-size: 0.72rem;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}

.lnr_comment_delete:hover {
  color: #f87171;
  background: #fef2f2;
}

.lnr_comment_delete svg {
  width: 13px;
  height: 13px;
}

/* 빈 상태 */
.lnr_comment_empty {
  padding: 32px 0;
  text-align: center;
  color: #a1a1aa;
  font-size: 0.85rem;
}

.lnr_comment_empty_icon {
  display: block;
  margin: 0 auto 8px;
  width: 36px;
  height: 36px;
  color: #d4d4d8;
}

.landing_browser_editor {
  display: grid;
  gap: 18px;
  padding: 24px 0 0;
}

.landing_browser_editor_intro {
  display: grid;
  gap: 8px;
}

.landing_browser_editor_form {
  display: grid;
  gap: 16px;
}

.landing_browser_editor_form.is_submitting {
  opacity: 0.82;
}

.landing_browser_editor_error {
  padding: 0.95rem 1rem;
  border-radius: 10px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #dc2626;
  font-size: 0.9rem;
}

.landing_browser_editor_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.landing_browser_editor_label {
  display: grid;
  gap: 0.45rem;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 500;
}

.landing_browser_editor_label_hint {
  font-weight: 400;
  color: #94a3b8;
  font-size: 0.8rem;
}

.landing_browser_editor_label input,
.landing_browser_editor_label select,
.landing_browser_editor_label textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #1e293b;
  font: inherit;
  line-height: 1.6;
  outline: none;
  transition: border-color 0.15s ease;
}

.landing_browser_editor_label input:focus,
.landing_browser_editor_label select:focus,
.landing_browser_editor_label textarea:focus {
  border-color: #3b82f6;
}

.landing_browser_editor_label input,
.landing_browser_editor_label select {
  min-height: 44px;
  padding: 0 14px;
}

.landing_browser_editor_label textarea {
  min-height: 120px;
  padding: 12px 14px;
  resize: vertical;
}

.landing_browser_editor_label select option {
  color: #1e293b;
  background: #ffffff;
}

.landing_browser_editor_label input::placeholder,
.landing_browser_editor_label textarea::placeholder {
  color: #94a3b8;
}

.landing_browser_editor_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ── 이미지 라이트박스 ── */
.landing_browser_lightbox {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  background: rgba(10, 12, 18, 0.92);
  backdrop-filter: blur(6px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.landing_browser_lightbox.is_open {
  visibility: visible;
  opacity: 1;
}

.landing_browser_lightbox_close {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.landing_browser_lightbox_close:hover {
  background: rgba(255, 255, 255, 0.22);
}

.landing_browser_lightbox_controls {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 40px;
  backdrop-filter: blur(8px);
}

.landing_browser_lightbox_ctrl {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s;
}

.landing_browser_lightbox_ctrl:hover {
  background: rgba(255, 255, 255, 0.18);
}

.landing_browser_lightbox_zoom_level {
  min-width: 46px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.landing_browser_lightbox_stage {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.landing_browser_lightbox_stage.is_zoomed {
  cursor: grab;
  overflow: scroll;
  align-items: flex-start;
  justify-content: flex-start;
}

.landing_browser_lightbox_stage.is_zoomed.is_grabbing {
  cursor: grabbing;
}

.landing_browser_lightbox_img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.18s ease;
  pointer-events: none;
  user-select: none;
}

/* 클릭 가능한 이미지에 커서 표시 */
.landing_browser_detail_content img,
.landing_browser_detail_featured_image {
  cursor: zoom-in;
}

/* ── Quill 에디터 오버라이드 ── */
.landing_browser_editor_quill {
  border-radius: 0 0 8px 8px;
}

.landing_browser_editor_quill .ql-toolbar.ql-snow {
  border: 1px solid #e2e8f0;
  border-radius: 8px 8px 0 0;
  background: #f8fafc;
  padding: 6px 8px;
  font-family: inherit;
}

.landing_browser_editor_quill .ql-container.ql-snow {
  border: 1px solid #e2e8f0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #1e293b;
}

.landing_browser_editor_quill .ql-editor {
  min-height: 280px;
  line-height: 1.8;
  padding: 14px 16px;
}

.landing_browser_editor_quill .ql-editor.ql-blank::before {
  color: #94a3b8;
  font-style: normal;
  left: 16px;
}

.landing_browser_editor_quill .ql-editor img {
  max-width: 100%;
  border-radius: 8px;
  margin: 8px 0;
}

.landing_browser_editor_quill .ql-snow .ql-stroke {
  stroke: #475569;
}

.landing_browser_editor_quill .ql-snow .ql-fill {
  fill: #475569;
}

.landing_browser_editor_quill .ql-snow.ql-toolbar button:hover .ql-stroke,
.landing_browser_editor_quill .ql-snow .ql-toolbar button:hover .ql-stroke {
  stroke: #3b82f6;
}

.landing_browser_editor_quill .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.landing_browser_editor_quill .ql-snow .ql-toolbar button.ql-active .ql-stroke {
  stroke: #2563eb;
}

.landing_browser_editor_quill .ql-snow.ql-toolbar button:hover .ql-fill,
.landing_browser_editor_quill .ql-snow .ql-toolbar button:hover .ql-fill {
  fill: #3b82f6;
}

.landing_browser_editor_quill .ql-picker-label {
  color: #475569;
}

.landing_browser_editor_quill .ql-picker-label:hover {
  color: #3b82f6;
}

.landing_browser_editor_quill .ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.landing_gallery_header {
  padding: 18px 18px 8px;
}

.landing_gallery_label {
  margin: 0;
  color: #7f8ca3;
  font-size: 0.78rem;
}

.landing_gallery_header h2 {
  margin: 0.4rem 0 0;
  color: #ffffff;
  font-size: 1.9rem;
}

.landing_gallery_user {
  margin: 0.45rem 0 0;
  color: #8e9cb3;
  font-size: 0.9rem;
}

.landing_gallery_body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 18px 18px;
}

@keyframes landing_gallery_spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes landing_gallery_shimmer {
  0% {
    background-position: -600px 0;
  }

  100% {
    background-position: 600px 0;
  }
}

.landing_gallery_state {
  margin: 1.2rem 0;
  text-align: center;
  color: #97a4b9;
  font-size: 0.95rem;
}

.landing_gallery_state.is_loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 32px 0;
}

.landing_gallery_state.is_loading::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #5d9cf5;
  border-radius: 50%;
  animation: landing_gallery_spin 0.75s linear infinite;
  flex-shrink: 0;
}

.landing_gallery_image.is_loading {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.04) 25%,
    rgba(255, 255, 255, 0.11) 50%,
    rgba(255, 255, 255, 0.04) 75%
  );
  background-size: 600px 100%;
  animation: landing_gallery_shimmer 1.4s ease-in-out infinite;
}

.landing_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.landing_gallery_item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 10px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.landing_gallery_image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.landing_gallery_name {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #dfe7f3;
  word-break: break-word;
}

.landing_gallery_breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 18px 10px;
  min-height: 32px;
}

.landing_gallery_bc_btn {
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #a8bbd4;
  font-size: 0.82rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.landing_gallery_bc_btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.landing_gallery_bc_sep {
  color: #4e5d72;
  font-size: 0.85rem;
  padding: 0 2px;
}

.landing_gallery_bc_current {
  padding: 4px 10px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
}

.landing_gallery_folder {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 10px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.landing_gallery_folder:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.landing_gallery_folder_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: rgba(255, 200, 80, 0.12);
  font-size: 2.4rem;
}

.landing_gallery_folder_name {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #ffd980;
  word-break: break-word;
}

.landing_gallery_more_wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 4px;
}

.landing_gallery_more_btn {
  padding: 10px 32px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: #c8d8ee;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.landing_gallery_more_btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.landing_gallery_more_btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.landing_message_statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px 8px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #111827;
}

.landing_message_status_icons {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.landing_message_signal {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
}

.landing_message_signal i {
  display: block;
  width: 3px;
  border-radius: 999px;
  background: #111827;
}

.landing_message_signal i:nth-child(1) {
  height: 4px;
  opacity: 0.55;
}

.landing_message_signal i:nth-child(2) {
  height: 6px;
  opacity: 0.7;
}

.landing_message_signal i:nth-child(3) {
  height: 8px;
  opacity: 0.85;
}

.landing_message_signal i:nth-child(4) {
  height: 10px;
}

.landing_message_wifi {
  position: relative;
  width: 14px;
  height: 10px;
  border-top: 2px solid #111827;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 50% 50% 0 0;
}

.landing_message_wifi::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111827;
  transform: translateX(-50%);
}

.landing_message_battery {
  width: 22px;
  height: 11px;
  border: 1.7px solid #111827;
  border-radius: 4px;
  position: relative;
}

.landing_message_battery::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 2px;
  width: 2px;
  height: 5px;
  border-radius: 0 2px 2px 0;
  background: #111827;
}

.landing_message_battery span {
  position: absolute;
  inset: 1.5px;
  border-radius: 2px;
  background: #111827;
}

.landing_message_header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 10px 18px 14px;
  background: rgba(248, 249, 251, 0.92);
  border-bottom: 1px solid rgba(192, 199, 210, 0.55);
  box-shadow: 0 10px 24px rgba(201, 208, 220, 0.16);
}

.landing_message_header_avatar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6ebf3, #cbd5e1);
  color: #364152;
  font-size: 1rem;
  font-weight: 700;
}

.landing_message_header_text {
  min-width: 0;
  flex: 1;
  text-align: center;
}

.landing_message_header_label {
  margin: 0;
  color: #8d97a8;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.landing_message_header_user {
  margin: 0.18rem 0 0;
  color: #8a95a6;
  font-size: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing_message_header h2 {
  margin: 0.12rem 0 0;
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 700;
}

.landing_message_list_wrap {
  flex: 1;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.landing_message_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 0.82rem;
  padding: 18px 12px 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: none;
  cursor: grab;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.86), transparent 26%),
    linear-gradient(180deg, #eef2f7 0%, #e9edf4 100%);
}

.landing_message_list.is_dragging,
.landing_message_list.is_dragging * {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}

.landing_message_list::-webkit-scrollbar {
  display: none;
}

.landing_message_item {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 84%;
  gap: 0.2rem;
}

.landing_message_item_receive {
  margin-right: auto;
}

.landing_message_item_send {
  margin-left: auto;
}

.landing_message_bubble {
  padding: 0.82rem 0.96rem;
  border-radius: 22px;
  font-size: 0.95rem;
  line-height: 1.42;
  box-shadow: 0 10px 22px rgba(70, 92, 123, 0.1);
}

.landing_message_bubble_receive {
  background: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(210, 216, 225, 0.78);
  border-top-left-radius: 8px;
}

.landing_message_bubble_send {
  margin-left: auto;
  background: linear-gradient(180deg, #36d95c, #26c94b);
  color: #ffffff;
  border-top-right-radius: 8px;
}

.landing_message_name {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.64;
  color: #000000;
}

.landing_message_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.56rem;
  margin-bottom: 0.22rem;
}

.landing_message_meta_actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.44rem;
  margin-left: auto;
}

.landing_message_time {
  font-size: 0.7rem;
  opacity: 0.84;
  white-space: nowrap;
  color: #7a879a;
}

.landing_message_time[hidden] {
  display: none;
}

.landing_message_scroll_btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.48rem 1.1rem;
  border: 0;
  border-radius: 999px;
  background: rgba(30, 40, 55, 0.82);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 5;
}

.landing_message_scroll_btn[hidden] {
  display: none;
}

.landing_message_scroll_btn:hover {
  background: rgba(20, 30, 45, 0.92);
}

.landing_message_item_receive .landing_message_time {
  align-self: flex-end;
  padding-right: 0.35rem;
}

.landing_message_item_send .landing_message_time {
  align-self: flex-start;
  padding-left: 0.35rem;
}

.landing_message_content {
  white-space: pre-wrap;
  word-break: break-word;
}

/* 말풍선 + 삭제 버튼 가로 배치 */
.landing_message_bubble_row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.landing_message_item_send .landing_message_bubble_row {
  flex-direction: row-reverse;
}

.landing_message_delete {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 6px;
  border: none;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity 0.15s, background 0.15s, transform 0.12s;
}

.landing_message_delete svg {
  width: 12px;
  height: 12px;
}

.landing_message_bubble_row:hover .landing_message_delete,
.landing_message_item:hover > .landing_message_delete {
  opacity: 1;
}

.landing_message_delete:hover {
  background: rgba(239, 68, 68, 0.2);
  transform: scale(1.1);
}

.landing_message_state {
  margin: auto 0;
  text-align: center;
  color: #7a879a;
  font-size: 0.92rem;
}

.landing_message_input {
  min-height: 78px;
  margin: 0 10px 12px;
  padding: 10px 10px 10px 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  box-shadow:
    0 10px 24px rgba(160, 172, 190, 0.22),
    inset 0 0 0 1px rgba(191, 199, 211, 0.72);
}

.landing_message_input_field {
  flex: 1;
  min-width: 0;
  min-height: 56px;
  max-height: 124px;
  border: 0;
  background: transparent;
  color: #243041;
  font: inherit;
  line-height: 1.45;
  resize: none;
  outline: none;
  overflow-y: auto;
}

.landing_message_input_field::placeholder {
  color: #7f8a9e;
}

.landing_message_send_button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #1583ff, #006ef5);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 110, 245, 0.3);
}

.landing_toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 35;
  transform: translate(-50%, 16px);
  min-width: 220px;
  max-width: calc(100vw - 32px);
  padding: 0.92rem 1rem;
  border-radius: 999px;
  background: rgba(19, 24, 31, 0.82);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(16px);
}

.landing_toast.is_visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.weather_sun {
  position: absolute;
  left: 30px;
  top: 34px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffdc08;
  box-shadow: 0 0 20px rgba(255, 220, 8, 0.35);
}

.weather_cloud {
  position: absolute;
  left: 47px;
  top: 60px;
  width: 72px;
  height: 42px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #dce1e6);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.weather_cloud::before,
.weather_cloud::after {
  content: "";
  position: absolute;
  bottom: 14px;
  border-radius: 50%;
  background: inherit;
}

.weather_cloud::before {
  left: 8px;
  width: 34px;
  height: 34px;
}

.weather_cloud::after {
  right: 7px;
  width: 42px;
  height: 42px;
}

.message_shape {
  position: absolute;
  left: 34px;
  top: 30px;
  width: 102px;
  height: 82px;
  border-radius: 48px;
  background: linear-gradient(180deg, #fefefe, #e4f1df);
}

.message_shape::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -10px;
  width: 24px;
  height: 24px;
  border-radius: 0 0 0 24px;
  background: inherit;
  transform: rotate(14deg);
}

.vision_calendar_face {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.calendar_month {
  margin-top: -8px;
  color: #e7493d;
  font-size: 1rem;
  line-height: 1;
}

.calendar_day {
  color: #1f1f1f;
  font-size: 4rem;
  line-height: 0.95;
  font-weight: 300;
}

.photos_flower {
  position: absolute;
  inset: 27px;
  border-radius: 50%;
  background: conic-gradient(
    #ff4c65 0deg 40deg,
    #ff8b1c 40deg 80deg,
    #e2d300 80deg 120deg,
    #37c948 120deg 160deg,
    #0cb7d9 160deg 200deg,
    #356df7 200deg 240deg,
    #704af0 240deg 280deg,
    #de42a6 280deg 320deg,
    #ff4c65 320deg 360deg
  );
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.28);
}

.photos_flower::after {
  content: "";
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
}

.vision_clock_face {
  position: relative;
}

.vision_clock_pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  background: #ff8b15;
  z-index: 2;
}

.vision_clock_hand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: bottom center;
  border-radius: 999px;
}

.vision_clock_hand_hour {
  width: 5px;
  height: 48px;
  margin-left: -2.5px;
  margin-top: -48px;
  background: #262626;
  transform: rotate(-58deg);
}

.vision_clock_hand_minute {
  width: 4px;
  height: 64px;
  margin-left: -2px;
  margin-top: -64px;
  background: #444444;
  transform: rotate(124deg);
}

.vision_clock_hand_second {
  width: 2px;
  height: 72px;
  margin-left: -1px;
  margin-top: -72px;
  background: #ff8a14;
  transform: rotate(180deg);
}

.vision_browser_face {
  position: relative;
}

.vision_browser_ring {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fefefe 0 23%, transparent 24%),
    radial-gradient(circle at 50% 50%, #4eb9ff 0 62%, #1168d7 74%, #0b54b5 100%);
}

.vision_browser_needle {
  position: absolute;
  left: 79px;
  top: 38px;
  width: 12px;
  height: 98px;
  background: linear-gradient(180deg, #f35f57 0 50%, #f8f8f8 50% 100%);
  clip-path: polygon(50% 0, 100% 100%, 50% 78%, 0 100%);
  transform: rotate(43deg);
  transform-origin: 50% 78%;
}

.vision_calc_body {
  position: absolute;
  left: 49px;
  top: 34px;
  width: 72px;
  height: 110px;
  padding: 12px 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, #525962, #30353c);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.vision_calc_screen {
  grid-column: 1 / span 3;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(180deg, #c2ccd6, #8e99a6);
}

.vision_calc_dot,
.vision_calc_bar {
  display: block;
  border-radius: 50%;
  background: #ececec;
}

.vision_calc_dot {
  width: 14px;
  height: 14px;
}

.vision_calc_dot_orange {
  background: #ffb00f;
}

.vision_calc_bar {
  width: 34px;
  height: 14px;
  border-radius: 999px;
}

.vision_music_note,
.vision_gear {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision_music_note {
  font-size: 5.6rem;
  color: #f46bc0;
  text-shadow:
    18px 12px 0 #6fb7ff,
    6px -10px 0 rgba(255, 255, 255, 0.72);
}

.vision_play_triangle {
  position: absolute;
  left: 66px;
  top: 52px;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 52px solid #ffffff;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.16));
}

.vision_gear {
  font-size: 5.5rem;
  color: #d0d4d8;
}

@keyframes vision_float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes landing_viewer_spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.landing_viewer_modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.landing_viewer_modal.is_open {
  display: flex;
}

.landing_viewer_dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}

.landing_viewer_shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
}

.landing_viewer_close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 34, 44, 0.9);
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s;
}

.landing_viewer_close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.landing_viewer_img_wrap {
  position: relative;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 100px);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  line-height: 0;
}

.landing_viewer_img {
  display: block;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 100px);
  object-fit: contain;
  border-radius: 14px;
  transition: filter 0.35s ease, opacity 0.35s ease;
}

.landing_viewer_img.is_preview {
  filter: blur(10px);
  transform: scale(1.04);
  transition: none;
}

.landing_viewer_spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top-color: #5d9cf5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: landing_viewer_spin 0.75s linear infinite;
}

.landing_viewer_img.is_preview ~ .landing_viewer_spinner {
  display: block;
}

.landing_viewer_name {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.84rem;
  text-align: center;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .vision_bubble {
    width: 130px;
    height: 130px;
  }

  .vision_icon_weather {
    left: 12%;
  }

  .vision_icon_message {
    left: 40%;
  }

  .vision_icon_calendar {
    right: 10%;
  }

  .vision_icon_browser {
    left: 50%;
  }

  .vision_icon_settings {
    right: 15%;
  }

  .calendar_day {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .vision_landing_shell {
    height: 100svh;
  }

  .landing_auth_modal,
  .landing_message_modal,
  .landing_gallery_modal,
  .landing_browser_modal {
    padding: 12px;
  }

  .landing_auth_panel {
    padding: 24px 18px 18px;
    border-radius: 24px;
  }

  .landing_phone_shell {
    width: calc(100vw - 8px);
    max-height: calc(100svh - 8px);
    padding: 8px;
    border-radius: 32px;
  }

  .landing_message_window_controls {
    top: 12px;
    left: 12px;
  }

  .landing_gallery_shell {
    width: calc(100vw - 16px);
    padding: 12px;
    border-radius: 28px;
  }

  .landing_browser_shell {
    width: calc(100vw - 12px);
    max-height: calc(100svh - 12px);
    border-radius: 12px;
  }

  .landing_browser_window_controls {
    top: 10px;
    left: 10px;
  }

  .landing_browser_chrome {
    height: calc(100svh - 32px);
    min-height: 0;
  }

  .landing_browser_toolbar {
    grid-template-columns: 1fr;
    padding: 46px 12px 10px;
    gap: 8px;
  }

  .landing_browser_nav {
    display: none;
  }

  .landing_browser_actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .landing_browser_content {
    padding: 0 16px 32px;
  }

  .landing_browser_header_top {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .landing_browser_search {
    width: 100%;
  }

  .landing_browser_search:focus-within {
    width: 100%;
  }

  .landing_browser_feed_item {
    gap: 14px;
  }

  .landing_browser_feed_thumb_wrap {
    width: 100px;
    height: 72px;
  }

  .landing_browser_editor_grid {
    grid-template-columns: 1fr;
  }

  .landing_phone_screen {
    height: calc(100svh - 50px);
    min-height: 0;
    padding: 0;
    border-radius: 24px;
  }

  .landing_message_statusbar {
    padding: 10px 14px 7px;
  }

  .landing_message_header {
    gap: 0.7rem;
    padding: 8px 14px 12px;
  }

  .landing_message_header_avatar {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .landing_message_header h2 {
    font-size: 1rem;
  }

  .landing_message_header_user {
    font-size: 0.8rem;
  }

  .landing_gallery_header {
    padding: 14px 10px 8px;
  }

  .landing_gallery_body {
    min-height: 70svh;
    max-height: 70svh;
    padding: 0 10px 10px;
  }

  .landing_gallery_grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .landing_message_list {
    padding: 14px 8px 8px;
    gap: 0.68rem;
  }

  .landing_message_item {
    max-width: 90%;
  }

  .landing_message_bubble {
    font-size: 0.9rem;
  }

  .landing_message_input {
    min-height: 72px;
    margin: 0 8px 8px;
    padding: 8px 8px 8px 12px;
  }

  .landing_message_input_field {
    min-height: 48px;
  }

  .landing_message_send_button {
    width: 38px;
    height: 38px;
  }

  .vision_bubble {
    width: 94px;
    height: 94px;
  }

  .vision_icon_weather {
    left: 10%;
    top: 10%;
  }

  .vision_icon_message {
    left: 38%;
    top: 10%;
  }

  .vision_icon_calendar {
    right: 8%;
    top: 7%;
  }

  .vision_icon_photos {
    left: 4%;
    top: 37%;
  }

  .vision_icon_clock {
    left: 28%;
    top: 38%;
  }

  .vision_icon_browser {
    left: 52%;
    top: 39%;
  }

  .vision_icon_calc {
    right: 2%;
    top: 38%;
  }

  .vision_icon_music {
    left: 18%;
    bottom: 14%;
  }

  .vision_icon_play {
    left: 42%;
    bottom: 12%;
  }

  .vision_icon_settings {
    right: 16%;
    bottom: 13%;
  }

  .weather_sun {
    left: 17px;
    top: 18px;
    width: 30px;
    height: 30px;
  }

  .weather_cloud {
    left: 24px;
    top: 36px;
    width: 44px;
    height: 27px;
  }

  .message_shape {
    left: 20px;
    top: 18px;
    width: 56px;
    height: 44px;
  }

  .vision_calc_body {
    left: 26px;
    top: 19px;
    width: 42px;
    height: 58px;
    padding: 8px 6px;
    border-radius: 12px;
    gap: 5px;
  }

  .vision_calc_dot {
    width: 8px;
    height: 8px;
  }

  .vision_calc_bar {
    width: 18px;
    height: 8px;
  }

  .vision_browser_ring {
    inset: 12px;
  }

  .vision_browser_needle {
    left: 43px;
    top: 18px;
    width: 7px;
    height: 58px;
  }

  .vision_music_note {
    font-size: 3rem;
    text-shadow:
      10px 7px 0 #6fb7ff,
      3px -6px 0 rgba(255, 255, 255, 0.72);
  }

  .vision_play_triangle {
    left: 37px;
    top: 29px;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 28px;
  }

  .vision_gear {
    font-size: 3.3rem;
  }

  .calendar_month {
    font-size: 0.72rem;
  }

  .calendar_day {
    font-size: 2.1rem;
  }

  .vision_clock_pin {
    width: 7px;
    height: 7px;
    margin-left: -3.5px;
    margin-top: -3.5px;
  }

  .vision_clock_hand_hour {
    height: 28px;
    margin-top: -28px;
  }

  .vision_clock_hand_minute {
    height: 38px;
    margin-top: -38px;
  }

  .vision_clock_hand_second {
    height: 42px;
    margin-top: -42px;
  }

  /* 브라우저 헤더 */
  .landing_browser_header {
    padding: 16px 0 0;
  }

  .landing_browser_header h2 {
    font-size: 1.15rem;
  }

  .landing_browser_description {
    font-size: 0.82rem;
  }

  .landing_browser_addressbar {
    font-size: 0.78rem;
    padding: 5px 10px;
  }

  /* 피드 아이템 - 모바일에서 세로 스택 */
  .landing_browser_feed_item {
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
  }

  .landing_browser_feed_thumb_wrap {
    width: 100%;
    height: 180px;
    border-radius: 10px;
  }

  .landing_browser_feed_text {
    gap: 6px;
  }

  .landing_browser_feed_title {
    font-size: 1rem;
  }

  .landing_browser_feed_meta {
    font-size: 0.78rem;
  }

  /* 상세 뷰 */
  .landing_browser_detail_nav {
    padding: 12px 0 10px;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 2;
  }

  .landing_browser_detail_back_btn {
    font-size: 0.82rem;
    padding: 5px 10px;
    gap: 4px;
  }

  .landing_browser_detail_body {
    padding-top: 12px;
    gap: 12px;
  }

  .landing_browser_detail_meta {
    gap: 5px;
  }

  .landing_browser_detail_badge {
    font-size: 0.72rem;
    padding: 2px 8px;
  }

  .landing_browser_detail_content {
    font-size: 0.93rem;
    line-height: 1.75;
  }

  /* 라이트박스 컨트롤 - 터치 친화적 */
  .landing_browser_lightbox_controls {
    padding: 8px 12px;
    gap: 8px;
  }

  .landing_browser_lightbox_controls button {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .landing_browser_lightbox_close {
    width: 40px;
    height: 40px;
  }

  /* Quill 툴바 줄바꿈 허용 */
  .landing_browser_editor_quill .ql-toolbar {
    flex-wrap: wrap;
  }

  /* 홈 글쓰기 버튼 */
  .landing_browser_home_actions {
    margin-top: 8px;
  }

  /* 페이지네이션 */
  .landing_browser_detail_pagination {
    flex-direction: column;
    gap: 8px;
  }

  /* 댓글 모바일 */
  .lnr_comment_form {
    padding: 12px;
  }

  .lnr_comment_form_textarea {
    min-height: 56px;
  }

  .lnr_comment_item {
    padding: 12px;
  }

  .lnr_comment_login_prompt {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* ===========================
   시계 모달
   =========================== */

.landing_clock_modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.2s ease;
}

.landing_clock_modal.is_open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.landing_clock_dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  will-change: opacity;
  cursor: pointer;
}

.landing_clock_shell {
  position: relative;
  width: 380px;
  border-radius: 24px;
  background: #0c0c0e;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 32px 80px rgba(0, 0, 0, 0.7),
    0 8px 24px rgba(0, 0, 0, 0.5);
  padding-bottom: 44px;
  will-change: transform;
  transform: scale(0.97) translateY(10px);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing_clock_modal.is_open .landing_clock_shell {
  transform: scale(1) translateY(0);
}

.landing_clock_body {
  padding: 56px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing_clock_city {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 16px;
}

.landing_clock_ampm {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  align-self: flex-start;
  margin-left: 4px;
  line-height: 1;
}

.landing_clock_display {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 4px 0 20px;
  line-height: 1;
}

.landing_clock_time {
  font-size: 92px;
  font-weight: 100;
  letter-spacing: -0.04em;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
}

.landing_clock_seconds {
  font-size: 38px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.38);
  font-variant-numeric: tabular-nums;
  font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  padding-bottom: 12px;
}

.landing_clock_date {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
}

@media (max-width: 440px) {
  .landing_clock_shell {
    width: calc(100vw - 32px);
    border-radius: 20px;
  }

  .landing_clock_time {
    font-size: 72px;
  }

  .landing_clock_seconds {
    font-size: 30px;
    padding-bottom: 8px;
  }
}

/* ===========================
   게시글 상세 독립 페이지 (lbp_)
   =========================== */

.lbp_page {
  min-height: 100vh;
  background: linear-gradient(180deg, #f2f2f3 0%, #dadbdd 44%, #cfd1d4 100%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px 80px;
  box-sizing: border-box;
}

/* 브라우저 쉘 페이지 모디파이어 */
.landing_browser_shell--page {
  width: 100%;
  max-width: 1100px;
  max-height: none;
  will-change: auto;
  transform: none;
  transition: none;
}

.landing_browser_shell--page .lbp_chrome {
  height: auto;
  min-height: calc(100vh - 120px);
}

.landing_browser_shell--page .lbp_body {
  overflow-y: visible;
  min-height: 0;
}

/* 윈도우 컨트롤 닫기 버튼 링크 스타일 */
.lbp_dot_close {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

/* 헤더 */
.lbp_header {
  padding-bottom: 0;
  border-bottom: none;
}

.lbp_site_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
}

.lbp_site_link {
  color: inherit;
  text-decoration: none;
}

.lbp_site_link:hover {
  color: #2563eb;
}

/* 사이드바 링크 스타일 */
.landing_browser_detail_sidebar .landing_browser_sidebar_item {
  text-decoration: none;
  color: inherit;
}

/* 페이지네이션 링크 스타일 */
.landing_browser_detail_pagination_item {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* 댓글 로그인 링크 */
.lnr_comment_login_link {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 8px;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s;
}

.lnr_comment_login_link:hover {
  background: #1d4ed8;
}

@media (max-width: 640px) {
  .lbp_page {
    padding: 16px 12px 60px;
  }

  .landing_browser_shell--page .landing_browser_toolbar {
    padding-left: 16px;
  }
}
