/* =========================
   photoshop.css (M3 tokens 依存 — illast.css と同一構造)
   ========================= */

html, body{
  height: 100%;
}
body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.md-footer{
  margin-top: auto;
}

.gallery-page{
  padding: 48px 0;
  flex: 1;
  text-align: center;
}
.gallery-page__title{
  font-size: 28px;
  font-weight: 500;
  color: var(--md-sys-color-on-surface);
  margin-bottom: 32px;
}
.gallery-page__empty{
  padding: 64px 24px;
  color: var(--md-sys-color-on-surface-variant);
  background-color: var(--md-sys-color-surface-container-low);
  border-radius: var(--md-sys-shape-corner-large);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.9;
}
.gallery-page__empty .material-symbols-rounded{
  font-size: 40px;
  color: var(--md-sys-color-primary);
}
.gallery-page__cta{
  text-align: center;
  margin: 24px auto 48px;
}
