﻿#glp-app-root,
#glp-share-root,
#glp-admin-root {
  --glp-bg: #faf8fb;
  --glp-surface: #ffffff;
  --glp-text: #27222a;
  --glp-muted: #817889;
  --glp-border: #eee7f0;
  --glp-primary: #f05b9a;
  --glp-primary-soft: #fff0f6;
  --glp-shadow: 0 18px 45px rgba(40, 28, 48, 0.08);
  --bg: #fff9fb;
  --surface: #fff;
  --surface-soft: #fff1f6;
  --surface-lav: #f4f1ff;
  --surface-mint: #edfdf8;
  --text: #24212a;
  --muted: #7a7480;
  --soft: #aaa1ae;
  --line: #eee6ed;
  --brand: #f45b97;
  --brand2: #ff8ab8;
  --lav: #8876ff;
  --mint: #39b99e;
  --yellow: #f1a831;
  --red: #ef4f68;
  --blue: #5d8cff;
  --shadow: 0 18px 50px rgba(128, 72, 98, 0.10);
  --shadow-sm: 0 10px 28px rgba(128, 72, 98, 0.08);
  --radius: 26px;
  --radius-sm: 18px;
  --side: 272px;
  --bottom: 80px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --glp-lav: var(--lav);
  --glp-mint: var(--mint);
  --glp-yellow: var(--yellow);
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  color: var(--glp-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
#glp-app-root,
#glp-app-root *,
#glp-app-root *::before,
#glp-app-root *::after,
#glp-share-root,
#glp-share-root *,
#glp-share-root *::before,
#glp-share-root *::after,
#glp-admin-root,
#glp-admin-root *,
#glp-admin-root *::before,
#glp-admin-root *::after {
  box-sizing: border-box;
}
#glp-app-root :where(a),
#glp-share-root :where(a),
#glp-admin-root :where(a) {
  color: inherit;
  text-decoration: none;
}
#glp-app-root :where(button, input, textarea, select),
#glp-share-root :where(button, input, textarea, select),
#glp-admin-root :where(button, input, textarea, select) {
  font: inherit;
}
#glp-app-root :where(button),
#glp-share-root :where(button),
#glp-admin-root :where(button) {
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
}
#glp-app-root :where(img),
#glp-share-root :where(img),
#glp-admin-root :where(img) {
  display: block;
  max-width: 100%;
}
#glp-app-root.glp-modal-lock,
#glp-share-root.glp-modal-lock {
  overflow: hidden;
}

#glp-app-root .glp-auth-tabs {
  display: flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(72, 50, 65, .06);
}

#glp-app-root .glp-auth-tab {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

#glp-app-root .glp-auth-tab.glp-is-active {
  background: #25212a;
  color: #fff;
}

#glp-app-root .glp-auth-fields {
  display: grid;
  gap: 14px;
}

#glp-app-root .glp-auth-field {
  display: grid;
  gap: 7px;
  color: #5f5865;
  font-weight: 900;
}

#glp-app-root .glp-auth-field input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  padding: 0 16px;
  outline: none;
}

#glp-app-root .glp-auth-field input:focus {
  border-color: #ffbfd6;
  box-shadow: 0 0 0 4px rgba(244, 91, 151, .1);
}

#glp-app-root .glp-auth-check {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

#glp-app-root .glp-auth-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}

#glp-app-root .glp-auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4px;
}

#glp-app-root .glp-auth-actions .glp-primary-button,
#glp-app-root .glp-auth-actions .glp-ghost-button {
  min-height: 48px;
  padding-inline: 20px;
}

#glp-app-root.glp-auth-page .glp-notice {
  margin: 0;
}

@media (max-width: 760px) {
  #glp-app-root .glp-auth-tabs {
    overflow-x: auto;
    justify-content: flex-start;
  }

  #glp-app-root .glp-auth-tab {
    flex: 0 0 auto;
  }

  #glp-app-root .glp-auth-actions .glp-primary-button,
  #glp-app-root .glp-auth-actions .glp-ghost-button {
    width: 100%;
  }
}

/* Auth pages: production mock layout, scoped to the shortcode root. */
#glp-app-root.glp-auth-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 4%, rgba(255, 230, 239, .48), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(255, 246, 228, .55), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fffafb 100%);
}

#glp-app-root.glp-auth-page .glp-app-bg {
  display: none;
}

#glp-app-root.glp-auth-page .glp-auth-shell {
  display: grid;
  min-height: 100vh;
  padding: 24px 20px 56px;
  place-items: start center;
}

#glp-app-root.glp-auth-page .glp-auth-view {
  width: min(520px, 100%);
}

#glp-app-root.glp-auth-page .glp-auth-page-title {
  margin: 0 0 10px;
  color: #1f1b24;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
  letter-spacing: 0;
}

#glp-app-root.glp-auth-page .glp-auth-card {
  display: block;
  grid-template-columns: none;
  overflow: visible;
  padding: 42px 52px;
  border: 1px solid #e9e6ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(42, 33, 48, .10);
}

#glp-app-root.glp-auth-page .glp-auth-brandline {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
  text-align: center;
}

#glp-app-root.glp-auth-page .glp-auth-logo {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  color: #1f1b24;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -.03em;
}

#glp-app-root.glp-auth-page .glp-auth-logo strong {
  color: var(--brand);
  font: inherit;
}

#glp-app-root.glp-auth-page .glp-auth-logo em {
  margin-left: 4px;
  color: var(--brand);
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}

#glp-app-root.glp-auth-page .glp-auth-brandline p {
  margin: 0;
  color: #4c4651;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

#glp-app-root.glp-auth-page .glp-auth-form {
  display: block;
  padding: 0;
  background: transparent;
}

#glp-app-root.glp-auth-page .glp-auth-heading {
  margin-bottom: 28px;
  text-align: center;
}

#glp-app-root.glp-auth-page .glp-auth-heading h2 {
  margin: 0 0 8px;
  color: #1f1b24;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.02em;
}

#glp-app-root.glp-auth-page .glp-auth-heading p {
  margin: 0;
  color: #4f4855;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

#glp-app-root.glp-auth-page .glp-auth-back-link {
  display: inline-flex;
  align-items: center;
  margin: 0 0 34px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root.glp-auth-page .glp-auth-fields {
  display: grid;
  gap: 18px;
}

#glp-app-root.glp-auth-page .glp-auth-field {
  display: grid;
  gap: 8px;
  color: #1f1b24;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root.glp-auth-page .glp-auth-field input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dce0e7;
  border-radius: 6px;
  background: #fff;
  color: #1f1b24;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}

#glp-app-root.glp-auth-page .glp-auth-field input::placeholder {
  color: #a3a0a8;
  font-weight: 700;
}

#glp-app-root.glp-auth-page .glp-auth-field input:focus {
  border-color: #f6a9c8;
  box-shadow: 0 0 0 3px rgba(240, 91, 154, .14);
}

#glp-app-root.glp-auth-page .glp-auth-hint {
  color: #7f7884;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

#glp-app-root.glp-auth-page .glp-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #403a45;
  font-size: 13px;
  font-weight: 800;
}

#glp-app-root.glp-auth-page .glp-auth-check input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  accent-color: var(--brand);
}

#glp-app-root.glp-auth-page .glp-auth-forgot {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

#glp-app-root.glp-auth-page .glp-auth-actions {
  display: block;
  padding-top: 8px;
}

#glp-app-root.glp-auth-page .glp-auth-actions .glp-primary-button {
  width: 100%;
  min-height: 50px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ed4b8b 0%, #f05b9a 52%, #ea3d7f 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(240, 91, 154, .22);
}

#glp-app-root.glp-auth-page .glp-auth-footer-link {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  color: #312c36;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

#glp-app-root.glp-auth-page .glp-auth-footer-link a {
  color: var(--brand);
  font-weight: 950;
}

#glp-app-root.glp-auth-page .glp-auth-help {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid #f6e3ea;
  border-radius: 6px;
  background: linear-gradient(135deg, #fff7fa 0%, #fff 100%);
  color: #312c36;
}

#glp-app-root.glp-auth-page .glp-auth-help strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 950;
}

#glp-app-root.glp-auth-page .glp-auth-help ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}

#glp-app-root.glp-auth-page .glp-auth-help li {
  color: #4f4855;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

#glp-app-root.glp-auth-page .glp-notice {
  margin: 0 0 18px;
}

#glp-app-root.glp-auth-page .glp-auth-tabs,
#glp-app-root.glp-auth-page .glp-auth-visual {
  display: none;
}

@media (max-width: 760px) {
  #glp-app-root.glp-auth-page .glp-auth-shell {
    padding: 18px 14px 36px;
  }

  #glp-app-root.glp-auth-page .glp-auth-card {
    padding: 34px 26px;
    border-radius: 10px;
  }

  #glp-app-root.glp-auth-page .glp-auth-logo {
    font-size: 25px;
  }

  #glp-app-root.glp-auth-page .glp-auth-heading h2 {
    font-size: 22px;
  }
}

#glp-app-root .glp-photo-unit-grid,
#glp-share-root .glp-photo-unit-grid,
#glp-admin-root .glp-photo-unit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#glp-app-root .glp-photo-unit-card,
#glp-share-root .glp-photo-unit-card,
#glp-admin-root .glp-photo-unit-card {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 12px;
  text-align: left;
  color: var(--text);
  transition: .16s ease;
}

#glp-app-root .glp-photo-unit-card:hover,
#glp-share-root .glp-photo-unit-card:hover,
#glp-admin-root .glp-photo-unit-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

#glp-app-root .glp-photo-unit-image,
#glp-share-root .glp-photo-unit-image,
#glp-admin-root .glp-photo-unit-image {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  background: #fff4f8;
}

#glp-app-root .glp-photo-unit-image img,
#glp-share-root .glp-photo-unit-image img,
#glp-admin-root .glp-photo-unit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#glp-app-root .glp-photo-unit-body,
#glp-share-root .glp-photo-unit-body,
#glp-admin-root .glp-photo-unit-body {
  display: grid;
  gap: 2px;
  padding: 12px 4px 2px;
}

#glp-app-root .glp-photo-unit-body strong,
#glp-share-root .glp-photo-unit-body strong,
#glp-admin-root .glp-photo-unit-body strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

#glp-app-root .glp-photo-unit-body small,
#glp-share-root .glp-photo-unit-body small,
#glp-admin-root .glp-photo-unit-body small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  #glp-app-root .glp-photo-unit-grid,
  #glp-share-root .glp-photo-unit-grid,
  #glp-admin-root .glp-photo-unit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-photo-unit-grid,
  #glp-share-root .glp-photo-unit-grid,
  #glp-admin-root .glp-photo-unit-grid {
    grid-template-columns: 1fr;
  }
}
#glp-app-root.glp-app,
#glp-share-root.glp-share-page {
  position: fixed;
  inset: 0;
  z-index: 99998;
  width: auto;
  max-width: none;
  min-width: 0;
  min-height: auto;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  isolation: isolate;
}
#glp-app-root.glp-has-admin-bar,
#glp-share-root.glp-has-admin-bar {
  top: 32px;
}
#glp-app-root.glp-app .glp-app-shell {
  min-height: 100%;
}
#glp-app-root.glp-app .glp-sidebar {
  height: 100%;
}
#glp-app-root.glp-app .glp-app-bg,
#glp-share-root.glp-share-page .glp-app-bg {
  z-index: 0;
}
#glp-app-root.glp-app .glp-app-shell,
#glp-app-root.glp-app .glp-auth-shell,
#glp-share-root.glp-share-page .glp-public-header,
#glp-share-root.glp-share-page .glp-public-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 782px) {
  #glp-app-root.glp-has-admin-bar,
  #glp-share-root.glp-has-admin-bar {
    top: 46px;
  }
}

#glp-app-root .glp-settings-screen {
  max-width: 1180px;
  margin: 0 auto;
}

#glp-app-root .glp-settings-panel {
  padding: 30px;
  border-radius: 28px;
}

#glp-app-root .glp-settings-panel .glp-section-title {
  margin-bottom: 24px;
}

#glp-app-root .glp-settings-panel .glp-section-title h2,
#glp-app-root .glp-settings-form-card .glp-section-title h2,
#glp-app-root .glp-settings-side-card h2 {
  font-size: 24px;
  line-height: 1.25;
}

#glp-app-root .glp-settings-panel .glp-settings-list {
  gap: 14px;
}

#glp-app-root .glp-settings-menu-row {
  min-height: 76px;
  padding: 16px 18px;
  border-radius: 20px;
  grid-template-columns: 54px minmax(0, 1fr) 18px;
}

#glp-app-root .glp-settings-menu-row .glp-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 18px;
}

#glp-app-root .glp-settings-menu-row strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

#glp-app-root .glp-settings-menu-row small {
  font-size: 13px;
}

#glp-app-root .glp-settings-arrow {
  color: #6f6672;
  font-size: 22px;
  font-weight: 800;
}

#glp-app-root .glp-settings-form-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  max-width: 1220px;
  margin: 0 auto;
}

#glp-app-root .glp-settings-label-screen {
  grid-template-columns: minmax(0, 1fr);
}

#glp-app-root .glp-settings-form-card,
#glp-app-root .glp-settings-side-card {
  border-radius: 30px;
}

#glp-app-root .glp-settings-form-card {
  padding: 28px;
}

#glp-app-root .glp-settings-side-card {
  min-height: 330px;
  padding: 30px;
}

#glp-app-root .glp-settings-side-card p {
  font-size: 16px;
  line-height: 1.9;
}

#glp-app-root .glp-settings-form .glp-form-grid {
  gap: 22px;
}

#glp-app-root .glp-settings-form .glp-field label {
  color: #615a66;
  font-size: 14px;
  font-weight: 900;
}

#glp-app-root .glp-settings-form .glp-field input,
#glp-app-root .glp-settings-form .glp-field select,
#glp-app-root .glp-settings-form .glp-field textarea {
  min-height: 58px;
  border-radius: 18px;
  font-size: 16px;
}

#glp-app-root .glp-settings-form .glp-field input[type="file"] {
  padding: 12px 14px;
}

#glp-app-root .glp-settings-form .glp-field small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

#glp-app-root .glp-settings-preview {
  margin-top: 12px;
  width: 74px;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff5f9;
  box-shadow: var(--shadow-sm);
}

#glp-app-root .glp-settings-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#glp-app-root .glp-settings-label-screen .glp-settings-form-card {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#glp-app-root .glp-settings-label-narrow {
  max-width: none;
}

@media (max-width: 760px) {
  #glp-app-root .glp-settings-panel,
  #glp-app-root .glp-settings-form-card,
  #glp-app-root .glp-settings-side-card {
    padding: 20px;
    border-radius: 24px;
  }

  #glp-app-root .glp-settings-form-screen {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #glp-app-root .glp-settings-side-card {
    min-height: auto;
  }

  #glp-app-root .glp-settings-menu-row {
    min-height: 70px;
    grid-template-columns: 48px minmax(0, 1fr) 16px;
    padding: 14px;
  }

  #glp-app-root .glp-settings-menu-row .glp-icon-wrap {
    width: 44px;
    height: 44px;
  }
}

#glp-app-root .glp-album-order-card {
  max-width: 760px;
  width: min(760px, calc(100vw - 32px));
}

#glp-app-root .glp-album-order-card .glp-modal-head {
  align-items: flex-start;
}

#glp-app-root .glp-album-order-card .glp-modal-head h2 {
  margin: 0 0 4px;
  color: var(--glp-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

#glp-app-root .glp-album-order-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

#glp-app-root .glp-album-order-row {
  display: grid;
  grid-template-columns: 28px 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 10px 12px;
  border: 1px solid var(--glp-border);
  border-radius: 14px;
  background: var(--glp-surface);
  box-shadow: 0 8px 22px rgba(45, 34, 52, .06);
  cursor: grab;
  touch-action: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, opacity .16s ease;
}

#glp-app-root .glp-album-order-row:hover {
  border-color: rgba(240, 91, 154, .32);
  box-shadow: 0 12px 28px rgba(240, 91, 154, .12);
}

#glp-app-root .glp-album-order-row.glp-is-dragging {
  opacity: .46;
  transform: scale(.99);
}

#glp-app-root .glp-drag-handle {
  color: #a79cab;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -8px;
  line-height: 1;
  cursor: grab;
  user-select: none;
}

#glp-app-root .glp-album-order-thumb {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--glp-primary-soft);
}

#glp-app-root .glp-album-order-main {
  min-width: 0;
}

#glp-app-root .glp-album-order-main strong {
  display: block;
  overflow: hidden;
  color: var(--glp-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-album-order-main small {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: var(--glp-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-album-order-empty {
  margin-top: 18px;
}

@media (max-width: 760px) {
  #glp-app-root .glp-album-order-card {
    width: calc(100vw - 24px);
  }

  #glp-app-root .glp-album-order-row {
    grid-template-columns: 24px 52px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 10px;
  }

  #glp-app-root .glp-album-order-thumb {
    width: 52px;
    height: 52px;
  }

  #glp-app-root .glp-album-order-main strong {
    font-size: 14px;
  }
}

/* Final media expansion overrides. Keep after legacy modal rules. */
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(24, 21, 29, .64);
  backdrop-filter: blur(12px);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1280px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  transform: translate(-50%, -50%);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 12px;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button {
  min-height: 40px;
  padding: 0 16px;
  background: #fff;
  color: #5c5662;
  border-color: var(--glp-border, #eee7f0);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-detail {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  place-items: center;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image {
  display: grid;
  width: 100%;
  min-height: 0;
  max-height: calc(100dvh - 120px);
  padding: 0;
  place-items: center;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff9fc, #fff, #fff8f2);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::before,
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::after {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 132px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(36, 33, 42, .18);
  cursor: default;
}

@media (max-width: 760px) {
  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 12px;
    border-radius: 24px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head {
    margin-bottom: 8px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image {
    max-height: calc(100dvh - 106px);
    border-radius: 18px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img {
    max-height: calc(100dvh - 118px);
    border-radius: 14px;
  }
}

/* Brand assets */
#glp-app-root .glp-brand.glp-brand-with-logo,
#glp-share-root .glp-brand.glp-brand-with-logo,
#glp-admin-root .glp-brand.glp-brand-with-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--glp-text, #24212a);
  text-decoration: none;
}

#glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
#glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
#glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-mark {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0 12px 30px rgba(236, 91, 154, .18);
}

#glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-mark img,
#glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-mark img,
#glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-name,
#glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-name,
#glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-name {
  overflow: hidden;
  color: var(--glp-text, #24212a);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root.glp-auth-page .glp-auth-logo.glp-auth-logo-image {
  display: block;
  width: min(520px, 100%);
  max-width: 100%;
  margin: 0 auto;
  color: inherit;
  line-height: 0;
  text-decoration: none;
}

#glp-app-root.glp-auth-page .glp-auth-logo.glp-auth-logo-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 142px;
  object-fit: contain;
}

#glp-admin-root .glp-wp-admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--glp-text, #24212a);
}

#glp-admin-root .glp-wp-admin-brand img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(236, 91, 154, .16);
}

#glp-admin-root .glp-wp-admin-brand strong {
  overflow: hidden;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  #glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
  #glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
  #glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-mark {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
  }

  #glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-name,
  #glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-name,
  #glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-name {
    font-size: 18px;
  }

  #glp-app-root.glp-auth-page .glp-auth-logo.glp-auth-logo-image {
    width: min(360px, 100%);
  }
}

/* Keep auth screens scrollable on desktop even when the app shell uses fixed scrolling. */
#glp-app-root.glp-app.glp-auth-page {
  height: auto;
  max-height: none;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell,
#glp-app-root.glp-app.glp-auth-page .glp-auth-view,
#glp-app-root.glp-app.glp-auth-page .glp-auth-card {
  max-height: none;
  overflow: visible;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell {
  height: auto;
  min-height: 100dvh;
  place-items: start center;
  padding-bottom: 72px;
}

/* Landing page mock reproduction. */
#glp-app-root.glp-landing-page.glp-lp-mock {
  --glp-lp-pink: #f53f86;
  --glp-lp-pink-2: #ff70a8;
  --glp-lp-purple: #9269df;
  --glp-lp-lavender: #efe7ff;
  --glp-lp-blue: #4aa8ed;
  --glp-lp-green: #45c7b6;
  --glp-lp-orange: #f7a93e;
  --glp-lp-ink: #1f1d27;
  --glp-lp-muted: #6f6977;
  --glp-lp-line: #f1dfe8;
  --glp-lp-shadow: 0 18px 48px rgba(55, 37, 47, .10);
  width: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 5% 18%, rgba(255, 225, 240, .72) 0 18%, transparent 36%),
    radial-gradient(circle at 92% 38%, rgba(232, 244, 255, .75) 0 16%, transparent 34%),
    radial-gradient(circle at 54% 84%, rgba(255, 242, 212, .70) 0 14%, transparent 28%),
    linear-gradient(180deg, #fff 0%, #fffafb 46%, #fff 100%);
  color: var(--glp-lp-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.65;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp * ,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp *::before,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp *::after {
  box-sizing: border-box;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp {
  width: 100%;
  min-height: 100%;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp :where(a) {
  color: inherit;
  text-decoration: none;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp :where(img) {
  display: block;
  max-width: 100%;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(380px, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 18px clamp(28px, 3.6vw, 54px);
  border-bottom: 1px solid rgba(236, 222, 232, .92);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 28px rgba(48, 33, 43, .05);
  backdrop-filter: blur(18px);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--glp-lp-ink);
  font-size: clamp(26px, 2.8vw, 43px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-brand img {
  width: clamp(44px, 4.1vw, 58px);
  height: clamp(44px, 4.1vw, 58px);
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 22px rgba(245, 63, 134, .16);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-brand span span {
  color: var(--glp-lp-pink);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 4.8vw, 68px);
  color: #24212a;
  font-size: 17px;
  font-weight: 850;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-nav a {
  position: relative;
  padding: 8px 0;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--glp-lp-pink);
  content: "";
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .18s ease, transform .18s ease;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-header-actions,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid rgba(245, 63, 134, .42);
  border-radius: 14px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-button:hover {
  transform: translateY(-2px);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #ff4a93 0%, #f22c78 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(245, 63, 134, .25);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-button-ghost {
  background: rgba(255, 255, 255, .86);
  color: var(--glp-lp-ink);
  box-shadow: 0 10px 24px rgba(38, 31, 43, .06);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-main {
  display: grid;
  gap: 34px;
  width: min(1540px, calc(100% - 64px));
  margin: 0 auto;
  padding: 36px 0 44px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(620px, 1.14fr);
  align-items: center;
  gap: 22px;
  min-height: 760px;
  padding: 24px 10px 12px;
  overflow: visible;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero h1 {
  position: relative;
  margin: 0 0 28px;
  color: #202029;
  font-size: clamp(54px, 5.25vw, 84px);
  font-weight: 950;
  line-height: 1.23;
  letter-spacing: .015em;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero h1::after,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section h2::after {
  display: block;
  width: 280px;
  height: 14px;
  margin-top: 8px;
  background: repeating-linear-gradient(105deg, transparent 0 11px, var(--glp-lp-pink) 11px 15px, transparent 15px 26px);
  border-radius: 999px;
  content: "";
  opacity: .75;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero h1 span,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section h2 span,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta h2 span {
  color: var(--glp-lp-pink);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-lead {
  margin: 0 0 10px;
  color: #26232d;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.95;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-lead-small {
  color: #393340;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-cta-row {
  margin-top: 26px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero .glp-lp-button {
  min-width: 220px;
  min-height: 58px;
  border-radius: 999px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  max-width: 560px;
  margin-top: 28px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(245, 63, 134, .20);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: var(--glp-lp-pink);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(59, 41, 53, .06);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-tags svg {
  width: 18px;
  height: 18px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
  position: relative;
  min-height: 700px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-photo-card {
  position: absolute;
  z-index: 2;
  width: 250px;
  padding: 12px 12px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(28, 26, 33, .16);
  transform: rotate(-8deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-photo-card-1 {
  top: 18px;
  left: 36px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-photo-card img {
  width: 100%;
  height: 142px;
  border-radius: 4px;
  object-fit: cover;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-photo-card::before,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-ticket::before {
  position: absolute;
  top: -16px;
  left: 50%;
  width: 82px;
  height: 28px;
  border-radius: 5px;
  background: rgba(255, 181, 205, .58);
  content: "";
  transform: translateX(-50%) rotate(4deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-ticket {
  position: absolute;
  top: 34px;
  left: 360px;
  z-index: 1;
  display: grid;
  gap: 4px;
  width: 270px;
  padding: 24px 26px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f7f0e7 0%, #fff 50%, #dfd3c5 100%);
  color: #342e2b;
  box-shadow: 0 18px 34px rgba(57, 39, 30, .14);
  transform: rotate(-8deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-ticket strong {
  font-size: 18px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-laptop {
  position: absolute;
  right: 82px;
  bottom: 70px;
  z-index: 4;
  width: min(760px, 85%);
  padding: 0;
  border: 16px solid #1b1c21;
  border-radius: 24px 24px 16px 16px;
  background: #1b1c21;
  box-shadow: 0 28px 54px rgba(32, 25, 34, .26);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-laptop::after {
  position: absolute;
  right: -82px;
  bottom: -28px;
  left: -82px;
  height: 28px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, #f3f3f5 0%, #b9bcc2 100%);
  content: "";
  box-shadow: 0 10px 20px rgba(0, 0, 0, .14);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard aside {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 22px 16px;
  border-right: 1px solid #f1e5ec;
  background: #fff;
  color: #6f6977;
  font-size: 12px;
  font-weight: 800;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-device-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: var(--glp-lp-ink);
  font-size: 12px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-device-logo img {
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-device-logo span {
  color: var(--glp-lp-pink);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard aside > span {
  padding: 8px 10px;
  border-radius: 10px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard aside > .glp-is-active {
  background: #fff0f6;
  color: var(--glp-lp-pink);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard section {
  min-width: 0;
  padding: 22px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--glp-lp-ink);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard header i {
  width: 88px;
  height: 28px;
  border-radius: 999px;
  background: #f5f2f4;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 180px;
  gap: 14px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-event,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-card,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-list {
  min-height: 150px;
  padding: 10px;
  border: 1px solid #f0e5ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 18px rgba(44, 34, 42, .05);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-event img {
  width: 100%;
  height: 92px;
  margin-bottom: 8px;
  border-radius: 12px;
  object-fit: cover;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-event strong,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-card strong {
  display: block;
  color: var(--glp-lp-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-event small,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-card small {
  color: #8a8291;
  font-size: 10px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-donut {
  display: block;
  width: 96px;
  height: 96px;
  margin: 8px auto 12px;
  border-radius: 50%;
  background: conic-gradient(#ff4a93 0 42%, #8d7bff 42% 66%, #ffd26a 66% 82%, #77d7d3 82% 100%);
  box-shadow: inset 0 0 0 28px #fff;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  min-height: 78px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-list span {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffeaf3, #f5f2f5);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone {
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 6;
  width: 190px;
  min-height: 354px;
  padding: 12px;
  border: 9px solid #1e1f24;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 40px rgba(30, 24, 31, .24);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-screen {
  display: grid;
  gap: 8px;
  color: var(--glp-lp-ink);
  font-size: 11px;
  font-weight: 850;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-screen img {
  width: 100%;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-note {
  position: absolute;
  right: -18px;
  top: 140px;
  z-index: 1;
  display: grid;
  gap: 6px;
  width: 160px;
  padding: 22px 18px;
  border: 1px solid #eadfce;
  border-radius: 6px;
  background: repeating-linear-gradient(0deg, #fff7e8 0 28px, #eadfce 29px 30px);
  color: #55463c;
  font-size: 12px;
  transform: rotate(10deg);
  box-shadow: 0 18px 34px rgba(62, 43, 30, .13);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mic {
  position: absolute;
  right: 40px;
  top: 16px;
  z-index: 2;
  width: 250px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111 0 48%, #555 48% 68%, #111 68%);
  transform: rotate(-23deg);
  box-shadow: 0 18px 30px rgba(0, 0, 0, .24);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mic::before {
  position: absolute;
  left: -38px;
  top: -20px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: repeating-linear-gradient(90deg, #111 0 6px, #303036 7px 12px);
  content: "";
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-camera-prop,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-camera {
  width: 126px;
  height: 86px;
  border: 7px solid #2c2b30;
  border-radius: 14px;
  background: linear-gradient(135deg, #54545c, #111);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-camera-prop {
  position: absolute;
  right: -6px;
  bottom: 32px;
  z-index: 5;
  transform: rotate(-12deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-camera-prop::before,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-camera::before {
  position: absolute;
  left: 38px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 7px solid #c8c8cd;
  border-radius: 50%;
  background: #111;
  content: "";
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-guitar-line {
  position: absolute;
  left: -8px;
  bottom: 130px;
  z-index: 1;
  width: 120px;
  height: 180px;
  border: 4px solid rgba(69, 199, 182, .72);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 90px 0;
  transform: rotate(18deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-doodle {
  position: absolute;
  z-index: 2;
  color: var(--glp-lp-pink);
  font-weight: 900;
  pointer-events: none;
  animation: glp-lp-mock-float 5s ease-in-out infinite;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-doodle-heart {
  right: 220px;
  top: 70px;
  font-size: 46px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-doodle-note {
  left: 520px;
  top: 300px;
  color: var(--glp-lp-purple);
  font-size: 30px;
  animation-delay: .8s;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-doodle-star {
  right: 24px;
  top: 90px;
  color: var(--glp-lp-blue);
  font-size: 38px;
  animation-delay: 1.3s;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-band {
  position: relative;
  overflow: hidden;
  padding: 28px 36px 34px;
  border: 1px solid #f2e2ea;
  border-radius: 32px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--glp-lp-shadow);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-band h2 {
  margin: 0 0 22px;
  text-align: center;
  color: var(--glp-lp-ink);
  font-size: 26px;
  font-weight: 950;
  letter-spacing: .03em;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-list {
  display: grid;
  grid-template-columns: repeat(9, minmax(92px, 1fr));
  gap: 16px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #24212a;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-item span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2f8, #effbff);
  color: var(--glp-lp-pink);
  box-shadow: inset 0 0 0 1px rgba(245, 63, 134, .09), 0 14px 24px rgba(42, 28, 36, .06);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-item svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.8;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section {
  position: relative;
  padding: clamp(36px, 4.5vw, 64px) clamp(30px, 4vw, 48px);
  border: 1px solid #f2e2ea;
  border-radius: 30px;
  background: rgba(255, 255, 255, .90);
  box-shadow: var(--glp-lp-shadow);
  animation: glp-lp-mock-rise .6s ease both;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section h2,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta h2 {
  margin: 0 0 14px;
  text-align: center;
  color: #1f1d27;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: .03em;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section h2::after {
  width: 360px;
  margin: 10px auto 0;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section-lead {
  margin: 0 0 32px;
  text-align: center;
  color: #2b2731;
  font-size: 22px;
  font-weight: 850;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section-share {
  overflow: hidden;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-doodle-share {
  right: 92px;
  top: 44px;
  display: grid;
  place-items: center;
  width: 118px;
  height: 86px;
  border: 3px solid var(--glp-lp-pink);
  border-radius: 52% 48% 48% 52%;
  background: #fff;
  font-size: 24px;
  font-style: italic;
  transform: rotate(8deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 28px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-card,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-small-card,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta {
  border: 1px solid #f1dfe8;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 38px rgba(45, 32, 40, .08);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-card {
  position: relative;
  min-height: 470px;
  padding: 30px 34px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--glp-lp-pink);
  font-size: 32px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-card h3 svg {
  width: 30px;
  height: 30px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-preview {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 26px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-inline {
  position: relative;
  right: auto;
  bottom: auto;
  width: 210px;
  min-height: 330px;
  border-width: 8px;
  box-shadow: 0 18px 32px rgba(30, 24, 31, .18);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-album {
  grid-template-columns: 1fr 1fr;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-album strong,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-album span {
  grid-column: 1 / -1;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-copy-box {
  padding: 24px;
  border: 1px solid #f1dfe8;
  border-radius: 20px;
  background: #fff;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-copy-box label,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-copy-box p {
  display: block;
  margin: 0 0 10px;
  color: var(--glp-lp-ink);
  font-weight: 850;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-copy-box > div:first-of-type {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 8px;
  margin-bottom: 18px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-copy-box > div:first-of-type span {
  overflow: hidden;
  padding: 12px 14px;
  border: 1px solid #e7dce3;
  border-radius: 8px;
  color: #6f6977;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-copy-box > div:first-of-type b {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--glp-lp-pink);
  color: #fff;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-socials {
  display: flex;
  gap: 12px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-socials i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff0f6;
  color: var(--glp-lp-pink);
  font-style: normal;
  font-weight: 900;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #24212a;
  font-size: 16px;
  font-weight: 750;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-card li::before {
  margin-right: 8px;
  color: var(--glp-lp-pink);
  content: "✓";
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-preview {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid #eee3ea;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fff7fb);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-preview > strong {
  color: var(--glp-lp-ink);
  font-size: 22px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-kpis span {
  padding: 12px;
  border: 1px solid #f0e2e9;
  border-radius: 12px;
  background: #fff;
  color: #6f6977;
  font-weight: 750;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-kpis b {
  display: block;
  color: var(--glp-lp-ink);
  font-size: 24px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart {
  display: flex;
  align-items: end;
  gap: 18px;
  height: 118px;
  padding: 16px 20px;
  border-radius: 14px;
  background: repeating-linear-gradient(0deg, #fff 0 27px, #f7edf2 28px 29px);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #ff5a9d, #ffb1d1);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart span:nth-child(1) { height: 26%; }
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart span:nth-child(2) { height: 42%; }
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart span:nth-child(3) { height: 62%; }
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart span:nth-child(4) { height: 52%; }
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-chart span:nth-child(5) { height: 76%; }

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-ranking {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 12px;
  background: #fff5fa;
  color: #3a3440;
  font-size: 13px;
  font-weight: 750;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px;
  border: 1px solid #f2e2ea;
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare-title {
  text-align: center;
  color: var(--glp-lp-ink);
  font-size: 24px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  color: #312d36;
  font-size: 13px;
  text-align: center;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare th,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare td {
  padding: 8px 10px;
  border: 1px solid #eadfe6;
  background: rgba(255, 255, 255, .86);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare th:last-child,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare td:last-child {
  background: #fff0f6;
  color: var(--glp-lp-pink);
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-grid {
  display: grid;
  gap: 22px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-small-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  text-align: center;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-icon,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card > span {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff0f6, #eefbff);
  color: var(--glp-lp-pink);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-icon svg,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card > span svg {
  width: 38px;
  height: 38px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-small-card h3,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card h3 {
  margin: 0 0 12px;
  color: var(--glp-lp-ink);
  font-size: 20px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-small-card p,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card p {
  margin: 0;
  color: #433d49;
  font-size: 15px;
  font-weight: 650;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: start;
  min-height: 174px;
  padding: 24px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-feature-card > span {
  margin: 0;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-steps article {
  min-height: 140px;
  padding: 22px;
  border: 1px solid #f1dfe8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(43, 31, 40, .06);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-steps span {
  display: inline-grid;
  place-items: center;
  min-width: 76px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--glp-lp-pink);
  color: #fff;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-steps strong {
  display: block;
  color: var(--glp-lp-ink);
  font-size: 21px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-steps p {
  margin: 8px 0 0;
  color: #4a444f;
  font-weight: 650;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-pricing {
  overflow: hidden;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  width: min(1060px, 100%);
  margin: 30px auto 28px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card {
  position: relative;
  padding: 30px 42px 34px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card-pro {
  border-color: rgba(245, 63, 134, .62);
  background: linear-gradient(135deg, #fff 0%, #fff3f8 100%);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 10px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff0f6;
  color: var(--glp-lp-pink);
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card h3 {
  margin: 0 0 2px;
  color: var(--glp-lp-ink);
  font-size: 38px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-sub {
  margin: 0 0 20px;
  color: #3e3844;
  font-weight: 800;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-price {
  margin: 8px 0 16px;
  color: var(--glp-lp-ink);
  font-size: 24px;
  font-weight: 900;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-price strong {
  color: var(--glp-lp-pink);
  font-size: 64px;
  line-height: .95;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 26px;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  list-style: none;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  color: #2f2935;
  font-size: 15px;
  font-weight: 820;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li::before {
  color: var(--glp-lp-pink);
  content: "▣";
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li span::after {
  height: 1px;
  background: repeating-linear-gradient(90deg, #e8d9e2 0 4px, transparent 4px 8px);
  content: "";
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li b {
  color: var(--glp-lp-pink);
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card .glp-lp-button {
  width: 100%;
  border-radius: 999px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-pricing-lower {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-faq {
  display: grid;
  gap: 12px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices h3,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-faq h3 {
  margin: 0;
  text-align: center;
  color: var(--glp-lp-ink);
  font-size: 28px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices > div,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-faq details {
  padding: 16px 18px;
  border: 1px solid #f1dfe8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(50, 35, 45, .05);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices b,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices span,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices em {
  display: block;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-voices em {
  color: var(--glp-lp-pink);
  font-style: normal;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-faq summary {
  cursor: pointer;
  color: var(--glp-lp-ink);
  font-weight: 900;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-faq p {
  margin: 10px 0 0;
  color: #4b4550;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 50px clamp(28px, 26vw, 380px);
  border-color: rgba(245, 63, 134, .30);
  background: linear-gradient(90deg, #fff7f1 0%, #fff 40%, #fff4f9 100%);
  text-align: center;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta h2 {
  margin-bottom: 10px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta p {
  margin: 0;
  color: #2d2832;
  font-size: 20px;
  font-weight: 750;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta .glp-lp-cta-row {
  justify-content: center;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-note,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-ticket,
#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-camera {
  position: absolute;
  z-index: 1;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-note {
  left: 38px;
  top: 34px;
  width: 170px;
  padding: 24px 20px;
  border-radius: 10px;
  background: repeating-linear-gradient(0deg, #fff7e8 0 26px, #eadfce 27px 28px);
  color: #5a4b42;
  text-align: left;
  transform: rotate(-9deg);
  box-shadow: 0 18px 28px rgba(42, 30, 20, .10);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-ticket {
  right: 210px;
  top: 38px;
  width: 180px;
  padding: 18px;
  border-radius: 8px;
  background: #f4ecdf;
  color: #453b32;
  font-weight: 900;
  transform: rotate(-10deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-camera {
  right: 42px;
  bottom: 30px;
  transform: rotate(-12deg);
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1540px, calc(100% - 64px));
  margin: 0 auto;
  padding: 24px 0 34px;
  border-top: 1px solid #f1e2ea;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-footer .glp-lp-brand {
  font-size: 32px;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 28px;
  color: #3b3540;
  font-size: 14px;
  font-weight: 750;
}

@keyframes glp-lp-mock-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glp-lp-mock-float {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-animate-rise {
  animation: glp-lp-mock-rise .65s ease both;
}

#glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-animate-float {
  animation: glp-lp-mock-rise .7s .08s ease both;
}

@media (max-width: 1280px) {
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-header {
    grid-template-columns: 1fr auto;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero-copy {
    max-width: 760px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
    min-height: 640px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-laptop {
    right: 140px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 980px) {
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-main,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-footer {
    width: min(100% - 32px, 760px);
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-header {
    padding: 14px 18px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero h1 {
    font-size: clamp(42px, 10vw, 64px);
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
    min-height: 560px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-laptop {
    right: 70px;
    width: min(660px, 90%);
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone {
    right: 0;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-grid,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-grid,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-pricing-lower,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-grid-3,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-steps,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-compare {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-share-preview {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone-inline {
    justify-self: center;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta {
    padding: 42px 28px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-props {
    display: none;
  }
}

@media (max-width: 680px) {
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-header-actions {
    width: 100%;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-header-actions .glp-lp-button {
    flex: 1 1 150px;
    min-height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-main {
    width: calc(100% - 24px);
    gap: 22px;
    padding-top: 22px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero {
    padding-top: 6px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-lead {
    font-size: 15px;
    line-height: 1.82;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
    min-height: 430px;
    overflow: hidden;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-photo-card-1,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-ticket,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mic,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-note,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-camera-prop,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-guitar-line {
    display: none;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-laptop {
    right: auto;
    left: 50%;
    bottom: 38px;
    width: 112%;
    border-width: 10px;
    transform: translateX(-50%);
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-laptop::after {
    right: -28px;
    left: -28px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard {
    grid-template-columns: 1fr;
    min-height: 330px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard aside {
    display: none;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-dashboard-grid {
    grid-template-columns: 1fr 1fr;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-mini-card {
    display: none;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-phone {
    display: none;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-band,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section {
    padding: 24px 18px;
    border-radius: 22px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-genre-item {
    flex: 0 0 96px;
    scroll-snap-align: start;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-card-grid-4 {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section h2,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-final-cta h2 {
    font-size: 30px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section h2::after {
    width: 210px;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-report-kpis,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-plan-card li span::after {
    display: none;
  }

  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-footer {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-doodle,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-animate-rise,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-animate-float,
  #glp-app-root.glp-landing-page.glp-lp-mock .glp-lp-section {
    animation: none;
  }
}

/* Public landing page. */
#glp-app-root.glp-app.glp-landing-page {
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 222, 238, .55), transparent 32%),
    radial-gradient(circle at 86% 84%, rgba(255, 244, 219, .5), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fffafb 100%);
  color: #24212a;
}

#glp-app-root.glp-landing-page .glp-app-bg {
  display: none;
}

#glp-app-root.glp-landing-page .glp-lp {
  position: relative;
  z-index: 1;
  width: 100%;
}

#glp-app-root.glp-landing-page .glp-lp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 86px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(238, 231, 240, .92);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 36px rgba(128, 72, 98, .07);
  backdrop-filter: blur(18px);
}

#glp-app-root.glp-landing-page .glp-lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #24212a;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

#glp-app-root.glp-landing-page .glp-lp-brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(240, 91, 154, .18);
}

#glp-app-root.glp-landing-page .glp-lp-brand > span {
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: .01em;
}

#glp-app-root.glp-landing-page .glp-lp-brand > span span {
  color: #f05b9a;
}

#glp-app-root.glp-landing-page .glp-lp-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
  color: #2b2731;
  font-size: 15px;
  font-weight: 900;
}

#glp-app-root.glp-landing-page .glp-lp-nav a {
  padding: 8px 0;
  transition: color .18s ease, transform .18s ease;
}

#glp-app-root.glp-landing-page .glp-lp-nav a:hover,
#glp-app-root.glp-landing-page .glp-lp-nav a:focus-visible {
  color: #f05b9a;
  transform: translateY(-1px);
}

#glp-app-root.glp-landing-page .glp-lp-header-actions,
#glp-app-root.glp-landing-page .glp-lp-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

#glp-app-root.glp-landing-page .glp-lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid #eadfeb;
  color: #24212a;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#glp-app-root.glp-landing-page .glp-lp-button .glp-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}

#glp-app-root.glp-landing-page .glp-lp-button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f74389 0%, #f05b9a 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(240, 91, 154, .28);
}

#glp-app-root.glp-landing-page .glp-lp-button-ghost {
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 28px rgba(64, 45, 70, .05);
}

#glp-app-root.glp-landing-page .glp-lp-button:hover,
#glp-app-root.glp-landing-page .glp-lp-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(240, 91, 154, .2);
}

#glp-app-root.glp-landing-page .glp-lp-main {
  display: grid;
  gap: clamp(26px, 4vw, 54px);
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 66px) 0 40px;
}

#glp-app-root.glp-landing-page :where(#glp-lp-features, #glp-lp-capabilities, #glp-lp-share, #glp-lp-pricing, #glp-lp-faq) {
  scroll-margin-top: 106px;
}

#glp-app-root.glp-landing-page .glp-lp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
  min-height: 620px;
}

#glp-app-root.glp-landing-page .glp-lp-hero-copy {
  position: relative;
  z-index: 2;
}

#glp-app-root.glp-landing-page .glp-lp-eyebrow {
  margin: 0 0 18px;
  color: #f05b9a;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

#glp-app-root.glp-landing-page .glp-lp-hero h1 {
  margin: 0;
  color: #24212a;
  font-size: clamp(46px, 6.6vw, 92px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: .01em;
}

#glp-app-root.glp-landing-page .glp-lp-hero h1 span {
  color: #f03f86;
}

#glp-app-root.glp-landing-page .glp-lp-lead,
#glp-app-root.glp-landing-page .glp-lp-section-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #5f5865;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 700;
  line-height: 2;
}

#glp-app-root.glp-landing-page .glp-lp-cta-row {
  margin-top: 30px;
}

#glp-app-root.glp-landing-page .glp-lp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#glp-app-root.glp-landing-page .glp-lp-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #f2deeb;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #5f5865;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(128, 72, 98, .05);
}

#glp-app-root.glp-landing-page .glp-lp-tags .glp-icon {
  width: 18px;
  height: 18px;
  color: #f05b9a;
  stroke-width: 2.5;
}

#glp-app-root.glp-landing-page .glp-lp-hero-art {
  position: relative;
  min-height: 610px;
}

#glp-app-root.glp-landing-page .glp-lp-device {
  background: #fff;
  border: 1px solid #e9e1ea;
  box-shadow: 0 28px 70px rgba(50, 38, 57, .18);
}

#glp-app-root.glp-landing-page .glp-lp-laptop {
  position: absolute;
  right: 5%;
  bottom: 40px;
  width: min(680px, 92%);
  padding: 14px;
  border-radius: 28px;
  transform: rotate(.5deg);
}

#glp-app-root.glp-landing-page .glp-lp-device-top {
  display: flex;
  gap: 7px;
  padding: 0 0 10px 2px;
}

#glp-app-root.glp-landing-page .glp-lp-device-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd2e4;
}

#glp-app-root.glp-landing-page .glp-lp-device-top span:nth-child(2) {
  background: #e5d9ff;
}

#glp-app-root.glp-landing-page .glp-lp-device-top span:nth-child(3) {
  background: #ccefe9;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
  border: 8px solid #24212a;
  border-radius: 18px;
  background: #fff;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard aside {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 20px 16px;
  border-right: 1px solid #f0e7ef;
  background: #fffafb;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard aside img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard aside span {
  height: 16px;
  border-radius: 999px;
  background: #eee7f0;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard aside .glp-is-active {
  background: #ffe3ee;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard section {
  padding: 22px;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard header strong {
  font-size: 22px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard header i {
  width: 170px;
  height: 30px;
  border-radius: 999px;
  background: #f8f3f7;
}

#glp-app-root.glp-landing-page .glp-lp-dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}

#glp-app-root.glp-landing-page .glp-lp-mini-event,
#glp-app-root.glp-landing-page .glp-lp-mini-card,
#glp-app-root.glp-landing-page .glp-lp-mini-list {
  border: 1px solid #f0e1ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(128, 72, 98, .07);
}

#glp-app-root.glp-landing-page .glp-lp-mini-event {
  overflow: hidden;
}

#glp-app-root.glp-landing-page .glp-lp-mini-event img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  background: #fff0f6;
}

#glp-app-root.glp-landing-page .glp-lp-mini-event strong,
#glp-app-root.glp-landing-page .glp-lp-mini-event small {
  display: block;
  padding: 0 14px;
}

#glp-app-root.glp-landing-page .glp-lp-mini-event strong {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-mini-event small {
  margin: 4px 0 14px;
  color: #817889;
  font-weight: 800;
}

#glp-app-root.glp-landing-page .glp-lp-mini-card {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 20px 14px;
  text-align: center;
}

#glp-app-root.glp-landing-page .glp-lp-donut {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: conic-gradient(#f05b9a 0 42%, #8e76ff 42% 64%, #f2a72f 64% 82%, #5fcdbc 82% 100%);
  box-shadow: inset 0 0 0 22px #fff;
}

#glp-app-root.glp-landing-page .glp-lp-mini-card strong {
  font-size: 14px;
  font-weight: 900;
}

#glp-app-root.glp-landing-page .glp-lp-mini-card small {
  color: #f05b9a;
  font-size: 18px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-mini-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 14px;
}

#glp-app-root.glp-landing-page .glp-lp-mini-list span {
  height: 28px;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff0f6, #f7f2ff);
}

#glp-app-root.glp-landing-page .glp-lp-phone {
  border-radius: 30px;
  border: 8px solid #24212a;
}

#glp-app-root.glp-landing-page .glp-lp-hero-art > .glp-lp-phone {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 190px;
  padding: 8px;
  background: #fff;
  transform: rotate(2deg);
}

#glp-app-root.glp-landing-page .glp-lp-phone-screen {
  display: grid;
  gap: 8px;
  min-height: 300px;
  padding: 14px;
  overflow: hidden;
  border-radius: 20px;
  background: #fffafb;
}

#glp-app-root.glp-landing-page .glp-lp-phone-screen strong {
  font-size: 13px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-phone-screen img {
  width: 100%;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
}

#glp-app-root.glp-landing-page .glp-lp-phone-screen span {
  height: 22px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f0e3ed;
}

#glp-app-root.glp-landing-page .glp-lp-photo-card,
#glp-app-root.glp-landing-page .glp-lp-ticket,
#glp-app-root.glp-landing-page .glp-lp-note,
#glp-app-root.glp-landing-page .glp-lp-prop {
  position: absolute;
  box-shadow: 0 18px 38px rgba(69, 52, 72, .12);
}

#glp-app-root.glp-landing-page .glp-lp-photo-card {
  left: 4%;
  top: 20px;
  width: 210px;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  transform: rotate(-7deg);
}

#glp-app-root.glp-landing-page .glp-lp-photo-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

#glp-app-root.glp-landing-page .glp-lp-ticket {
  top: 38px;
  right: 17%;
  display: grid;
  gap: 2px;
  min-width: 210px;
  padding: 18px 24px;
  border: 1px solid #e0d1c6;
  border-radius: 10px;
  background: #fff8ee;
  color: #43372e;
  transform: rotate(-5deg);
}

#glp-app-root.glp-landing-page .glp-lp-ticket span,
#glp-app-root.glp-landing-page .glp-lp-ticket small {
  color: #8f8278;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

#glp-app-root.glp-landing-page .glp-lp-ticket strong {
  font-size: 16px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-mic {
  top: 8px;
  right: 0;
  width: 150px;
  height: 46px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 50%, #fff 0 5px, transparent 6px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .42) 0 4px, transparent 4px 8px),
    linear-gradient(135deg, #302d35, #0f0f13);
  transform: rotate(18deg);
}

#glp-app-root.glp-landing-page .glp-lp-note {
  right: 0;
  top: 170px;
  display: grid;
  gap: 7px;
  width: 170px;
  padding: 18px 18px 20px;
  border: 1px solid #ece0d1;
  border-radius: 16px;
  background: #fffaf0;
  transform: rotate(5deg);
}

#glp-app-root.glp-landing-page .glp-lp-note strong {
  font-size: 14px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-note span {
  color: #655b64;
  font-size: 12px;
  font-weight: 800;
}

#glp-app-root.glp-landing-page .glp-lp-genre-band,
#glp-app-root.glp-landing-page .glp-lp-section,
#glp-app-root.glp-landing-page .glp-lp-final-cta {
  border: 1px solid rgba(238, 231, 240, .95);
  border-radius: 28px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 55px rgba(128, 72, 98, .09);
}

#glp-app-root.glp-landing-page .glp-lp-genre-band {
  padding: clamp(22px, 3vw, 34px);
  text-align: center;
}

#glp-app-root.glp-landing-page .glp-lp-genre-band h2,
#glp-app-root.glp-landing-page .glp-lp-section h2,
#glp-app-root.glp-landing-page .glp-lp-final-cta h2 {
  margin: 0;
  color: #24212a;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 950;
  line-height: 1.35;
}

#glp-app-root.glp-landing-page .glp-lp-genre-list {
  display: grid;
  grid-template-columns: repeat(9, minmax(92px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

#glp-app-root.glp-landing-page .glp-lp-genre-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  color: #4e4754;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root.glp-landing-page .glp-lp-genre-item span,
#glp-app-root.glp-landing-page .glp-lp-card-icon,
#glp-app-root.glp-landing-page .glp-lp-feature-card > span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff0f6, #f4f0ff);
  color: #f05b9a;
  box-shadow: 0 12px 28px rgba(128, 72, 98, .08);
}

#glp-app-root.glp-landing-page .glp-lp-genre-item .glp-icon,
#glp-app-root.glp-landing-page .glp-lp-card-icon .glp-icon,
#glp-app-root.glp-landing-page .glp-lp-feature-card > span .glp-icon {
  width: 30px;
  height: 30px;
  stroke-width: 2.4;
}

#glp-app-root.glp-landing-page .glp-lp-section {
  padding: clamp(26px, 4vw, 52px);
}

#glp-app-root.glp-landing-page .glp-lp-section-soft {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 225, 238, .55), transparent 22%),
    rgba(255, 255, 255, .88);
}

#glp-app-root.glp-landing-page .glp-lp-section > h2 {
  text-align: center;
}

#glp-app-root.glp-landing-page .glp-lp-card-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

#glp-app-root.glp-landing-page .glp-lp-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#glp-app-root.glp-landing-page .glp-lp-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#glp-app-root.glp-landing-page .glp-lp-small-card,
#glp-app-root.glp-landing-page .glp-lp-feature-card,
#glp-app-root.glp-landing-page .glp-lp-share-card,
#glp-app-root.glp-landing-page .glp-lp-plan-card,
#glp-app-root.glp-landing-page .glp-lp-faq-list details,
#glp-app-root.glp-landing-page .glp-lp-steps article {
  border: 1px solid #eee3ed;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 36px rgba(128, 72, 98, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#glp-app-root.glp-landing-page .glp-lp-small-card:hover,
#glp-app-root.glp-landing-page .glp-lp-feature-card:hover,
#glp-app-root.glp-landing-page .glp-lp-share-card:hover,
#glp-app-root.glp-landing-page .glp-lp-plan-card:hover {
  transform: translateY(-4px);
  border-color: #ffd0e2;
  box-shadow: 0 22px 48px rgba(128, 72, 98, .11);
}

#glp-app-root.glp-landing-page .glp-lp-small-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 26px 20px;
  text-align: center;
}

#glp-app-root.glp-landing-page .glp-lp-small-card h3,
#glp-app-root.glp-landing-page .glp-lp-feature-card h3,
#glp-app-root.glp-landing-page .glp-lp-share-card h3,
#glp-app-root.glp-landing-page .glp-lp-plan-card h3 {
  margin: 0;
  color: #24212a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.35;
}

#glp-app-root.glp-landing-page .glp-lp-small-card p,
#glp-app-root.glp-landing-page .glp-lp-feature-card p,
#glp-app-root.glp-landing-page .glp-lp-plan-card li,
#glp-app-root.glp-landing-page .glp-lp-share-card li,
#glp-app-root.glp-landing-page .glp-lp-faq-list p,
#glp-app-root.glp-landing-page .glp-lp-steps p {
  margin: 0;
  color: #635d68;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

#glp-app-root.glp-landing-page .glp-lp-feature-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
}

#glp-app-root.glp-landing-page .glp-lp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

#glp-app-root.glp-landing-page .glp-lp-steps article {
  padding: 22px;
}

#glp-app-root.glp-landing-page .glp-lp-steps span,
#glp-app-root.glp-landing-page .glp-lp-plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff0f6;
  color: #f05b9a;
  font-size: 12px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-steps strong {
  display: block;
  margin-top: 12px;
  color: #24212a;
  font-size: 20px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-section-share {
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 210, 232, .7), transparent 24%),
    rgba(255, 255, 255, .9);
}

#glp-app-root.glp-landing-page .glp-lp-section-share > h2,
#glp-app-root.glp-landing-page .glp-lp-section-lead {
  text-align: center;
}

#glp-app-root.glp-landing-page .glp-lp-section-lead {
  margin: 12px auto 0;
}

#glp-app-root.glp-landing-page .glp-lp-share-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

#glp-app-root.glp-landing-page .glp-lp-share-card {
  padding: 28px;
}

#glp-app-root.glp-landing-page .glp-lp-share-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f05b9a;
}

#glp-app-root.glp-landing-page .glp-lp-share-card h3 .glp-icon {
  width: 26px;
  height: 26px;
}

#glp-app-root.glp-landing-page .glp-lp-share-preview {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

#glp-app-root.glp-landing-page .glp-lp-phone-inline {
  position: relative;
  width: 164px;
  padding: 6px;
  background: #fff;
}

#glp-app-root.glp-landing-page .glp-lp-phone-inline .glp-lp-phone-screen {
  min-height: 240px;
}

#glp-app-root.glp-landing-page .glp-lp-copy-box {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #eee2ec;
  border-radius: 18px;
  background: #fff;
}

#glp-app-root.glp-landing-page .glp-lp-copy-box label {
  color: #24212a;
  font-size: 13px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-copy-box div {
  display: flex;
  gap: 8px;
  min-width: 0;
}

#glp-app-root.glp-landing-page .glp-lp-copy-box span {
  overflow: hidden;
  flex: 1;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #eee2ec;
  border-radius: 12px;
  color: #6d6571;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root.glp-landing-page .glp-lp-copy-box button {
  min-width: 78px;
  border-radius: 12px;
  background: #f05b9a;
  color: #fff;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-share-card ul,
#glp-app-root.glp-landing-page .glp-lp-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

#glp-app-root.glp-landing-page .glp-lp-share-card li,
#glp-app-root.glp-landing-page .glp-lp-plan-card li {
  position: relative;
  padding-left: 24px;
}

#glp-app-root.glp-landing-page .glp-lp-share-card li::before,
#glp-app-root.glp-landing-page .glp-lp-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f05b9a;
}

#glp-app-root.glp-landing-page .glp-lp-report-preview {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eee2ec;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #fff7fb);
}

#glp-app-root.glp-landing-page .glp-lp-report-preview > strong {
  font-size: 22px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-report-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#glp-app-root.glp-landing-page .glp-lp-report-kpis span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #eee2ec;
  border-radius: 14px;
  color: #817889;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

#glp-app-root.glp-landing-page .glp-lp-report-kpis b {
  color: #24212a;
  font-size: 20px;
}

#glp-app-root.glp-landing-page .glp-lp-report-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 96px;
  padding: 0 8px;
}

#glp-app-root.glp-landing-page .glp-lp-report-chart span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #f05b9a, #ffd0e1);
}

#glp-app-root.glp-landing-page .glp-lp-report-chart span:nth-child(1) { height: 38px; }
#glp-app-root.glp-landing-page .glp-lp-report-chart span:nth-child(2) { height: 62px; }
#glp-app-root.glp-landing-page .glp-lp-report-chart span:nth-child(3) { height: 84px; }
#glp-app-root.glp-landing-page .glp-lp-report-chart span:nth-child(4) { height: 52px; }
#glp-app-root.glp-landing-page .glp-lp-report-chart span:nth-child(5) { height: 74px; }

#glp-app-root.glp-landing-page .glp-lp-pricing {
  background:
    radial-gradient(circle at 6% 22%, rgba(232, 220, 255, .6), transparent 24%),
    radial-gradient(circle at 94% 16%, rgba(255, 218, 236, .7), transparent 22%),
    rgba(255, 255, 255, .9);
}

#glp-app-root.glp-landing-page .glp-lp-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 440px));
  justify-content: center;
  gap: 28px;
  margin-top: 30px;
}

#glp-app-root.glp-landing-page .glp-lp-plan-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 32px;
}

#glp-app-root.glp-landing-page .glp-lp-plan-card-pro {
  border-color: #ff9fc4;
  background: linear-gradient(135deg, #fff 0%, #fff3f8 100%);
}

#glp-app-root.glp-landing-page .glp-lp-price {
  margin: 0;
  color: #24212a;
  font-size: 26px;
  font-weight: 950;
}

#glp-app-root.glp-landing-page .glp-lp-price strong {
  color: #f03f86;
  font-size: 64px;
  line-height: .95;
}

#glp-app-root.glp-landing-page .glp-lp-price span {
  color: #817889;
  font-size: 16px;
}

#glp-app-root.glp-landing-page .glp-lp-plan-card .glp-lp-button {
  margin-top: 10px;
  width: 100%;
}

#glp-app-root.glp-landing-page .glp-lp-faq-list {
  display: grid;
  gap: 12px;
  width: min(860px, 100%);
  margin: 28px auto 0;
}

#glp-app-root.glp-landing-page .glp-lp-faq-list details {
  padding: 0;
  overflow: hidden;
}

#glp-app-root.glp-landing-page .glp-lp-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px;
  color: #24212a;
  font-weight: 950;
  cursor: pointer;
}

#glp-app-root.glp-landing-page .glp-lp-faq-list summary::after {
  content: "+";
  color: #f05b9a;
  font-size: 22px;
  line-height: 1;
}

#glp-app-root.glp-landing-page .glp-lp-faq-list details[open] summary::after {
  content: "-";
}

#glp-app-root.glp-landing-page .glp-lp-faq-list p {
  padding: 0 22px 20px;
}

#glp-app-root.glp-landing-page .glp-lp-final-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 8% 72%, rgba(255, 238, 246, .9), transparent 28%),
    rgba(255, 255, 255, .92);
}

#glp-app-root.glp-landing-page .glp-lp-final-cta img {
  width: min(320px, 28vw);
  height: auto;
}

#glp-app-root.glp-landing-page .glp-lp-final-cta p {
  margin: 8px 0 0;
  color: #5f5865;
  font-weight: 800;
}

#glp-app-root.glp-landing-page .glp-lp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 38px;
  border-top: 1px solid #eee7f0;
}

#glp-app-root.glp-landing-page .glp-lp-footer nav {
  display: flex;
  gap: 24px;
  color: #5f5865;
  font-weight: 850;
}

@keyframes glp-lp-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glp-lp-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

#glp-app-root.glp-landing-page .glp-lp-animate-rise {
  animation: glp-lp-rise .58s ease both;
}

#glp-app-root.glp-landing-page .glp-lp-animate-float {
  animation: glp-lp-rise .72s ease .08s both, glp-lp-float 7s ease-in-out 1s infinite;
}

@media (prefers-reduced-motion: reduce) {
  #glp-app-root.glp-landing-page *,
  #glp-app-root.glp-landing-page *::before,
  #glp-app-root.glp-landing-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1180px) {
  #glp-app-root.glp-landing-page .glp-lp-header {
    grid-template-columns: 1fr auto;
  }

  #glp-app-root.glp-landing-page .glp-lp-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  #glp-app-root.glp-landing-page .glp-lp-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  #glp-app-root.glp-landing-page .glp-lp-hero-art {
    min-height: 560px;
  }

  #glp-app-root.glp-landing-page .glp-lp-card-grid-4,
  #glp-app-root.glp-landing-page .glp-lp-card-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root.glp-landing-page .glp-lp-genre-list {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
  }
}

@media (max-width: 860px) {
  #glp-app-root.glp-landing-page .glp-lp-header {
    min-height: auto;
    gap: 14px;
    padding: 14px 16px;
  }

  #glp-app-root.glp-landing-page .glp-lp-brand > span {
    font-size: 22px;
  }

  #glp-app-root.glp-landing-page .glp-lp-brand img {
    width: 40px;
    height: 40px;
  }

  #glp-app-root.glp-landing-page .glp-lp-header-actions {
    justify-content: flex-end;
  }

  #glp-app-root.glp-landing-page .glp-lp-header-actions .glp-lp-button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  #glp-app-root.glp-landing-page .glp-lp-header-actions .glp-lp-button-ghost .glp-icon {
    display: none;
  }

  #glp-app-root.glp-landing-page .glp-lp-main,
  #glp-app-root.glp-landing-page .glp-lp-footer {
    width: min(100% - 28px, 1480px);
  }

  #glp-app-root.glp-landing-page .glp-lp-hero h1 {
    font-size: clamp(40px, 12vw, 60px);
  }

  #glp-app-root.glp-landing-page .glp-lp-hero-art {
    min-height: 500px;
  }

  #glp-app-root.glp-landing-page .glp-lp-photo-card {
    width: 160px;
  }

  #glp-app-root.glp-landing-page .glp-lp-ticket,
  #glp-app-root.glp-landing-page .glp-lp-note,
  #glp-app-root.glp-landing-page .glp-lp-mic {
    display: none;
  }

  #glp-app-root.glp-landing-page .glp-lp-laptop {
    right: auto;
    left: 0;
    width: 100%;
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 310px;
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard section {
    padding: 16px;
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard header i {
    width: 90px;
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page .glp-lp-hero-art > .glp-lp-phone {
    width: 150px;
    right: 10px;
    bottom: 0;
  }

  #glp-app-root.glp-landing-page .glp-lp-genre-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    text-align: center;
  }

  #glp-app-root.glp-landing-page .glp-lp-genre-item {
    flex: 0 0 96px;
  }

  #glp-app-root.glp-landing-page .glp-lp-card-grid-4,
  #glp-app-root.glp-landing-page .glp-lp-card-grid-3,
  #glp-app-root.glp-landing-page .glp-lp-share-grid,
  #glp-app-root.glp-landing-page .glp-lp-plan-grid,
  #glp-app-root.glp-landing-page .glp-lp-steps,
  #glp-app-root.glp-landing-page .glp-lp-final-cta {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page .glp-lp-share-preview {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page .glp-lp-phone-inline {
    margin: 0 auto;
  }

  #glp-app-root.glp-landing-page .glp-lp-final-cta {
    justify-items: start;
  }

  #glp-app-root.glp-landing-page .glp-lp-final-cta img {
    width: min(320px, 100%);
  }

  #glp-app-root.glp-landing-page .glp-lp-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  #glp-app-root.glp-landing-page .glp-lp-nav {
    gap: 18px;
    font-size: 13px;
  }

  #glp-app-root.glp-landing-page .glp-lp-header-actions {
    width: 100%;
    justify-content: stretch;
  }

  #glp-app-root.glp-landing-page .glp-lp-header-actions .glp-lp-button {
    flex: 1;
  }

  #glp-app-root.glp-landing-page .glp-lp-hero-art {
    min-height: 430px;
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard {
    border-width: 6px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard aside {
    padding: 14px 10px;
  }

  #glp-app-root.glp-landing-page .glp-lp-dashboard header strong {
    font-size: 17px;
  }

  #glp-app-root.glp-landing-page .glp-lp-mini-event img {
    height: 100px;
  }

  #glp-app-root.glp-landing-page .glp-lp-hero-art > .glp-lp-phone {
    display: none;
  }

  #glp-app-root.glp-landing-page .glp-lp-section,
  #glp-app-root.glp-landing-page .glp-lp-genre-band {
    border-radius: 22px;
    padding: 22px 16px;
  }

  #glp-app-root.glp-landing-page .glp-lp-feature-card {
    grid-template-columns: 1fr;
  }

  #glp-app-root.glp-landing-page .glp-lp-report-kpis {
    grid-template-columns: 1fr;
  }
}

/* Keep auth screens scrollable on desktop even when the app shell uses fixed scrolling. */
#glp-app-root.glp-app.glp-auth-page {
  height: auto;
  max-height: none;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell,
#glp-app-root.glp-app.glp-auth-page .glp-auth-view,
#glp-app-root.glp-app.glp-auth-page .glp-auth-card {
  max-height: none;
  overflow: visible;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell {
  height: auto;
  min-height: 100dvh;
  place-items: start center;
  padding-bottom: 72px;
}

/* Final form picker overrides. */
#glp-app-root .glp-modal-root.glp-form-picker-modal .glp-album-filter-card {
  width: min(920px, calc(100vw - 96px));
}

#glp-app-root .glp-modal-root.glp-form-picker-modal .glp-picker-choice-list {
  max-height: min(52vh, 470px);
}

@media (max-width: 760px) {
  #glp-app-root .glp-modal-root.glp-form-picker-modal .glp-album-filter-card {
    width: min(92vw, 560px);
  }

  #glp-app-root .glp-modal-root.glp-form-picker-modal .glp-picker-choice-list {
    max-height: 48vh;
  }
}

/* Form picker modal controls. */
#glp-app-root .glp-picker-field {
  position: relative;
}

#glp-app-root .glp-picker-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  gap: 14px;
  padding: 0 20px;
  border: 1px solid var(--line, #eee7f0);
  border-radius: 18px;
  background: #fff;
  color: var(--glp-text, #24212a);
  font: inherit;
  text-align: left;
  box-shadow: none;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

#glp-app-root .glp-picker-trigger:hover,
#glp-app-root .glp-picker-trigger:focus-visible {
  border-color: #ffb7d1;
  box-shadow: 0 0 0 4px rgba(240, 91, 154, .12);
  outline: 0;
}

#glp-app-root .glp-picker-trigger [data-glp-picker-text] {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-picker-arrow {
  flex: 0 0 auto;
  color: var(--muted, #817889);
  font-size: 18px;
  line-height: 1;
}

#glp-app-root .glp-form-picker-modal .glp-album-filter-card {
  width: min(920px, calc(100vw - 96px));
}

#glp-app-root .glp-picker-search-wrap {
  margin-bottom: 14px;
}

#glp-app-root .glp-picker-search {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line, #eee7f0);
  border-radius: 999px;
  background: #fff;
  color: var(--glp-text, #24212a);
  font: inherit;
  box-shadow: none;
}

#glp-app-root .glp-picker-search:focus {
  border-color: #ffb7d1;
  box-shadow: 0 0 0 4px rgba(240, 91, 154, .12);
  outline: 0;
}

#glp-app-root .glp-picker-months {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0 0 4px;
  overflow-x: auto;
}

#glp-app-root .glp-picker-month {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--line, #eee7f0);
  border-radius: 999px;
  background: #fff;
  color: #5c5662;
  font-weight: 850;
  white-space: nowrap;
}

#glp-app-root .glp-picker-month.glp-is-selected {
  border-color: #24212a;
  background: #24212a;
  color: #fff;
}

#glp-app-root .glp-form-picker-modal .glp-picker-choice-list {
  max-height: min(52vh, 470px);
}

#glp-app-root .glp-form-picker-modal .glp-picker-choice {
  width: 100%;
  text-align: left;
}

#glp-app-root .glp-form-picker-modal .glp-picker-choice.glp-is-selected {
  border-color: #ffb7d1;
  background: #fff5fa;
  box-shadow: 0 12px 28px rgba(240, 91, 154, .09);
}

#glp-app-root .glp-picker-radio {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #d7ccd9;
  border-radius: 999px;
  background: #fff;
}

#glp-app-root .glp-picker-choice.glp-is-selected .glp-picker-radio {
  border-color: var(--brand, #f05b9a);
}

#glp-app-root .glp-picker-choice.glp-is-selected .glp-picker-radio::after {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: var(--brand, #f05b9a);
  content: "";
}

@media (max-width: 760px) {
  #glp-app-root .glp-form-picker-modal .glp-album-filter-card {
    width: min(92vw, 560px);
  }

  #glp-app-root .glp-picker-trigger {
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
  }

  #glp-app-root .glp-form-picker-modal .glp-picker-choice-list {
    max-height: 48vh;
  }
}

#glp-app-root .glp-events-screen .glp-event-search-form {
  min-width: 0;
}

#glp-app-root .glp-events-screen .glp-event-search-form .glp-search-field {
  width: 100%;
}

#glp-app-root .glp-events-screen .glp-event-card[data-glp-card-link] {
  position: relative;
  cursor: pointer;
}

#glp-app-root .glp-events-screen .glp-event-card[data-glp-card-link]:focus-visible {
  outline: 3px solid rgba(240, 91, 154, .32);
  outline-offset: 4px;
}

#glp-app-root .glp-events-screen .glp-event-card[data-glp-card-link] :where(a, button, input, textarea, select, label) {
  position: relative;
  z-index: 2;
}

#glp-app-root .glp-events-screen .glp-filter-count {
  min-width: 20px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, .22);
  color: currentColor;
  font-size: 11px;
  line-height: 1;
}

#glp-app-root .glp-events-screen .glp-seg-btn:not(.glp-is-active) .glp-filter-count {
  background: #fff0f6;
  color: var(--brand);
}

#glp-app-root .glp-event-filter-modal .glp-album-filter-choice-list {
  max-height: min(52vh, 420px);
  overflow: auto;
}

@media (max-width: 1180px) {
  #glp-app-root .glp-events-screen .glp-event-search-form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-events-screen .glp-event-search-form {
    grid-column: auto;
  }
}

/* Google OAuth buttons on plugin-scoped auth pages. */
#glp-app-root.glp-auth-page .glp-auth-social {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

#glp-app-root.glp-auth-page .glp-auth-social-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: var(--glp-muted);
  font-size: 13px;
}

#glp-app-root.glp-auth-page .glp-auth-social-divider span {
  height: 1px;
  background: var(--glp-border);
}

#glp-app-root.glp-auth-page .glp-auth-social-divider em {
  font-style: normal;
}

#glp-app-root.glp-auth-page .glp-auth-google-form {
  margin: 0;
}

#glp-app-root.glp-auth-page .glp-auth-google-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid var(--glp-border);
  border-radius: 14px;
  background: #fff;
  color: var(--glp-text);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(40, 28, 48, .06);
}

#glp-app-root.glp-auth-page .glp-auth-google-button:hover,
#glp-app-root.glp-auth-page .glp-auth-google-button:focus-visible {
  border-color: rgba(240, 91, 154, .42);
  box-shadow: 0 16px 34px rgba(240, 91, 154, .12);
}

#glp-app-root.glp-auth-page .glp-auth-google-mark {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--glp-border);
  border-radius: 50%;
  color: #4285f4;
  font-weight: 900;
  line-height: 1;
}

/* Auth page specificity guard for later bundled rules. */
#glp-app-root.glp-auth-page {
  min-height: 100vh;
  background: radial-gradient(circle at 10% 4%, rgba(255, 230, 239, .48), transparent 30%), radial-gradient(circle at 88% 90%, rgba(255, 246, 228, .55), transparent 34%), linear-gradient(180deg, #fff 0%, #fffafb 100%);
}

#glp-app-root.glp-auth-page .glp-app-bg,
#glp-app-root.glp-auth-page .glp-auth-tabs,
#glp-app-root.glp-auth-page .glp-auth-visual {
  display: none;
}

#glp-app-root.glp-auth-page .glp-auth-shell {
  display: grid;
  min-height: 100vh;
  padding: 24px 20px 56px;
  place-items: start center;
}

#glp-app-root.glp-auth-page .glp-auth-view {
  width: min(520px, 100%);
}

#glp-app-root.glp-auth-page .glp-auth-page-title {
  margin: 0 0 10px;
  color: #1f1b24;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
  letter-spacing: 0;
}

#glp-app-root.glp-auth-page .glp-auth-card {
  display: block;
  grid-template-columns: none;
  overflow: visible;
  padding: 42px 52px;
  border: 1px solid #e9e6ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(42, 33, 48, .10);
}

#glp-app-root.glp-auth-page .glp-auth-brandline {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
  text-align: center;
}

#glp-app-root.glp-auth-page .glp-auth-logo {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: #1f1b24;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -.03em;
}

#glp-app-root.glp-auth-page .glp-auth-logo strong,
#glp-app-root.glp-auth-page .glp-auth-logo em {
  color: var(--brand);
}

#glp-app-root.glp-auth-page .glp-auth-logo em {
  margin-left: 4px;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}

#glp-app-root.glp-auth-page .glp-auth-brandline p {
  margin: 0;
  color: #4c4651;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

#glp-app-root.glp-auth-page .glp-auth-form {
  display: block;
  padding: 0;
  background: transparent;
}

#glp-app-root.glp-auth-page .glp-auth-heading {
  margin-bottom: 28px;
  text-align: center;
}

#glp-app-root.glp-auth-page .glp-auth-heading h2 {
  margin: 0 0 8px;
  color: #1f1b24;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.02em;
}

#glp-app-root.glp-auth-page .glp-auth-heading p {
  margin: 0;
  color: #4f4855;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

#glp-app-root.glp-auth-page .glp-auth-back-link,
#glp-app-root.glp-auth-page .glp-auth-forgot,
#glp-app-root.glp-auth-page .glp-auth-footer-link a {
  color: var(--brand);
  font-weight: 950;
}

#glp-app-root.glp-auth-page .glp-auth-back-link {
  display: inline-flex;
  margin: 0 0 34px;
  font-size: 13px;
}

#glp-app-root.glp-auth-page .glp-auth-fields {
  display: grid;
  gap: 18px;
}

#glp-app-root.glp-auth-page .glp-auth-field {
  display: grid;
  gap: 8px;
  color: #1f1b24;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root.glp-auth-page .glp-auth-field input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dce0e7;
  border-radius: 6px;
  background: #fff;
  color: #1f1b24;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}

#glp-app-root.glp-auth-page .glp-auth-field input::placeholder {
  color: #a3a0a8;
}

#glp-app-root.glp-auth-page .glp-auth-field input:focus {
  border-color: #f6a9c8;
  box-shadow: 0 0 0 3px rgba(240, 91, 154, .14);
}

#glp-app-root.glp-auth-page .glp-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #403a45;
  font-size: 13px;
  font-weight: 800;
}

#glp-app-root.glp-auth-page .glp-auth-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}

#glp-app-root.glp-auth-page .glp-auth-hint {
  color: #7f7884;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

#glp-app-root.glp-auth-page .glp-auth-forgot {
  font-size: 13px;
}

#glp-app-root.glp-auth-page .glp-auth-actions {
  display: block;
  padding-top: 8px;
}

#glp-app-root.glp-auth-page .glp-auth-actions .glp-primary-button {
  width: 100%;
  min-height: 50px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ed4b8b 0%, #f05b9a 52%, #ea3d7f 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(240, 91, 154, .22);
}

#glp-app-root.glp-auth-page .glp-auth-footer-link {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  color: #312c36;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

#glp-app-root.glp-auth-page .glp-auth-help {
  margin-top: 4px;
  padding: 18px;
  border: 1px solid #f6e3ea;
  border-radius: 6px;
  background: linear-gradient(135deg, #fff7fa 0%, #fff 100%);
  color: #312c36;
}

#glp-app-root.glp-auth-page .glp-auth-help strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 950;
}

#glp-app-root.glp-auth-page .glp-auth-help ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}

#glp-app-root.glp-auth-page .glp-auth-help li {
  color: #4f4855;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

#glp-app-root.glp-auth-page .glp-notice {
  margin: 0 0 18px;
}

@media (max-width: 760px) {
  #glp-app-root.glp-auth-page .glp-auth-shell {
    padding: 18px 14px 36px;
  }

  #glp-app-root.glp-auth-page .glp-auth-card {
    padding: 34px 26px;
    border-radius: 10px;
  }

  #glp-app-root.glp-auth-page .glp-auth-logo {
    font-size: 25px;
  }

  #glp-app-root.glp-auth-page .glp-auth-heading h2 {
    font-size: 22px;
  }
}

/* Responsive hardening base pass. The final override pass is repeated at the end of the file. */
#glp-app-root,
#glp-share-root,
#glp-admin-root {
  max-width: 100%;
  overflow-x: hidden;
}

#glp-app-root .glp-main-area,
#glp-app-root .glp-content,
#glp-app-root .glp-screen,
#glp-app-root .glp-card,
#glp-app-root .glp-flat,
#glp-app-root .glp-section-title,
#glp-app-root .glp-toolbar,
#glp-app-root .glp-segmented,
#glp-app-root .glp-topbar-title,
#glp-app-root .glp-topbar-actions,
#glp-share-root .glp-content,
#glp-share-root .glp-screen,
#glp-share-root .glp-card,
#glp-share-root .glp-flat,
#glp-admin-root .glp-content,
#glp-admin-root .glp-screen,
#glp-admin-root .glp-card,
#glp-admin-root .glp-flat {
  min-width: 0;
  max-width: 100%;
}

#glp-app-root .glp-table-card,
#glp-app-root .glp-table-wrap,
#glp-app-root .glp-expense-table-wrap,
#glp-app-root .glp-plan-table-wrap,
#glp-share-root .glp-table-card,
#glp-share-root .glp-table-wrap,
#glp-admin-root .glp-table-card,
#glp-admin-root .glp-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1100px) {
  #glp-app-root.glp-app {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #glp-app-root.glp-app.glp-modal-lock {
    overflow: hidden;
  }

  #glp-app-root.glp-app .glp-app-shell,
  #glp-app-root.glp-app .glp-main-area {
    height: auto;
    min-height: 100%;
    overflow: visible;
  }

  #glp-app-root.glp-app .glp-app-shell {
    display: block;
  }

  #glp-app-root.glp-app .glp-sidebar {
    display: none;
  }

  #glp-app-root .glp-topbar {
    height: auto;
    min-height: 72px;
    padding: 14px 16px;
    gap: 10px;
  }

  #glp-app-root .glp-topbar-title {
    flex: 1 1 auto;
    gap: 10px;
  }

  #glp-app-root .glp-topbar-title h1,
  #glp-app-root .glp-topbar h1 {
    overflow: hidden;
    font-size: 22px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #glp-app-root .glp-eyebrow {
    font-size: 10px;
  }

  #glp-app-root .glp-topbar-actions {
    flex: 0 0 auto;
    gap: 7px;
  }

  #glp-app-root .glp-content {
    max-width: none;
    padding: 16px 14px calc(var(--bottom) + 26px);
  }

  #glp-app-root .glp-desktop-cta,
  #glp-app-root .glp-desktop-only {
    display: none;
  }

  #glp-app-root .glp-mobile-only {
    display: block;
  }

  #glp-app-root .glp-mobile-menu-button.glp-icon-button {
    order: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 74px;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 999px;
  }

  #glp-app-root .glp-bottom-nav {
    display: grid;
  }

  #glp-app-root .glp-grid-2,
  #glp-app-root .glp-grid-3,
  #glp-app-root .glp-grid-4,
  #glp-app-root .glp-layout-home,
  #glp-app-root .glp-layout-side,
  #glp-app-root .glp-calendar-wrap,
  #glp-app-root .glp-photo-layout,
  #glp-app-root .glp-form-grid,
  #glp-app-root .glp-chart-wrap,
  #glp-app-root .glp-cheki-detail-layout,
  #glp-app-root .glp-plan-hero,
  #glp-app-root .glp-plan-main-grid,
  #glp-app-root .glp-plan-bottom-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-screen,
  #glp-app-root .glp-event-detail-hero,
  #glp-app-root .glp-event-detail-stats,
  #glp-app-root .glp-event-detail-body,
  #glp-app-root .glp-event-detail-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #glp-app-root .glp-event-detail-stat {
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-stat p,
  #glp-app-root .glp-event-detail-stat strong {
    overflow-wrap: normal;
    word-break: keep-all;
    writing-mode: horizontal-tb;
  }

  #glp-app-root .glp-event-detail-stat strong {
    font-size: clamp(18px, 2.4vw, 24px);
    white-space: nowrap;
  }

  #glp-app-root .glp-home-modern-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
  }

  #glp-app-root .glp-search-field {
    width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-segmented {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #glp-app-root .glp-seg-btn {
    flex: 0 0 auto;
  }

  #glp-app-root .glp-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  #glp-app-root .glp-section-title .glp-actions,
  #glp-app-root .glp-section-title .glp-primary-button,
  #glp-app-root .glp-section-title .glp-secondary-button,
  #glp-app-root .glp-section-title .glp-ghost-button {
    width: 100%;
  }

  #glp-app-root .glp-home-next-inner {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  #glp-app-root .glp-home-next-action {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    border-top: 1px solid #efe7ef;
    border-left: 0;
  }

  #glp-app-root .glp-home-ticket-ornament {
    display: none;
  }

  #glp-app-root .glp-home-record-grid,
  #glp-app-root .glp-home-memory-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 70vw);
    grid-template-columns: none;
    overflow-x: auto;
    margin-inline: -14px;
    padding-inline: 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  #glp-app-root .glp-home-record-card,
  #glp-app-root .glp-home-memory-card {
    scroll-snap-align: start;
  }

  #glp-app-root .glp-expense-period-form,
  #glp-app-root .glp-report-month-form,
  #glp-app-root .glp-report-filter-form,
  #glp-app-root .glp-report-settings-card,
  #glp-app-root .glp-settings-form .glp-form-grid,
  #glp-app-root .glp-expense-form .glp-form-grid,
  #glp-app-root .glp-report-modal-settings-list,
  #glp-app-root .glp-plan-usage-grid,
  #glp-app-root .glp-plan-price-row {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-stat strong {
    white-space: normal;
  }

  #glp-app-root .glp-modal-root.glp-is-open:not(.glp-mobile-menu-modal):not(.glp-is-expanded-image) .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-open:not(.glp-mobile-menu-modal):not(.glp-is-expanded-image) .glp-modal-card {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(94vw, 620px);
    max-height: calc(100dvh - 24px);
    border-radius: 26px;
    transform: translate(-50%, -50%);
  }

  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-mobile-menu-card {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(86vw, 340px);
    height: 100vh;
    max-height: 100vh;
    border-radius: 28px 0 0 28px;
    transform: none;
  }
}

@media (max-width: 520px) {
  #glp-app-root .glp-topbar {
    padding-inline: 12px;
  }

  #glp-app-root .glp-topbar-actions .glp-icon-button:not(.glp-mobile-menu-button) {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  #glp-app-root .glp-mobile-menu-button.glp-icon-button {
    min-width: 70px;
    padding-inline: 10px;
  }

  #glp-app-root .glp-content {
    padding-inline: 12px;
  }

  #glp-app-root .glp-home-next-inner {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  #glp-app-root .glp-home-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-report-card-scroll {
    display: grid;
    justify-items: center;
    width: 100%;
    overflow: hidden;
  }

  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .92;
    width: calc(760px * var(--glp-report-scale));
    min-height: calc(560px * var(--glp-report-scale));
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .84;
  }
}

@media (max-width: 620px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .74;
  }
}

@media (max-width: 540px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .62;
  }
}

@media (max-width: 460px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .52;
  }
}

@media (max-width: 400px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .45;
  }
}

/* Final responsive hardening for app-wide QA. Keep this block last. */
#glp-app-root,
#glp-share-root,
#glp-admin-root {
  max-width: 100%;
  overflow-x: hidden;
}

#glp-app-root .glp-main-area,
#glp-app-root .glp-content,
#glp-app-root .glp-screen,
#glp-app-root .glp-card,
#glp-app-root .glp-flat,
#glp-app-root .glp-section-title,
#glp-app-root .glp-toolbar,
#glp-app-root .glp-segmented,
#glp-app-root .glp-topbar-title,
#glp-app-root .glp-topbar-actions,
#glp-share-root .glp-content,
#glp-share-root .glp-screen,
#glp-share-root .glp-card,
#glp-share-root .glp-flat,
#glp-admin-root .glp-content,
#glp-admin-root .glp-screen,
#glp-admin-root .glp-card,
#glp-admin-root .glp-flat {
  min-width: 0;
  max-width: 100%;
}

#glp-app-root .glp-table-card,
#glp-app-root .glp-table-wrap,
#glp-app-root .glp-expense-table-wrap,
#glp-app-root .glp-plan-table-wrap,
#glp-share-root .glp-table-card,
#glp-share-root .glp-table-wrap,
#glp-admin-root .glp-table-card,
#glp-admin-root .glp-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1100px) {
  #glp-app-root.glp-app {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #glp-app-root.glp-app.glp-modal-lock {
    overflow: hidden;
  }

  #glp-app-root.glp-app .glp-app-shell,
  #glp-app-root.glp-app .glp-main-area {
    height: auto;
    min-height: 100%;
    overflow: visible;
  }

  #glp-app-root.glp-app .glp-app-shell {
    display: block;
  }

  #glp-app-root.glp-app .glp-sidebar {
    display: none;
  }

  #glp-app-root .glp-topbar {
    height: auto;
    min-height: 72px;
    padding: 14px 16px;
    gap: 10px;
  }

  #glp-app-root .glp-topbar-title {
    flex: 1 1 auto;
    gap: 10px;
  }

  #glp-app-root .glp-topbar-title h1,
  #glp-app-root .glp-topbar h1 {
    overflow: hidden;
    font-size: 22px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #glp-app-root .glp-eyebrow {
    font-size: 10px;
  }

  #glp-app-root .glp-topbar-actions {
    flex: 0 0 auto;
    gap: 7px;
  }

  #glp-app-root .glp-content {
    max-width: none;
    padding: 16px 14px calc(var(--bottom) + 26px);
  }

  #glp-app-root .glp-desktop-cta,
  #glp-app-root .glp-desktop-only {
    display: none;
  }

  #glp-app-root .glp-mobile-only {
    display: block;
  }

  #glp-app-root .glp-mobile-menu-button.glp-icon-button {
    order: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 74px;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 999px;
  }

  #glp-app-root .glp-bottom-nav {
    display: grid;
  }

  #glp-app-root .glp-grid-2,
  #glp-app-root .glp-grid-3,
  #glp-app-root .glp-grid-4,
  #glp-app-root .glp-layout-home,
  #glp-app-root .glp-layout-side,
  #glp-app-root .glp-calendar-wrap,
  #glp-app-root .glp-photo-layout,
  #glp-app-root .glp-form-grid,
  #glp-app-root .glp-chart-wrap,
  #glp-app-root .glp-cheki-detail-layout,
  #glp-app-root .glp-plan-hero,
  #glp-app-root .glp-plan-main-grid,
  #glp-app-root .glp-plan-bottom-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-screen,
  #glp-app-root .glp-event-detail-hero,
  #glp-app-root .glp-event-detail-stats,
  #glp-app-root .glp-event-detail-body,
  #glp-app-root .glp-event-detail-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #glp-app-root .glp-event-detail-stat {
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-stat p,
  #glp-app-root .glp-event-detail-stat strong {
    overflow-wrap: normal;
    word-break: keep-all;
    writing-mode: horizontal-tb;
  }

  #glp-app-root .glp-event-detail-stat strong {
    font-size: clamp(18px, 2.4vw, 24px);
    white-space: nowrap;
  }

  #glp-app-root .glp-home-modern-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
  }

  #glp-app-root .glp-search-field {
    width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-segmented {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #glp-app-root .glp-seg-btn {
    flex: 0 0 auto;
  }

  #glp-app-root .glp-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  #glp-app-root .glp-section-title .glp-actions,
  #glp-app-root .glp-section-title .glp-primary-button,
  #glp-app-root .glp-section-title .glp-secondary-button,
  #glp-app-root .glp-section-title .glp-ghost-button {
    width: 100%;
  }

  #glp-app-root .glp-home-next-inner {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  #glp-app-root .glp-home-next-action {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    border-top: 1px solid #efe7ef;
    border-left: 0;
  }

  #glp-app-root .glp-home-ticket-ornament {
    display: none;
  }

  #glp-app-root .glp-home-record-grid,
  #glp-app-root .glp-home-memory-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 70vw);
    grid-template-columns: none;
    overflow-x: auto;
    margin-inline: -14px;
    padding-inline: 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  #glp-app-root .glp-home-record-card,
  #glp-app-root .glp-home-memory-card {
    scroll-snap-align: start;
  }

  #glp-app-root .glp-expense-period-form,
  #glp-app-root .glp-report-month-form,
  #glp-app-root .glp-report-filter-form,
  #glp-app-root .glp-report-settings-card,
  #glp-app-root .glp-settings-form .glp-form-grid,
  #glp-app-root .glp-expense-form .glp-form-grid,
  #glp-app-root .glp-report-modal-settings-list,
  #glp-app-root .glp-plan-usage-grid,
  #glp-app-root .glp-plan-price-row {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-stat strong {
    white-space: normal;
  }

  #glp-app-root .glp-modal-root.glp-is-open:not(.glp-mobile-menu-modal):not(.glp-is-expanded-image) .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-open:not(.glp-mobile-menu-modal):not(.glp-is-expanded-image) .glp-modal-card {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(94vw, 620px);
    max-height: calc(100dvh - 24px);
    border-radius: 26px;
    transform: translate(-50%, -50%);
  }

  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-mobile-menu-card {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(86vw, 340px);
    height: 100vh;
    max-height: 100vh;
    border-radius: 28px 0 0 28px;
    transform: none;
  }
}

@media (max-width: 520px) {
  #glp-app-root .glp-topbar {
    padding-inline: 12px;
  }

  #glp-app-root .glp-topbar-actions .glp-icon-button:not(.glp-mobile-menu-button) {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  #glp-app-root .glp-mobile-menu-button.glp-icon-button {
    min-width: 70px;
    padding-inline: 10px;
  }

  #glp-app-root .glp-content {
    padding-inline: 12px;
  }

  #glp-app-root .glp-home-next-inner {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  #glp-app-root .glp-home-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: 1fr;
  }
}

/* Keep the fixed-size report image preview inside small screens. */
@media (max-width: 760px) {
  #glp-app-root .glp-report-card-scroll {
    display: grid;
    justify-items: center;
    width: 100%;
    overflow: hidden;
  }

  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .92;
    width: calc(760px * var(--glp-report-scale));
    min-height: calc(560px * var(--glp-report-scale));
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .84;
  }
}

@media (max-width: 620px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .74;
  }
}

@media (max-width: 540px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .62;
  }
}

@media (max-width: 460px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .52;
  }
}

@media (max-width: 400px) {
  #glp-app-root .glp-report-scale-frame {
    --glp-report-scale: .45;
  }
}

/* Final media expansion overrides. Keep after legacy modal rules. */
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(24, 21, 29, .64);
  backdrop-filter: blur(12px);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1280px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  transform: translate(-50%, -50%);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 12px;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button {
  min-height: 40px;
  padding: 0 16px;
  background: #fff;
  color: #5c5662;
  border-color: var(--glp-border, #eee7f0);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-detail {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  place-items: center;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image {
  display: grid;
  width: 100%;
  min-height: 0;
  max-height: calc(100dvh - 120px);
  padding: 0;
  place-items: center;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff9fc, #fff, #fff8f2);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::before,
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::after {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 132px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(36, 33, 42, .18);
  cursor: default;
}

@media (max-width: 760px) {
  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 12px;
    border-radius: 24px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head {
    margin-bottom: 8px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image {
    max-height: calc(100dvh - 106px);
    border-radius: 18px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img {
    max-height: calc(100dvh - 118px);
    border-radius: 14px;
  }
}

/* Media modal expanded view: keep the image inside the app, large and centered. */
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(24, 21, 29, .64);
  backdrop-filter: blur(12px);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-card {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1280px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  transform: translate(-50%, -50%);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 12px;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-collapse-button,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-collapse-button {
  min-height: 40px;
  padding: 0 16px;
  background: #fff;
  color: #5c5662;
  border-color: var(--glp-border, #eee7f0);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-detail {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  place-items: center;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image {
  display: grid;
  width: 100%;
  min-height: 0;
  max-height: calc(100dvh - 120px);
  padding: 0;
  place-items: center;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff9fc, #fff, #fff8f2);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::before,
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::after {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 132px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(36, 33, 42, .18);
  cursor: default;
}

@media (max-width: 760px) {
  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-card {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 12px;
    border-radius: 24px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-head,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-head {
    margin-bottom: 8px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-collapse-button,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-collapse-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image {
    max-height: calc(100dvh - 106px);
    border-radius: 18px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img {
    max-height: calc(100dvh - 118px);
    border-radius: 14px;
  }
}

#glp-app-root,#glp-share-root,#glp-admin-root{
  --bg:#fff9fb;--surface:#fff;--surface-soft:#fff1f6;--surface-lav:#f4f1ff;--surface-mint:#edfdf8;
  --text:#24212a;--muted:#7a7480;--soft:#aaa1ae;--line:#eee6ed;
  --brand:#f45b97;--brand2:#ff8ab8;--lav:#8876ff;--mint:#39b99e;--yellow:#f1a831;--red:#ef4f68;--blue:#5d8cff;
  --shadow:0 18px 50px rgba(128,72,98,.10);--shadow-sm:0 10px 28px rgba(128,72,98,.08);
  --radius:26px;--radius-sm:18px;--side:272px;--bottom:80px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
#glp-app-root *,#glp-share-root *,#glp-admin-root *{box-sizing:border-box}#glp-app-root,#glp-share-root,#glp-admin-root{scroll-behavior:smooth}#glp-app-root,#glp-share-root,#glp-admin-root{margin:0;min-height:100vh;font-family:var(--font);color:var(--text);background:linear-gradient(135deg,#fff 0%,var(--bg) 58%,#fff 100%);font-size:15px;line-height:1.65;letter-spacing:.01em}#glp-app-root a,#glp-share-root a,#glp-admin-root a{color:inherit;text-decoration:none}#glp-app-root button,#glp-share-root button,#glp-admin-root button,#glp-app-root input,#glp-share-root input,#glp-admin-root input,#glp-app-root select,#glp-share-root select,#glp-admin-root select,#glp-app-root textarea,#glp-share-root textarea,#glp-admin-root textarea{font:inherit}#glp-app-root button,#glp-share-root button,#glp-admin-root button{cursor:pointer}#glp-app-root img,#glp-share-root img,#glp-admin-root img{display:block;max-width:100%}#glp-app-root .glp-app-bg,#glp-share-root .glp-app-bg,#glp-admin-root .glp-app-bg{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:-1}#glp-app-root .glp-app-bg span,#glp-share-root .glp-app-bg span,#glp-admin-root .glp-app-bg span{position:absolute;border-radius:999px;filter:blur(2px);opacity:.62}#glp-app-root .glp-app-bg span:nth-child(1),#glp-share-root .glp-app-bg span:nth-child(1),#glp-admin-root .glp-app-bg span:nth-child(1){width:380px;height:380px;background:#ffe4ef;left:-110px;top:-180px}#glp-app-root .glp-app-bg span:nth-child(2),#glp-share-root .glp-app-bg span:nth-child(2),#glp-admin-root .glp-app-bg span:nth-child(2){width:360px;height:360px;background:#f0edff;right:-150px;top:120px}#glp-app-root .glp-app-bg span:nth-child(3),#glp-share-root .glp-app-bg span:nth-child(3),#glp-admin-root .glp-app-bg span:nth-child(3){width:260px;height:260px;background:#fff0d0;right:18%;bottom:-145px}#glp-app-root .glp-app-shell,#glp-share-root .glp-app-shell,#glp-admin-root .glp-app-shell{display:grid;grid-template-columns:var(--side) minmax(0,1fr);min-height:100vh}#glp-app-root .glp-sidebar,#glp-share-root .glp-sidebar,#glp-admin-root .glp-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:rgba(255,255,255,.76);backdrop-filter:blur(18px);padding:24px 18px;display:flex;flex-direction:column;gap:20px}#glp-app-root .glp-brand,#glp-share-root .glp-brand,#glp-admin-root .glp-brand{display:flex;align-items:center;gap:12px;padding:0 8px}#glp-app-root .glp-brand-mark,#glp-share-root .glp-brand-mark,#glp-admin-root .glp-brand-mark{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#fff,#ffeaf2);box-shadow:var(--shadow-sm);display:grid;place-items:center}#glp-app-root .glp-brand-mark img,#glp-share-root .glp-brand-mark img,#glp-admin-root .glp-brand-mark img{width:26px}#glp-app-root .glp-brand-name,#glp-share-root .glp-brand-name,#glp-admin-root .glp-brand-name{font-size:18px;font-weight:900;letter-spacing:-.02em}#glp-app-root .glp-brand-name span,#glp-share-root .glp-brand-name span,#glp-admin-root .glp-brand-name span{color:var(--brand);margin-left:2px}#glp-app-root .glp-side-nav,#glp-share-root .glp-side-nav,#glp-admin-root .glp-side-nav{overflow:auto;padding-right:2px;display:flex;flex-direction:column;gap:3px}#glp-app-root .glp-nav-section,#glp-share-root .glp-nav-section,#glp-admin-root .glp-nav-section{margin:16px 10px 7px;color:var(--soft);font-size:11px;font-weight:900;letter-spacing:.15em}#glp-app-root .glp-nav-link,#glp-share-root .glp-nav-link,#glp-admin-root .glp-nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:15px;color:#5b5562;font-weight:800;transition:.16s ease}#glp-app-root .glp-nav-link:hover,#glp-share-root .glp-nav-link:hover,#glp-admin-root .glp-nav-link:hover{background:#fff3f8;color:var(--brand)}#glp-app-root .glp-nav-link.glp-is-active,#glp-share-root .glp-nav-link.glp-is-active,#glp-admin-root .glp-nav-link.glp-is-active{background:linear-gradient(135deg,#ffedf5,#fff8fb);color:var(--brand);box-shadow:inset 0 0 0 1px #ffe0eb}#glp-app-root .glp-profile-mini,#glp-share-root .glp-profile-mini,#glp-admin-root .glp-profile-mini{margin-top:auto;padding:14px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#fff5f9);display:grid;grid-template-columns:44px 1fr auto;gap:11px;align-items:center}#glp-app-root .glp-avatar,#glp-share-root .glp-avatar,#glp-admin-root .glp-avatar{width:44px;height:44px;border-radius:50%;border:3px solid #fff;box-shadow:var(--shadow-sm);object-fit:cover}#glp-app-root .glp-profile-mini strong,#glp-share-root .glp-profile-mini strong,#glp-admin-root .glp-profile-mini strong,#glp-app-root .glp-profile-mini small,#glp-share-root .glp-profile-mini small,#glp-admin-root .glp-profile-mini small{display:block}#glp-app-root .glp-profile-mini small,#glp-share-root .glp-profile-mini small,#glp-admin-root .glp-profile-mini small{color:var(--brand);font-weight:800}#glp-app-root .glp-profile-mini a,#glp-share-root .glp-profile-mini a,#glp-admin-root .glp-profile-mini a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:var(--brand);font-size:23px}#glp-app-root .glp-main-area,#glp-share-root .glp-main-area,#glp-admin-root .glp-main-area{min-width:0}#glp-app-root .glp-topbar,#glp-share-root .glp-topbar,#glp-admin-root .glp-topbar{position:sticky;top:0;z-index:30;height:92px;padding:22px 32px;border-bottom:1px solid rgba(238,230,237,.75);background:rgba(255,255,255,.74);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:18px}#glp-app-root .glp-eyebrow,#glp-share-root .glp-eyebrow,#glp-admin-root .glp-eyebrow{margin:0;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.16em}#glp-app-root .glp-topbar h1,#glp-share-root .glp-topbar h1,#glp-admin-root .glp-topbar h1{margin:2px 0 0;font-size:28px;line-height:1.1;letter-spacing:-.04em}#glp-app-root .glp-topbar-actions,#glp-share-root .glp-topbar-actions,#glp-admin-root .glp-topbar-actions{display:flex;align-items:center;gap:10px}#glp-app-root .glp-content,#glp-share-root .glp-content,#glp-admin-root .glp-content{width:100%;max-width:1280px;margin:0 auto;padding:30px 32px 112px}#glp-app-root .glp-icon,#glp-share-root .glp-icon,#glp-admin-root .glp-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}#glp-app-root .glp-icon-button,#glp-share-root .glp-icon-button,#glp-admin-root .glp-icon-button,#glp-app-root .glp-primary-button,#glp-share-root .glp-primary-button,#glp-admin-root .glp-primary-button,#glp-app-root .glp-secondary-button,#glp-share-root .glp-secondary-button,#glp-admin-root .glp-secondary-button,#glp-app-root .glp-ghost-button,#glp-share-root .glp-ghost-button,#glp-admin-root .glp-ghost-button,#glp-app-root .glp-danger-button,#glp-share-root .glp-danger-button,#glp-admin-root .glp-danger-button,#glp-app-root .glp-chip,#glp-share-root .glp-chip,#glp-admin-root .glp-chip,#glp-app-root .glp-seg-btn,#glp-share-root .glp-seg-btn,#glp-admin-root .glp-seg-btn{border:0;border-radius:999px;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;white-space:nowrap;transition:.16s ease}#glp-app-root .glp-icon-button,#glp-share-root .glp-icon-button,#glp-admin-root .glp-icon-button{width:44px;padding:0;background:#fff;border:1px solid var(--line);color:#332d38}#glp-app-root .glp-primary-button,#glp-share-root .glp-primary-button,#glp-admin-root .glp-primary-button{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;box-shadow:0 14px 32px rgba(244,91,151,.24)}#glp-app-root .glp-secondary-button,#glp-share-root .glp-secondary-button,#glp-admin-root .glp-secondary-button{background:#fff;color:var(--brand);border:1px solid #ffd9e7}#glp-app-root .glp-ghost-button,#glp-share-root .glp-ghost-button,#glp-admin-root .glp-ghost-button{background:#fff;color:#5c5662;border:1px solid var(--line)}#glp-app-root .glp-danger-button,#glp-share-root .glp-danger-button,#glp-admin-root .glp-danger-button{background:#fff0f3;color:var(--red);border:1px solid #ffd2dc}#glp-app-root .glp-icon-button:hover,#glp-share-root .glp-icon-button:hover,#glp-admin-root .glp-icon-button:hover,#glp-app-root .glp-primary-button:hover,#glp-share-root .glp-primary-button:hover,#glp-admin-root .glp-primary-button:hover,#glp-app-root .glp-secondary-button:hover,#glp-share-root .glp-secondary-button:hover,#glp-admin-root .glp-secondary-button:hover,#glp-app-root .glp-ghost-button:hover,#glp-share-root .glp-ghost-button:hover,#glp-admin-root .glp-ghost-button:hover,#glp-app-root .glp-danger-button:hover,#glp-share-root .glp-danger-button:hover,#glp-admin-root .glp-danger-button:hover,#glp-app-root .glp-card-link:hover,#glp-share-root .glp-card-link:hover,#glp-admin-root .glp-card-link:hover,#glp-app-root .glp-quick-card:hover,#glp-share-root .glp-quick-card:hover,#glp-admin-root .glp-quick-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}#glp-app-root .glp-screen,#glp-share-root .glp-screen,#glp-admin-root .glp-screen{animation:rise .24s ease both}@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}#glp-app-root .glp-grid,#glp-share-root .glp-grid,#glp-admin-root .glp-grid{display:grid;gap:18px}#glp-app-root .glp-grid-2,#glp-share-root .glp-grid-2,#glp-admin-root .glp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}#glp-app-root .glp-grid-3,#glp-share-root .glp-grid-3,#glp-admin-root .glp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}#glp-app-root .glp-grid-4,#glp-share-root .glp-grid-4,#glp-admin-root .glp-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}#glp-app-root .glp-layout-home,#glp-share-root .glp-layout-home,#glp-admin-root .glp-layout-home{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);gap:22px}#glp-app-root .glp-layout-side,#glp-share-root .glp-layout-side,#glp-admin-root .glp-layout-side{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px}#glp-app-root .glp-card,#glp-share-root .glp-card,#glp-admin-root .glp-card{background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}#glp-app-root .glp-card-pad,#glp-share-root .glp-card-pad,#glp-admin-root .glp-card-pad{padding:22px}#glp-app-root .glp-flat,#glp-share-root .glp-flat,#glp-admin-root .glp-flat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}#glp-app-root .glp-section-title,#glp-share-root .glp-section-title,#glp-admin-root .glp-section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}#glp-app-root .glp-section-title h2,#glp-share-root .glp-section-title h2,#glp-admin-root .glp-section-title h2{margin:0;font-size:18px;letter-spacing:-.025em}#glp-app-root .glp-section-title p,#glp-share-root .glp-section-title p,#glp-admin-root .glp-section-title p{margin:3px 0 0;color:var(--muted);font-size:13px}#glp-app-root .glp-muted,#glp-share-root .glp-muted,#glp-admin-root .glp-muted{color:var(--muted)}#glp-app-root .glp-small,#glp-share-root .glp-small,#glp-admin-root .glp-small{font-size:12px}#glp-app-root .glp-link-button,#glp-share-root .glp-link-button,#glp-admin-root .glp-link-button{color:var(--brand);font-size:13px;font-weight:900}#glp-app-root .glp-tag-row,#glp-share-root .glp-tag-row,#glp-admin-root .glp-tag-row{display:flex;gap:7px;flex-wrap:wrap}#glp-app-root .glp-tag,#glp-share-root .glp-tag,#glp-admin-root .glp-tag,#glp-app-root .glp-state,#glp-share-root .glp-state,#glp-admin-root .glp-state{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}#glp-app-root .glp-tag,#glp-share-root .glp-tag,#glp-admin-root .glp-tag{background:#fff;border:1px solid var(--line);color:#675f6b}#glp-app-root .glp-state,#glp-share-root .glp-state,#glp-admin-root .glp-state{background:var(--surface-soft);color:var(--brand);border:1px solid #ffdbe8}#glp-app-root .glp-state.glp-lav,#glp-share-root .glp-state.glp-lav,#glp-admin-root .glp-state.glp-lav{background:var(--surface-lav);color:var(--lav);border-color:#e4ddff}#glp-app-root .glp-state.glp-mint,#glp-share-root .glp-state.glp-mint,#glp-admin-root .glp-state.glp-mint{background:var(--surface-mint);color:var(--mint);border-color:#cfefe7}#glp-app-root .glp-state.glp-yellow,#glp-share-root .glp-state.glp-yellow,#glp-admin-root .glp-state.glp-yellow{background:#fff7e5;color:#b77909;border-color:#ffe3ab}#glp-app-root .glp-breadcrumb,#glp-share-root .glp-breadcrumb,#glp-admin-root .glp-breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px;font-weight:900}#glp-app-root .glp-breadcrumb a,#glp-share-root .glp-breadcrumb a,#glp-admin-root .glp-breadcrumb a{color:var(--brand)}#glp-app-root .glp-hero-card,#glp-share-root .glp-hero-card,#glp-admin-root .glp-hero-card{overflow:hidden}#glp-app-root .glp-hero-image,#glp-share-root .glp-hero-image,#glp-admin-root .glp-hero-image{min-height:186px;background:linear-gradient(135deg,rgba(244,91,151,.75),rgba(78,48,122,.68)),url('../img/concert-cover.svg') center/cover;position:relative}#glp-app-root .glp-hero-badge,#glp-share-root .glp-hero-badge,#glp-admin-root .glp-hero-badge{position:absolute;left:18px;top:18px}#glp-app-root .glp-hero-body,#glp-share-root .glp-hero-body,#glp-admin-root .glp-hero-body{display:grid;grid-template-columns:96px 1fr;gap:18px;padding:20px}#glp-app-root .glp-date-block,#glp-share-root .glp-date-block,#glp-admin-root .glp-date-block{text-align:center;border-right:1px solid var(--line);padding-right:16px}#glp-app-root .glp-date-block strong,#glp-share-root .glp-date-block strong,#glp-admin-root .glp-date-block strong{font-size:34px;letter-spacing:-.05em;display:block}#glp-app-root .glp-date-block span,#glp-share-root .glp-date-block span,#glp-admin-root .glp-date-block span{color:var(--muted);font-weight:900}#glp-app-root .glp-event-info h2,#glp-share-root .glp-event-info h2,#glp-admin-root .glp-event-info h2{margin:0 0 6px;font-size:23px;line-height:1.3;letter-spacing:-.03em}#glp-app-root .glp-meta,#glp-share-root .glp-meta,#glp-admin-root .glp-meta{margin:0;color:var(--muted);font-size:13px}#glp-app-root .glp-people,#glp-share-root .glp-people,#glp-admin-root .glp-people{display:flex;align-items:center;margin:12px 0}#glp-app-root .glp-people img,#glp-share-root .glp-people img,#glp-admin-root .glp-people img{width:30px;height:30px;border-radius:50%;border:2px solid #fff;box-shadow:0 5px 12px rgba(0,0,0,.08);margin-left:-8px}#glp-app-root .glp-people img:first-child,#glp-share-root .glp-people img:first-child,#glp-admin-root .glp-people img:first-child{margin-left:0}#glp-app-root .glp-people span,#glp-share-root .glp-people span,#glp-admin-root .glp-people span{font-size:12px;color:var(--muted);font-weight:900;margin-left:7px}#glp-app-root .glp-actions,#glp-share-root .glp-actions,#glp-admin-root .glp-actions{display:flex;gap:8px;flex-wrap:wrap}#glp-app-root .glp-quick-grid,#glp-share-root .glp-quick-grid,#glp-admin-root .glp-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}#glp-app-root .glp-quick-card,#glp-share-root .glp-quick-card,#glp-admin-root .glp-quick-card{background:#fff;border:1px solid var(--line);border-radius:18px;min-height:100px;display:grid;place-items:center;text-align:center;padding:13px;color:#514a57;font-weight:900;box-shadow:0 8px 20px rgba(125,70,96,.05);transition:.16s ease}#glp-app-root .glp-quick-card span:first-child,#glp-share-root .glp-quick-card span:first-child,#glp-admin-root .glp-quick-card span:first-child{width:40px;height:40px;border-radius:14px;background:var(--surface-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:8px}#glp-app-root .glp-kpi-row,#glp-share-root .glp-kpi-row,#glp-admin-root .glp-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}#glp-app-root .glp-kpi,#glp-share-root .glp-kpi,#glp-admin-root .glp-kpi{text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 10px}#glp-app-root .glp-kpi span,#glp-share-root .glp-kpi span,#glp-admin-root .glp-kpi span{display:block;color:var(--muted);font-size:12px;font-weight:900}#glp-app-root .glp-kpi strong,#glp-share-root .glp-kpi strong,#glp-admin-root .glp-kpi strong{font-size:24px;letter-spacing:-.045em}#glp-app-root .glp-kpi small,#glp-share-root .glp-kpi small,#glp-admin-root .glp-kpi small{color:var(--brand);font-weight:900}#glp-app-root .glp-chart-wrap,#glp-share-root .glp-chart-wrap,#glp-admin-root .glp-chart-wrap{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}#glp-app-root .glp-donut,#glp-share-root .glp-donut,#glp-admin-root .glp-donut{width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--brand) 0 44%,var(--lav) 44% 68%,var(--mint) 68% 80%,var(--yellow) 80% 92%,#ffd1df 92% 100%);position:relative}#glp-app-root .glp-donut:after,#glp-share-root .glp-donut:after,#glp-admin-root .glp-donut:after{content:"";position:absolute;inset:25px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px var(--line)}#glp-app-root .glp-legend,#glp-share-root .glp-legend,#glp-admin-root .glp-legend{display:grid;gap:9px}#glp-app-root .glp-legend-row,#glp-share-root .glp-legend-row,#glp-admin-root .glp-legend-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}#glp-app-root .glp-legend-row i,#glp-share-root .glp-legend-row i,#glp-admin-root .glp-legend-row i{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:7px}#glp-app-root .glp-bars,#glp-share-root .glp-bars,#glp-admin-root .glp-bars{height:130px;display:flex;align-items:end;gap:9px;padding:12px 6px 4px}#glp-app-root .glp-bars span,#glp-share-root .glp-bars span,#glp-admin-root .glp-bars span{flex:1;min-width:8px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,var(--brand2),#ffd7e5)}#glp-app-root .glp-log-list,#glp-share-root .glp-log-list,#glp-admin-root .glp-log-list{display:grid;gap:10px}#glp-app-root .glp-log-row,#glp-share-root .glp-log-row,#glp-admin-root .glp-log-row{display:grid;grid-template-columns:56px 70px 1fr auto;gap:13px;align-items:center;border-radius:18px;padding:11px;transition:.16s ease}#glp-app-root .glp-log-row:hover,#glp-share-root .glp-log-row:hover,#glp-admin-root .glp-log-row:hover{background:#fff7fa}#glp-app-root .glp-log-date,#glp-share-root .glp-log-date,#glp-admin-root .glp-log-date{text-align:center;color:var(--muted);font-size:12px}#glp-app-root .glp-log-date strong,#glp-share-root .glp-log-date strong,#glp-admin-root .glp-log-date strong{display:block;color:var(--text);font-size:16px}#glp-app-root .glp-log-thumb,#glp-share-root .glp-log-thumb,#glp-admin-root .glp-log-thumb{width:70px;height:54px;border-radius:14px;object-fit:cover;background:#fff3f8;border:1px solid var(--line)}#glp-app-root .glp-log-row h3,#glp-share-root .glp-log-row h3,#glp-admin-root .glp-log-row h3{margin:0 0 2px;font-size:14px}#glp-app-root .glp-log-row p,#glp-share-root .glp-log-row p,#glp-admin-root .glp-log-row p{margin:0;color:var(--muted);font-size:12px}#glp-app-root .glp-toolbar,#glp-share-root .glp-toolbar,#glp-admin-root .glp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}#glp-app-root .glp-search-field,#glp-share-root .glp-search-field,#glp-admin-root .glp-search-field{position:relative;flex:1}#glp-app-root .glp-search-field input,#glp-share-root .glp-search-field input,#glp-admin-root .glp-search-field input{width:100%;height:46px;border-radius:999px;border:1px solid var(--line);background:#fff;padding:0 18px 0 44px;outline:none}#glp-app-root .glp-search-field .glp-icon,#glp-share-root .glp-search-field .glp-icon,#glp-admin-root .glp-search-field .glp-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--soft)}#glp-app-root .glp-segmented,#glp-share-root .glp-segmented,#glp-admin-root .glp-segmented{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--line);background:#fff;border-radius:999px;max-width:100%;overflow:auto}#glp-app-root .glp-seg-btn,#glp-share-root .glp-seg-btn,#glp-admin-root .glp-seg-btn{min-height:34px;background:transparent;color:var(--muted);padding:0 13px}#glp-app-root .glp-seg-btn.glp-is-active,#glp-share-root .glp-seg-btn.glp-is-active,#glp-admin-root .glp-seg-btn.glp-is-active{background:var(--brand);color:#fff}#glp-app-root .glp-event-list,#glp-share-root .glp-event-list,#glp-admin-root .glp-event-list{display:grid;gap:12px}#glp-app-root .glp-event-card,#glp-share-root .glp-event-card,#glp-admin-root .glp-event-card{display:grid;grid-template-columns:90px 120px 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow-sm)}#glp-app-root .glp-event-cover,#glp-share-root .glp-event-cover,#glp-admin-root .glp-event-cover{width:120px;height:86px;border-radius:18px;object-fit:cover;background:#fff3f8}#glp-app-root .glp-event-card h2,#glp-share-root .glp-event-card h2,#glp-admin-root .glp-event-card h2{margin:6px 0 4px;font-size:18px}#glp-app-root .glp-cheki-grid,#glp-share-root .glp-cheki-grid,#glp-admin-root .glp-cheki-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}#glp-app-root .glp-cheki-card,#glp-share-root .glp-cheki-card,#glp-admin-root .glp-cheki-card{background:#fff;border:1px solid #eee0e7;border-radius:18px;padding:10px 10px 16px;box-shadow:0 18px 36px rgba(83,52,66,.12);text-align:center;transition:.16s ease;display:block}#glp-app-root .glp-cheki-card:hover,#glp-share-root .glp-cheki-card:hover,#glp-admin-root .glp-cheki-card:hover{transform:rotate(0deg) translateY(-3px)!important}#glp-app-root .glp-cheki-photo,#glp-share-root .glp-cheki-photo,#glp-admin-root .glp-cheki-photo{height:220px;border-radius:12px;background:#fff3f8;overflow:hidden;border:1px solid var(--line)}#glp-app-root .glp-cheki-photo img,#glp-share-root .glp-cheki-photo img,#glp-admin-root .glp-cheki-photo img{width:100%;height:100%;object-fit:cover}#glp-app-root .glp-cheki-card h3,#glp-share-root .glp-cheki-card h3,#glp-admin-root .glp-cheki-card h3{margin:10px 0 0;font-size:15px}#glp-app-root .glp-cheki-card p,#glp-share-root .glp-cheki-card p,#glp-admin-root .glp-cheki-card p{margin:0;color:var(--muted);font-size:12px}#glp-app-root .glp-scribble,#glp-share-root .glp-scribble,#glp-admin-root .glp-scribble{display:block;margin-top:4px;color:var(--brand);font-size:13px;font-weight:900}#glp-app-root .glp-album-grid,#glp-share-root .glp-album-grid,#glp-admin-root .glp-album-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}#glp-app-root .glp-album-card,#glp-share-root .glp-album-card,#glp-admin-root .glp-album-card{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow-sm);transition:.16s ease;position:relative}#glp-app-root .glp-album-cover,#glp-share-root .glp-album-cover,#glp-admin-root .glp-album-cover{height:170px;border-radius:18px;background:#fff1f6;position:relative;overflow:hidden}#glp-app-root .glp-album-cover img,#glp-share-root .glp-album-cover img,#glp-admin-root .glp-album-cover img{position:absolute;width:46%;height:58%;object-fit:cover;border-radius:12px;border:4px solid #fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}#glp-app-root .glp-album-cover img:nth-child(1),#glp-share-root .glp-album-cover img:nth-child(1),#glp-admin-root .glp-album-cover img:nth-child(1){left:10%;top:10%;transform:rotate(-7deg)}#glp-app-root .glp-album-cover img:nth-child(2),#glp-share-root .glp-album-cover img:nth-child(2),#glp-admin-root .glp-album-cover img:nth-child(2){right:9%;top:13%;transform:rotate(5deg)}#glp-app-root .glp-album-cover img:nth-child(3),#glp-share-root .glp-album-cover img:nth-child(3),#glp-admin-root .glp-album-cover img:nth-child(3){left:17%;bottom:8%;transform:rotate(4deg)}#glp-app-root .glp-album-cover img:nth-child(4),#glp-share-root .glp-album-cover img:nth-child(4),#glp-admin-root .glp-album-cover img:nth-child(4){right:15%;bottom:9%;transform:rotate(-5deg)}#glp-app-root .glp-album-card h3,#glp-share-root .glp-album-card h3,#glp-admin-root .glp-album-card h3{margin:13px 0 4px;font-size:16px}#glp-app-root .glp-album-card p,#glp-share-root .glp-album-card p,#glp-admin-root .glp-album-card p{margin:0;color:var(--muted);font-size:13px}#glp-app-root .glp-scrapbook,#glp-share-root .glp-scrapbook,#glp-admin-root .glp-scrapbook{background:#fffdf8;border:1px solid #eee0c9;border-radius:28px;padding:24px;box-shadow:var(--shadow)}#glp-app-root .glp-scrapbook-grid,#glp-share-root .glp-scrapbook-grid,#glp-admin-root .glp-scrapbook-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}#glp-app-root .glp-photo-layout,#glp-share-root .glp-photo-layout,#glp-admin-root .glp-photo-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:22px}#glp-app-root .glp-main-photo,#glp-share-root .glp-main-photo,#glp-admin-root .glp-main-photo{height:420px;border-radius:28px;object-fit:cover;background:#fff3f8;border:1px solid var(--line);width:100%}#glp-app-root .glp-thumb-grid,#glp-share-root .glp-thumb-grid,#glp-admin-root .glp-thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}#glp-app-root .glp-thumb-grid img,#glp-share-root .glp-thumb-grid img,#glp-admin-root .glp-thumb-grid img{height:72px;width:100%;border-radius:14px;object-fit:cover;border:1px solid var(--line)}#glp-app-root .glp-group-grid,#glp-share-root .glp-group-grid,#glp-admin-root .glp-group-grid,#glp-app-root .glp-member-grid,#glp-share-root .glp-member-grid,#glp-admin-root .glp-member-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}#glp-app-root .glp-group-card,#glp-share-root .glp-group-card,#glp-admin-root .glp-group-card,#glp-app-root .glp-member-card,#glp-share-root .glp-member-card,#glp-admin-root .glp-member-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-sm);overflow:hidden;transition:.16s ease}#glp-app-root .glp-group-card:hover,#glp-share-root .glp-group-card:hover,#glp-admin-root .glp-group-card:hover,#glp-app-root .glp-member-card:hover,#glp-share-root .glp-member-card:hover,#glp-admin-root .glp-member-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}#glp-app-root .glp-group-cover,#glp-share-root .glp-group-cover,#glp-admin-root .glp-group-cover{height:136px;background-size:cover;background-position:center;position:relative;padding:14px}#glp-app-root .glp-group-body,#glp-share-root .glp-group-body,#glp-admin-root .glp-group-body,#glp-app-root .glp-member-body,#glp-share-root .glp-member-body,#glp-admin-root .glp-member-body{padding:18px;display:grid;gap:12px}#glp-app-root .glp-member-head,#glp-share-root .glp-member-head,#glp-admin-root .glp-member-head{display:flex;gap:12px;align-items:center}#glp-app-root .glp-member-head img,#glp-share-root .glp-member-head img,#glp-admin-root .glp-member-head img{width:62px;height:62px;border-radius:50%;border:4px solid #fff;box-shadow:var(--shadow-sm);object-fit:cover}#glp-app-root .glp-member-dot,#glp-share-root .glp-member-dot,#glp-admin-root .glp-member-dot{width:32px;height:32px;border-radius:999px;border:3px solid #fff;box-shadow:var(--shadow-sm)}#glp-app-root .glp-color-dot,#glp-share-root .glp-color-dot,#glp-admin-root .glp-color-dot{width:26px;height:26px;border-radius:999px;border:3px solid #fff;box-shadow:var(--shadow-sm);display:inline-block}#glp-app-root .glp-form-grid,#glp-share-root .glp-form-grid,#glp-admin-root .glp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}#glp-app-root .glp-field,#glp-share-root .glp-field,#glp-admin-root .glp-field{display:grid;gap:6px}#glp-app-root .glp-field.glp-full,#glp-share-root .glp-field.glp-full,#glp-admin-root .glp-field.glp-full{grid-column:1/-1}#glp-app-root .glp-field label,#glp-share-root .glp-field label,#glp-admin-root .glp-field label{font-size:13px;font-weight:900;color:#59525f}#glp-app-root .glp-field input,#glp-share-root .glp-field input,#glp-admin-root .glp-field input,#glp-app-root .glp-field select,#glp-share-root .glp-field select,#glp-admin-root .glp-field select,#glp-app-root .glp-field textarea,#glp-share-root .glp-field textarea,#glp-admin-root .glp-field textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px 14px;outline:none}#glp-app-root .glp-field textarea,#glp-share-root .glp-field textarea,#glp-admin-root .glp-field textarea{min-height:108px;resize:vertical}#glp-app-root .glp-form-actions,#glp-share-root .glp-form-actions,#glp-admin-root .glp-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}#glp-app-root .glp-stepper,#glp-share-root .glp-stepper,#glp-admin-root .glp-stepper{display:inline-grid;grid-template-columns:38px 54px 38px;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden}#glp-app-root .glp-stepper button,#glp-share-root .glp-stepper button,#glp-admin-root .glp-stepper button{border:0;background:#fff;height:38px}#glp-app-root .glp-stepper span,#glp-share-root .glp-stepper span,#glp-admin-root .glp-stepper span{text-align:center;font-weight:900}#glp-app-root .glp-calendar-wrap,#glp-share-root .glp-calendar-wrap,#glp-admin-root .glp-calendar-wrap{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px}#glp-app-root .glp-calendar-grid,#glp-share-root .glp-calendar-grid,#glp-admin-root .glp-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}#glp-app-root .glp-cal-head,#glp-share-root .glp-cal-head,#glp-admin-root .glp-cal-head{text-align:center;color:var(--soft);font-size:12px;font-weight:900}#glp-app-root .glp-cal-day,#glp-share-root .glp-cal-day,#glp-admin-root .glp-cal-day{min-height:84px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:5px;font-weight:900}#glp-app-root .glp-cal-day.glp-is-muted,#glp-share-root .glp-cal-day.glp-is-muted,#glp-admin-root .glp-cal-day.glp-is-muted{color:#c7bec8;background:#faf8fa}#glp-app-root .glp-cal-day.glp-is-today,#glp-share-root .glp-cal-day.glp-is-today,#glp-admin-root .glp-cal-day.glp-is-today{border-color:var(--brand);box-shadow:0 0 0 3px #ffe5ef}#glp-app-root .glp-cal-day small,#glp-share-root .glp-cal-day small,#glp-admin-root .glp-cal-day small{display:inline-block;background:var(--surface-soft);color:var(--brand);border-radius:999px;padding:2px 6px;font-size:10px}#glp-app-root .glp-progress-list,#glp-share-root .glp-progress-list,#glp-admin-root .glp-progress-list{display:grid;gap:13px}#glp-app-root .glp-progress-label,#glp-share-root .glp-progress-label,#glp-admin-root .glp-progress-label{display:flex;justify-content:space-between;font-size:13px;font-weight:900}#glp-app-root .glp-progress-bar,#glp-share-root .glp-progress-bar,#glp-admin-root .glp-progress-bar{height:10px;background:#f2edf1;border-radius:999px;overflow:hidden}#glp-app-root .glp-progress-bar span,#glp-share-root .glp-progress-bar span,#glp-admin-root .glp-progress-bar span{display:block;height:100%;background:linear-gradient(135deg,var(--brand),var(--brand2));border-radius:999px}#glp-app-root .glp-settings-list,#glp-share-root .glp-settings-list,#glp-admin-root .glp-settings-list{display:grid;gap:10px}#glp-app-root .glp-settings-row,#glp-share-root .glp-settings-row,#glp-admin-root .glp-settings-row{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:13px}#glp-app-root .glp-icon-wrap,#glp-share-root .glp-icon-wrap,#glp-admin-root .glp-icon-wrap{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:var(--surface-soft);color:var(--brand)}#glp-app-root .glp-switch,#glp-share-root .glp-switch,#glp-admin-root .glp-switch{width:48px;height:28px;border-radius:999px;background:#e8e2e7;padding:3px}#glp-app-root .glp-switch:after,#glp-share-root .glp-switch:after,#glp-admin-root .glp-switch:after{content:"";display:block;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.16);transition:.16s ease}#glp-app-root .glp-switch.glp-is-on,#glp-share-root .glp-switch.glp-is-on,#glp-admin-root .glp-switch.glp-is-on{background:var(--brand)}#glp-app-root .glp-switch.glp-is-on:after,#glp-share-root .glp-switch.glp-is-on:after,#glp-admin-root .glp-switch.glp-is-on:after{transform:translateX(20px)}#glp-app-root .glp-plan-grid,#glp-share-root .glp-plan-grid,#glp-admin-root .glp-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}#glp-app-root .glp-plan-card,#glp-share-root .glp-plan-card,#glp-admin-root .glp-plan-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow-sm);position:relative}#glp-app-root .glp-plan-card.glp-is-featured,#glp-share-root .glp-plan-card.glp-is-featured,#glp-admin-root .glp-plan-card.glp-is-featured{border-color:#ffc7da;box-shadow:0 22px 54px rgba(244,91,151,.18);transform:translateY(-6px)}#glp-app-root .glp-price,#glp-share-root .glp-price,#glp-admin-root .glp-price{font-size:32px;font-weight:950;letter-spacing:-.05em;margin:12px 0}#glp-app-root .glp-price small,#glp-share-root .glp-price small,#glp-admin-root .glp-price small{font-size:13px;color:var(--muted)}#glp-app-root .glp-check-list,#glp-share-root .glp-check-list,#glp-admin-root .glp-check-list{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:9px;color:#59525d;font-size:13px}#glp-app-root .glp-check-list li:before,#glp-share-root .glp-check-list li:before,#glp-admin-root .glp-check-list li:before{content:"✓";color:var(--brand);font-weight:900;margin-right:8px}#glp-app-root .glp-table-card,#glp-share-root .glp-table-card,#glp-admin-root .glp-table-card{overflow:auto}#glp-app-root .glp-table,#glp-share-root .glp-table,#glp-admin-root .glp-table{width:100%;border-collapse:separate;border-spacing:0;min-width:740px}#glp-app-root .glp-table th,#glp-share-root .glp-table th,#glp-admin-root .glp-table th,#glp-app-root .glp-table td,#glp-share-root .glp-table td,#glp-admin-root .glp-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}#glp-app-root .glp-table th,#glp-share-root .glp-table th,#glp-admin-root .glp-table th{color:var(--muted);font-size:12px;font-weight:900}#glp-app-root .glp-wp-admin,#glp-share-root .glp-wp-admin,#glp-admin-root .glp-wp-admin{background:#f6f7f7;border:1px solid #dcdcde;border-radius:18px;overflow:hidden}#glp-app-root .glp-wp-admin-bar,#glp-share-root .glp-wp-admin-bar,#glp-admin-root .glp-wp-admin-bar{height:46px;background:#1d2327;color:#fff;display:flex;align-items:center;gap:14px;padding:0 16px;font-weight:800}#glp-app-root .glp-wp-admin-body,#glp-share-root .glp-wp-admin-body,#glp-admin-root .glp-wp-admin-body{display:grid;grid-template-columns:220px 1fr;min-height:520px}#glp-app-root .glp-wp-admin-menu,#glp-share-root .glp-wp-admin-menu,#glp-admin-root .glp-wp-admin-menu{background:#2c3338;color:#dcdcde;padding:12px;display:grid;align-content:start;gap:2px}#glp-app-root .glp-wp-admin-menu a,#glp-share-root .glp-wp-admin-menu a,#glp-admin-root .glp-wp-admin-menu a{padding:9px 10px;border-radius:4px;font-size:13px}#glp-app-root .glp-wp-admin-menu a.glp-is-active,#glp-share-root .glp-wp-admin-menu a.glp-is-active,#glp-admin-root .glp-wp-admin-menu a.glp-is-active{background:#f45b97;color:#fff}#glp-app-root .glp-wp-admin-content,#glp-share-root .glp-wp-admin-content,#glp-admin-root .glp-wp-admin-content{padding:22px;background:#f6f7f7}#glp-app-root .glp-share-page,#glp-share-root .glp-share-page,#glp-admin-root .glp-share-page{max-width:980px;margin:0 auto}#glp-app-root .glp-public-badge,#glp-share-root .glp-public-badge,#glp-admin-root .glp-public-badge{display:inline-flex;border:1px solid #ffdce9;background:#fff7fb;color:var(--brand);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}#glp-app-root .glp-auth-shell,#glp-share-root .glp-auth-shell,#glp-admin-root .glp-auth-shell{min-height:100vh;display:grid;place-items:center;padding:30px}#glp-app-root .glp-auth-view,#glp-share-root .glp-auth-view,#glp-admin-root .glp-auth-view{width:min(1080px,100%)}#glp-app-root .glp-auth-card,#glp-share-root .glp-auth-card,#glp-admin-root .glp-auth-card{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);overflow:hidden}#glp-app-root .glp-auth-visual,#glp-share-root .glp-auth-visual,#glp-admin-root .glp-auth-visual{padding:44px;background:linear-gradient(135deg,#fff1f7,#fff)}#glp-app-root .glp-auth-visual h1,#glp-share-root .glp-auth-visual h1,#glp-admin-root .glp-auth-visual h1{margin:0 0 12px;color:var(--brand);font-size:34px;line-height:1.25;letter-spacing:-.05em}#glp-app-root .glp-auth-visual p,#glp-share-root .glp-auth-visual p,#glp-admin-root .glp-auth-visual p{margin:0 0 26px;color:#665f6c}#glp-app-root .glp-auth-visual img,#glp-share-root .glp-auth-visual img,#glp-admin-root .glp-auth-visual img{width:78%;margin:auto}#glp-app-root .glp-auth-form,#glp-share-root .glp-auth-form,#glp-admin-root .glp-auth-form{padding:44px;display:grid;align-content:center;gap:16px}#glp-app-root .glp-auth-form h2,#glp-share-root .glp-auth-form h2,#glp-admin-root .glp-auth-form h2{margin:0;font-size:28px}#glp-app-root .glp-page-map,#glp-share-root .glp-page-map,#glp-admin-root .glp-page-map{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}#glp-app-root .glp-page-map a,#glp-share-root .glp-page-map a,#glp-admin-root .glp-page-map a{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;font-weight:850}#glp-app-root .glp-empty-state,#glp-share-root .glp-empty-state,#glp-admin-root .glp-empty-state{text-align:center;padding:34px}#glp-app-root .glp-empty-state img,#glp-share-root .glp-empty-state img,#glp-admin-root .glp-empty-state img{width:120px;margin:0 auto 14px}#glp-app-root .glp-modal-root,#glp-share-root .glp-modal-root,#glp-admin-root .glp-modal-root{position:fixed;inset:0;z-index:100;display:none}#glp-app-root .glp-modal-root.glp-is-open,#glp-share-root .glp-modal-root.glp-is-open,#glp-admin-root .glp-modal-root.glp-is-open{display:block}#glp-app-root .glp-modal-backdrop,#glp-share-root .glp-modal-backdrop,#glp-admin-root .glp-modal-backdrop{position:absolute;inset:0;background:rgba(32,25,35,.34);backdrop-filter:blur(6px)}#glp-app-root .glp-modal-card,#glp-share-root .glp-modal-card,#glp-admin-root .glp-modal-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(620px,calc(100vw - 32px));max-height:86vh;overflow:auto;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 30px 90px rgba(31,31,38,.22);padding:22px}#glp-app-root .glp-modal-head,#glp-share-root .glp-modal-head,#glp-admin-root .glp-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}#glp-app-root .glp-modal-head h2,#glp-share-root .glp-modal-head h2,#glp-admin-root .glp-modal-head h2{margin:0}#glp-app-root .glp-close-btn,#glp-share-root .glp-close-btn,#glp-admin-root .glp-close-btn{border:0;background:#f8f3f6;width:38px;height:38px;border-radius:50%;font-size:24px;color:#746b78}#glp-app-root .glp-toast-region,#glp-share-root .glp-toast-region,#glp-admin-root .glp-toast-region{position:fixed;right:22px;bottom:22px;z-index:200;display:grid;gap:10px}#glp-app-root .glp-toast,#glp-share-root .glp-toast,#glp-admin-root .glp-toast{background:#2e2833;color:#fff;border-radius:16px;padding:12px 15px;box-shadow:var(--shadow-sm);font-weight:800;animation:toast .22s ease both}@keyframes toast{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}#glp-app-root .glp-bottom-nav,#glp-share-root .glp-bottom-nav,#glp-admin-root .glp-bottom-nav{display:none}#glp-app-root .glp-admin-only-label,#glp-share-root .glp-admin-only-label,#glp-admin-root .glp-admin-only-label{display:none}#glp-app-root .glp-share-grid,#glp-share-root .glp-share-grid,#glp-admin-root .glp-share-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}#glp-app-root .glp-share-grid img,#glp-share-root .glp-share-grid img,#glp-admin-root .glp-share-grid img{width:100%;height:180px;border-radius:18px;object-fit:cover;background:#fff3f8}#glp-app-root .glp-callout,#glp-share-root .glp-callout,#glp-admin-root .glp-callout{background:linear-gradient(135deg,#fff1f7,#fff);border:1px solid #ffdce9;border-radius:22px;padding:18px}#glp-app-root .glp-subtle,#glp-share-root .glp-subtle,#glp-admin-root .glp-subtle{background:#faf8fa;border:1px solid var(--line);border-radius:22px;padding:18px}#glp-app-root .glp-text-pre,#glp-share-root .glp-text-pre,#glp-admin-root .glp-text-pre{white-space:pre-wrap;overflow-wrap:anywhere}#glp-app-root .glp-mobile-only,#glp-share-root .glp-mobile-only,#glp-admin-root .glp-mobile-only{display:none}
@media(max-width:1080px){#glp-app-root,#glp-share-root,#glp-admin-root{--side:232px}#glp-app-root .glp-content,#glp-share-root .glp-content,#glp-admin-root .glp-content{padding:24px 22px 104px}#glp-app-root .glp-layout-home,#glp-share-root .glp-layout-home,#glp-admin-root .glp-layout-home,#glp-app-root .glp-layout-side,#glp-share-root .glp-layout-side,#glp-admin-root .glp-layout-side,#glp-app-root .glp-calendar-wrap,#glp-share-root .glp-calendar-wrap,#glp-admin-root .glp-calendar-wrap,#glp-app-root .glp-photo-layout,#glp-share-root .glp-photo-layout,#glp-admin-root .glp-photo-layout{grid-template-columns:1fr}#glp-app-root .glp-album-grid,#glp-share-root .glp-album-grid,#glp-admin-root .glp-album-grid,#glp-app-root .glp-group-grid,#glp-share-root .glp-group-grid,#glp-admin-root .glp-group-grid,#glp-app-root .glp-member-grid,#glp-share-root .glp-member-grid,#glp-admin-root .glp-member-grid,#glp-app-root .glp-plan-grid,#glp-share-root .glp-plan-grid,#glp-admin-root .glp-plan-grid{grid-template-columns:repeat(2,1fr)}#glp-app-root .glp-cheki-grid,#glp-share-root .glp-cheki-grid,#glp-admin-root .glp-cheki-grid,#glp-app-root .glp-grid-4,#glp-share-root .glp-grid-4,#glp-admin-root .glp-grid-4{grid-template-columns:repeat(3,1fr)}#glp-app-root .glp-event-card,#glp-share-root .glp-event-card,#glp-admin-root .glp-event-card{grid-template-columns:80px 110px 1fr}#glp-app-root .glp-event-card .glp-actions,#glp-share-root .glp-event-card .glp-actions,#glp-admin-root .glp-event-card .glp-actions{grid-column:3}#glp-app-root .glp-page-map,#glp-share-root .glp-page-map,#glp-admin-root .glp-page-map{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){#glp-app-root,#glp-share-root,#glp-admin-root{background:#fff}#glp-app-root .glp-app-shell,#glp-share-root .glp-app-shell,#glp-admin-root .glp-app-shell{display:block}#glp-app-root .glp-sidebar,#glp-share-root .glp-sidebar,#glp-admin-root .glp-sidebar{display:none}#glp-app-root .glp-topbar,#glp-share-root .glp-topbar,#glp-admin-root .glp-topbar{height:72px;padding:14px 16px}#glp-app-root .glp-topbar h1,#glp-share-root .glp-topbar h1,#glp-admin-root .glp-topbar h1{font-size:22px}#glp-app-root .glp-eyebrow,#glp-share-root .glp-eyebrow,#glp-admin-root .glp-eyebrow{font-size:10px}#glp-app-root .glp-desktop-cta,#glp-share-root .glp-desktop-cta,#glp-admin-root .glp-desktop-cta{display:none}#glp-app-root .glp-content,#glp-share-root .glp-content,#glp-admin-root .glp-content{padding:16px 14px calc(var(--bottom) + 26px)}#glp-app-root .glp-topbar-actions,#glp-share-root .glp-topbar-actions,#glp-admin-root .glp-topbar-actions{gap:7px}#glp-app-root .glp-icon-button,#glp-share-root .glp-icon-button,#glp-admin-root .glp-icon-button{width:40px;height:40px;min-height:40px}#glp-app-root .glp-grid-2,#glp-share-root .glp-grid-2,#glp-admin-root .glp-grid-2,#glp-app-root .glp-grid-3,#glp-share-root .glp-grid-3,#glp-admin-root .glp-grid-3,#glp-app-root .glp-grid-4,#glp-share-root .glp-grid-4,#glp-admin-root .glp-grid-4,#glp-app-root .glp-layout-home,#glp-share-root .glp-layout-home,#glp-admin-root .glp-layout-home,#glp-app-root .glp-layout-side,#glp-share-root .glp-layout-side,#glp-admin-root .glp-layout-side,#glp-app-root .glp-calendar-wrap,#glp-share-root .glp-calendar-wrap,#glp-admin-root .glp-calendar-wrap,#glp-app-root .glp-photo-layout,#glp-share-root .glp-photo-layout,#glp-admin-root .glp-photo-layout,#glp-app-root .glp-form-grid,#glp-share-root .glp-form-grid,#glp-admin-root .glp-form-grid,#glp-app-root .glp-auth-card,#glp-share-root .glp-auth-card,#glp-admin-root .glp-auth-card,#glp-app-root .glp-chart-wrap,#glp-share-root .glp-chart-wrap,#glp-admin-root .glp-chart-wrap{grid-template-columns:1fr}#glp-app-root .glp-hero-image,#glp-share-root .glp-hero-image,#glp-admin-root .glp-hero-image{min-height:148px}#glp-app-root .glp-hero-body,#glp-share-root .glp-hero-body,#glp-admin-root .glp-hero-body{grid-template-columns:76px 1fr;padding:16px}#glp-app-root .glp-date-block strong,#glp-share-root .glp-date-block strong,#glp-admin-root .glp-date-block strong{font-size:27px}#glp-app-root .glp-quick-grid,#glp-share-root .glp-quick-grid,#glp-admin-root .glp-quick-grid{grid-template-columns:repeat(4,1fr);gap:8px}#glp-app-root .glp-quick-card,#glp-share-root .glp-quick-card,#glp-admin-root .glp-quick-card{min-height:82px;font-size:12px;padding:9px}#glp-app-root .glp-quick-card span:first-child,#glp-share-root .glp-quick-card span:first-child,#glp-admin-root .glp-quick-card span:first-child{width:34px;height:34px}#glp-app-root .glp-kpi-row,#glp-share-root .glp-kpi-row,#glp-admin-root .glp-kpi-row{grid-template-columns:repeat(3,1fr);gap:8px}#glp-app-root .glp-kpi,#glp-share-root .glp-kpi,#glp-admin-root .glp-kpi{padding:11px 7px}#glp-app-root .glp-kpi strong,#glp-share-root .glp-kpi strong,#glp-admin-root .glp-kpi strong{font-size:18px}#glp-app-root .glp-log-row,#glp-share-root .glp-log-row,#glp-admin-root .glp-log-row{grid-template-columns:44px 58px 1fr auto;gap:9px;padding:10px}#glp-app-root .glp-log-thumb,#glp-share-root .glp-log-thumb,#glp-admin-root .glp-log-thumb{width:58px;height:48px}#glp-app-root .glp-toolbar,#glp-share-root .glp-toolbar,#glp-admin-root .glp-toolbar{align-items:stretch;flex-direction:column}#glp-app-root .glp-segmented,#glp-share-root .glp-segmented,#glp-admin-root .glp-segmented{width:100%;overflow:auto}#glp-app-root .glp-event-card,#glp-share-root .glp-event-card,#glp-admin-root .glp-event-card{grid-template-columns:70px 1fr;gap:12px}#glp-app-root .glp-event-cover,#glp-share-root .glp-event-cover,#glp-admin-root .glp-event-cover{width:70px;height:70px;border-radius:16px;grid-row:1/span 2}#glp-app-root .glp-event-card .glp-date-block,#glp-share-root .glp-event-card .glp-date-block,#glp-admin-root .glp-event-card .glp-date-block{display:none}#glp-app-root .glp-event-card .glp-actions,#glp-share-root .glp-event-card .glp-actions,#glp-admin-root .glp-event-card .glp-actions{grid-column:1/-1}#glp-app-root .glp-cheki-grid,#glp-share-root .glp-cheki-grid,#glp-admin-root .glp-cheki-grid,#glp-app-root .glp-album-grid,#glp-share-root .glp-album-grid,#glp-admin-root .glp-album-grid,#glp-app-root .glp-group-grid,#glp-share-root .glp-group-grid,#glp-admin-root .glp-group-grid,#glp-app-root .glp-member-grid,#glp-share-root .glp-member-grid,#glp-admin-root .glp-member-grid,#glp-app-root .glp-plan-grid,#glp-share-root .glp-plan-grid,#glp-admin-root .glp-plan-grid,#glp-app-root .glp-page-map,#glp-share-root .glp-page-map,#glp-admin-root .glp-page-map,#glp-app-root .glp-share-grid,#glp-share-root .glp-share-grid,#glp-admin-root .glp-share-grid{grid-template-columns:1fr}#glp-app-root .glp-cheki-photo,#glp-share-root .glp-cheki-photo,#glp-admin-root .glp-cheki-photo{height:170px}#glp-app-root .glp-scrapbook-grid,#glp-share-root .glp-scrapbook-grid,#glp-admin-root .glp-scrapbook-grid{grid-template-columns:repeat(2,1fr)}#glp-app-root .glp-album-cover,#glp-share-root .glp-album-cover,#glp-admin-root .glp-album-cover{height:180px}#glp-app-root .glp-main-photo,#glp-share-root .glp-main-photo,#glp-admin-root .glp-main-photo{height:280px}#glp-app-root .glp-calendar-grid,#glp-share-root .glp-calendar-grid,#glp-admin-root .glp-calendar-grid{gap:5px}#glp-app-root .glp-cal-day,#glp-share-root .glp-cal-day,#glp-admin-root .glp-cal-day{min-height:54px;border-radius:12px;font-size:13px}#glp-app-root .glp-cal-day small,#glp-share-root .glp-cal-day small,#glp-admin-root .glp-cal-day small{max-width:100%;overflow:hidden;text-overflow:ellipsis}#glp-app-root .glp-auth-shell,#glp-share-root .glp-auth-shell,#glp-admin-root .glp-auth-shell{padding:18px}#glp-app-root .glp-auth-visual,#glp-share-root .glp-auth-visual,#glp-admin-root .glp-auth-visual,#glp-app-root .glp-auth-form,#glp-share-root .glp-auth-form,#glp-admin-root .glp-auth-form{padding:26px}#glp-app-root .glp-auth-visual img,#glp-share-root .glp-auth-visual img,#glp-admin-root .glp-auth-visual img{width:64%}#glp-app-root .glp-wp-admin-body,#glp-share-root .glp-wp-admin-body,#glp-admin-root .glp-wp-admin-body{grid-template-columns:1fr}#glp-app-root .glp-wp-admin-menu,#glp-share-root .glp-wp-admin-menu,#glp-admin-root .glp-wp-admin-menu{display:flex;overflow:auto}#glp-app-root .glp-wp-admin-content,#glp-share-root .glp-wp-admin-content,#glp-admin-root .glp-wp-admin-content{padding:14px}#glp-app-root .glp-bottom-nav,#glp-share-root .glp-bottom-nav,#glp-admin-root .glp-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:var(--bottom);background:rgba(255,255,255,.92);border-top:1px solid var(--line);backdrop-filter:blur(18px);display:grid;grid-template-columns:1fr 1fr 72px 1fr 1fr;align-items:center;z-index:50;padding:6px 6px max(6px,env(safe-area-inset-bottom))}#glp-app-root .glp-bottom-nav a,#glp-share-root .glp-bottom-nav a,#glp-admin-root .glp-bottom-nav a{display:grid;gap:2px;justify-items:center;color:var(--muted);font-size:10px;font-weight:900}#glp-app-root .glp-bottom-nav a.glp-is-active,#glp-share-root .glp-bottom-nav a.glp-is-active,#glp-admin-root .glp-bottom-nav a.glp-is-active{color:var(--brand)}#glp-app-root .glp-bottom-nav .glp-icon,#glp-share-root .glp-bottom-nav .glp-icon,#glp-admin-root .glp-bottom-nav .glp-icon{width:21px;height:21px}#glp-app-root .glp-fab,#glp-share-root .glp-fab,#glp-admin-root .glp-fab{width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-size:30px;box-shadow:0 14px 30px rgba(244,91,151,.28);transform:translateY(-16px)}#glp-app-root .glp-toast-region,#glp-share-root .glp-toast-region,#glp-admin-root .glp-toast-region{left:14px;right:14px;bottom:88px}#glp-app-root .glp-toast,#glp-share-root .glp-toast,#glp-admin-root .glp-toast{width:100%}#glp-app-root .glp-modal-card,#glp-share-root .glp-modal-card,#glp-admin-root .glp-modal-card{left:0;right:0;bottom:0;top:auto;transform:none;width:100%;max-height:84vh;border-radius:28px 28px 0 0}#glp-app-root .glp-desktop-only,#glp-share-root .glp-desktop-only,#glp-admin-root .glp-desktop-only{display:none}#glp-app-root .glp-mobile-only,#glp-share-root .glp-mobile-only,#glp-admin-root .glp-mobile-only{display:block}}


#glp-app-root,#glp-share-root,#glp-admin-root{
  --bg:#fffafb;
  --surface-soft:#fff3f7;
  --surface-lav:#f6f3ff;
  --surface-mint:#effbf7;
  --text:#201d25;
  --muted:#746d78;
  --soft:#b2a8b4;
  --line:#eee8ee;
  --brand:#ee5a92;
  --brand2:#ff8bb4;
  --shadow:0 18px 46px rgba(92,61,78,.075);
  --shadow-sm:0 9px 24px rgba(92,61,78,.065);
  --radius:28px;
  --side:260px;
}
#glp-app-root,#glp-share-root,#glp-admin-root{background:linear-gradient(145deg,#fff 0%,#fffafb 52%,#fff 100%);font-feature-settings:"palt" 1;}
#glp-app-root .glp-app-bg,#glp-share-root .glp-app-bg,#glp-admin-root .glp-app-bg{opacity:.78}#glp-app-root .glp-app-bg span,#glp-share-root .glp-app-bg span,#glp-admin-root .glp-app-bg span{filter:blur(10px);opacity:.42}#glp-app-root .glp-app-bg span:nth-child(1),#glp-share-root .glp-app-bg span:nth-child(1),#glp-admin-root .glp-app-bg span:nth-child(1){background:#ffe6ef}#glp-app-root .glp-app-bg span:nth-child(2),#glp-share-root .glp-app-bg span:nth-child(2),#glp-admin-root .glp-app-bg span:nth-child(2){background:#f2efff}#glp-app-root .glp-app-bg span:nth-child(3),#glp-share-root .glp-app-bg span:nth-child(3),#glp-admin-root .glp-app-bg span:nth-child(3){background:#fff3d9}
#glp-app-root .glp-sidebar,#glp-share-root .glp-sidebar,#glp-admin-root .glp-sidebar{padding:22px 16px;background:rgba(255,255,255,.82);box-shadow:inset -1px 0 0 rgba(255,255,255,.7)}
#glp-app-root .glp-brand-mark,#glp-share-root .glp-brand-mark,#glp-admin-root .glp-brand-mark{border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(238,90,146,.14);border:1px solid #fff0f5}#glp-app-root .glp-brand-name,#glp-share-root .glp-brand-name,#glp-admin-root .glp-brand-name{font-weight:950}#glp-app-root .glp-nav-section,#glp-share-root .glp-nav-section,#glp-admin-root .glp-nav-section{font-size:10px;color:#b4aab6;margin-top:18px}#glp-app-root .glp-nav-link,#glp-share-root .glp-nav-link,#glp-admin-root .glp-nav-link{border:1px solid transparent}#glp-app-root .glp-nav-link:hover,#glp-share-root .glp-nav-link:hover,#glp-admin-root .glp-nav-link:hover{box-shadow:none;border-color:#ffe5ef;background:#fff7fa}#glp-app-root .glp-nav-link.glp-is-active,#glp-share-root .glp-nav-link.glp-is-active,#glp-admin-root .glp-nav-link.glp-is-active{background:#fff;border-color:#ffd8e6;box-shadow:0 9px 22px rgba(238,90,146,.08)}
#glp-app-root .glp-profile-mini,#glp-share-root .glp-profile-mini,#glp-admin-root .glp-profile-mini{box-shadow:var(--shadow-sm);border-color:#f1e8ef;background:#fff}#glp-app-root .glp-profile-mini small,#glp-share-root .glp-profile-mini small,#glp-admin-root .glp-profile-mini small{color:#d54e82}
#glp-app-root .glp-topbar,#glp-share-root .glp-topbar,#glp-admin-root .glp-topbar{height:86px;padding:20px 34px;background:rgba(255,255,255,.84);border-bottom-color:rgba(238,232,238,.8)}#glp-app-root .glp-topbar h1,#glp-share-root .glp-topbar h1,#glp-admin-root .glp-topbar h1{font-size:27px}#glp-app-root .glp-eyebrow,#glp-share-root .glp-eyebrow,#glp-admin-root .glp-eyebrow{color:#df4d85;letter-spacing:.18em}
#glp-app-root .glp-content,#glp-share-root .glp-content,#glp-admin-root .glp-content{max-width:1220px;padding-top:28px}#glp-app-root .glp-card,#glp-share-root .glp-card,#glp-admin-root .glp-card{background:rgba(255,255,255,.94);border-color:#efe9ef;box-shadow:var(--shadow)}#glp-app-root .glp-card-pad,#glp-share-root .glp-card-pad,#glp-admin-root .glp-card-pad{padding:24px}#glp-app-root .glp-flat,#glp-share-root .glp-flat,#glp-admin-root .glp-flat{box-shadow:none;background:#fff;border-color:#f0e8ef}#glp-app-root .glp-section-title h2,#glp-share-root .glp-section-title h2,#glp-admin-root .glp-section-title h2{font-size:19px}#glp-app-root .glp-section-title p,#glp-share-root .glp-section-title p,#glp-admin-root .glp-section-title p{color:#7f7782}#glp-app-root .glp-primary-button,#glp-share-root .glp-primary-button,#glp-admin-root .glp-primary-button{background:linear-gradient(135deg,#ee5a92,#ff8bb4);box-shadow:0 13px 28px rgba(238,90,146,.22)}#glp-app-root .glp-secondary-button,#glp-share-root .glp-secondary-button,#glp-admin-root .glp-secondary-button{background:#fff7fa;border-color:#ffd7e6;color:#dd4f83}#glp-app-root .glp-ghost-button,#glp-share-root .glp-ghost-button,#glp-admin-root .glp-ghost-button{background:#fff;border-color:#eee6ed}#glp-app-root .glp-icon-button,#glp-share-root .glp-icon-button,#glp-admin-root .glp-icon-button{box-shadow:0 5px 16px rgba(92,61,78,.04)}#glp-app-root .glp-icon-button:hover,#glp-share-root .glp-icon-button:hover,#glp-admin-root .glp-icon-button:hover,#glp-app-root .glp-primary-button:hover,#glp-share-root .glp-primary-button:hover,#glp-admin-root .glp-primary-button:hover,#glp-app-root .glp-secondary-button:hover,#glp-share-root .glp-secondary-button:hover,#glp-admin-root .glp-secondary-button:hover,#glp-app-root .glp-ghost-button:hover,#glp-share-root .glp-ghost-button:hover,#glp-admin-root .glp-ghost-button:hover,#glp-app-root .glp-danger-button:hover,#glp-share-root .glp-danger-button:hover,#glp-admin-root .glp-danger-button:hover,#glp-app-root .glp-card-link:hover,#glp-share-root .glp-card-link:hover,#glp-admin-root .glp-card-link:hover,#glp-app-root .glp-quick-card:hover,#glp-share-root .glp-quick-card:hover,#glp-admin-root .glp-quick-card:hover{transform:translateY(-2px)}
#glp-app-root .glp-hero-card,#glp-share-root .glp-hero-card,#glp-admin-root .glp-hero-card{border-radius:32px}#glp-app-root .glp-hero-image,#glp-share-root .glp-hero-image,#glp-admin-root .glp-hero-image{min-height:205px;background:linear-gradient(135deg,rgba(28,24,34,.10),rgba(238,90,146,.38)),url('../img/concert-cover.svg') center/cover}#glp-app-root .glp-hero-body,#glp-share-root .glp-hero-body,#glp-admin-root .glp-hero-body{grid-template-columns:86px 1fr;padding:22px}#glp-app-root .glp-date-block,#glp-share-root .glp-date-block,#glp-admin-root .glp-date-block{border-right-color:#f0e8ef}#glp-app-root .glp-date-block strong,#glp-share-root .glp-date-block strong,#glp-admin-root .glp-date-block strong{font-weight:950}#glp-app-root .glp-event-info h2,#glp-share-root .glp-event-info h2,#glp-admin-root .glp-event-info h2{font-size:24px}#glp-app-root .glp-quick-card,#glp-share-root .glp-quick-card,#glp-admin-root .glp-quick-card{border-color:#f0e8ef;box-shadow:0 12px 24px rgba(92,61,78,.045);background:linear-gradient(180deg,#fff,#fffafb)}#glp-app-root .glp-quick-card span:first-child,#glp-share-root .glp-quick-card span:first-child,#glp-admin-root .glp-quick-card span:first-child{background:#fff0f6}#glp-app-root .glp-kpi,#glp-share-root .glp-kpi,#glp-admin-root .glp-kpi{background:linear-gradient(180deg,#fff,#fffafb);border-color:#f1e9ef}#glp-app-root .glp-kpi strong,#glp-share-root .glp-kpi strong,#glp-admin-root .glp-kpi strong{font-weight:950}#glp-app-root .glp-donut:after,#glp-share-root .glp-donut:after,#glp-admin-root .glp-donut:after{inset:28px}#glp-app-root .glp-log-row:hover,#glp-share-root .glp-log-row:hover,#glp-admin-root .glp-log-row:hover,#glp-app-root .glp-event-card:hover,#glp-share-root .glp-event-card:hover,#glp-admin-root .glp-event-card:hover{background:#fff8fb}#glp-app-root .glp-log-thumb,#glp-share-root .glp-log-thumb,#glp-admin-root .glp-log-thumb,#glp-app-root .glp-event-cover,#glp-share-root .glp-event-cover,#glp-admin-root .glp-event-cover,#glp-app-root .glp-album-cover,#glp-share-root .glp-album-cover,#glp-admin-root .glp-album-cover,#glp-app-root .glp-cheki-photo,#glp-share-root .glp-cheki-photo,#glp-admin-root .glp-cheki-photo,#glp-app-root .glp-main-photo,#glp-share-root .glp-main-photo,#glp-admin-root .glp-main-photo,#glp-app-root .glp-share-grid img,#glp-share-root .glp-share-grid img,#glp-admin-root .glp-share-grid img{border-color:#f0e8ef;box-shadow:0 10px 24px rgba(92,61,78,.055)}
#glp-app-root .glp-toolbar,#glp-share-root .glp-toolbar,#glp-admin-root .glp-toolbar{margin-bottom:20px}#glp-app-root .glp-search-field input,#glp-share-root .glp-search-field input,#glp-admin-root .glp-search-field input,#glp-app-root .glp-field input,#glp-share-root .glp-field input,#glp-admin-root .glp-field input,#glp-app-root .glp-field select,#glp-share-root .glp-field select,#glp-admin-root .glp-field select,#glp-app-root .glp-field textarea,#glp-share-root .glp-field textarea,#glp-admin-root .glp-field textarea{border-color:#eee6ed;background:#fff}#glp-app-root .glp-search-field input:focus,#glp-share-root .glp-search-field input:focus,#glp-admin-root .glp-search-field input:focus,#glp-app-root .glp-field input:focus,#glp-share-root .glp-field input:focus,#glp-admin-root .glp-field input:focus,#glp-app-root .glp-field select:focus,#glp-share-root .glp-field select:focus,#glp-admin-root .glp-field select:focus,#glp-app-root .glp-field textarea:focus,#glp-share-root .glp-field textarea:focus,#glp-admin-root .glp-field textarea:focus{border-color:#ffbdd4;box-shadow:0 0 0 4px #fff0f6}#glp-app-root .glp-segmented,#glp-share-root .glp-segmented,#glp-admin-root .glp-segmented{border-color:#efe8ef;box-shadow:0 8px 22px rgba(92,61,78,.045)}#glp-app-root .glp-seg-btn.glp-is-active,#glp-share-root .glp-seg-btn.glp-is-active,#glp-admin-root .glp-seg-btn.glp-is-active{background:#24212a;color:#fff}
#glp-app-root .glp-group-card,#glp-share-root .glp-group-card,#glp-admin-root .glp-group-card,#glp-app-root .glp-member-card,#glp-share-root .glp-member-card,#glp-admin-root .glp-member-card,#glp-app-root .glp-album-card,#glp-share-root .glp-album-card,#glp-admin-root .glp-album-card,#glp-app-root .glp-cheki-card,#glp-share-root .glp-cheki-card,#glp-admin-root .glp-cheki-card,#glp-app-root .glp-plan-card,#glp-share-root .glp-plan-card,#glp-admin-root .glp-plan-card{border-color:#efe8ef;background:#fff;box-shadow:var(--shadow-sm)}#glp-app-root .glp-group-cover,#glp-share-root .glp-group-cover,#glp-admin-root .glp-group-cover{height:128px}#glp-app-root .glp-album-cover,#glp-share-root .glp-album-cover,#glp-admin-root .glp-album-cover{background:#fff7fa}#glp-app-root .glp-cheki-photo,#glp-share-root .glp-cheki-photo,#glp-admin-root .glp-cheki-photo{background:#fff7fa}#glp-app-root .glp-scrapbook-grid .glp-cheki-card,#glp-share-root .glp-scrapbook-grid .glp-cheki-card,#glp-admin-root .glp-scrapbook-grid .glp-cheki-card{transform:rotate(-.35deg)}#glp-app-root .glp-scrapbook-grid .glp-cheki-card:nth-child(even),#glp-share-root .glp-scrapbook-grid .glp-cheki-card:nth-child(even),#glp-admin-root .glp-scrapbook-grid .glp-cheki-card:nth-child(even){transform:rotate(.45deg)}#glp-app-root .glp-state,#glp-share-root .glp-state,#glp-admin-root .glp-state{background:#fff2f7;border-color:#ffdce9}#glp-app-root .glp-tag,#glp-share-root .glp-tag,#glp-admin-root .glp-tag{border-color:#eee8ee;background:#fff}#glp-app-root .glp-callout,#glp-share-root .glp-callout,#glp-admin-root .glp-callout{background:linear-gradient(135deg,#fff5f9,#fff);border-color:#ffdce9}#glp-app-root .glp-subtle,#glp-share-root .glp-subtle,#glp-admin-root .glp-subtle{background:#fff;border-color:#efe8ef}#glp-app-root .glp-settings-row,#glp-share-root .glp-settings-row,#glp-admin-root .glp-settings-row{border-color:#efe8ef}#glp-app-root .glp-icon-wrap,#glp-share-root .glp-icon-wrap,#glp-admin-root .glp-icon-wrap{background:#fff2f7}
#glp-app-root.glp-auth-page{min-height:100vh}#glp-app-root .glp-auth-shell,#glp-share-root .glp-auth-shell,#glp-admin-root .glp-auth-shell{min-height:100vh;display:grid;place-items:center;padding:34px}#glp-app-root .glp-auth-card,#glp-share-root .glp-auth-card,#glp-admin-root .glp-auth-card{border-radius:36px;border-color:#efe7ed;box-shadow:0 28px 82px rgba(77,48,64,.12)}#glp-app-root .glp-auth-visual,#glp-share-root .glp-auth-visual,#glp-admin-root .glp-auth-visual{background:radial-gradient(circle at 20% 15%,#ffe5ef 0,#fff6fa 34%,#fff 70%);position:relative;overflow:hidden}#glp-app-root .glp-auth-visual:after,#glp-share-root .glp-auth-visual:after,#glp-admin-root .glp-auth-visual:after{content:"";position:absolute;right:-70px;bottom:-90px;width:240px;height:240px;border-radius:999px;background:#f4f0ff}#glp-app-root .glp-auth-visual>*,#glp-share-root .glp-auth-visual>*,#glp-admin-root .glp-auth-visual>*{position:relative;z-index:1}#glp-app-root .glp-auth-form,#glp-share-root .glp-auth-form,#glp-admin-root .glp-auth-form{background:#fff}#glp-app-root .glp-auth-form h2,#glp-share-root .glp-auth-form h2,#glp-admin-root .glp-auth-form h2{letter-spacing:-.04em}
#glp-share-root.glp-public-page{min-height:100vh;background:#fff}#glp-app-root .glp-public-header,#glp-share-root .glp-public-header,#glp-admin-root .glp-public-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(16px,4vw,42px);background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid #f0e8ef}#glp-app-root .glp-public-content,#glp-share-root .glp-public-content,#glp-admin-root .glp-public-content{max-width:1040px;padding-top:34px}#glp-share-root.glp-public-page .glp-share-page{max-width:100%}#glp-share-root.glp-public-page .glp-topbar,#glp-share-root.glp-public-page .glp-sidebar,#glp-share-root.glp-public-page .glp-bottom-nav{display:none}
#glp-admin-root.glp-admin-page{background:#f6f7f7}#glp-admin-root.glp-admin-standalone{padding:24px}#glp-app-root .glp-wp-admin,#glp-share-root .glp-wp-admin,#glp-admin-root .glp-wp-admin{box-shadow:0 18px 44px rgba(29,35,39,.08);border-color:#d9dfe3}#glp-app-root .glp-wp-admin-bar,#glp-share-root .glp-wp-admin-bar,#glp-admin-root .glp-wp-admin-bar{height:48px}#glp-app-root .glp-wp-admin-content .glp-card,#glp-share-root .glp-wp-admin-content .glp-card,#glp-admin-root .glp-wp-admin-content .glp-card{box-shadow:0 8px 22px rgba(29,35,39,.045)}
@media(max-width:760px){#glp-app-root .glp-topbar,#glp-share-root .glp-topbar,#glp-admin-root .glp-topbar{height:70px;padding:13px 16px}#glp-app-root .glp-topbar h1,#glp-share-root .glp-topbar h1,#glp-admin-root .glp-topbar h1{font-size:21px}#glp-app-root .glp-content,#glp-share-root .glp-content,#glp-admin-root .glp-content{padding-top:14px}#glp-app-root .glp-card-pad,#glp-share-root .glp-card-pad,#glp-admin-root .glp-card-pad{padding:18px}#glp-app-root .glp-hero-image,#glp-share-root .glp-hero-image,#glp-admin-root .glp-hero-image{min-height:156px}#glp-app-root .glp-hero-body,#glp-share-root .glp-hero-body,#glp-admin-root .glp-hero-body{grid-template-columns:70px 1fr}#glp-app-root .glp-event-info h2,#glp-share-root .glp-event-info h2,#glp-admin-root .glp-event-info h2{font-size:19px}#glp-app-root .glp-quick-grid,#glp-share-root .glp-quick-grid,#glp-admin-root .glp-quick-grid{grid-template-columns:repeat(2,1fr)}#glp-app-root .glp-quick-card,#glp-share-root .glp-quick-card,#glp-admin-root .glp-quick-card{min-height:78px}#glp-app-root .glp-auth-shell,#glp-share-root .glp-auth-shell,#glp-admin-root .glp-auth-shell{padding:18px}#glp-app-root .glp-auth-card,#glp-share-root .glp-auth-card,#glp-admin-root .glp-auth-card{border-radius:28px}#glp-app-root .glp-auth-visual,#glp-share-root .glp-auth-visual,#glp-admin-root .glp-auth-visual{padding:28px}#glp-app-root .glp-auth-form,#glp-share-root .glp-auth-form,#glp-admin-root .glp-auth-form{padding:28px}#glp-app-root .glp-public-header,#glp-share-root .glp-public-header,#glp-admin-root .glp-public-header{padding:14px 16px}#glp-app-root .glp-public-content,#glp-share-root .glp-public-content,#glp-admin-root .glp-public-content{padding:18px 14px 36px}#glp-admin-root.glp-admin-standalone{padding:0}#glp-app-root .glp-wp-admin,#glp-share-root .glp-wp-admin,#glp-admin-root .glp-wp-admin{border-radius:0;border-left:0;border-right:0}}


#glp-app-root,#glp-share-root,#glp-admin-root{
  --bg:#fbfafc;
  --surface-soft:#fff4f8;
  --line:#ece7ed;
  --shadow:0 20px 48px rgba(67,45,59,.075);
  --shadow-sm:0 10px 26px rgba(67,45,59,.055);
}
#glp-app-root,#glp-share-root,#glp-admin-root{background:linear-gradient(135deg,#fff 0%,#fbfafc 54%,#fff7fb 100%)}
#glp-app-root .glp-app-bg span,#glp-share-root .glp-app-bg span,#glp-admin-root .glp-app-bg span{opacity:.38;filter:blur(8px)}
#glp-app-root .glp-sidebar,#glp-share-root .glp-sidebar,#glp-admin-root .glp-sidebar{background:rgba(255,255,255,.86)}
#glp-app-root .glp-topbar,#glp-share-root .glp-topbar,#glp-admin-root .glp-topbar{background:rgba(255,255,255,.86)}
#glp-app-root .glp-card,#glp-share-root .glp-card,#glp-admin-root .glp-card{background:rgba(255,255,255,.96)}
#glp-app-root .glp-primary-button,#glp-share-root .glp-primary-button,#glp-admin-root .glp-primary-button{box-shadow:0 12px 28px rgba(244,91,151,.20)}
#glp-app-root .glp-nav-link.glp-is-active,#glp-share-root .glp-nav-link.glp-is-active,#glp-admin-root .glp-nav-link.glp-is-active{box-shadow:inset 0 0 0 1px #ffe4ed,0 6px 18px rgba(244,91,151,.06)}

#glp-app-root .glp-nav-link,
#glp-share-root .glp-nav-link,
#glp-admin-root .glp-nav-link {
  padding: 4px 12px;
}

/* Auth pages are not part of the fixed desktop app shell, so allow full page scroll. */
#glp-app-root.glp-app.glp-auth-page {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
  place-items: start center;
  padding-bottom: 72px;
}

/* Event detail mock layout. */
#glp-app-root .glp-event-detail-screen {
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

#glp-app-root .glp-event-detail-hero,
#glp-app-root .glp-event-detail-panel,
#glp-app-root .glp-event-detail-stat {
  border: 1px solid #f0dfe7;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(72, 47, 63, 0.08);
}

#glp-app-root .glp-event-detail-hero {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) minmax(260px, 320px);
  overflow: hidden;
  border-radius: 20px;
}

#glp-app-root .glp-event-detail-date {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 152px;
  padding: 22px 18px;
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.98) 0 9px, transparent 10px),
    radial-gradient(circle at 15% 72%, rgba(255, 255, 255, 0.92) 0 7px, transparent 8px),
    linear-gradient(135deg, #fff1f7 0%, #ffe3ef 100%);
  color: #f35493;
}

#glp-app-root .glp-event-detail-date span {
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

#glp-app-root .glp-event-detail-date strong {
  margin-top: 6px;
  color: #f35493;
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.045em;
}

#glp-app-root .glp-event-detail-date em {
  margin-top: 14px;
  border-radius: 999px;
  padding: 5px 20px;
  background: #f35493;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
}

#glp-app-root .glp-event-detail-main {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 24px 28px;
}

#glp-app-root .glp-event-detail-main h2 {
  margin: 0;
  color: #1f1b25;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

#glp-app-root .glp-event-detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #5d5662;
  font-size: 14px;
  font-weight: 850;
}

#glp-app-root .glp-event-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

#glp-app-root .glp-event-detail-meta .glp-icon {
  width: 18px;
  height: 18px;
  color: #f35493;
}

#glp-app-root .glp-event-detail-type {
  border: 1px solid #ffcfe0;
  border-radius: 999px;
  padding: 4px 12px;
  background: #fff5f9;
  color: #f35493;
  font-weight: 950;
}

#glp-app-root .glp-event-detail-memo-line {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 1px solid #eadfe7;
  border-radius: 12px;
  padding: 9px 12px;
  color: #6c6570;
  font-size: 13px;
  font-weight: 750;
}

#glp-app-root .glp-event-detail-memo-line .glp-icon {
  width: 17px;
  height: 17px;
  color: #817785;
}

#glp-app-root .glp-event-detail-actions {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 24px 28px 24px 0;
}

#glp-app-root .glp-event-detail-status,
#glp-app-root .glp-event-detail-action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#glp-app-root .glp-event-detail-status span {
  border-radius: 999px;
  padding: 7px 13px;
  background: #f5f2f5;
  color: #6b6470;
  font-size: 12px;
  font-weight: 950;
}

#glp-app-root .glp-event-detail-status .glp-event-detail-status-ok {
  background: #e8fbef;
  color: #2aa45d;
}

#glp-app-root .glp-event-detail-action-buttons .glp-ghost-button,
#glp-app-root .glp-event-detail-action-buttons .glp-primary-button {
  min-height: 48px;
  border-radius: 13px;
  padding-inline: 24px;
}

#glp-app-root .glp-event-detail-action-buttons .glp-primary-button {
  min-width: 210px;
}

#glp-app-root .glp-event-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#glp-app-root .glp-event-detail-stat {
  min-height: 80px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}

#glp-app-root .glp-event-detail-stat > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5c9e, #f35493);
  color: #fff;
}

#glp-app-root .glp-event-detail-stat:nth-child(2) > span {
  background: linear-gradient(135deg, #bb82f0, #9d6fe7);
}

#glp-app-root .glp-event-detail-stat:nth-child(3) > span {
  background: linear-gradient(135deg, #ff7fb2, #f35493);
}

#glp-app-root .glp-event-detail-stat p,
#glp-app-root .glp-event-detail-stat strong {
  margin: 0;
}

#glp-app-root .glp-event-detail-stat p {
  color: #6b6470;
  font-size: 13px;
  font-weight: 850;
}

#glp-app-root .glp-event-detail-stat strong {
  color: #1f1b25;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
}

#glp-app-root .glp-event-detail-stat em {
  color: #8b828d;
  font-size: 26px;
  font-style: normal;
  line-height: 1;
}

#glp-app-root .glp-event-detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 16px;
  align-items: start;
}

#glp-app-root .glp-event-detail-panel {
  min-width: 0;
  border-radius: 16px;
  padding: 18px;
}

#glp-app-root .glp-event-detail-panel h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #201c26;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

#glp-app-root .glp-event-detail-panel h2 .glp-icon {
  color: #f35493;
}

#glp-app-root .glp-event-detail-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

#glp-app-root .glp-event-detail-panel-head h2 {
  margin-bottom: 0;
}

#glp-app-root .glp-event-detail-panel-head a {
  color: #f35493;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

#glp-app-root .glp-event-detail-note {
  grid-column: 2;
  grid-row: 1;
}

#glp-app-root .glp-event-detail-expense {
  grid-column: 1;
  grid-row: 1;
}

#glp-app-root .glp-event-detail-chekis {
  grid-column: 1;
  grid-row: 2;
}

#glp-app-root .glp-event-detail-photos {
  grid-column: 2;
  grid-row: 2;
}

#glp-app-root .glp-event-detail-expense-body {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

#glp-app-root .glp-event-detail-donut {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  justify-self: center;
}

#glp-app-root .glp-event-detail-donut::after {
  content: "";
  position: absolute;
  inset: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px #f0e4ec;
}

#glp-app-root .glp-event-detail-donut span {
  position: absolute;
  inset: 54px;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #6b6470;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  line-height: 1.35;
}

#glp-app-root .glp-event-detail-donut strong {
  color: #201c26;
  font-size: 15px;
  font-weight: 950;
}

#glp-app-root .glp-event-detail-expense-list {
  display: grid;
  gap: 10px;
}

#glp-app-root .glp-event-detail-expense-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5d5662;
  font-size: 13px;
  font-weight: 850;
}

#glp-app-root .glp-event-detail-expense-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#glp-app-root .glp-event-detail-expense-list i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#glp-app-root .glp-event-detail-expense-list strong {
  color: #201c26;
  font-weight: 950;
}

#glp-app-root .glp-event-detail-note p {
  margin: 0;
  color: #3e3742;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.9;
}

#glp-app-root .glp-event-detail-cheki-list {
  display: grid;
}

#glp-app-root .glp-event-detail-cheki-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto 16px;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1e6ed;
}

#glp-app-root .glp-event-detail-cheki-row:last-child {
  border-bottom: 0;
}

#glp-app-root .glp-event-detail-cheki-row img {
  width: 112px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: #fff0f6;
}

#glp-app-root .glp-event-detail-cheki-row p,
#glp-app-root .glp-event-detail-cheki-row small {
  margin: 0;
}

#glp-app-root .glp-event-detail-cheki-row p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #201c26;
  font-weight: 950;
}

#glp-app-root .glp-event-detail-cheki-row p span {
  border: 1px solid #ffcfe0;
  border-radius: 8px;
  padding: 2px 9px;
  background: #fff5f9;
  color: #f35493;
  font-size: 12px;
}

#glp-app-root .glp-event-detail-cheki-row small {
  display: block;
  margin-top: 3px;
  color: #716a76;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

#glp-app-root .glp-event-detail-cheki-row > strong {
  color: #201c26;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

#glp-app-root .glp-event-detail-cheki-row > em {
  color: #8b828d;
  font-size: 22px;
  font-style: normal;
}

#glp-app-root .glp-event-detail-photo-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 3px;
}

#glp-app-root .glp-event-detail-photo-strip a {
  display: block;
}

#glp-app-root .glp-event-detail-photo-strip img {
  width: 100%;
  height: 112px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff0f6;
}

@media (max-width: 1040px) {
  #glp-app-root .glp-event-detail-hero {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  #glp-app-root .glp-event-detail-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 24px 22px;
  }

  #glp-app-root .glp-event-detail-status {
    justify-content: flex-start;
  }

  #glp-app-root .glp-event-detail-body {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-note,
  #glp-app-root .glp-event-detail-expense,
  #glp-app-root .glp-event-detail-chekis,
  #glp-app-root .glp-event-detail-photos {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-event-detail-screen {
    gap: 12px;
  }

  #glp-app-root .glp-event-detail-hero {
    grid-template-columns: minmax(118px, 0.38fr) minmax(0, 1fr);
    border-radius: 16px;
  }

  #glp-app-root .glp-event-detail-date {
    min-height: 150px;
    padding: 18px 12px;
  }

  #glp-app-root .glp-event-detail-date span {
    font-size: 19px;
  }

  #glp-app-root .glp-event-detail-date strong {
    font-size: 40px;
  }

  #glp-app-root .glp-event-detail-date em {
    padding: 5px 16px;
    font-size: 12px;
  }

  #glp-app-root .glp-event-detail-main {
    padding: 20px 16px;
  }

  #glp-app-root .glp-event-detail-main h2 {
    font-size: 23px;
  }

  #glp-app-root .glp-event-detail-meta {
    gap: 10px;
    font-size: 13px;
  }

  #glp-app-root .glp-event-detail-memo-line {
    font-size: 12px;
  }

  #glp-app-root .glp-event-detail-actions {
    grid-template-columns: 1fr;
    padding: 12px 0 0;
    background: transparent;
  }

  #glp-app-root .glp-event-detail-status {
    display: none;
  }

  #glp-app-root .glp-event-detail-action-buttons {
    display: grid;
    grid-template-columns: 1fr 1.18fr;
    gap: 10px;
  }

  #glp-app-root .glp-event-detail-action-buttons .glp-ghost-button,
  #glp-app-root .glp-event-detail-action-buttons .glp-primary-button {
    width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  #glp-app-root .glp-event-detail-stat {
    min-height: 86px;
    grid-template-columns: 42px minmax(0, 1fr) 10px;
    gap: 8px;
    padding: 12px 10px;
  }

  #glp-app-root .glp-event-detail-stat > span {
    width: 40px;
    height: 40px;
  }

  #glp-app-root .glp-event-detail-stat p {
    font-size: 11px;
  }

  #glp-app-root .glp-event-detail-stat strong {
    font-size: 18px;
  }

  #glp-app-root .glp-event-detail-stat em {
    font-size: 20px;
  }

  #glp-app-root .glp-event-detail-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #glp-app-root .glp-event-detail-note {
    order: 1;
  }

  #glp-app-root .glp-event-detail-expense {
    order: 2;
  }

  #glp-app-root .glp-event-detail-chekis {
    order: 3;
  }

  #glp-app-root .glp-event-detail-photos {
    order: 4;
  }

  #glp-app-root .glp-event-detail-panel {
    border-radius: 15px;
    padding: 14px;
  }

  #glp-app-root .glp-event-detail-expense-body {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 12px;
  }

  #glp-app-root .glp-event-detail-donut {
    width: 132px;
    height: 132px;
  }

  #glp-app-root .glp-event-detail-donut::after {
    inset: 32px;
  }

  #glp-app-root .glp-event-detail-donut span {
    inset: 40px;
    font-size: 11px;
  }

  #glp-app-root .glp-event-detail-expense-list div {
    font-size: 12px;
  }

  #glp-app-root .glp-event-detail-cheki-row {
    grid-template-columns: 96px minmax(0, 1fr) auto 12px;
    gap: 10px;
  }

  #glp-app-root .glp-event-detail-cheki-row img {
    width: 96px;
    height: 66px;
  }

  #glp-app-root .glp-event-detail-cheki-row > strong {
    font-size: 13px;
  }

}

@media (max-width: 520px) {
  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-stat {
    min-height: 68px;
  }

  #glp-app-root .glp-event-detail-expense-body {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-cheki-row {
    grid-template-columns: 82px minmax(0, 1fr) 12px;
  }

  #glp-app-root .glp-event-detail-cheki-row img {
    width: 82px;
    height: 60px;
  }

  #glp-app-root .glp-event-detail-cheki-row > strong {
    grid-column: 2;
  }

  #glp-app-root .glp-event-detail-cheki-row > em {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}
#glp-app-root .glp-album-detail-screen .glp-breadcrumb,#glp-share-root .glp-album-detail-screen .glp-breadcrumb,#glp-admin-root .glp-album-detail-screen .glp-breadcrumb{margin-bottom:16px}
#glp-app-root .glp-photo-detail-layout,#glp-share-root .glp-photo-detail-layout,#glp-admin-root .glp-photo-detail-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:22px;align-items:start}#glp-app-root .glp-photo-main-card,#glp-share-root .glp-photo-main-card,#glp-admin-root .glp-photo-main-card{overflow:visible}#glp-app-root .glp-photo-main-head,#glp-share-root .glp-photo-main-head,#glp-admin-root .glp-photo-main-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}#glp-app-root .glp-photo-main-head h2,#glp-share-root .glp-photo-main-head h2,#glp-admin-root .glp-photo-main-head h2{margin:0;font-size:24px;letter-spacing:-.04em}#glp-app-root .glp-main-photo-button,#glp-share-root .glp-main-photo-button,#glp-admin-root .glp-main-photo-button{display:block;width:100%;border:0;padding:0;background:transparent;border-radius:28px;overflow:hidden}#glp-app-root .glp-main-photo-button:focus-visible,#glp-share-root .glp-main-photo-button:focus-visible,#glp-admin-root .glp-main-photo-button:focus-visible,#glp-app-root .glp-media-thumb:focus-visible,#glp-share-root .glp-media-thumb:focus-visible,#glp-admin-root .glp-media-thumb:focus-visible,#glp-app-root .glp-share-thumb:focus-visible,#glp-share-root .glp-share-thumb:focus-visible,#glp-admin-root .glp-share-thumb:focus-visible{outline:3px solid #ffd0e1;outline-offset:3px}#glp-app-root .glp-main-photo,#glp-share-root .glp-main-photo,#glp-admin-root .glp-main-photo{height:420px;border-radius:28px;object-fit:cover;background:#fff3f8;border:1px solid var(--line);width:100%;box-shadow:0 18px 34px rgba(74,50,64,.09)}
#glp-app-root .glp-album-media-grid,#glp-share-root .glp-album-media-grid,#glp-admin-root .glp-album-media-grid{display:grid;gap:14px}#glp-app-root .glp-album-media-grid-cheki,#glp-share-root .glp-album-media-grid-cheki,#glp-admin-root .glp-album-media-grid-cheki{grid-template-columns:repeat(3,1fr)}#glp-app-root .glp-album-media-grid-photo,#glp-share-root .glp-album-media-grid-photo,#glp-admin-root .glp-album-media-grid-photo{grid-template-columns:repeat(4,1fr)}#glp-app-root .glp-media-thumb,#glp-share-root .glp-media-thumb,#glp-admin-root .glp-media-thumb{border:0;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}#glp-app-root .glp-media-thumb-cheki,#glp-share-root .glp-media-thumb-cheki,#glp-admin-root .glp-media-thumb-cheki{min-width:0}#glp-app-root .glp-media-polaroid,#glp-share-root .glp-media-polaroid,#glp-admin-root .glp-media-polaroid{display:block;background:#fff;border:1px solid #eee0e7;border-radius:18px;padding:10px 10px 13px;box-shadow:0 16px 34px rgba(83,52,66,.10);text-align:center;transition:.16s ease}#glp-app-root .glp-media-thumb:hover .glp-media-polaroid,#glp-share-root .glp-media-thumb:hover .glp-media-polaroid,#glp-admin-root .glp-media-thumb:hover .glp-media-polaroid,#glp-app-root .glp-media-thumb-photo:hover,#glp-share-root .glp-media-thumb-photo:hover,#glp-admin-root .glp-media-thumb-photo:hover,#glp-app-root .glp-share-thumb:hover,#glp-share-root .glp-share-thumb:hover,#glp-admin-root .glp-share-thumb:hover{transform:translateY(-3px);box-shadow:var(--shadow)}#glp-app-root .glp-media-image,#glp-share-root .glp-media-image,#glp-admin-root .glp-media-image{display:block;height:210px;border-radius:12px;overflow:hidden;background:#fff3f8;border:1px solid var(--line)}#glp-app-root .glp-media-image img,#glp-share-root .glp-media-image img,#glp-admin-root .glp-media-image img{width:100%;height:100%;object-fit:cover}#glp-app-root .glp-media-polaroid strong,#glp-share-root .glp-media-polaroid strong,#glp-admin-root .glp-media-polaroid strong{display:block;margin-top:10px;font-size:15px}#glp-app-root .glp-media-polaroid small,#glp-share-root .glp-media-polaroid small,#glp-admin-root .glp-media-polaroid small{display:block;color:var(--muted);font-size:12px}#glp-app-root .glp-media-polaroid em,#glp-share-root .glp-media-polaroid em,#glp-admin-root .glp-media-polaroid em{display:block;margin-top:4px;color:var(--brand);font-style:normal;font-weight:900;font-size:12px}#glp-app-root .glp-media-thumb-photo,#glp-share-root .glp-media-thumb-photo,#glp-admin-root .glp-media-thumb-photo{position:relative;display:block;overflow:hidden;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:.16s ease}#glp-app-root .glp-media-thumb-photo img,#glp-share-root .glp-media-thumb-photo img,#glp-admin-root .glp-media-thumb-photo img{height:116px;width:100%;object-fit:cover;background:#fff3f8}#glp-app-root .glp-media-thumb-photo span,#glp-share-root .glp-media-thumb-photo span,#glp-admin-root .glp-media-thumb-photo span{display:grid;gap:2px;padding:10px 11px}#glp-app-root .glp-media-thumb-photo strong,#glp-share-root .glp-media-thumb-photo strong,#glp-admin-root .glp-media-thumb-photo strong{font-size:13px;line-height:1.35}#glp-app-root .glp-media-thumb-photo small,#glp-share-root .glp-media-thumb-photo small,#glp-admin-root .glp-media-thumb-photo small{color:var(--muted);font-size:11px;line-height:1.35}#glp-app-root .glp-scrapbook,#glp-share-root .glp-scrapbook,#glp-admin-root .glp-scrapbook{background:linear-gradient(135deg,#fffdf8,#fffafc);position:relative}#glp-app-root .glp-scrapbook:before,#glp-share-root .glp-scrapbook:before,#glp-admin-root .glp-scrapbook:before{content:"";position:absolute;left:18px;right:18px;top:18px;border-top:1px dashed rgba(166,120,78,.18);pointer-events:none}#glp-app-root .glp-media-modal,#glp-share-root .glp-media-modal,#glp-admin-root .glp-media-modal{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:20px;align-items:start}#glp-app-root .glp-media-modal-image,#glp-share-root .glp-media-modal-image,#glp-admin-root .glp-media-modal-image{border-radius:24px;overflow:hidden;background:#fff4f8;border:1px solid var(--line);box-shadow:var(--shadow-sm)}#glp-app-root .glp-media-modal-image img,#glp-share-root .glp-media-modal-image img,#glp-admin-root .glp-media-modal-image img{width:100%;max-height:70vh;object-fit:contain;background:#fff4f8}#glp-app-root .glp-media-modal-detail,#glp-share-root .glp-media-modal-detail,#glp-admin-root .glp-media-modal-detail{display:grid;gap:14px}#glp-app-root .glp-media-modal-detail h3,#glp-share-root .glp-media-modal-detail h3,#glp-admin-root .glp-media-modal-detail h3{font-size:26px;line-height:1.25;margin:0;letter-spacing:-.04em}#glp-app-root .glp-media-detail-list,#glp-share-root .glp-media-detail-list,#glp-admin-root .glp-media-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}#glp-app-root .glp-media-detail-list div,#glp-share-root .glp-media-detail-list div,#glp-admin-root .glp-media-detail-list div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:11px 12px}#glp-app-root .glp-media-detail-list span,#glp-share-root .glp-media-detail-list span,#glp-admin-root .glp-media-detail-list span{display:block;color:var(--muted);font-size:11px;font-weight:900;margin-bottom:2px}#glp-app-root .glp-media-detail-list strong,#glp-share-root .glp-media-detail-list strong,#glp-admin-root .glp-media-detail-list strong{display:block;font-size:13px;line-height:1.45}#glp-app-root .glp-modal-card:has(.glp-media-modal),#glp-share-root .glp-modal-card:has(.glp-media-modal),#glp-admin-root .glp-modal-card:has(.glp-media-modal){width:min(1040px,calc(100vw - 32px));padding:24px}#glp-app-root .glp-share-thumb,#glp-share-root .glp-share-thumb,#glp-admin-root .glp-share-thumb{border:0;background:transparent;padding:0;border-radius:18px;overflow:hidden;transition:.16s ease;box-shadow:var(--shadow-sm)}#glp-app-root .glp-share-thumb img,#glp-share-root .glp-share-thumb img,#glp-admin-root .glp-share-thumb img{width:100%;height:180px;border-radius:18px;object-fit:cover;background:#fff3f8;border:1px solid var(--line)}
@media(max-width:1080px){#glp-app-root .glp-photo-detail-layout,#glp-share-root .glp-photo-detail-layout,#glp-admin-root .glp-photo-detail-layout{grid-template-columns:1fr}#glp-app-root .glp-album-media-grid-cheki,#glp-share-root .glp-album-media-grid-cheki,#glp-admin-root .glp-album-media-grid-cheki{grid-template-columns:repeat(3,1fr)}#glp-app-root .glp-album-media-grid-photo,#glp-share-root .glp-album-media-grid-photo,#glp-admin-root .glp-album-media-grid-photo{grid-template-columns:repeat(3,1fr)}#glp-app-root .glp-media-modal,#glp-share-root .glp-media-modal,#glp-admin-root .glp-media-modal{grid-template-columns:1fr}#glp-app-root .glp-media-modal-image img,#glp-share-root .glp-media-modal-image img,#glp-admin-root .glp-media-modal-image img{max-height:55vh}#glp-app-root .glp-modal-card:has(.glp-media-modal),#glp-share-root .glp-modal-card:has(.glp-media-modal),#glp-admin-root .glp-modal-card:has(.glp-media-modal){width:min(760px,calc(100vw - 32px))}}
@media(max-width:760px){#glp-app-root .glp-photo-main-head,#glp-share-root .glp-photo-main-head,#glp-admin-root .glp-photo-main-head{align-items:flex-start;flex-direction:column}#glp-app-root .glp-main-photo,#glp-share-root .glp-main-photo,#glp-admin-root .glp-main-photo{height:300px;border-radius:22px}#glp-app-root .glp-album-media-grid-cheki,#glp-share-root .glp-album-media-grid-cheki,#glp-admin-root .glp-album-media-grid-cheki,#glp-app-root .glp-album-media-grid-photo,#glp-share-root .glp-album-media-grid-photo,#glp-admin-root .glp-album-media-grid-photo{grid-template-columns:repeat(2,1fr);gap:10px}#glp-app-root .glp-media-image,#glp-share-root .glp-media-image,#glp-admin-root .glp-media-image{height:164px}#glp-app-root .glp-media-thumb-photo img,#glp-share-root .glp-media-thumb-photo img,#glp-admin-root .glp-media-thumb-photo img{height:94px}#glp-app-root .glp-media-detail-list,#glp-share-root .glp-media-detail-list,#glp-admin-root .glp-media-detail-list{grid-template-columns:1fr}#glp-app-root .glp-modal-card:has(.glp-media-modal),#glp-share-root .glp-modal-card:has(.glp-media-modal),#glp-admin-root .glp-modal-card:has(.glp-media-modal){width:100%;padding:18px}#glp-app-root .glp-media-modal-image img,#glp-share-root .glp-media-modal-image img,#glp-admin-root .glp-media-modal-image img{max-height:42vh}#glp-app-root .glp-share-thumb img,#glp-share-root .glp-share-thumb img,#glp-admin-root .glp-share-thumb img{height:160px}}

/* Home screen: align spacing and readability with production mock v3. */
#glp-app-root .glp-layout-home {
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  gap: 26px;
  align-items: start;
}
#glp-app-root .glp-layout-home > .glp-grid {
  gap: 22px;
}
#glp-app-root .glp-layout-home .glp-card {
  border-radius: 32px;
  box-shadow: 0 20px 54px rgba(67, 45, 59, .08);
}
#glp-app-root .glp-layout-home .glp-card-pad {
  padding: 28px;
}
#glp-app-root .glp-layout-home .glp-section-title {
  margin-bottom: 20px;
}
#glp-app-root .glp-layout-home .glp-section-title h2 {
  color: #24212a;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.35;
}
#glp-app-root .glp-layout-home .glp-section-title p {
  margin-top: 6px;
  color: #7a7480;
  font-size: 14px;
  line-height: 1.75;
}
#glp-app-root .glp-layout-home .glp-link-button {
  color: #ee5a92;
  font-size: 14px;
  font-weight: 950;
}
#glp-app-root .glp-layout-home .glp-hero-image {
  min-height: 226px;
}
#glp-app-root .glp-layout-home .glp-hero-badge {
  left: 20px;
  top: 20px;
  background: #fff;
  border-color: #ffdbe8;
  padding: 8px 14px;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(92, 61, 78, .06);
}
#glp-app-root .glp-layout-home .glp-hero-body {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
}
#glp-app-root .glp-layout-home .glp-date-block {
  padding-right: 22px;
}
#glp-app-root .glp-layout-home .glp-date-block strong {
  font-size: 38px;
  line-height: 1;
}
#glp-app-root .glp-layout-home .glp-date-block span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
}
#glp-app-root .glp-layout-home .glp-event-info h2 {
  margin-bottom: 8px;
  color: #24212a;
  font-size: 27px;
  font-weight: 950;
  line-height: 1.3;
}
#glp-app-root .glp-layout-home .glp-meta {
  color: #746d78;
  font-size: 14px;
  line-height: 1.75;
}
#glp-app-root .glp-layout-home .glp-people {
  gap: 0;
  margin: 16px 0 18px;
}
#glp-app-root .glp-layout-home .glp-person-avatar {
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: -7px;
  background: #fff3f8;
  color: #ee5a92;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .08);
}
#glp-app-root .glp-layout-home .glp-person-avatar:first-child {
  margin-left: 0;
}
#glp-app-root .glp-layout-home .glp-person-count {
  margin-left: 9px;
  color: #746d78;
  font-size: 13px;
  font-weight: 900;
}
#glp-app-root .glp-layout-home .glp-actions {
  gap: 12px;
}
#glp-app-root .glp-layout-home .glp-primary-button,
#glp-app-root .glp-layout-home .glp-ghost-button {
  min-height: 50px;
  padding: 0 22px;
  font-size: 15px;
}
#glp-app-root .glp-layout-home .glp-quick-grid {
  gap: 14px;
}
#glp-app-root .glp-layout-home .glp-quick-card {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  line-height: 1.5;
}
#glp-app-root .glp-layout-home .glp-quick-card span:first-child {
  width: 44px;
  height: 44px;
  margin-bottom: 2px;
  border-radius: 15px;
}
#glp-app-root .glp-layout-home .glp-quick-card strong {
  color: #514a57;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.45;
}
#glp-app-root .glp-layout-home .glp-quick-card small {
  max-width: 9em;
  color: #514a57;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.55;
}
#glp-app-root .glp-layout-home .glp-kpi-row {
  gap: 12px;
  margin-top: 6px;
}
#glp-app-root .glp-layout-home .glp-kpi {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
}
#glp-app-root .glp-layout-home .glp-kpi span {
  color: #7a7480;
  font-size: 13px;
  line-height: 1.4;
}
#glp-app-root .glp-layout-home .glp-kpi strong {
  margin-top: 4px;
  color: #24212a;
  font-size: 27px;
  line-height: 1.15;
}
#glp-app-root .glp-layout-home .glp-bars {
  height: 122px;
  gap: 13px;
  margin-top: 28px;
  padding: 8px 6px 0;
}
#glp-app-root .glp-layout-home .glp-bars span {
  min-width: 9px;
  background: linear-gradient(180deg, #ff83b2, #ffc5d9);
}
#glp-app-root .glp-layout-home .glp-chart-wrap {
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 24px;
  margin-top: 10px;
}
#glp-app-root .glp-layout-home .glp-donut {
  width: 156px;
  height: 156px;
}
#glp-app-root .glp-layout-home .glp-donut:after {
  inset: 34px;
}
#glp-app-root .glp-layout-home .glp-legend {
  gap: 13px;
}
#glp-app-root .glp-layout-home .glp-legend-row {
  color: #514a57;
  font-size: 14px;
  line-height: 1.4;
}
#glp-app-root .glp-layout-home .glp-legend-row strong {
  color: #24212a;
  font-weight: 950;
}
#glp-app-root .glp-layout-home .glp-home-log-row {
  grid-template-columns: 56px 78px minmax(0, 1fr) 42px;
  gap: 14px;
  padding: 12px 0;
}
#glp-app-root .glp-layout-home .glp-home-log-row + .glp-home-log-row {
  margin-top: 6px;
}
#glp-app-root .glp-layout-home .glp-home-log-row .glp-log-date strong {
  font-size: 18px;
  line-height: 1.1;
}
#glp-app-root .glp-layout-home .glp-home-log-row .glp-log-date span {
  display: block;
  margin-top: 8px;
  color: #7a7480;
  font-size: 12px;
}
#glp-app-root .glp-layout-home .glp-home-log-row .glp-log-thumb {
  width: 78px;
  height: 58px;
  border-radius: 16px;
}
#glp-app-root .glp-layout-home .glp-home-log-row h3 {
  color: #24212a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.45;
}
#glp-app-root .glp-layout-home .glp-home-log-row p {
  margin-top: 3px;
  color: #746d78;
  font-size: 12px;
  line-height: 1.55;
}
#glp-app-root .glp-layout-home .glp-home-heart {
  width: 38px;
  height: 38px;
  border: 1px solid #ffdbe8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ee5a92;
  background: #fff7fa;
}
#glp-app-root .glp-layout-home .glp-home-heart .glp-icon {
  width: 17px;
  height: 17px;
}
@media (max-width: 1080px) {
  #glp-app-root .glp-layout-home {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-layout-home {
    gap: 18px;
  }
  #glp-app-root .glp-layout-home .glp-card-pad {
    padding: 20px;
  }
  #glp-app-root .glp-layout-home .glp-hero-image {
    min-height: 166px;
  }
  #glp-app-root .glp-layout-home .glp-hero-body {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }
  #glp-app-root .glp-layout-home .glp-date-block {
    padding-right: 14px;
  }
  #glp-app-root .glp-layout-home .glp-date-block strong {
    font-size: 27px;
  }
  #glp-app-root .glp-layout-home .glp-event-info h2 {
    font-size: 20px;
  }
  #glp-app-root .glp-layout-home .glp-primary-button,
  #glp-app-root .glp-layout-home .glp-ghost-button {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }
  #glp-app-root .glp-layout-home .glp-quick-grid,
  #glp-app-root .glp-layout-home .glp-kpi-row {
    grid-template-columns: repeat(2, 1fr);
  }
  #glp-app-root .glp-layout-home .glp-chart-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #glp-app-root .glp-layout-home .glp-home-log-row {
    grid-template-columns: 48px 62px minmax(0, 1fr);
  }
  #glp-app-root .glp-layout-home .glp-home-heart {
    display: none;
  }
  #glp-app-root .glp-layout-home .glp-home-log-row .glp-log-thumb {
    width: 62px;
    height: 52px;
  }
}

#glp-app-root .glp-album-mock-screen {
  --glp-album-accent: #f25d98;
  --glp-album-soft: #fff3f8;
  --glp-album-border: #ffd6e4;
  --glp-album-ink: #24212a;
  max-width: 1100px;
  margin: 0 auto;
}
#glp-app-root .glp-album-mock-photo {
  --glp-album-accent: #8b73df;
  --glp-album-soft: #f5f2ff;
  --glp-album-border: #ddd4ff;
}
#glp-app-root .glp-album-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 14px;
  color: #4f4855;
  font-size: 13px;
  font-weight: 850;
}
#glp-app-root .glp-album-mock-shell {
  padding: 22px;
  border: 1px solid var(--glp-album-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 58px rgba(92, 61, 78, .065);
}
#glp-app-root .glp-album-summary-card {
  padding: 22px 24px 18px;
  border: 1px solid var(--glp-album-border);
  border-radius: 14px;
  background:
    radial-gradient(circle at right top, rgba(255, 255, 255, .88), transparent 38%),
    linear-gradient(135deg, var(--glp-album-soft), #fff);
}
#glp-app-root .glp-album-date-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--glp-album-accent);
  border: 1px solid color-mix(in srgb, var(--glp-album-accent) 28%, #fff);
  font-size: 12px;
  font-weight: 950;
}
#glp-app-root .glp-album-summary-card h2 {
  margin: 12px 0 18px;
  color: var(--glp-album-ink);
  font-size: 24px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -.04em;
}
#glp-app-root .glp-album-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
}
#glp-app-root .glp-album-meta-grid > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4f4855;
  font-size: 13px;
}
#glp-app-root .glp-album-meta-grid > div > span:first-child {
  flex: 0 0 auto;
  min-width: 50px;
  padding: 4px 8px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .74);
  color: #68606e;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}
#glp-app-root .glp-album-meta-grid strong {
  min-width: 0;
  color: #24212a;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
#glp-app-root .glp-album-meta-action {
  color: var(--glp-album-accent);
}
#glp-app-root .glp-album-meta-action .glp-icon {
  width: 17px;
  height: 17px;
  color: var(--glp-album-accent);
}
#glp-app-root .glp-album-inline-share,
#glp-app-root .glp-album-inline-share button {
  margin: 0;
}
#glp-app-root .glp-album-inline-share button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  color: #4f4855;
  font-weight: 850;
}
#glp-app-root .glp-album-inline-share button[aria-pressed="true"] {
  color: #4f4855;
}
#glp-app-root .glp-album-inline-share .glp-icon {
  width: 17px;
  height: 17px;
  color: var(--glp-album-accent);
}
#glp-app-root .glp-album-memo-box {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--glp-album-border);
}
#glp-app-root .glp-album-memo-head {
  display: grid;
  grid-template-columns: 22px 1fr 24px;
  gap: 8px;
  align-items: center;
  color: var(--glp-album-accent);
  font-size: 13px;
  font-weight: 950;
}
#glp-app-root .glp-album-memo-head .glp-icon {
  width: 18px;
  height: 18px;
}
#glp-app-root .glp-album-memo-box p {
  margin: 8px 0 0;
  color: #332d38;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
}
#glp-app-root .glp-album-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 20px 0 14px;
}
#glp-app-root .glp-album-gallery-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
#glp-app-root .glp-album-gallery-head > div:first-child > span {
  color: var(--glp-album-accent);
}
#glp-app-root .glp-album-gallery-head h3 {
  margin: 0;
  color: #24212a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: -.025em;
}
#glp-app-root .glp-album-gallery-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}
#glp-app-root .glp-album-sort-button,
#glp-app-root .glp-album-view-button {
  min-height: 36px;
  border: 1px solid #eee7f0;
  background: #fff;
  color: #4f4855;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}
#glp-app-root .glp-album-sort-button {
  padding: 0 13px;
}
#glp-app-root .glp-album-view-button {
  width: 36px;
  padding: 0;
  display: grid;
  place-items: center;
}
#glp-app-root .glp-album-view-button.glp-is-active {
  color: var(--glp-album-accent);
  border-color: var(--glp-album-border);
  background: var(--glp-album-soft);
}
#glp-app-root .glp-album-mock-gallery {
  margin-top: 0;
}
#glp-app-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 16px;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki {
  display: block;
  width: 100%;
}
#glp-app-root .glp-album-mock-cheki .glp-media-polaroid {
  position: relative;
  max-width: 112px;
  margin: 0 auto;
  padding: 8px 8px 9px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eee7f0;
  box-shadow: 0 8px 18px rgba(76, 51, 64, .12);
  transform: none;
}
#glp-app-root .glp-album-mock-cheki .glp-media-polaroid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 42px;
  height: 13px;
  border-radius: 2px;
  background: rgba(244, 183, 196, .52);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 2px 8px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-album-mock-cheki .glp-media-image {
  height: 114px;
  border-radius: 4px;
  border: 0;
  background: #fff3f8;
}
#glp-app-root .glp-album-mock-cheki .glp-media-polaroid strong {
  margin-top: 7px;
  color: #24212a;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#glp-app-root .glp-album-mock-cheki .glp-media-polaroid small,
#glp-app-root .glp-album-mock-cheki .glp-media-polaroid em {
  display: none;
}
#glp-app-root .glp-album-mock-photo .glp-album-media-grid-photo.glp-album-mock-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
#glp-app-root .glp-album-mock-photo .glp-media-thumb-photo {
  border-radius: 8px;
  box-shadow: 0 10px 18px rgba(76, 51, 64, .08);
}
#glp-app-root .glp-album-mock-photo .glp-media-thumb-photo img {
  height: 132px;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
}
#glp-app-root .glp-album-mock-photo .glp-media-thumb-photo span {
  display: none;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only) .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only) .glp-modal-card,
#glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only) .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only) .glp-modal-card {
  width: min(760px, calc(100vw - 32px));
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(36, 33, 42, .22);
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-modal-head,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-modal-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin: 0 0 12px;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-modal-head h2 {
  font-size: 18px;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal {
  grid-template-columns: minmax(0, 1.1fr) 320px;
  gap: 24px;
  align-items: center;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image {
  position: relative;
  padding: 14px 14px 52px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(36, 33, 42, .14);
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 82px;
  height: 18px;
  border-radius: 2px;
  background: rgba(233, 174, 181, .55);
  transform: translateX(-50%) rotate(-3deg);
  z-index: 1;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image::after {
  content: "♡";
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: #24212a;
  font-size: 28px;
  line-height: 1;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image img {
  width: 100%;
  height: 342px;
  max-height: none;
  border-radius: 3px;
  object-fit: cover;
}
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-image {
  border-radius: 10px;
  border: 1px solid #eee7f0;
  background: #fff;
  box-shadow: 0 12px 34px rgba(36, 33, 42, .13);
}
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-image img {
  width: 100%;
  height: 320px;
  max-height: none;
  border-radius: 10px;
  object-fit: cover;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-modal-category,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-modal-category {
  width: auto;
  background: #fff3f8;
  border-color: #ffd6e4;
  color: #f25d98;
}
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-modal-category,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-modal-category {
  width: auto;
  background: #f5f2ff;
  border-color: #ddd4ff;
  color: #8b73df;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-detail h3,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-detail h3,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-detail h3,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-detail h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list {
  grid-template-columns: 1fr;
  gap: 8px;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list div,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list div,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list div,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list span,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list span,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list span,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list span {
  color: #817889;
  font-size: 12px;
  font-weight: 750;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list strong,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-detail-list strong,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list strong,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-detail-list strong {
  color: #24212a;
  font-size: 13px;
  font-weight: 850;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-detail .glp-subtle,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-detail .glp-subtle,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-detail .glp-subtle,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-detail .glp-subtle {
  padding: 0;
  border: 0;
  background: transparent;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-detail .glp-subtle::before,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-detail .glp-subtle::before,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-detail .glp-subtle::before,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-detail .glp-subtle::before {
  content: "メモ";
  display: block;
  margin-bottom: 3px;
  color: #817889;
  font-size: 12px;
  font-weight: 750;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-text-pre,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-text-pre,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-text-pre,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-text-pre {
  color: #24212a;
  font-size: 13px;
  line-height: 1.7;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-modal-actions,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-modal-actions,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-modal-actions,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-modal-actions {
  margin-top: 8px;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-modal-actions .glp-primary-button,
#glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-modal-actions .glp-primary-button,
#glp-app-root .glp-modal-root.glp-is-photo-modal .glp-modal-actions .glp-primary-button,
#glp-share-root .glp-modal-root.glp-is-photo-modal .glp-modal-actions .glp-primary-button {
  background: #fff;
  color: var(--glp-album-accent, #f25d98);
  border: 1px solid #eee7f0;
  box-shadow: none;
}

@media (max-width: 980px) {
  #glp-app-root .glp-album-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #glp-app-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #glp-app-root .glp-album-mock-photo .glp-album-media-grid-photo.glp-album-mock-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-album-mock-shell {
    padding: 14px;
    border-radius: 16px;
  }
  #glp-app-root .glp-album-summary-card {
    padding: 18px;
  }
  #glp-app-root .glp-album-meta-grid {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-album-gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }
  #glp-app-root .glp-album-gallery-tools {
    width: 100%;
    overflow-x: auto;
  }
  #glp-app-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
  }
  #glp-app-root .glp-album-mock-photo .glp-album-media-grid-photo.glp-album-mock-gallery {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-album-mock-photo .glp-media-thumb-photo img {
    height: 180px;
  }
  #glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only) .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only) .glp-modal-card,
  #glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only) .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only) .glp-modal-card {
    width: 100%;
    padding: 18px;
    border-radius: 26px 26px 0 0;
  }
  #glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal,
  #glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal,
  #glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image {
    max-width: 280px;
    margin: 0 auto;
  }
  #glp-app-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal .glp-media-modal-image img {
    height: 310px;
  }
  #glp-app-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-photo-modal .glp-media-modal-image img {
    height: 230px;
  }
}

/* Events screen: tuned to the production mock v3 list layout. */
#glp-app-root .glp-events-screen .glp-toolbar {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  margin: 10px 0 28px;
}
#glp-app-root .glp-events-screen .glp-search-field {
  min-width: 0;
}
#glp-app-root .glp-events-screen .glp-search-field input {
  height: 58px;
  border-color: #eee6ed;
  border-radius: 999px;
  padding: 0 22px 0 56px;
  color: #24212a;
  font-size: 17px;
  box-shadow: 0 10px 28px rgba(92, 61, 78, .045);
}
#glp-app-root .glp-events-screen .glp-search-field input::placeholder {
  color: #aaa1ad;
}
#glp-app-root .glp-events-screen .glp-search-field .glp-icon {
  left: 22px;
  width: 22px;
  height: 22px;
}
#glp-app-root .glp-events-screen .glp-segmented {
  min-height: 58px;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border-color: #eee6ed;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(92, 61, 78, .045);
}
#glp-app-root .glp-events-screen .glp-seg-btn {
  min-height: 48px;
  padding: 0 19px;
  color: #665f6c;
  font-size: 15px;
  font-weight: 950;
}
#glp-app-root .glp-events-screen .glp-seg-btn.glp-is-active {
  background: #24212a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(36, 33, 42, .16);
}
#glp-app-root .glp-events-screen .glp-toolbar > .glp-primary-button {
  min-height: 58px;
  padding: 0 27px;
  font-size: 16px;
}
#glp-app-root .glp-events-screen .glp-event-list {
  gap: 16px;
}
#glp-app-root .glp-events-screen .glp-event-card {
  display: grid;
  grid-template-columns: 100px 132px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 136px;
  padding: 20px 20px;
  border-color: #eee6ed;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(92, 61, 78, .07);
}
#glp-app-root .glp-events-screen .glp-event-card:hover {
  background: #fff8fb;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-date-block {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 0;
  border-right-color: #eee6ed;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-date-block strong {
  color: #24212a;
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-date-block span {
  display: block;
  margin-top: 9px;
  color: #746d78;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}
#glp-app-root .glp-events-screen .glp-event-cover {
  width: 132px;
  height: 92px;
  border: 1px solid #f0e8ef;
  border-radius: 20px;
  object-fit: cover;
  background: #fff1f6;
  box-shadow: 0 12px 24px rgba(92, 61, 78, .055);
}
#glp-app-root .glp-events-screen .glp-event-card-body {
  min-width: 0;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-state {
  padding: 7px 13px;
  font-size: 13px;
}
#glp-app-root .glp-events-screen .glp-event-card h2 {
  margin: 0 0 4px;
  color: #24212a;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.03em;
}
#glp-app-root .glp-events-screen .glp-event-card h2 a {
  display: inline;
  overflow-wrap: anywhere;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-meta {
  color: #7a7480;
  font-size: 13px;
  line-height: 1.62;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-tag-row {
  gap: 8px;
  margin-top: 7px;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-tag {
  min-height: 30px;
  padding: 5px 11px;
  color: #675f6b;
  font-size: 12px;
  border-color: #eee6ed;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-actions {
  justify-content: flex-end;
}
#glp-app-root .glp-events-screen .glp-event-card .glp-ghost-button {
  min-width: 78px;
  min-height: 48px;
  padding: 0 19px;
  font-size: 14px;
  border-color: #eee6ed;
  background: #fff;
}
@media (max-width: 1180px) {
  #glp-app-root .glp-events-screen .glp-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  #glp-app-root .glp-events-screen .glp-search-field {
    grid-column: 1 / -1;
  }
  #glp-app-root .glp-events-screen .glp-event-card {
    grid-template-columns: 88px 118px minmax(0, 1fr) auto;
    gap: 16px;
  }
  #glp-app-root .glp-events-screen .glp-event-cover {
    width: 118px;
    height: 84px;
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-events-screen .glp-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 4px 0 18px;
  }
  #glp-app-root .glp-events-screen .glp-search-field {
    grid-column: auto;
  }
  #glp-app-root .glp-events-screen .glp-search-field input {
    height: 50px;
    padding-left: 48px;
    font-size: 14px;
  }
  #glp-app-root .glp-events-screen .glp-search-field .glp-icon {
    left: 18px;
    width: 20px;
    height: 20px;
  }
  #glp-app-root .glp-events-screen .glp-segmented {
    min-height: 50px;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }
  #glp-app-root .glp-events-screen .glp-seg-btn {
    min-height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
  #glp-app-root .glp-events-screen .glp-toolbar > .glp-primary-button {
    min-height: 50px;
    width: 100%;
  }
  #glp-app-root .glp-events-screen .glp-event-list {
    gap: 14px;
  }
  #glp-app-root .glp-events-screen .glp-event-card {
    grid-template-columns: 58px 72px minmax(0, 1fr);
    gap: 10px;
    min-height: auto;
    padding: 14px;
    border-radius: 24px;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-date-block {
    min-height: 72px;
    display: flex;
    grid-column: 1;
    grid-row: 1;
    padding-right: 10px;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-date-block strong {
    font-size: 23px;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-date-block span {
    margin-top: 6px;
    font-size: 11px;
  }
  #glp-app-root .glp-events-screen .glp-event-cover {
    grid-column: 2;
    grid-row: 1;
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
  #glp-app-root .glp-events-screen .glp-event-card-body {
    grid-column: 3;
    grid-row: 1;
  }
  #glp-app-root .glp-events-screen .glp-event-card h2 {
    font-size: 15px;
    line-height: 1.35;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-meta {
    font-size: 11px;
    line-height: 1.55;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-tag-row {
    gap: 5px;
    margin-top: 6px;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-tag {
    min-height: 26px;
    padding: 4px 8px;
    font-size: 10px;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }
  #glp-app-root .glp-events-screen .glp-event-card .glp-ghost-button {
    width: 100%;
    min-height: 44px;
  }
}

/* Cheki detail: production mock v3 style. */
#glp-app-root .glp-cheki-detail-screen {
  max-width: 100%;
}
#glp-app-root .glp-cheki-detail-screen .glp-breadcrumb {
  margin: 0 0 22px;
  padding-left: 2px;
  color: #746d78;
  font-size: 14px;
}
#glp-app-root .glp-cheki-detail-screen .glp-breadcrumb a {
  color: #ee5a92;
  font-weight: 950;
}
#glp-app-root .glp-cheki-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 24px;
  align-items: stretch;
}
#glp-app-root .glp-cheki-detail-main {
  display: grid;
  gap: 22px;
}
#glp-app-root .glp-cheki-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  min-height: 470px;
  padding: 32px 38px;
  border-radius: 32px;
  background: #fff;
  border-color: #eee6ed;
  box-shadow: 0 22px 58px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-cheki-detail-polaroid {
  width: min(330px, 100%);
  justify-self: start;
  padding: 12px;
  border: 1px solid #eee6ed;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(92, 61, 78, .075);
}
#glp-app-root .glp-cheki-detail-photo-button {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
}
#glp-app-root .glp-cheki-detail-photo {
  width: 100%;
  height: 385px;
  border: 1px solid #eee6ed;
  border-radius: 18px;
  background: #fff1f6;
  object-fit: cover;
  overflow: hidden;
}
#glp-app-root .glp-cheki-detail-photo-empty {
  display: grid;
  place-items: center;
}
#glp-app-root .glp-cheki-detail-photo-empty img {
  width: 66%;
  margin: auto;
}
#glp-app-root .glp-cheki-detail-info {
  width: min(560px, 100%);
  justify-self: start;
  min-width: 0;
  padding-top: 64px;
}
#glp-app-root .glp-cheki-detail-info h2 {
  margin: 0 0 18px;
  color: #24212a;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}
#glp-app-root .glp-cheki-detail-meta {
  display: grid;
  gap: 4px;
  color: #7a7480;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.72;
}
#glp-app-root .glp-cheki-detail-meta p {
  margin: 0;
}
#glp-app-root .glp-cheki-detail-tags {
  gap: 10px;
  margin-top: 13px;
}
#glp-app-root .glp-cheki-detail-tags .glp-tag {
  min-height: 40px;
  padding: 7px 15px;
  font-size: 15px;
  background: #fff;
}
#glp-app-root .glp-cheki-note-card {
  min-height: 170px;
  padding: 32px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-cheki-note-card h2,
#glp-app-root .glp-cheki-actions-card h2 {
  margin: 0 0 22px;
  color: #24212a;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.03em;
}
#glp-app-root .glp-cheki-note-body {
  display: grid;
  gap: 8px;
  color: #514a57;
  font-size: 15px;
  line-height: 1.75;
}
#glp-app-root .glp-cheki-note-body p {
  margin: 0;
}
#glp-app-root .glp-cheki-note-body strong {
  color: #24212a;
  font-weight: 950;
}
#glp-app-root .glp-cheki-actions-card {
  min-height: 650px;
  padding: 32px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-cheki-action-list {
  display: grid;
  gap: 18px;
}
#glp-app-root .glp-cheki-action-list .glp-primary-button,
#glp-app-root .glp-cheki-action-list .glp-secondary-button,
#glp-app-root .glp-cheki-action-list .glp-ghost-button {
  width: 100%;
  min-height: 58px;
  font-size: 16px;
}
#glp-app-root .glp-cheki-action-list .glp-secondary-button {
  background: #fff7fb;
}
#glp-app-root .glp-modal-root.glp-is-image-only .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-modal-card {
  width: min(920px, calc(100vw - 32px));
  padding: 16px;
}
#glp-app-root .glp-modal-root.glp-is-image-only .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-modal-head {
  justify-content: flex-end;
  margin-bottom: 10px;
}
#glp-app-root .glp-modal-root.glp-is-image-only .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-image-only .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-media-modal-detail {
  display: none;
}
#glp-app-root .glp-modal-root.glp-is-image-only .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-media-modal {
  display: block;
}
#glp-app-root .glp-modal-root.glp-is-image-only .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-media-modal-image {
  border-radius: 24px;
  box-shadow: none;
}
#glp-app-root .glp-modal-root.glp-is-image-only .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-image-only .glp-media-modal-image img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}
@media (max-width: 1080px) {
  #glp-app-root .glp-cheki-detail-layout {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-cheki-actions-card {
    min-height: auto;
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-cheki-detail-screen .glp-breadcrumb {
    margin-bottom: 14px;
    font-size: 12px;
  }
  #glp-app-root .glp-cheki-detail-layout,
  #glp-app-root .glp-cheki-detail-main {
    gap: 16px;
  }
  #glp-app-root .glp-cheki-detail-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 20px;
    border-radius: 26px;
  }
  #glp-app-root .glp-cheki-detail-polaroid {
    width: min(280px, 100%);
    padding: 10px;
    border-radius: 22px;
  }
  #glp-app-root .glp-cheki-detail-photo {
    height: 300px;
    border-radius: 16px;
  }
  #glp-app-root .glp-cheki-detail-info h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }
  #glp-app-root .glp-cheki-detail-info {
    padding-top: 0;
  }
  #glp-app-root .glp-cheki-detail-meta {
    font-size: 14px;
  }
  #glp-app-root .glp-cheki-note-card,
  #glp-app-root .glp-cheki-actions-card {
    padding: 22px;
    border-radius: 26px;
  }
  #glp-app-root .glp-cheki-note-card h2,
  #glp-app-root .glp-cheki-actions-card h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  #glp-app-root .glp-cheki-note-body {
    font-size: 13px;
  }
  #glp-app-root .glp-cheki-action-list {
    gap: 12px;
  }
  #glp-app-root .glp-cheki-action-list .glp-primary-button,
  #glp-app-root .glp-cheki-action-list .glp-secondary-button,
  #glp-app-root .glp-cheki-action-list .glp-ghost-button {
    min-height: 50px;
    font-size: 14px;
  }
}

#glp-app-root .glp-calendar-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 24px;
  align-items: start;
}
#glp-app-root .glp-calendar-main-card,
#glp-app-root .glp-calendar-side-card {
  border-radius: 32px;
  background: #fff;
  border-color: #eee7f0;
  box-shadow: 0 22px 58px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-calendar-main-card {
  padding: 30px 32px 34px;
}
#glp-app-root .glp-calendar-side-card {
  min-height: 650px;
  padding: 30px 28px;
}
#glp-app-root .glp-calendar-month-nav {
  display: grid;
  grid-template-columns: 54px minmax(190px, auto) 54px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto 26px;
}
#glp-app-root .glp-calendar-nav-button {
  width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  color: #332d38;
  box-shadow: 0 14px 30px rgba(92, 61, 78, .06);
}
#glp-app-root .glp-calendar-month-form {
  margin: 0;
}
#glp-app-root .glp-calendar-month-label {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid #eee7f0;
  border-radius: 999px;
  background: #fff;
  color: #24212a;
  box-shadow: 0 14px 30px rgba(92, 61, 78, .06);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em;
  cursor: pointer;
}
#glp-app-root .glp-calendar-month-label:hover {
  border-color: #ffd8e8;
  color: #f05b9a;
}
#glp-app-root .glp-calendar-month-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
#glp-app-root .glp-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}
#glp-app-root .glp-cal-head {
  min-height: 24px;
  display: grid;
  place-items: center;
  color: #aaa2ad;
  font-size: 13px;
  font-weight: 900;
}
#glp-app-root .glp-cal-day {
  min-height: 104px;
  border: 1px solid #eee7f0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  padding: 13px 12px;
  overflow: hidden;
}
#glp-app-root .glp-cal-day span {
  display: block;
  color: #24212a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}
#glp-app-root .glp-cal-day small {
  display: block;
  max-width: 100%;
  margin-top: 9px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff0f6;
  color: #f05b9a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#glp-app-root .glp-cal-day.glp-is-muted {
  background: #faf7fa;
}
#glp-app-root .glp-cal-day.glp-is-muted span {
  color: #c3bbc5;
}
#glp-app-root .glp-cal-day.glp-is-today {
  border-color: #f05b9a;
  box-shadow: inset 0 0 0 1px #f05b9a;
}
#glp-app-root .glp-cal-day.glp-cal-day-button {
  display: block;
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
#glp-app-root .glp-cal-day.glp-cal-day-button:hover,
#glp-app-root .glp-cal-day.glp-cal-day-button:focus-visible {
  border-color: #ffc7dc;
  background: #fff8fb;
  box-shadow: 0 14px 28px rgba(244, 91, 151, .12);
  transform: translateY(-1px);
}
#glp-app-root .glp-cal-day .glp-cal-more {
  width: fit-content;
  background: #f7eefa;
  color: #8f6ad8;
}
#glp-app-root .glp-calendar-day-modal-card {
  width: min(680px, calc(100vw - 32px));
}
#glp-app-root .glp-calendar-day-modal-list {
  gap: 12px;
}
#glp-app-root .glp-calendar-day-modal-list .glp-log-row {
  border: 1px solid #eee7f0;
  background: #fff;
}
#glp-app-root .glp-calendar-day-modal-list .glp-log-row:hover {
  border-color: #ffd5e6;
  background: #fff8fb;
}
#glp-app-root .glp-calendar-side-card .glp-section-title {
  margin-bottom: 28px;
}
#glp-app-root .glp-calendar-side-card .glp-section-title h2 {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em;
}
#glp-app-root .glp-calendar-side-card .glp-log-list {
  gap: 22px;
}
#glp-app-root .glp-calendar-side-card .glp-log-row {
  grid-template-columns: 52px 70px minmax(0, 1fr);
}
#glp-app-root .glp-calendar-side-card .glp-log-row p {
  overflow-wrap: anywhere;
}

@media (max-width: 1080px) {
  #glp-app-root .glp-calendar-screen {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-calendar-side-card {
    min-height: 0;
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-calendar-main-card,
  #glp-app-root .glp-calendar-side-card {
    padding: 18px;
    border-radius: 26px;
  }
  #glp-app-root .glp-calendar-month-nav {
    grid-template-columns: 42px minmax(142px, auto) 42px;
    gap: 8px;
    margin-bottom: 18px;
  }
  #glp-app-root .glp-calendar-nav-button {
    width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 22px;
  }
  #glp-app-root .glp-calendar-month-label {
    min-height: 42px;
    padding: 0 18px;
    font-size: 17px;
  }
  #glp-app-root .glp-calendar-grid {
    gap: 5px;
  }
  #glp-app-root .glp-cal-head {
    font-size: 11px;
  }
  #glp-app-root .glp-cal-day {
    min-height: 58px;
    border-radius: 12px;
    padding: 7px 5px;
  }
  #glp-app-root .glp-cal-day span {
    font-size: 14px;
  }
  #glp-app-root .glp-cal-day small {
    margin-top: 6px;
    padding: 2px 5px;
    font-size: 9px;
  }
  #glp-app-root .glp-calendar-day-modal-list .glp-log-row {
    grid-template-columns: 44px 58px minmax(0, 1fr);
  }
}

#glp-app-root .glp-groups-screen {
  display: grid;
  gap: 22px;
}
#glp-app-root .glp-groups-overview,
#glp-app-root .glp-members-panel,
#glp-app-root .glp-entity-form-card,
#glp-app-root .glp-entity-side-card {
  border-radius: 30px;
  background: #fff;
  border-color: #eee7f0;
  box-shadow: 0 22px 58px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-groups-overview {
  padding: 24px 26px;
}
#glp-app-root .glp-groups-overview .glp-section-title {
  align-items: center;
  margin-bottom: 18px;
}
#glp-app-root .glp-groups-overview h2,
#glp-app-root .glp-members-panel h2,
#glp-app-root .glp-entity-form-card h2,
#glp-app-root .glp-entity-side-card h2 {
  color: #24212a;
  font-weight: 950;
  letter-spacing: -.04em;
}
#glp-app-root .glp-management-group-grid,
#glp-app-root .glp-management-member-grid {
  gap: 20px;
}
#glp-app-root .glp-management-group-card,
#glp-app-root .glp-management-member-card {
  border-radius: 24px;
  background: #fff;
  border-color: #eee7f0;
  box-shadow: 0 18px 42px rgba(92, 61, 78, .07);
  overflow: hidden;
}
#glp-app-root .glp-management-group-card:hover,
#glp-app-root .glp-management-member-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(92, 61, 78, .1);
}
#glp-app-root .glp-management-group-card .glp-group-cover {
  height: 132px;
  background-size: cover;
  background-position: center;
  padding: 14px;
}
#glp-app-root .glp-management-group-card .glp-group-body {
  padding: 18px;
  display: grid;
  gap: 13px;
}
#glp-app-root .glp-management-group-card .glp-group-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
#glp-app-root .glp-management-group-card .glp-group-head img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  background: #fff7fa;
  box-shadow: 0 12px 28px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-management-group-card .glp-group-head > .glp-small {
  grid-column: 1 / -1;
  margin: 0;
}
#glp-app-root .glp-management-group-card h2,
#glp-app-root .glp-management-member-card h3 {
  margin: 0;
  color: #24212a;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
  letter-spacing: -.035em;
}
#glp-app-root .glp-management-group-card .glp-meta,
#glp-app-root .glp-management-member-card .glp-meta {
  margin-top: 2px;
  color: #7f7782;
  font-size: 12px;
}
#glp-app-root .glp-management-group-card .glp-small,
#glp-app-root .glp-management-member-card .glp-small {
  min-height: 38px;
  line-height: 1.7;
}
#glp-app-root .glp-management-group-card .glp-kpi,
#glp-app-root .glp-management-member-card .glp-kpi {
  padding: 10px 8px;
  border-radius: 14px;
  background: #fffafb;
}
#glp-app-root .glp-management-group-card .glp-kpi strong,
#glp-app-root .glp-management-member-card .glp-kpi strong {
  font-size: 20px;
}
#glp-app-root .glp-management-member-card .glp-kpi-date {
  font-size: 13px;
  letter-spacing: -.02em;
}
#glp-app-root .glp-management-group-card .glp-actions {
  gap: 8px;
}
#glp-app-root .glp-management-group-card .glp-secondary-button,
#glp-app-root .glp-management-group-card .glp-ghost-button,
#glp-app-root .glp-management-member-card .glp-ghost-button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}
#glp-app-root .glp-members-panel {
  padding: 26px;
}
#glp-app-root .glp-management-member-card .glp-member-body {
  padding: 20px;
  display: grid;
  gap: 14px;
}
#glp-app-root .glp-management-member-card .glp-member-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 30px;
  gap: 12px;
  align-items: center;
}
#glp-app-root .glp-management-member-card .glp-member-head img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  background: #fff7fa;
  box-shadow: 0 12px 28px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-management-member-card .glp-member-dot {
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  box-shadow: 0 10px 24px rgba(92, 61, 78, .1);
}
#glp-app-root .glp-management-member-card .glp-member-actions {
  margin-top: 2px;
  gap: 8px;
}
#glp-app-root .glp-entity-form-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
}
#glp-app-root .glp-entity-form-card {
  padding: 34px;
}
#glp-app-root .glp-entity-form-card .glp-breadcrumb {
  margin-bottom: 20px;
  color: #7f7782;
  font-size: 13px;
}
#glp-app-root .glp-entity-form-card .glp-breadcrumb a {
  color: #f05b9a;
}
#glp-app-root .glp-entity-form {
  gap: 18px 20px;
}
#glp-app-root .glp-entity-form .glp-field label {
  color: #5c5562;
  font-size: 14px;
  font-weight: 950;
}
#glp-app-root .glp-entity-form .glp-field input,
#glp-app-root .glp-entity-form .glp-field select,
#glp-app-root .glp-entity-form .glp-field textarea {
  min-height: 58px;
  border-radius: 18px;
  border-color: #eee7f0;
  padding: 14px 18px;
  background: #fff;
  color: #24212a;
  box-shadow: none;
}
#glp-app-root .glp-entity-form .glp-field input[type="color"] {
  padding: 8px 14px;
}
#glp-app-root .glp-entity-form .glp-field input[type="file"] {
  display: flex;
  align-items: center;
  padding: 13px 18px;
}
#glp-app-root .glp-entity-form .glp-field textarea {
  min-height: 150px;
}
#glp-app-root .glp-entity-form .glp-form-actions {
  margin-top: 4px;
}
#glp-app-root .glp-entity-form .glp-form-actions .glp-primary-button,
#glp-app-root .glp-entity-form .glp-form-actions .glp-ghost-button {
  min-height: 54px;
  padding: 0 26px;
  font-size: 16px;
}
#glp-app-root .glp-entity-side-card {
  padding: 34px 30px;
  min-height: 520px;
}
#glp-app-root .glp-entity-side-card h2 {
  margin: 0 0 24px;
  font-size: 24px;
}
#glp-app-root .glp-entity-side-card p {
  font-size: 16px;
  line-height: 1.9;
}
#glp-app-root .glp-links-modal-card {
  width: min(650px, calc(100vw - 32px));
  padding: 28px;
  border-radius: 30px;
}
#glp-app-root .glp-links-modal-card .glp-modal-head {
  margin-bottom: 16px;
}
#glp-app-root .glp-links-modal-card .glp-modal-head h2 {
  color: #24212a;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.035em;
}
#glp-app-root .glp-links-modal-owner {
  margin: -8px 0 16px;
}
#glp-app-root .glp-links-modal-card .glp-settings-row {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  min-height: 86px;
  padding: 16px;
  border-radius: 18px;
}
#glp-app-root .glp-links-modal-card .glp-settings-row strong,
#glp-app-root .glp-links-modal-card .glp-settings-row .glp-meta {
  display: block;
}
#glp-app-root .glp-links-modal-card .glp-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 17px;
}

@media (max-width: 1080px) {
  #glp-app-root .glp-entity-form-screen {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-entity-side-card {
    min-height: 0;
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-groups-overview,
  #glp-app-root .glp-members-panel,
  #glp-app-root .glp-entity-form-card,
  #glp-app-root .glp-entity-side-card {
    padding: 20px;
    border-radius: 26px;
  }
  #glp-app-root .glp-groups-overview .glp-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
  #glp-app-root .glp-groups-overview .glp-actions {
    width: 100%;
  }
  #glp-app-root .glp-groups-overview .glp-actions a {
    flex: 1;
  }
  #glp-app-root .glp-management-group-card .glp-group-cover {
    height: 118px;
  }
  #glp-app-root .glp-management-group-card .glp-group-body,
  #glp-app-root .glp-management-member-card .glp-member-body {
    padding: 16px;
  }
  #glp-app-root .glp-management-group-card .glp-kpi strong,
  #glp-app-root .glp-management-member-card .glp-kpi strong {
    font-size: 18px;
  }
  #glp-app-root .glp-entity-form {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-entity-form .glp-field input,
  #glp-app-root .glp-entity-form .glp-field select,
  #glp-app-root .glp-entity-form .glp-field textarea {
    min-height: 52px;
  }
}

#glp-app-root .glp-albums-toolbar {
  align-items: center;
  margin-bottom: 26px;
}
#glp-app-root .glp-album-view-switch {
  width: fit-content;
  max-width: 100%;
  gap: 8px;
  padding: 7px;
  margin-bottom: 18px;
  border: 1px solid #eee7f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 36px rgba(92, 61, 78, .055);
}
#glp-app-root .glp-album-view-switch .glp-seg-btn {
  min-height: 42px;
  padding: 0 22px;
  color: #6a6270;
  font-size: 14px;
}
#glp-app-root .glp-album-view-switch .glp-seg-btn.glp-is-active {
  background: #24212a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(36, 33, 42, .12);
}
#glp-app-root .glp-album-filter-tabs {
  gap: 8px;
  padding: 7px;
  border: 1px solid #eee7f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 42px rgba(92, 61, 78, .06);
}
#glp-app-root .glp-album-filter-tabs .glp-seg-btn {
  min-height: 42px;
  padding: 0 20px;
  color: #6a6270;
  font-size: 14px;
}
#glp-app-root .glp-album-filter-tabs .glp-seg-btn.glp-is-active {
  background: #24212a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(36, 33, 42, .12);
}
#glp-app-root .glp-album-create-button {
  min-height: 50px;
  padding: 0 24px;
  font-size: 16px;
}
#glp-app-root .glp-cheki-album-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
#glp-app-root .glp-cheki-album-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee7f0;
  box-shadow: 0 18px 46px rgba(92, 61, 78, .075);
  padding-bottom: 18px;
  transition: .16s ease;
}
#glp-app-root .glp-cheki-album-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(92, 61, 78, .12);
}
#glp-app-root .glp-cheki-album-card h3 {
  margin: 18px 20px 4px;
  color: #24212a;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -.035em;
}
#glp-app-root .glp-cheki-album-card p {
  margin: 0 20px;
  color: #817889;
  font-size: 14px;
}
#glp-app-root .glp-cheki-album-cover {
  position: relative;
  height: 190px;
  border: 0;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .95), transparent 32%),
    linear-gradient(135deg, #fff7fa 0%, #fff0f6 48%, #faf3f7 100%);
  box-shadow: none;
  overflow: hidden;
}
#glp-app-root .glp-album-status-pill {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff0f6;
  border: 1px solid #ffd8e8;
  color: #f05b9a;
  font-size: 13px;
  font-weight: 950;
}
#glp-app-root .glp-cheki-cover-stack {
  position: absolute;
  inset: 24px 18px 18px;
}
#glp-app-root .glp-cover-photo {
  position: absolute;
  width: 96px;
  height: 126px;
  padding: 8px 8px 24px;
  background: rgba(255, 255, 255, .88);
  border: 2px solid rgba(255, 255, 255, .92);
  box-shadow: 0 18px 34px rgba(92, 61, 78, .14);
}
#glp-app-root .glp-cover-photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff3f8;
  border: 1px solid #eadfe7;
}
#glp-app-root .glp-cover-photo img {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 32px);
  object-fit: cover;
}
#glp-app-root .glp-cover-photo:nth-child(1) {
  left: 15%;
  top: 10px;
  transform: rotate(-7deg);
}
#glp-app-root .glp-cover-photo:nth-child(2) {
  left: 43%;
  top: 4px;
  transform: rotate(5deg);
}
#glp-app-root .glp-cover-photo:nth-child(3) {
  left: 24%;
  top: 54px;
  transform: rotate(-3deg);
  z-index: 1;
}
#glp-app-root .glp-cover-photo:nth-child(4) {
  left: 50%;
  top: 48px;
  transform: rotate(2deg);
  z-index: 1;
}
#glp-app-root .glp-cheki-album-detail-screen .glp-breadcrumb {
  max-width: 1120px;
  margin: 0 auto 22px;
  font-size: 13px;
}
#glp-app-root .glp-cheki-album-book {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 28px 30px;
  border: 1px solid #eadcc4;
  border-radius: 28px;
  box-shadow: 0 20px 54px rgba(92, 61, 78, .08);
  overflow: visible;
}
#glp-app-root .glp-cheki-album-book::before {
  left: 28px;
  right: 28px;
  top: 28px;
  border-top-color: rgba(186, 137, 82, .22);
}
#glp-app-root .glp-cheki-album-book-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-top: 8px;
}
#glp-app-root .glp-cheki-album-book-head h2 {
  margin: 0 0 8px;
  color: #24212a;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: -.04em;
}
#glp-app-root .glp-cheki-album-book-head .glp-meta,
#glp-app-root .glp-cheki-album-note {
  margin: 0;
  color: #817889;
}
#glp-app-root .glp-cheki-album-note {
  margin-top: 22px;
  font-size: 14px;
}
#glp-app-root .glp-cheki-album-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#glp-app-root .glp-cheki-album-actions .glp-secondary-button,
#glp-app-root .glp-cheki-album-actions .glp-ghost-button {
  min-height: 48px;
  padding: 0 20px;
  font-size: 15px;
}
#glp-app-root .glp-cheki-album-media-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#glp-app-root .glp-cheki-album-media-grid .glp-media-polaroid {
  border-radius: 20px;
  padding: 10px 10px 18px;
  box-shadow: 0 16px 34px rgba(92, 61, 78, .085);
}
#glp-app-root .glp-cheki-album-media-grid .glp-media-image {
  height: 230px;
  border-radius: 14px;
  background: #fff3f8;
}
#glp-app-root .glp-cheki-album-media-grid .glp-media-polaroid strong {
  margin-top: 14px;
  color: #24212a;
  font-size: 17px;
  font-weight: 950;
}
#glp-app-root .glp-cheki-album-media-grid .glp-media-polaroid small {
  margin-top: 3px;
  color: #817889;
  font-size: 13px;
}
#glp-app-root .glp-cheki-album-media-grid .glp-media-polaroid em {
  margin-top: 7px;
  color: #f05b9a;
  font-size: 13px;
}
#glp-app-root .glp-cheki-share-settings {
  max-width: 1120px;
  margin: 20px auto 0;
  padding: 26px;
  border-radius: 28px;
  box-shadow: 0 20px 54px rgba(92, 61, 78, .08);
}
#glp-app-root .glp-album-setting-list {
  display: grid;
  gap: 12px;
}
#glp-app-root .glp-album-setting-row {
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
}
#glp-app-root .glp-album-setting-row .glp-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 17px;
}
#glp-app-root .glp-album-setting-row strong,
#glp-app-root .glp-album-setting-row small {
  display: block;
}
#glp-app-root .glp-switch-form {
  margin: 0;
}
#glp-app-root .glp-switch {
  width: 56px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 4px;
  background: #e5e0e6;
  box-shadow: inset 0 1px 4px rgba(36, 33, 42, .12);
}
#glp-app-root .glp-switch span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(36, 33, 42, .16);
  transition: .16s ease;
}
#glp-app-root .glp-switch.glp-is-on {
  background: linear-gradient(135deg, #ec4f91, #ff7db3);
}
#glp-app-root .glp-switch.glp-is-on span {
  transform: translateX(22px);
}
#glp-app-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-card,
#glp-share-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-card {
  width: min(1040px, calc(100vw - 32px));
  padding: 28px;
  border-radius: 30px;
}
#glp-app-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-head,
#glp-share-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-head {
  margin-bottom: 18px;
}
#glp-app-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-head h2,
#glp-share-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-head h2 {
  color: #24212a;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: -.035em;
}
#glp-app-root .glp-modal-category,
#glp-share-root .glp-modal-category {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff0f6;
  border: 1px solid #ffd8e8;
  color: #f05b9a;
  font-size: 12px;
  font-weight: 950;
}
#glp-app-root .glp-media-modal-detail h3,
#glp-share-root .glp-media-modal-detail h3 {
  color: #24212a;
  font-size: 28px;
  font-weight: 950;
}
#glp-app-root .glp-media-modal-detail .glp-subtle,
#glp-share-root .glp-media-modal-detail .glp-subtle {
  padding: 18px;
  border-radius: 18px;
}
#glp-app-root .glp-modal-actions,
#glp-share-root .glp-modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#glp-app-root .glp-modal-actions .glp-primary-button,
#glp-app-root .glp-modal-actions .glp-secondary-button,
#glp-share-root .glp-modal-actions .glp-primary-button,
#glp-share-root .glp-modal-actions .glp-secondary-button {
  min-height: 44px;
  padding: 0 18px;
}

@media (max-width: 1180px) {
  #glp-app-root .glp-cheki-album-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #glp-app-root .glp-cheki-album-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-albums-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  #glp-app-root .glp-album-filter-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }
  #glp-app-root .glp-album-view-switch {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }
  #glp-app-root .glp-album-filter-tabs .glp-seg-btn {
    padding: 0 16px;
  }
  #glp-app-root .glp-album-view-switch .glp-seg-btn {
    flex: 1 0 auto;
    padding: 0 16px;
  }
  #glp-app-root .glp-album-create-button {
    width: 100%;
  }
  #glp-app-root .glp-cheki-album-list-grid,
  #glp-app-root .glp-cheki-album-media-grid {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-cheki-album-book,
  #glp-app-root .glp-cheki-share-settings {
    padding: 22px 16px;
    border-radius: 26px;
  }
  #glp-app-root .glp-cheki-album-book-head {
    flex-direction: column;
  }
  #glp-app-root .glp-cheki-album-actions,
  #glp-app-root .glp-cheki-album-actions .glp-secondary-button,
  #glp-app-root .glp-cheki-album-actions .glp-ghost-button {
    width: 100%;
  }
  #glp-app-root .glp-cheki-album-media-grid .glp-media-image {
    height: 220px;
  }
  #glp-app-root .glp-album-setting-row {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    padding: 13px;
  }
  #glp-app-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-card,
  #glp-share-root .glp-modal-root:not(.glp-is-image-only) .glp-modal-card {
    width: 100%;
    padding: 18px;
    border-radius: 28px 28px 0 0;
  }
}

/* Final album overrides: keep these after legacy album rules so the mock ratio wins. */
#glp-app-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery,
#glp-app-root .glp-album-mock-cheki .glp-cheki-album-media-grid.glp-album-mock-gallery {
  grid-template-columns: repeat(auto-fill, 112px);
  justify-content: start;
  align-items: start;
  gap: 18px 16px;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki {
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  justify-self: start;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid {
  width: 112px;
  max-width: none;
  min-height: 166px;
  padding: 8px 8px 11px;
  border-radius: 8px;
  border: 1px solid #eee7f0;
  box-shadow: 0 10px 22px rgba(76, 51, 64, .12);
  transform: none;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-image {
  width: 96px;
  height: 124px;
  aspect-ratio: 24 / 31;
  border: 0;
  border-radius: 5px;
  background: #fff3f8;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid strong {
  display: block;
  margin-top: 8px;
  color: #24212a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid small,
#glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid em {
  display: none;
}
#glp-app-root .glp-modal-root:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
#glp-share-root .glp-modal-root:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img {
  cursor: default;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-card {
  width: min(1180px, calc(100vw - 32px));
  padding: 16px;
  border-radius: 24px;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-head {
  justify-content: flex-end;
  margin-bottom: 10px;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-detail {
  display: none;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal {
  display: block;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image {
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::before,
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image::after {
  display: none;
}
#glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img {
  width: 100%;
  height: auto;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  cursor: default;
}
@media (max-width: 760px) {
  #glp-app-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery,
  #glp-app-root .glp-album-mock-cheki .glp-cheki-album-media-grid.glp-album-mock-gallery {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: 14px 10px;
  }
  #glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki,
  #glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid {
    width: 100%;
    min-width: 0;
    max-width: 116px;
  }
  #glp-app-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-image {
    width: 100%;
    height: auto;
    aspect-ratio: 24 / 31;
  }
  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-card {
    width: 100%;
    padding: 12px;
    border-radius: 24px 24px 0 0;
  }
  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-media-modal-image img {
    max-height: 78vh;
  }
}

/* Album modal final shape: one open state shows a large full image with details. */
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card,
#glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card {
  width: min(1120px, calc(100vw - 32px));
  padding: 22px;
  border-radius: 22px;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal,
#glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: center;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 14px;
  border: 1px solid #eee7f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(36, 33, 42, .12);
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image::before,
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image::after {
  display: none;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
#glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img {
  width: 100%;
  height: auto;
  max-height: 76vh;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  cursor: default;
}
#glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image {
  display: grid;
  place-items: center;
  min-height: 520px;
  border-radius: 14px;
  background: #fff;
}
#glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-detail,
#glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-detail {
  align-self: center;
}
@media (max-width: 1100px) {
  #glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal,
  #glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal,
  #glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image,
  #glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image {
    min-height: 0;
  }
  #glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
  #glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-media-modal-image img {
    max-height: 52vh;
  }
}

/* Mobile modal placement: keep media/detail modals centered instead of bottom-sheet. */
@media (max-width: 760px) {
  #glp-app-root .glp-modal-root.glp-is-open .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-open .glp-modal-card {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 560px);
    max-height: 86vh;
    overflow: auto;
    border-radius: 24px;
  }

  #glp-app-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-cheki-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card,
  #glp-app-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-photo-modal:not(.glp-is-image-only):not(.glp-is-expanded-image) .glp-modal-card {
    width: min(92vw, 560px);
    padding: 18px;
  }

  #glp-app-root .glp-modal-root.glp-is-image-only .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-image-only .glp-modal-card,
  #glp-app-root .glp-modal-root.glp-is-expanded-image .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-expanded-image .glp-modal-card {
    width: min(94vw, 680px);
    padding: 12px;
  }
}

@media (max-width: 420px) {
  #glp-app-root .glp-modal-root.glp-is-open .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-open .glp-modal-card {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 28px);
  }
}

/* Album filter modal controls. */
#glp-app-root .glp-album-filter-tabs .glp-seg-btn {
  border: 0;
}
#glp-app-root .glp-filter-count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 2px;
  padding: 0 7px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
  line-height: 1;
}
#glp-app-root .glp-album-filter-card {
  width: min(620px, calc(100vw - 32px));
}
#glp-app-root .glp-album-filter-form {
  display: grid;
  gap: 18px;
}
#glp-app-root .glp-album-filter-choice-list {
  display: grid;
  gap: 10px;
  max-height: 46vh;
  overflow: auto;
  padding-right: 4px;
}
#glp-app-root .glp-album-filter-choice {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  transition: .16s ease;
}
#glp-app-root .glp-album-filter-choice:hover {
  border-color: #ffd3e3;
  background: #fff8fb;
}
#glp-app-root .glp-album-filter-choice input {
  width: 20px;
  height: 20px;
  accent-color: var(--brand);
}
#glp-app-root .glp-album-filter-choice strong,
#glp-app-root .glp-album-filter-choice small {
  display: block;
}
#glp-app-root .glp-album-filter-choice strong {
  color: #24212a;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
}
#glp-app-root .glp-album-filter-choice small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
#glp-app-root .glp-album-filter-modal .glp-modal-actions {
  justify-content: flex-end;
}

@media (max-width: 760px) {
  #glp-app-root .glp-album-filter-card {
    width: min(92vw, 560px);
    padding: 22px;
  }
  #glp-app-root .glp-album-filter-choice-list {
    max-height: 50vh;
  }
}

/* Album filter modal: match the large album-detail modal tone. */
#glp-app-root .glp-album-filter-modal .glp-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(32, 29, 36, .38);
  backdrop-filter: blur(10px);
}
#glp-app-root .glp-album-filter-modal .glp-album-filter-card {
  z-index: 1;
  width: min(1120px, calc(100vw - 96px));
  min-height: 270px;
  padding: 34px 36px 30px;
  border: 2px solid #24212a;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(36, 33, 42, .24);
}
#glp-app-root .glp-album-filter-modal .glp-modal-head {
  margin-bottom: 24px;
}
#glp-app-root .glp-album-filter-modal .glp-modal-head h2 {
  color: #24212a;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -.035em;
}
#glp-app-root .glp-album-filter-modal .glp-modal-head .glp-icon-button {
  width: 52px;
  height: 52px;
  min-height: 52px;
  border: 1px solid #eee7f0;
  border-radius: 999px;
  background: #fbf8fb;
  color: #716978;
  font-size: 22px;
  box-shadow: none;
}
#glp-app-root .glp-album-filter-modal .glp-album-filter-choice-list {
  max-height: 42vh;
  gap: 12px;
}
#glp-app-root .glp-album-filter-modal .glp-album-filter-choice {
  min-height: 72px;
  padding: 17px 18px;
  border-radius: 18px;
  background: #fff;
}
#glp-app-root .glp-album-filter-modal .glp-album-filter-choice input {
  width: 22px;
  height: 22px;
}
#glp-app-root .glp-album-filter-modal .glp-album-filter-choice strong {
  font-size: 16px;
}
#glp-app-root .glp-album-filter-modal .glp-modal-actions {
  margin-top: 12px;
  justify-content: flex-end;
  gap: 12px;
}
#glp-app-root .glp-album-filter-modal .glp-modal-actions .glp-ghost-button,
#glp-app-root .glp-album-filter-modal .glp-modal-actions .glp-primary-button {
  min-height: 52px;
  padding: 0 24px;
  font-size: 16px;
}

@media (max-width: 760px) {
  #glp-app-root .glp-album-filter-modal .glp-album-filter-card {
    width: min(92vw, 560px);
    min-height: 0;
    padding: 24px 22px;
    border-radius: 24px;
  }
  #glp-app-root .glp-album-filter-modal .glp-modal-head h2 {
    font-size: 22px;
  }
  #glp-app-root .glp-album-filter-modal .glp-modal-actions,
#glp-app-root .glp-album-filter-modal .glp-modal-actions .glp-ghost-button,
#glp-app-root .glp-album-filter-modal .glp-modal-actions .glp-primary-button {
  width: 100%;
}
}

#glp-app-root .glp-album-edit-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4f4855;
  font-weight: 850;
}
#glp-app-root .glp-album-edit-link .glp-icon {
  width: 17px;
  height: 17px;
}
#glp-app-root .glp-checkbox-label {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid #eee6ed;
  border-radius: 18px;
  background: #fff;
  font-weight: 900;
}
#glp-app-root .glp-checkbox-label input {
  width: 18px;
  height: 18px;
  accent-color: #f05b9a;
}
#glp-app-root .glp-cover-preview {
  width: min(360px, 100%);
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin-top: 10px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #f0e8ef;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff4f9, #fff);
  box-shadow: 0 10px 24px rgba(92, 61, 78, .055);
}
#glp-app-root .glp-cover-preview[hidden] {
  display: none;
}
#glp-app-root .glp-cover-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#glp-app-root [data-glp-modal-edit][hidden],
#glp-share-root [data-glp-modal-edit][hidden] {
  display: none;
}
#glp-app-root .glp-album-card .glp-album-cover {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: linear-gradient(135deg, #fff7fa 0%, #fff0f6 52%, #f8fbff 100%);
}
#glp-app-root .glp-album-card .glp-album-cover > img.glp-album-thumb-image,
#glp-app-root .glp-album-card .glp-album-cover > img.glp-album-thumb-image:nth-child(1),
#glp-app-root .glp-album-card .glp-album-cover > img.glp-album-thumb-image:nth-child(2),
#glp-app-root .glp-album-card .glp-album-cover > img.glp-album-thumb-image:nth-child(3),
#glp-app-root .glp-album-card .glp-album-cover > img.glp-album-thumb-image:nth-child(4) {
  position: static;
  inset: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  transform: none;
  object-fit: cover;
  object-position: center;
  background: transparent;
  border-radius: 18px;
}
#glp-app-root .glp-album-card .glp-album-cover.glp-album-cover-empty > img.glp-album-thumb-image {
  padding: 34px;
  object-fit: contain;
  background: #fff7fa;
}
#glp-app-root .glp-cheki-cover-stack,
#glp-app-root .glp-cover-photo {
  display: none;
}
#glp-app-root .glp-image-clear-button {
  width: fit-content;
  margin-top: 10px;
  color: #f05b9a;
  border-color: #ffd9e7;
}
#glp-app-root .glp-image-clear-button[hidden] {
  display: none;
}
@media (max-width: 760px) {
  #glp-app-root .glp-album-card .glp-album-cover {
    height: auto;
  }
}

#glp-app-root .glp-expenses-screen {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}
#glp-app-root .glp-expense-overview .glp-section-title,
#glp-app-root .glp-expense-manager-card .glp-section-title {
  align-items: center;
}
#glp-app-root .glp-expense-manager-card .glp-section-title {
  gap: 16px;
}
#glp-app-root .glp-expense-add-button {
  min-width: 132px;
  white-space: nowrap;
}
#glp-app-root .glp-expense-period-form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
#glp-app-root .glp-expense-period-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
#glp-app-root .glp-expense-period-form input {
  width: 150px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  color: var(--text);
  background: #fff;
}
#glp-app-root .glp-expense-period-form input:focus {
  border-color: #ffbdd4;
  box-shadow: 0 0 0 4px #fff0f6;
}
#glp-app-root .glp-expense-summary-card .glp-chart-wrap {
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  margin-top: 8px;
}
#glp-app-root .glp-expense-summary-card .glp-donut {
  width: 170px;
  height: 170px;
}
#glp-app-root .glp-expense-summary-card .glp-donut:after {
  inset: 36px;
}
#glp-app-root .glp-expense-summary-card .glp-legend {
  gap: 13px;
}
#glp-app-root .glp-expense-summary-card .glp-legend-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 42px;
  align-items: center;
  gap: 12px;
  color: #514a57;
  font-size: 14px;
  line-height: 1.4;
}
#glp-app-root .glp-expense-summary-card .glp-legend-row strong {
  color: #24212a;
  font-weight: 950;
}
#glp-app-root .glp-expense-summary-card .glp-legend-row small {
  color: var(--muted);
  font-weight: 900;
  text-align: right;
}
#glp-app-root .glp-expense-table-wrap {
  width: 100%;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
#glp-app-root .glp-expense-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
}
#glp-app-root .glp-expense-table th,
#glp-app-root .glp-expense-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}
#glp-app-root .glp-expense-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}
#glp-app-root .glp-expense-table td {
  color: #514a57;
  font-weight: 700;
}
#glp-app-root .glp-expense-title-cell {
  display: grid;
  gap: 8px;
}
#glp-app-root .glp-expense-title-cell > strong {
  color: var(--text);
  font-size: 14px;
  font-weight: 950;
}
#glp-app-root .glp-expense-row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#glp-app-root .glp-expense-row-actions .glp-ghost-button,
#glp-app-root .glp-expense-row-actions .glp-danger-button {
  min-height: 34px;
  padding: 7px 14px;
  font-size: 12px;
}
#glp-app-root .glp-expense-source-label {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--muted);
  background: #fff7fb;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 900;
}
#glp-app-root .glp-expense-table th:last-child,
#glp-app-root .glp-expense-table td:last-child {
  text-align: right;
  color: #24212a;
  font-weight: 950;
  white-space: nowrap;
}
#glp-app-root .glp-expense-table tbody tr:last-child td {
  border-bottom: 0;
}
#glp-app-root .glp-expense-event-list {
  display: grid;
  gap: 12px;
}
#glp-app-root .glp-expense-event-row {
  display: grid;
  grid-template-columns: 58px 76px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: .16s ease;
}
#glp-app-root .glp-expense-event-row:hover {
  background: #fff8fb;
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
#glp-app-root .glp-expense-event-row .glp-log-thumb {
  width: 76px;
  height: 58px;
}
#glp-app-root .glp-expense-event-row h3 {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.025em;
}
#glp-app-root .glp-expense-event-row p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 12px;
}
#glp-app-root .glp-expense-amount {
  font-size: 18px;
  letter-spacing: -.03em;
  white-space: nowrap;
}
#glp-app-root .glp-expense-modal-card {
  max-width: 760px;
}
#glp-app-root .glp-expense-form {
  display: grid;
  gap: 20px;
}
#glp-app-root .glp-expense-form .glp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
#glp-app-root .glp-expense-form .glp-field-full {
  grid-column: 1 / -1;
}
@media (max-width: 760px) {
  #glp-app-root .glp-expenses-screen {
    gap: 16px;
  }
  #glp-app-root .glp-expense-overview .glp-section-title,
  #glp-app-root .glp-expense-manager-card .glp-section-title {
    align-items: stretch;
    flex-direction: column;
  }
  #glp-app-root .glp-expense-add-button {
    width: 100%;
  }
  #glp-app-root .glp-expense-period-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }
  #glp-app-root .glp-expense-period-form label,
  #glp-app-root .glp-expense-period-form input,
  #glp-app-root .glp-expense-period-form .glp-secondary-button,
  #glp-app-root .glp-expense-period-form .glp-ghost-button {
    width: 100%;
  }
  #glp-app-root .glp-expense-summary-card .glp-chart-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  #glp-app-root .glp-expense-summary-card .glp-legend {
    width: 100%;
  }
  #glp-app-root .glp-expense-table {
    min-width: 620px;
  }
  #glp-app-root .glp-expense-event-row {
    grid-template-columns: 50px 62px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }
  #glp-app-root .glp-expense-event-row .glp-log-thumb {
    width: 62px;
    height: 52px;
  }
  #glp-app-root .glp-expense-amount {
    grid-column: 1 / -1;
    justify-self: end;
    font-size: 16px;
  }
  #glp-app-root .glp-expense-form .glp-form-grid {
    grid-template-columns: 1fr;
  }
}

#glp-app-root .glp-report-screen {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
#glp-app-root .glp-report-control-card {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr);
  gap: 26px;
  align-items: center;
}
#glp-app-root .glp-report-month-form,
#glp-app-root .glp-report-filter-form {
  display: grid;
  gap: 10px;
}
#glp-app-root .glp-report-month-form > span,
#glp-app-root .glp-report-filter-form > span {
  color: #514a57;
  font-size: 12px;
  font-weight: 900;
}
#glp-app-root .glp-report-month-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
#glp-app-root .glp-report-month-trigger {
  position: relative;
  min-width: 220px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid #ffd8e6;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fffafb);
  color: #24212a;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}
#glp-app-root .glp-report-month-trigger input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
#glp-app-root .glp-report-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#glp-app-root .glp-report-filter-row select {
  min-width: 210px;
  min-height: 42px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #514a57;
  background: #fff;
  font-weight: 800;
}
#glp-app-root .glp-report-settings-card {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
#glp-app-root .glp-report-settings-card > strong {
  margin-right: 8px;
}
#glp-app-root .glp-report-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #514a57;
  font-size: 13px;
  font-weight: 900;
}
#glp-app-root .glp-report-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#glp-app-root .glp-report-switch i {
  position: relative;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #e7e0e7;
  box-shadow: inset 0 0 0 1px rgba(36,33,42,.05);
  transition: .16s ease;
}
#glp-app-root .glp-report-switch i:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(36,33,42,.14);
  transition: .16s ease;
}
#glp-app-root .glp-report-switch input:checked + i {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
}
#glp-app-root .glp-report-switch input:checked + i:after {
  transform: translateX(16px);
}
#glp-app-root .glp-report-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}
#glp-app-root .glp-report-card-scroll {
  width: 100%;
  overflow: auto;
  padding-bottom: 6px;
}
#glp-app-root .glp-report-export-card {
  position: relative;
  width: 760px;
  min-height: 560px;
  padding: 32px 26px 24px;
  overflow: hidden;
  border: 1px solid #ffdce9;
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 224, 238, .72) 0, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 92% 72%, rgba(255, 235, 197, .58) 0, rgba(255, 255, 255, 0) 22%),
    #fff;
  box-shadow: 0 20px 50px rgba(128, 72, 98, .08);
  color: #24212a;
}
#glp-app-root .glp-report-export-card,
#glp-app-root .glp-report-export-card * {
  box-sizing: border-box;
}
#glp-app-root .glp-report-sparkles span {
  position: absolute;
  color: #ff8ab8;
  font-weight: 900;
  line-height: 1;
}
#glp-app-root .glp-report-sparkles span:nth-child(1) {
  left: 42px;
  top: 74px;
  font-size: 24px;
}
#glp-app-root .glp-report-sparkles span:nth-child(2) {
  left: 340px;
  top: 14px;
  font-size: 34px;
  font-weight: 400;
}
#glp-app-root .glp-report-sparkles span:nth-child(3) {
  right: 70px;
  top: 86px;
  font-size: 20px;
}
#glp-app-root .glp-report-sparkles span:nth-child(4) {
  right: 42px;
  top: 108px;
  font-size: 18px;
  color: #ff9ec4;
}
#glp-app-root .glp-report-export-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 22px;
}
#glp-app-root .glp-report-export-header h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: .08em;
  font-weight: 950;
}
#glp-app-root .glp-report-export-header h2 strong {
  color: var(--brand);
  font-size: 58px;
  letter-spacing: .02em;
}
#glp-app-root .glp-report-export-header p {
  margin: 4px 0 0;
  color: var(--brand);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
}
#glp-app-root .glp-report-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}
#glp-app-root .glp-report-stat {
  min-height: 132px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  border: 1px solid #f3dde8;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  box-shadow: 0 10px 22px rgba(128, 72, 98, .06);
}
#glp-app-root .glp-report-stat > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffeaf2;
  color: var(--brand);
}
#glp-app-root .glp-report-stat .glp-icon {
  width: 26px;
  height: 26px;
}
#glp-app-root .glp-report-stat small {
  color: #514a57;
  font-weight: 950;
}
#glp-app-root .glp-report-stat strong {
  color: var(--brand);
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.04em;
}
#glp-app-root .glp-report-stat em {
  margin-left: 5px;
  color: #24212a;
  font-size: 16px;
  font-style: normal;
}
#glp-app-root .glp-report-detail-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 14px;
}
#glp-app-root .glp-report-detail-grid.glp-has-breakdown {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}
#glp-app-root .glp-report-pick-list,
#glp-app-root .glp-report-breakdown {
  min-height: 180px;
  border: 1px solid #f3dde8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 22px rgba(128, 72, 98, .05);
}
#glp-app-root .glp-report-pick-list {
  display: grid;
  align-content: stretch;
}
#glp-app-root .glp-report-pick-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 1px 12px;
  align-items: center;
  padding: 13px 14px;
  border-bottom: 1px dashed #f0d8e4;
}
#glp-app-root .glp-report-pick-list div:last-child {
  border-bottom: 0;
}
#glp-app-root .glp-report-pick-list span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1f7;
  color: var(--brand);
}
#glp-app-root .glp-report-pick-list small {
  color: var(--brand);
  font-weight: 950;
}
#glp-app-root .glp-report-pick-list strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 17px;
  line-height: 1.35;
}
#glp-app-root .glp-report-breakdown {
  padding: 13px 14px;
}
#glp-app-root .glp-report-breakdown h3 {
  margin: 0 0 8px;
  color: var(--brand);
  text-align: center;
  font-size: 16px;
}
#glp-app-root .glp-report-breakdown-body {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
#glp-app-root .glp-report-breakdown .glp-donut {
  width: 120px;
  height: 120px;
}
#glp-app-root .glp-report-breakdown .glp-donut:after {
  inset: 34px;
}
#glp-app-root .glp-report-breakdown .glp-legend {
  gap: 8px;
}
#glp-app-root .glp-report-breakdown .glp-legend-row {
  font-size: 12px;
}
#glp-app-root .glp-report-breakdown .glp-legend-row strong {
  white-space: nowrap;
}
#glp-app-root .glp-report-export-footer {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed #ffcddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--brand);
}
#glp-app-root .glp-report-export-footer strong {
  color: #24212a;
  font-size: 26px;
  letter-spacing: -.04em;
}
#glp-app-root .glp-report-export-footer strong span {
  color: var(--brand);
}
#glp-app-root .glp-report-export-footer small {
  font-weight: 900;
}
#glp-app-root .glp-report-side {
  display: grid;
  gap: 16px;
}
#glp-app-root .glp-report-highlight-list {
  display: grid;
  gap: 0;
}
#glp-app-root .glp-report-highlight-list div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px dashed #f0d8e4;
}
#glp-app-root .glp-report-highlight-list div:last-child {
  border-bottom: 0;
}
#glp-app-root .glp-report-highlight-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1f7;
  color: var(--brand);
}
#glp-app-root .glp-report-highlight-list small {
  color: #6b6470;
  font-size: 12px;
  font-weight: 900;
}
#glp-app-root .glp-report-highlight-list strong {
  color: #24212a;
  font-weight: 950;
}
#glp-app-root .glp-report-action-card {
  display: grid;
  gap: 10px;
}
#glp-app-root .glp-report-action-card h2 {
  margin: 0 0 4px;
  font-size: 14px;
  color: var(--brand);
}
#glp-app-root .glp-report-action-card .glp-primary-button,
#glp-app-root .glp-report-action-card .glp-secondary-button,
#glp-app-root .glp-report-action-card .glp-ghost-button {
  width: 100%;
}
#glp-app-root .glp-report-share-card {
  box-shadow: none;
}
#glp-app-root .glp-report-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff7e6, #fff1f7);
  color: #6b6470;
  font-size: 13px;
  font-weight: 800;
}
#glp-app-root .glp-report-history-card .glp-state {
  margin-left: 6px;
  padding: 3px 8px;
  font-size: 11px;
}
@media (max-width: 1080px) {
  #glp-app-root .glp-report-control-card,
  #glp-app-root .glp-report-main-layout {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-report-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #glp-app-root .glp-report-note {
    grid-column: 1 / -1;
  }
}
@media (max-width: 760px) {
  #glp-app-root .glp-report-control-card,
  #glp-app-root .glp-report-settings-card {
    gap: 14px;
  }
  #glp-app-root .glp-report-month-nav,
  #glp-app-root .glp-report-filter-row {
    align-items: stretch;
  }
  #glp-app-root .glp-report-month-trigger,
  #glp-app-root .glp-report-filter-row select,
  #glp-app-root .glp-report-filter-row .glp-secondary-button {
    width: 100%;
  }
  #glp-app-root .glp-report-settings-card {
    align-items: stretch;
    flex-direction: column;
  }
  #glp-app-root .glp-report-switch {
    justify-content: space-between;
  }
  #glp-app-root .glp-report-side {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-report-card-scroll {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Report modal filters and fixed-ratio export preview. */
#glp-app-root .glp-report-mobile-actions {
  display: none;
}
#glp-app-root .glp-report-mobile-note {
  display: none;
}
#glp-app-root .glp-report-screen,
#glp-app-root .glp-report-control-card,
#glp-app-root .glp-report-main-layout,
#glp-app-root .glp-report-card-scroll {
  min-width: 0;
  max-width: 100%;
}
#glp-app-root .glp-report-filter-row select,
#glp-app-root .glp-report-filter-row > .glp-secondary-button {
  display: none;
}
#glp-app-root .glp-report-filter-row button[name="glp_report_filter"] {
  min-width: 146px;
}
#glp-app-root .glp-report-card-scroll {
  display: grid;
  justify-items: center;
  overflow: visible;
  padding-bottom: 0;
}
#glp-app-root .glp-report-scale-frame {
  --glp-report-scale: 1;
  position: relative;
  width: 760px;
  min-height: 560px;
  margin: 0 auto;
}
#glp-app-root .glp-report-scale-frame .glp-report-export-card {
  transform: scale(var(--glp-report-scale));
  transform-origin: top left;
}
#glp-app-root .glp-report-modal-form {
  display: grid;
  gap: 18px;
}
#glp-app-root .glp-report-modal-settings-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
#glp-app-root .glp-report-modal-settings-list .glp-report-switch {
  justify-content: space-between;
  min-height: 68px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
#glp-app-root .glp-report-filter-modal .glp-empty-note {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 760px) {
  #glp-app-root .glp-report-control-card {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-report-month-nav {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    width: 100%;
  }
  #glp-app-root .glp-report-month-nav .glp-icon-button {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }
  #glp-app-root .glp-report-month-trigger {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
  }
  #glp-app-root .glp-report-month-trigger span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #glp-app-root .glp-report-filter-form,
  #glp-app-root .glp-report-settings-card {
    display: none;
  }
  #glp-app-root .glp-report-mobile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  #glp-app-root .glp-report-mobile-actions .glp-secondary-button {
    width: 100%;
    min-height: 48px;
    padding: 0 8px;
    font-size: 13px;
  }
  #glp-app-root .glp-report-mobile-note {
    display: block;
  }
  #glp-app-root .glp-report-side > .glp-report-action-card {
    display: none;
  }
  #glp-app-root .glp-report-card-scroll {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  #glp-app-root .glp-report-scale-frame {
    width: min(100%, 760px);
    max-width: 760px;
  }
  #glp-app-root .glp-report-modal-settings-list {
    grid-template-columns: 1fr;
  }
  #glp-app-root .glp-report-filter-modal .glp-report-filter-card,
  #glp-app-root .glp-report-settings-modal .glp-report-filter-card,
  #glp-app-root .glp-report-share-modal .glp-report-filter-card {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(92vw, 560px);
    max-height: 84vh;
    border-radius: 24px;
  }
}

#glp-app-root .glp-plan-screen {
  display: grid;
  gap: 22px;
}

#glp-app-root .glp-plan-hero {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

#glp-app-root .glp-current-plan {
  border-right: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 10px;
  padding-right: 22px;
}

#glp-app-root .glp-plan-caption {
  margin: 0;
  color: #5f5864;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root .glp-current-plan h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

#glp-app-root .glp-plan-status-pill,
#glp-app-root .glp-plan-current-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  border-radius: 10px;
  padding: 0 18px;
  background: #f3ecff;
  color: #8e73d8;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root .glp-plan-status-pill.glp-is-pro,
#glp-app-root .glp-plan-current-button.glp-is-pro {
  background: #fff0f6;
  color: var(--brand);
}

#glp-app-root .glp-plan-usage,
#glp-app-root .glp-plan-checkout-actions,
#glp-app-root .glp-plan-faq {
  display: grid;
  gap: 12px;
}

#glp-app-root .glp-plan-usage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#glp-app-root .glp-plan-warning,
#glp-app-root .glp-plan-safe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 9px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 900;
}

#glp-app-root .glp-plan-warning {
  background: #fff3d8;
  color: #a56712;
}

#glp-app-root .glp-plan-safe {
  background: #f3fff9;
  color: #269b76;
}

#glp-app-root .glp-plan-usage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-plan-usage-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

#glp-app-root .glp-plan-usage-icon {
  color: var(--brand);
}

#glp-app-root .glp-plan-usage-card strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

#glp-app-root .glp-plan-usage-card p {
  margin: 2px 0 0;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

#glp-app-root .glp-plan-meter {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: #f0edf2;
  overflow: hidden;
}

#glp-app-root .glp-plan-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
}

#glp-app-root .glp-plan-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

#glp-app-root .glp-plan-screen .glp-plan-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  border-radius: 24px;
}

#glp-app-root .glp-plan-screen .glp-plan-card.glp-is-featured {
  transform: none;
  border-color: #ff8fbc;
  background: linear-gradient(135deg, #fff, #fff4f8);
  box-shadow: 0 22px 54px rgba(244, 91, 151, 0.16);
}

#glp-app-root .glp-plan-screen .glp-plan-card h2,
#glp-app-root .glp-plan-side-card h2,
#glp-app-root .glp-plan-comparison h2,
#glp-app-root .glp-plan-faq h2 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.03em;
}

#glp-app-root .glp-plan-card-free h2 {
  color: #9b7ede;
}

#glp-app-root .glp-plan-card-pro h2 {
  color: var(--brand);
}

#glp-app-root .glp-plan-price {
  font-size: 20px;
  font-weight: 950;
}

#glp-app-root .glp-plan-price-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffc8dc;
}

#glp-app-root .glp-plan-price-row div {
  display: grid;
  gap: 2px;
}

#glp-app-root .glp-plan-price-row span,
#glp-app-root .glp-plan-price-row small {
  color: #5f5864;
  font-size: 12px;
  font-weight: 900;
}

#glp-app-root .glp-plan-price-row strong {
  color: #241f2a;
  font-size: 23px;
  line-height: 1.15;
}

#glp-app-root .glp-plan-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: #5f5864;
  font-size: 13px;
  font-weight: 800;
}

#glp-app-root .glp-plan-feature-list li {
  position: relative;
  padding-left: 20px;
}

#glp-app-root .glp-plan-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 950;
}

#glp-app-root .glp-plan-card-free .glp-plan-feature-list li::before {
  color: #9b7ede;
}

#glp-app-root .glp-plan-ribbon {
  position: absolute;
  top: -1px;
  right: -1px;
  min-width: 118px;
  border-radius: 0 24px 0 24px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff;
  padding: 9px 16px;
  text-align: center;
  font-weight: 950;
}

#glp-app-root .glp-plan-checkout-actions form,
#glp-app-root .glp-plan-side-card form {
  display: grid;
}

#glp-app-root .glp-wide-button {
  width: 100%;
}

#glp-app-root .glp-plan-info-list {
  display: grid;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

#glp-app-root .glp-plan-info-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

#glp-app-root .glp-plan-info-list div:last-child {
  border-bottom: 0;
}

#glp-app-root .glp-plan-info-list span {
  color: #6f6874;
  font-weight: 800;
}

#glp-app-root .glp-plan-info-list strong {
  text-align: right;
}

#glp-app-root .glp-plan-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 22px;
}

#glp-app-root .glp-plan-table-wrap {
  overflow: auto;
}

#glp-app-root .glp-plan-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 13px;
}

#glp-app-root .glp-plan-table th,
#glp-app-root .glp-plan-table td {
  padding: 10px 12px;
  border-bottom: 1px dashed #eadfe8;
  text-align: left;
}

#glp-app-root .glp-plan-table th:nth-child(2),
#glp-app-root .glp-plan-table td:nth-child(2) {
  background: #f7f2ff;
  text-align: center;
}

#glp-app-root .glp-plan-table th:nth-child(3),
#glp-app-root .glp-plan-table td:nth-child(3) {
  background: #fff1f7;
  color: var(--brand);
  text-align: center;
  font-weight: 900;
}

#glp-app-root .glp-plan-faq {
  align-content: start;
}

#glp-app-root .glp-plan-faq details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 13px 14px;
}

#glp-app-root .glp-plan-faq summary {
  cursor: pointer;
  font-weight: 900;
}

#glp-app-root .glp-plan-faq p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1180px) {
  #glp-app-root .glp-plan-hero,
  #glp-app-root .glp-plan-main-grid,
  #glp-app-root .glp-plan-bottom-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-current-plan {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-bottom: 18px;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-plan-usage-grid,
  #glp-app-root .glp-plan-price-row {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-plan-usage-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #glp-app-root .glp-current-plan h2 {
    font-size: 24px;
  }
}

/* Profile image cropper overrides kept at the end so the base modal styles do not win. */
#glp-app-root .glp-settings-image-delete {
  margin-top: 10px;
  width: fit-content;
}

#glp-app-root .glp-profile-mini {
  grid-template-columns: 44px minmax(0, 1fr);
}

#glp-app-root .glp-profile-crop-modal .glp-modal-backdrop {
  background: rgba(32, 25, 35, 0.36);
  backdrop-filter: blur(7px);
}

#glp-app-root .glp-profile-crop-modal .glp-profile-crop-card {
  width: min(540px, calc(100vw - 32px));
}

#glp-app-root .glp-profile-crop-modal.glp-is-wide-crop .glp-profile-crop-card {
  width: min(680px, calc(100vw - 32px));
}

#glp-app-root .glp-profile-crop-area {
  display: grid;
  gap: 18px;
  justify-items: center;
}

#glp-app-root .glp-profile-crop-frame {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: var(--glp-crop-aspect, 1);
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff6fa, #f7fbff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  touch-action: none;
  cursor: grab;
}

#glp-app-root .glp-profile-crop-frame:active {
  cursor: grabbing;
}

#glp-app-root .glp-profile-crop-frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 999px rgba(39, 34, 42, 0.18), inset 0 0 0 1px rgba(244, 91, 151, 0.18);
  pointer-events: none;
}

#glp-app-root .glp-profile-crop-modal.glp-is-square-crop .glp-profile-crop-frame {
  width: min(280px, 100%);
}

#glp-app-root .glp-profile-crop-modal.glp-is-square-crop .glp-profile-crop-frame::after {
  inset: 22px;
  border-radius: 50%;
}

#glp-app-root .glp-profile-crop-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  transform-origin: 0 0;
  user-select: none;
  -webkit-user-drag: none;
}

#glp-app-root .glp-profile-crop-controls {
  width: min(360px, 100%);
  display: grid;
  gap: 8px;
}

#glp-app-root .glp-profile-crop-controls label {
  color: #615a66;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root .glp-profile-crop-controls input[type="range"] {
  width: 100%;
  accent-color: var(--brand);
}

#glp-app-root .glp-profile-crop-controls p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 760px) {
  #glp-app-root .glp-profile-crop-modal .glp-profile-crop-card {
    width: calc(100vw - 28px);
  }

  #glp-app-root .glp-profile-crop-frame {
    width: min(260px, 100%);
  }
}

/* Plan limit modal and gated buttons. */
#glp-app-root button.glp-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

#glp-app-root .glp-plan-limit-card {
  max-width: 760px;
  margin: 0 auto;
}

#glp-app-root .glp-plan-upgrade-modal .glp-plan-upgrade-card {
  width: min(720px, calc(100vw - 40px));
  min-height: 0;
}

#glp-app-root .glp-plan-upgrade-body {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

#glp-app-root .glp-plan-upgrade-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

#glp-app-root .glp-bottom-nav button {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
}

#glp-app-root .glp-bottom-nav button {
  display: grid;
  gap: 2px;
  justify-items: center;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}

#glp-app-root .glp-bottom-nav button.glp-is-active {
  color: var(--brand);
}

@media (max-width: 760px) {
  #glp-app-root .glp-plan-upgrade-modal .glp-plan-upgrade-card {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(92vw, 560px);
    border-radius: 24px;
  }
}

/* Mobile hamburger menu and sidebar logout placement. */
#glp-app-root .glp-topbar-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

#glp-app-root .glp-topbar-title > div {
  min-width: 0;
}

#glp-app-root .glp-topbar-actions {
  flex: 0 0 auto;
}

#glp-app-root .glp-mobile-menu-button {
  flex: 0 0 auto;
}

#glp-app-root .glp-nav-link-logout {
  margin-top: 6px;
  color: #5b5562;
}

#glp-app-root .glp-nav-link-logout:hover {
  background: #fff3f8;
  color: var(--brand);
}

#glp-app-root .glp-mobile-menu-modal .glp-modal-backdrop {
  border: 0;
  padding: 0;
  background: rgba(32, 25, 35, 0.34);
  backdrop-filter: blur(7px);
}

#glp-app-root .glp-mobile-menu-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#glp-app-root .glp-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#glp-app-root .glp-mobile-menu-head .glp-brand {
  padding: 0;
}

#glp-app-root .glp-mobile-menu-card .glp-side-nav {
  overflow: auto;
  padding-right: 2px;
}

#glp-app-root .glp-mobile-menu-card .glp-profile-mini {
  margin-top: auto;
}

@media (max-width: 760px) {
  #glp-app-root .glp-topbar-title {
    gap: 10px;
  }

  #glp-app-root .glp-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #glp-app-root .glp-topbar-title h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-mobile-menu-card {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: none;
    width: min(86vw, 340px);
    height: 100vh;
    max-height: 100vh;
    padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
    border-radius: 28px 0 0 28px;
    overflow: hidden;
  }

  #glp-app-root .glp-mobile-menu-modal .glp-side-nav {
    flex: 1 1 auto;
  }
}

@media (min-width: 761px) {
  #glp-app-root.glp-app {
    overflow: hidden;
  }

  #glp-app-root.glp-app .glp-app-shell {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  #glp-app-root.glp-app .glp-sidebar {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #glp-app-root.glp-app .glp-main-area {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* Home dashboard composition. */
#glp-app-root .glp-home-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  grid-template-areas:
    "next summary"
    "quick albums"
    "recent expenses";
  gap: 26px;
  align-items: start;
}

#glp-app-root .glp-home-next {
  grid-area: next;
}

#glp-app-root .glp-home-summary {
  grid-area: summary;
}

#glp-app-root .glp-home-quick {
  grid-area: quick;
}

#glp-app-root .glp-home-recent {
  grid-area: recent;
}

#glp-app-root .glp-home-albums {
  grid-area: albums;
}

#glp-app-root .glp-home-expenses {
  grid-area: expenses;
}

#glp-app-root .glp-home-album-list {
  display: grid;
  gap: 12px;
}

#glp-app-root .glp-home-album-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, #fff8fb);
  transition: .16s ease;
}

#glp-app-root .glp-home-album-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

#glp-app-root .glp-home-album-thumb {
  width: 92px;
  height: 70px;
  border: 1px solid var(--line);
  border-radius: 16px;
  object-fit: cover;
  background: #fff3f8;
}

#glp-app-root .glp-home-album-card span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 950;
}

#glp-app-root .glp-home-album-card h3 {
  margin: 2px 0 3px;
  color: #24212a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.4;
}

#glp-app-root .glp-home-album-card p {
  margin: 0;
  color: #746d78;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  #glp-app-root .glp-home-dashboard {
    grid-template-columns: 1fr;
    grid-template-areas:
      "next"
      "summary"
      "quick"
      "recent"
      "albums"
      "expenses";
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-layout-home.glp-home-dashboard .glp-home-summary .glp-kpi-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #glp-app-root .glp-home-album-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  #glp-app-root .glp-home-album-thumb {
    width: 82px;
    height: 64px;
  }
}

/* Home redesign based on the 2026-05-20 mock. */
#glp-app-root .glp-home-modern {
  display: grid;
  gap: 22px;
}

#glp-app-root .glp-home-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 22px;
  align-items: start;
}

#glp-app-root .glp-home-main-stack,
#glp-app-root .glp-home-side-stack {
  display: grid;
  gap: 16px;
}

#glp-app-root .glp-home-card {
  min-width: 0;
  border: 1px solid #eee6ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(49, 37, 51, 0.07);
}

#glp-app-root .glp-home-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

#glp-app-root .glp-home-card-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #24212a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.35;
}

#glp-app-root .glp-home-card-head a {
  color: #3b3540;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

#glp-app-root .glp-home-accent-icon {
  color: #f35493;
  font-size: 20px;
  line-height: 1;
}

#glp-app-root .glp-home-accent-icon.glp-home-purple {
  color: #8c68e8;
}

#glp-app-root .glp-home-next-modern {
  padding: 18px 20px;
}

#glp-app-root .glp-home-next-inner {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 210px;
  gap: 0;
  align-items: stretch;
  border: 1px solid #efe7ef;
  border-radius: 14px;
  overflow: hidden;
}

#glp-app-root .glp-home-next-date {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  padding: 20px 12px;
  border-right: 1px solid #efe7ef;
  background: linear-gradient(180deg, #fff, #fff9fc);
}

#glp-app-root .glp-home-next-date span {
  color: #38323d;
  font-size: 14px;
  font-weight: 700;
}

#glp-app-root .glp-home-next-date strong {
  color: #191620;
  font-size: 36px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

#glp-app-root .glp-home-next-date em {
  margin-top: 6px;
  border-radius: 8px;
  padding: 3px 10px;
  background: #fff0f6;
  color: #f35493;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

#glp-app-root .glp-home-next-info {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px 20px;
}

#glp-app-root .glp-home-next-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

#glp-app-root .glp-home-next-title-row h3 {
  margin: 0;
  color: #17151f;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

#glp-app-root .glp-home-next-title-row span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 11px;
  background: #fff0f6;
  color: #f35493;
  font-size: 12px;
  font-weight: 950;
}

#glp-app-root .glp-home-next-info p {
  margin: 0;
  color: #5f5864;
  font-size: 13px;
  font-weight: 750;
}

#glp-app-root .glp-home-pill,
#glp-app-root .glp-home-mini-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: #f3f0f4;
  color: #47414b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

#glp-app-root .glp-home-pill {
  padding: 7px 12px;
}

#glp-app-root .glp-home-mini-pill {
  padding: 5px 9px;
  background: #fff0f6;
  color: #f35493;
}

#glp-app-root .glp-home-next-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #6d6672;
  font-size: 12px;
  font-weight: 800;
}

#glp-app-root .glp-home-next-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

#glp-app-root .glp-home-next-meta strong {
  color: #24212a;
  font-weight: 950;
}

#glp-app-root .glp-home-next-meta img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

#glp-app-root .glp-home-primary-button {
  width: min(100%, 430px);
  min-height: 48px;
  border: 0;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: linear-gradient(135deg, #ff2f82, #f35493);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(243, 84, 147, 0.22);
}

#glp-app-root .glp-home-next-action {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-left: 1px solid #efe7ef;
}

#glp-app-root .glp-home-next-action .glp-home-primary-button {
  width: 100%;
  min-height: 44px;
}

#glp-app-root .glp-home-ticket-ornament {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff1f6 0%, #fff 72%);
  color: #f35493;
}

#glp-app-root .glp-home-ticket-ornament .glp-icon {
  width: 46px;
  height: 46px;
  transform: rotate(-16deg);
  stroke-width: 1.7;
}

#glp-app-root .glp-home-empty-inline {
  display: grid;
  gap: 14px;
  border: 1px solid #efe7ef;
  border-radius: 14px;
  padding: 18px;
  color: #6f6875;
  font-weight: 800;
}

#glp-app-root .glp-home-empty-inline p {
  margin: 0;
}

#glp-app-root .glp-home-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-home-stat-card {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 108px;
  border: 1px solid #eee6ee;
  border-radius: 14px;
  background: #fff;
  padding: 16px 10px 12px;
  box-shadow: 0 12px 28px rgba(49, 37, 51, 0.06);
  text-align: center;
}

#glp-app-root .glp-home-stat-card > span {
  color: #f35493;
}

#glp-app-root .glp-home-stat-card .glp-icon {
  width: 27px;
  height: 27px;
}

#glp-app-root .glp-home-stat-card p,
#glp-app-root .glp-home-stat-card em {
  margin: 0;
  color: #5f5864;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

#glp-app-root .glp-home-stat-card strong {
  color: #17151f;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

#glp-app-root .glp-home-stat-card small {
  margin-left: 3px;
  font-size: 13px;
}

#glp-app-root .glp-home-stat-card em {
  color: #f35493;
  font-size: 11px;
}

#glp-app-root .glp-home-quick-modern {
  padding: 15px 18px;
}

#glp-app-root .glp-home-quick-modern-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#glp-app-root .glp-home-quick-button {
  min-width: 0;
  min-height: 52px;
  border: 1px solid #ffd2e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  background: #fff8fb;
  color: #f35493;
  font-weight: 950;
  line-height: 1.2;
}

#glp-app-root .glp-home-quick-button-purple {
  border-color: #e1d5ff;
  color: #8c68e8;
  background: #fbf8ff;
}

#glp-app-root .glp-home-quick-button .glp-icon {
  display: block;
  width: 24px;
  height: 24px;
}

#glp-app-root .glp-home-quick-button > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

#glp-app-root .glp-home-quick-button > strong {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 1;
}

#glp-app-root .glp-home-records-modern,
#glp-app-root .glp-home-memories-modern,
#glp-app-root .glp-home-highlight-modern,
#glp-app-root .glp-home-expense-modern {
  padding: 16px 18px;
}

#glp-app-root .glp-home-record-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-home-record-card {
  min-width: 0;
  border: 1px solid #eee6ee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

#glp-app-root .glp-home-record-card > img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  background: #fff3f8;
}

#glp-app-root .glp-home-record-body {
  display: grid;
  gap: 5px;
  padding: 10px 12px 8px;
}

#glp-app-root .glp-home-record-body h3 {
  margin: 0;
  color: #24212a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

#glp-app-root .glp-home-record-body p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #5f5864;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

#glp-app-root .glp-home-record-body .glp-icon {
  width: 13px;
  height: 13px;
}

#glp-app-root .glp-home-record-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border-top: 1px solid #f0e9f0;
  padding: 9px 12px;
  color: #514a57;
  font-size: 11px;
  font-weight: 850;
}

#glp-app-root .glp-home-record-footer span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

#glp-app-root .glp-home-record-footer span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-home-record-footer .glp-icon {
  width: 12px;
  height: 12px;
  color: #f35493;
}

#glp-app-root .glp-home-record-footer em {
  margin-left: auto;
  border-radius: 999px;
  padding: 4px 7px;
  background: #fff0f6;
  color: #f35493;
  font-style: normal;
  white-space: nowrap;
}

#glp-app-root .glp-home-memory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-home-memory-card {
  min-width: 0;
  border: 1px solid #eee6ee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

#glp-app-root .glp-home-memory-thumb {
  position: relative;
  display: block;
  height: 96px;
  overflow: hidden;
  background: #fff3f8;
}

#glp-app-root .glp-home-memory-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#glp-app-root .glp-home-memory-thumb em {
  position: absolute;
  right: 7px;
  bottom: 7px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(36, 33, 42, 0.58);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

#glp-app-root .glp-home-memory-card strong,
#glp-app-root .glp-home-memory-card small {
  display: block;
  padding: 0 11px;
}

#glp-app-root .glp-home-memory-card strong {
  margin-top: 9px;
  color: #24212a;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

#glp-app-root .glp-home-memory-card small {
  margin: 3px 0 10px;
  color: #6f6875;
  font-size: 11px;
  font-weight: 800;
}

#glp-app-root .glp-home-highlight-list {
  display: grid;
}

#glp-app-root .glp-home-highlight-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #f1dfe8;
  padding: 10px 0;
}

#glp-app-root .glp-home-highlight-row:last-child {
  border-bottom: 0;
}

#glp-app-root .glp-home-highlight-row > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff0f6;
  color: #f35493;
}

#glp-app-root .glp-home-highlight-row .glp-icon {
  width: 16px;
  height: 16px;
}

#glp-app-root .glp-home-highlight-row p,
#glp-app-root .glp-home-highlight-row strong {
  margin: 0;
  color: #5f5864;
  font-size: 13px;
  font-weight: 850;
}

#glp-app-root .glp-home-highlight-row strong {
  color: #24212a;
  font-weight: 950;
  text-align: right;
}

#glp-app-root .glp-home-outline-button {
  min-height: 42px;
  border: 1px solid #ffb9d3;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  color: #f35493;
  font-weight: 950;
}

#glp-app-root .glp-home-focus-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

#glp-app-root .glp-home-focus-card p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #8c68e8;
  font-size: 13px;
  font-weight: 950;
}

#glp-app-root .glp-home-focus-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#glp-app-root .glp-home-focus-card strong {
  color: #24212a;
  font-size: 18px;
  font-weight: 950;
}

#glp-app-root .glp-home-focus-card em {
  border-radius: 999px;
  padding: 7px 13px;
  background: #fff0f6;
  color: #f35493;
  font-style: normal;
  font-weight: 950;
}

#glp-app-root .glp-home-focus-card small {
  color: #6f6875;
  font-size: 12px;
  font-weight: 800;
}

#glp-app-root .glp-home-focus-card i {
  display: block;
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  background: #eee9ef;
}

#glp-app-root .glp-home-focus-card i span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #ff2f82, #f35493);
}

#glp-app-root .glp-home-expense-body {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

#glp-app-root .glp-home-donut {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
}

#glp-app-root .glp-home-donut::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eee6ee;
}

#glp-app-root .glp-home-donut span {
  position: absolute;
  inset: 35px;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #5f5864;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

#glp-app-root .glp-home-donut strong {
  color: #24212a;
  font-size: 13px;
}

#glp-app-root .glp-home-expense-legend {
  display: grid;
  gap: 9px;
}

#glp-app-root .glp-home-expense-legend div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #514a57;
  font-size: 12px;
  font-weight: 850;
}

#glp-app-root .glp-home-expense-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#glp-app-root .glp-home-expense-legend i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

#glp-app-root .glp-home-expense-legend strong {
  color: #24212a;
  font-weight: 950;
  text-align: right;
}

#glp-app-root .glp-home-text-link {
  display: block;
  margin-top: 12px;
  color: #f35493;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
}

@media (max-width: 1180px) {
  #glp-app-root .glp-home-modern-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-home-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root .glp-home-highlight-modern,
  #glp-app-root .glp-home-expense-modern {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-home-modern {
    gap: 16px;
  }

  #glp-app-root .glp-home-next-modern,
  #glp-app-root .glp-home-quick-modern,
  #glp-app-root .glp-home-records-modern,
  #glp-app-root .glp-home-memories-modern,
  #glp-app-root .glp-home-highlight-modern,
  #glp-app-root .glp-home-expense-modern {
    padding: 14px;
  }

  #glp-app-root .glp-home-next-inner {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 0;
  }

  #glp-app-root .glp-home-next-date {
    padding: 16px 8px;
  }

  #glp-app-root .glp-home-next-date strong {
    font-size: 31px;
  }

  #glp-app-root .glp-home-next-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  #glp-app-root .glp-home-next-title-row h3 {
    font-size: 18px;
  }

  #glp-app-root .glp-home-ticket-ornament {
    display: none;
  }

  #glp-app-root .glp-home-next-action {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #efe7ef;
    padding: 12px;
  }

  #glp-app-root .glp-home-primary-button {
    width: 100%;
  }

  #glp-app-root .glp-home-kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  #glp-app-root .glp-home-stat-card {
    min-height: 98px;
    padding: 12px 6px 10px;
  }

  #glp-app-root .glp-home-stat-card .glp-icon {
    width: 22px;
    height: 22px;
  }

  #glp-app-root .glp-home-stat-card p {
    font-size: 10px;
  }

  #glp-app-root .glp-home-stat-card strong {
    font-size: 20px;
  }

  #glp-app-root .glp-home-stat-card em {
    font-size: 10px;
  }

  #glp-app-root .glp-home-quick-modern-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root .glp-home-record-grid,
  #glp-app-root .glp-home-memory-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 72%);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  #glp-app-root .glp-home-record-grid::-webkit-scrollbar,
  #glp-app-root .glp-home-memory-grid::-webkit-scrollbar {
    display: none;
  }

  #glp-app-root .glp-home-side-stack {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-home-focus-card {
    display: none;
  }

  #glp-app-root .glp-home-expense-body {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
  }

  #glp-app-root .glp-home-donut {
    width: 112px;
    height: 112px;
  }

  #glp-app-root .glp-home-donut::after {
    inset: 24px;
  }

#glp-app-root .glp-home-donut span {
    inset: 30px;
  }
}

/* Tablet/mobile stability: switch away from the desktop sidebar before content gets cramped. */
@media (max-width: 1100px) {
  #glp-app-root.glp-app {
    height: auto;
    min-height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  #glp-app-root.glp-app.glp-modal-lock {
    overflow: hidden;
  }

  #glp-app-root.glp-app .glp-app-shell,
  #glp-app-root.glp-app .glp-main-area {
    height: auto;
    min-height: 100%;
    overflow: visible;
  }

  #glp-app-root.glp-app .glp-app-shell {
    display: block;
  }

  #glp-app-root.glp-app .glp-sidebar {
    display: none;
  }

  #glp-app-root .glp-topbar {
    height: 72px;
    padding: 14px 16px;
  }

  #glp-app-root .glp-topbar-title {
    gap: 10px;
  }

  #glp-app-root .glp-topbar-title h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #glp-app-root .glp-topbar h1 {
    font-size: 22px;
  }

  #glp-app-root .glp-eyebrow {
    font-size: 10px;
  }

  #glp-app-root .glp-content {
    max-width: none;
    padding: 16px 14px calc(var(--bottom) + 26px);
  }

  #glp-app-root .glp-topbar-actions {
    gap: 7px;
  }

  #glp-app-root .glp-icon-button {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  #glp-app-root .glp-desktop-cta,
  #glp-app-root .glp-desktop-only {
    display: none;
  }

  #glp-app-root .glp-mobile-only {
    display: block;
  }

  #glp-app-root .glp-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #glp-app-root .glp-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--bottom);
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(18px);
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: stretch;
    gap: 1px;
    z-index: 50;
    padding: 6px 5px max(6px, env(safe-area-inset-bottom));
  }

  #glp-app-root .glp-bottom-nav a,
  #glp-app-root .glp-bottom-nav button {
    appearance: none;
    min-width: 0;
    min-height: 58px;
    padding: 4px 1px 3px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    display: grid;
    grid-template-rows: 23px minmax(22px, auto);
    align-content: center;
    gap: 2px;
    place-items: center;
    justify-items: center;
    color: var(--muted);
    font-size: 9.5px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
  }

  #glp-app-root .glp-bottom-nav a.glp-is-active,
  #glp-app-root .glp-bottom-nav button.glp-is-active {
    background: #fff2f7;
    color: var(--brand);
  }

  #glp-app-root .glp-bottom-nav .glp-icon {
    width: 21px;
    height: 21px;
    display: block;
  }

  #glp-app-root .glp-bottom-nav span {
    display: block;
    max-width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
  }

  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-mobile-menu-card {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transform: none;
    width: min(86vw, 340px);
    height: 100vh;
    max-height: 100vh;
    padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
    border-radius: 28px 0 0 28px;
    overflow: hidden;
  }

  #glp-app-root .glp-mobile-menu-modal .glp-side-nav {
    flex: 1 1 auto;
  }

  #glp-app-root .glp-grid-2,
  #glp-app-root .glp-grid-3,
  #glp-app-root .glp-grid-4,
  #glp-app-root .glp-layout-home,
  #glp-app-root .glp-layout-side,
  #glp-app-root .glp-calendar-wrap,
  #glp-app-root .glp-photo-layout,
  #glp-app-root .glp-form-grid,
  #glp-app-root .glp-chart-wrap {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-screen,
  #glp-app-root .glp-event-detail-hero,
  #glp-app-root .glp-event-detail-stats,
  #glp-app-root .glp-event-detail-body,
  #glp-app-root .glp-event-detail-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-hero {
    grid-template-columns: minmax(142px, 0.34fr) minmax(0, 1fr);
    border-radius: 18px;
  }

  #glp-app-root .glp-event-detail-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }

  #glp-app-root .glp-event-detail-status {
    display: none;
  }

  #glp-app-root .glp-event-detail-action-buttons {
    display: grid;
    grid-template-columns: 1fr 1.18fr;
    gap: 10px;
    justify-content: stretch;
  }

  #glp-app-root .glp-event-detail-action-buttons .glp-ghost-button,
  #glp-app-root .glp-event-detail-action-buttons .glp-primary-button {
    width: 100%;
    min-width: 0;
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  #glp-app-root .glp-event-detail-stat {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 12px;
  }

  #glp-app-root .glp-event-detail-stat > span {
    width: 42px;
    height: 42px;
  }

  #glp-app-root .glp-event-detail-stat p,
  #glp-app-root .glp-event-detail-stat strong {
    overflow-wrap: normal;
    word-break: keep-all;
    writing-mode: horizontal-tb;
  }

  #glp-app-root .glp-event-detail-stat p {
    font-size: 12px;
    line-height: 1.3;
  }

  #glp-app-root .glp-event-detail-stat strong {
    font-size: clamp(18px, 2.8vw, 22px);
    white-space: nowrap;
  }

  #glp-app-root .glp-event-detail-stat em {
    display: none;
  }

  #glp-app-root .glp-event-detail-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #glp-app-root .glp-event-detail-note,
  #glp-app-root .glp-event-detail-expense,
  #glp-app-root .glp-event-detail-chekis,
  #glp-app-root .glp-event-detail-photos {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
}

@media (max-width: 600px) {
  #glp-app-root .glp-event-detail-hero {
    grid-template-columns: minmax(112px, 0.36fr) minmax(0, 1fr);
  }

  #glp-app-root .glp-event-detail-date {
    min-height: 138px;
    padding: 16px 10px;
  }

  #glp-app-root .glp-event-detail-date span {
    font-size: 18px;
  }

  #glp-app-root .glp-event-detail-date strong {
    font-size: 39px;
  }

  #glp-app-root .glp-event-detail-date em {
    padding: 5px 15px;
    font-size: 12px;
  }

  #glp-app-root .glp-event-detail-main {
    padding: 18px 14px;
  }

  #glp-app-root .glp-event-detail-main h2 {
    font-size: 22px;
  }

  #glp-app-root .glp-event-detail-meta {
    gap: 9px 12px;
    font-size: 12px;
  }

  #glp-app-root .glp-event-detail-memo-line {
    font-size: 12px;
  }

  #glp-app-root .glp-event-detail-actions {
    padding: 10px 0 0;
  }

  #glp-app-root .glp-event-detail-stat {
    min-height: 102px;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 6px;
    padding: 11px 7px;
    text-align: center;
  }

  #glp-app-root .glp-event-detail-stat p {
    font-size: 11px;
  }

  #glp-app-root .glp-event-detail-stat strong {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.2;
    white-space: normal;
  }

  #glp-app-root .glp-event-detail-expense-body {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-donut {
    width: 148px;
    height: 148px;
  }
}

@media (max-width: 420px) {
  #glp-app-root .glp-content {
    padding-inline: 12px;
  }

  #glp-app-root .glp-event-detail-hero {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-date {
    min-height: auto;
  }

  #glp-app-root .glp-event-detail-action-buttons {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-stats {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-event-detail-stat {
    grid-template-columns: 42px minmax(0, 1fr);
    justify-items: stretch;
    min-height: 72px;
    text-align: left;
  }

  #glp-app-root .glp-event-detail-stat strong {
    white-space: nowrap;
  }
}

@keyframes glp-mobile-menu-slide-in {
  from {
    opacity: 0.98;
    transform: translateX(104%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes glp-mobile-menu-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  #glp-app-root .glp-mobile-menu-button.glp-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 74px;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    color: #2d2832;
  }

  #glp-app-root .glp-mobile-menu-button .glp-icon {
    width: 19px;
    height: 19px;
  }

  #glp-app-root .glp-mobile-menu-label {
    color: #5f5864;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-modal-backdrop {
    animation: glp-mobile-menu-backdrop-in 0.18s ease both;
  }

  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-mobile-menu-card {
    transform: translateX(0);
    animation: glp-mobile-menu-slide-in 0.24s cubic-bezier(0.22, 0.86, 0.34, 1) both;
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-mobile-menu-card,
  #glp-app-root .glp-mobile-menu-modal.glp-is-open .glp-modal-backdrop {
    animation: none;
  }
}

#glp-app-root .glp-inline-delete-form,
#glp-share-root .glp-inline-delete-form,
#glp-admin-root .glp-inline-delete-form {
  display: inline-flex;
  margin: 0;
}

#glp-app-root .glp-danger-zone,
#glp-share-root .glp-danger-zone,
#glp-admin-root .glp-danger-zone {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
}

#glp-app-root .glp-danger-zone > strong,
#glp-share-root .glp-danger-zone > strong,
#glp-admin-root .glp-danger-zone > strong {
  color: var(--red);
  font-weight: 950;
}

#glp-app-root .glp-delete-confirm-modal .glp-modal-card,
#glp-share-root .glp-delete-confirm-modal .glp-modal-card,
#glp-admin-root .glp-delete-confirm-modal .glp-modal-card {
  width: min(520px, calc(100vw - 32px));
}

#glp-app-root .glp-album-management-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(83, 52, 66, .08);
}

#glp-app-root .glp-album-add-card,
#glp-app-root .glp-album-item-editor {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #fff8fb);
}

#glp-app-root .glp-album-add-card h3,
#glp-app-root .glp-album-item-editor h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}

#glp-app-root .glp-album-add-card p,
#glp-app-root .glp-album-item-row small {
  margin: 3px 0 0;
  color: var(--muted);
}

#glp-app-root .glp-album-add-form.glp-form-grid {
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#glp-app-root .glp-album-existing-cheki-form {
  display: grid;
  gap: 14px;
}

#glp-app-root .glp-album-cheki-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  padding: 0 18px;
  outline: none;
}

#glp-app-root .glp-album-cheki-search input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(240, 91, 154, .12);
}

#glp-app-root .glp-album-cheki-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  max-height: min(420px, 46vh);
  overflow: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
  align-content: start;
}

#glp-app-root .glp-album-cheki-choice {
  display: grid;
  grid-template-columns: auto 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

#glp-app-root .glp-album-cheki-choice[hidden] {
  display: none;
}

#glp-app-root .glp-album-cheki-choice img,
#glp-app-root .glp-album-item-row > img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 14px;
  background: #fff3f8;
  border: 1px solid var(--line);
}

#glp-app-root .glp-album-cheki-choice strong,
#glp-app-root .glp-album-cheki-choice small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-album-existing-cheki-form > .glp-form-actions {
  position: sticky;
  bottom: -18px;
  z-index: 2;
  padding-top: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 36%);
}

#glp-app-root .glp-album-item-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#glp-app-root .glp-album-item-list {
  display: grid;
  gap: 12px;
}

#glp-app-root .glp-album-item-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

#glp-app-root .glp-album-item-row-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

#glp-app-root .glp-album-item-row-main > strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
}

#glp-app-root .glp-album-item-row-grid {
  display: grid;
  grid-template-columns: 110px 170px 150px minmax(180px, 1fr);
  gap: 10px;
}

#glp-app-root .glp-album-item-row label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

#glp-app-root .glp-album-item-row input:not([type="checkbox"]),
#glp-app-root .glp-album-item-row select,
#glp-app-root .glp-album-item-row textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  padding: 8px 10px;
}

#glp-app-root .glp-album-item-memo {
  grid-column: 1 / -1;
}

#glp-app-root .glp-album-item-delete {
  align-self: center;
  padding: 8px 12px;
  border: 1px solid #ffd2dc;
  border-radius: 999px;
  background: #fff7fa;
  color: var(--red);
}

#glp-app-root .glp-empty-inline {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 980px) {
  #glp-app-root .glp-album-item-row-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #glp-app-root .glp-album-management-card {
    padding: 16px;
    border-radius: 22px;
  }

  #glp-app-root .glp-album-add-form.glp-form-grid,
  #glp-app-root .glp-album-item-row-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-album-cheki-picker {
    grid-template-columns: 1fr;
    max-height: 38vh;
    padding-right: 0;
  }

  #glp-app-root .glp-album-item-editor-head,
  #glp-app-root .glp-album-management-card .glp-section-title {
    align-items: stretch;
    flex-direction: column;
  }

  #glp-app-root .glp-album-item-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  #glp-app-root .glp-album-item-delete {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

#glp-app-root .glp-album-summary-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

#glp-app-root .glp-album-summary-actions .glp-inline-delete-form {
  display: inline-flex;
}

#glp-app-root .glp-album-summary-actions .glp-secondary-button,
#glp-app-root .glp-album-summary-actions .glp-danger-button {
  min-height: 46px;
  padding: 0 18px;
}

#glp-app-root .glp-album-gallery-tools .glp-album-add-button {
  min-height: 42px;
  padding: 0 18px;
}

#glp-app-root .glp-album-add-modal-card,
#glp-app-root .glp-album-share-settings-card {
  display: grid;
  gap: 18px;
}

#glp-app-root .glp-album-add-modal .glp-album-add-card {
  margin-top: 0;
}

#glp-app-root .glp-album-new-cheki-card {
  background: #fff;
}

#glp-app-root .glp-album-share-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #fff8fb);
}

#glp-app-root .glp-album-share-panel h3 {
  margin: 2px 0 4px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 950;
  overflow-wrap: anywhere;
}

#glp-app-root .glp-share-url-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #ffd9e7;
  border-radius: 18px;
  background: #fff;
}

#glp-app-root .glp-share-url-box span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-album-share-settings-list {
  display: grid;
  gap: 12px;
}

#glp-app-root .glp-share-modal-status {
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root .glp-share-modal-status.glp-is-success {
  border: 1px solid #cdeedd;
  background: #f0fff7;
  color: #208d58;
}

#glp-app-root .glp-share-modal-status.glp-is-error {
  border: 1px solid #ffd0df;
  background: #fff3f8;
  color: var(--brand);
}

#glp-app-root .glp-share-limit-callout {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #ffd0df;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff2f7, #fff);
}

#glp-app-root .glp-share-limit-callout strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.4;
}

#glp-app-root .glp-share-limit-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

#glp-app-root .glp-share-limit-callout .glp-primary-button {
  justify-self: start;
}

#glp-app-root [data-glp-modal-edit-toggle][hidden],
#glp-app-root [data-glp-modal-share-button][hidden],
#glp-app-root [data-glp-modal-open-image][hidden],
#glp-share-root [data-glp-modal-edit-toggle][hidden],
#glp-share-root [data-glp-modal-share-button][hidden],
#glp-share-root [data-glp-modal-open-image][hidden],
#glp-app-root .glp-media-edit-form[hidden],
#glp-share-root .glp-media-edit-form[hidden] {
  display: none;
}

#glp-app-root .glp-media-edit-form,
#glp-share-root .glp-media-edit-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #ffd9e7;
  border-radius: 20px;
  background: #fff8fb;
}

#glp-app-root .glp-media-edit-grid,
#glp-share-root .glp-media-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-media-edit-form label,
#glp-share-root .glp-media-edit-form label {
  display: grid;
  gap: 6px;
  color: #5f5865;
  font-size: 12px;
  font-weight: 900;
}

#glp-app-root .glp-media-edit-form input,
#glp-app-root .glp-media-edit-form select,
#glp-app-root .glp-media-edit-form textarea,
#glp-share-root .glp-media-edit-form input,
#glp-share-root .glp-media-edit-form select,
#glp-share-root .glp-media-edit-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--text);
  padding: 9px 11px;
  outline: none;
}

#glp-app-root .glp-media-edit-memo,
#glp-share-root .glp-media-edit-memo {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  #glp-app-root .glp-album-summary-actions,
  #glp-app-root .glp-album-gallery-tools {
    align-items: stretch;
  }

  #glp-app-root .glp-album-summary-actions .glp-secondary-button,
  #glp-app-root .glp-album-summary-actions .glp-danger-button,
  #glp-app-root .glp-album-summary-actions .glp-inline-delete-form {
    width: 100%;
  }

  #glp-app-root .glp-share-url-box,
  #glp-app-root .glp-media-edit-grid {
    grid-template-columns: 1fr;
  }

#glp-app-root .glp-share-url-box .glp-primary-button,
  #glp-app-root .glp-share-url-box .glp-secondary-button {
    width: 100%;
  }
}

#glp-app-root [data-glp-cheki-edit-field][hidden],
#glp-app-root [data-glp-photo-edit-field][hidden],
#glp-share-root [data-glp-cheki-edit-field][hidden],
#glp-share-root [data-glp-photo-edit-field][hidden] {
  display: none;
}

#glp-app-root .glp-media-edit-full,
#glp-share-root .glp-media-edit-full,
#glp-app-root .glp-media-edit-form .glp-full,
#glp-share-root .glp-media-edit-form .glp-full {
  grid-column: 1 / -1;
}

#glp-app-root .glp-media-edit-preview,
#glp-share-root .glp-media-edit-preview {
  min-height: 180px;
  height: 180px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

#glp-app-root .glp-media-edit-preview img,
#glp-share-root .glp-media-edit-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#glp-app-root .glp-media-edit-modal .glp-media-edit-form,
#glp-share-root .glp-media-edit-modal .glp-media-edit-form {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#glp-app-root .glp-media-edit-modal .glp-media-edit-grid,
#glp-share-root .glp-media-edit-modal .glp-media-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#glp-app-root .glp-media-edit-modal .glp-media-edit-form label,
#glp-share-root .glp-media-edit-modal .glp-media-edit-form label {
  display: grid;
  gap: 7px;
  color: #5f5865;
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root .glp-media-edit-modal [data-glp-cheki-edit-field][hidden],
#glp-app-root .glp-media-edit-modal [data-glp-photo-edit-field][hidden],
#glp-share-root .glp-media-edit-modal [data-glp-cheki-edit-field][hidden],
#glp-share-root .glp-media-edit-modal [data-glp-photo-edit-field][hidden] {
  display: none;
}

#glp-app-root .glp-media-edit-modal .glp-media-edit-form input,
#glp-app-root .glp-media-edit-modal .glp-media-edit-form select,
#glp-app-root .glp-media-edit-modal .glp-media-edit-form textarea,
#glp-share-root .glp-media-edit-modal .glp-media-edit-form input,
#glp-share-root .glp-media-edit-modal .glp-media-edit-form select,
#glp-share-root .glp-media-edit-modal .glp-media-edit-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  padding: 11px 14px;
  outline: none;
}

#glp-app-root .glp-media-edit-modal .glp-media-edit-form textarea,
#glp-share-root .glp-media-edit-modal .glp-media-edit-form textarea {
  min-height: 104px;
  resize: vertical;
}

#glp-app-root .glp-media-edit-modal .glp-form-actions,
#glp-share-root .glp-media-edit-modal .glp-form-actions {
  justify-content: flex-end;
}

@media (max-width: 760px) {
  #glp-app-root .glp-media-edit-modal .glp-media-edit-grid,
  #glp-share-root .glp-media-edit-modal .glp-media-edit-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-media-edit-modal .glp-form-actions,
  #glp-share-root .glp-media-edit-modal .glp-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

#glp-app-root .glp-cheki-photo.glp-image-preview-grid,
#glp-share-root .glp-cheki-photo.glp-image-preview-grid,
#glp-admin-root .glp-cheki-photo.glp-image-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
  height: auto;
  min-height: 130px;
  padding: 10px;
}

#glp-app-root .glp-cheki-photo.glp-image-preview-grid img,
#glp-share-root .glp-cheki-photo.glp-image-preview-grid img,
#glp-admin-root .glp-cheki-photo.glp-image-preview-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}

#glp-app-root .glp-multi-image-status,
#glp-share-root .glp-multi-image-status,
#glp-admin-root .glp-multi-image-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #ffd9e7;
  border-radius: 16px;
  background: #fff7fb;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

#glp-app-root .glp-multi-image-status strong,
#glp-share-root .glp-multi-image-status strong,
#glp-admin-root .glp-multi-image-status strong {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

#glp-app-root .glp-multi-image-status.glp-is-over,
#glp-share-root .glp-multi-image-status.glp-is-over,
#glp-admin-root .glp-multi-image-status.glp-is-over {
  border-color: #ff8bac;
  background: #fff0f4;
}

#glp-app-root .glp-multi-image-heading,
#glp-share-root .glp-multi-image-heading,
#glp-admin-root .glp-multi-image-heading {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
}

#glp-app-root .glp-multi-image-input,
#glp-share-root .glp-multi-image-input,
#glp-admin-root .glp-multi-image-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

#glp-app-root .glp-image-dropzone,
#glp-share-root .glp-image-dropzone,
#glp-admin-root .glp-image-dropzone {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 2px dashed #ffb9d2;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff9fc, #fff3f9);
  color: #6f5f83;
  text-align: center;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background .16s ease;
}

#glp-app-root .glp-image-dropzone[hidden],
#glp-share-root .glp-image-dropzone[hidden],
#glp-admin-root .glp-image-dropzone[hidden] {
  display: none;
}

#glp-app-root .glp-image-dropzone:hover,
#glp-app-root .glp-image-dropzone.glp-is-dragging,
#glp-share-root .glp-image-dropzone:hover,
#glp-share-root .glp-image-dropzone.glp-is-dragging,
#glp-admin-root .glp-image-dropzone:hover,
#glp-admin-root .glp-image-dropzone.glp-is-dragging {
  border-color: #f05b9a;
  background: #fff0f7;
  box-shadow: 0 18px 40px rgba(240, 91, 154, .14);
  transform: translateY(-1px);
}

#glp-app-root .glp-image-dropzone-icon,
#glp-share-root .glp-image-dropzone-icon,
#glp-admin-root .glp-image-dropzone-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #a976df;
}

#glp-app-root .glp-image-dropzone-icon .glp-icon,
#glp-share-root .glp-image-dropzone-icon .glp-icon,
#glp-admin-root .glp-image-dropzone-icon .glp-icon {
  width: 38px;
  height: 38px;
  stroke-width: 1.7;
}

#glp-app-root .glp-image-dropzone strong,
#glp-share-root .glp-image-dropzone strong,
#glp-admin-root .glp-image-dropzone strong {
  color: #5c5268;
  font-size: 15px;
  font-weight: 900;
}

#glp-app-root .glp-image-dropzone span:not(.glp-image-dropzone-icon),
#glp-share-root .glp-image-dropzone span:not(.glp-image-dropzone-icon),
#glp-admin-root .glp-image-dropzone span:not(.glp-image-dropzone-icon) {
  color: #6e6475;
  font-size: 13px;
  font-weight: 800;
}

#glp-app-root .glp-image-dropzone small,
#glp-share-root .glp-image-dropzone small,
#glp-admin-root .glp-image-dropzone small {
  color: #9b91a3;
  font-size: 12px;
  font-weight: 900;
}

#glp-app-root .glp-cheki-photo.glp-multi-image-preview-grid,
#glp-share-root .glp-cheki-photo.glp-multi-image-preview-grid,
#glp-admin-root .glp-cheki-photo.glp-multi-image-preview-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
  min-height: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#glp-app-root .glp-multi-image-item,
#glp-share-root .glp-multi-image-item,
#glp-admin-root .glp-multi-image-item {
  position: relative;
  width: 138px;
  min-height: 178px;
  padding: 10px 10px 26px;
  border: 1px solid #e8e2e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(84, 64, 74, .1);
}

#glp-app-root .glp-cheki-photo.glp-multi-image-preview-grid .glp-multi-image-item img,
#glp-share-root .glp-cheki-photo.glp-multi-image-preview-grid .glp-multi-image-item img,
#glp-admin-root .glp-cheki-photo.glp-multi-image-preview-grid .glp-multi-image-item img {
  width: 100%;
  height: 132px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: none;
}

#glp-app-root .glp-multi-image-remove,
#glp-share-root .glp-multi-image-remove,
#glp-admin-root .glp-multi-image-remove {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 34px;
  height: 34px;
  border: 1px solid #ece4ec;
  border-radius: 999px;
  background: #fff;
  color: #7f7387;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(64, 45, 55, .12);
}

#glp-app-root .glp-multi-image-add,
#glp-share-root .glp-multi-image-add,
#glp-admin-root .glp-multi-image-add {
  width: 138px;
  min-height: 178px;
  border: 2px dashed #d9c3ff;
  border-radius: 16px;
  background: #fff;
  color: #a976df;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 900;
}

#glp-app-root .glp-multi-image-add strong,
#glp-share-root .glp-multi-image-add strong,
#glp-admin-root .glp-multi-image-add strong {
  font-size: 48px;
  line-height: .85;
  font-weight: 500;
}

#glp-app-root .glp-multi-image-add span,
#glp-share-root .glp-multi-image-add span,
#glp-admin-root .glp-multi-image-add span {
  font-size: 15px;
}

@media (max-width: 760px) {
  #glp-app-root .glp-image-dropzone,
  #glp-share-root .glp-image-dropzone,
  #glp-admin-root .glp-image-dropzone {
    min-height: 168px;
  }

  #glp-app-root .glp-multi-image-item,
  #glp-share-root .glp-multi-image-item,
  #glp-admin-root .glp-multi-image-item,
  #glp-app-root .glp-multi-image-add,
  #glp-share-root .glp-multi-image-add,
  #glp-admin-root .glp-multi-image-add {
    width: 112px;
    min-height: 152px;
  }

  #glp-app-root .glp-cheki-photo.glp-multi-image-preview-grid .glp-multi-image-item img,
  #glp-share-root .glp-cheki-photo.glp-multi-image-preview-grid .glp-multi-image-item img,
  #glp-admin-root .glp-cheki-photo.glp-multi-image-preview-grid .glp-multi-image-item img {
    height: 106px;
  }
}

/* Album item ordering modal */
#glp-app-root .glp-album-order-card {
  max-width: 760px;
  width: min(760px, calc(100vw - 32px));
}

#glp-app-root .glp-album-order-card .glp-modal-head {
  align-items: flex-start;
}

#glp-app-root .glp-album-order-card .glp-modal-head h2 {
  margin: 0 0 4px;
  color: var(--glp-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

#glp-app-root .glp-album-order-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

#glp-app-root .glp-album-order-row {
  display: grid;
  grid-template-columns: 28px 58px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 10px 12px;
  border: 1px solid var(--glp-border);
  border-radius: 14px;
  background: var(--glp-surface);
  box-shadow: 0 8px 22px rgba(45, 34, 52, .06);
  cursor: grab;
  touch-action: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, opacity .16s ease;
}

#glp-app-root .glp-album-order-row:hover {
  border-color: rgba(240, 91, 154, .32);
  box-shadow: 0 12px 28px rgba(240, 91, 154, .12);
}

#glp-app-root .glp-album-order-row.glp-is-dragging {
  opacity: .46;
  transform: scale(.99);
}

#glp-app-root .glp-drag-handle {
  color: #a79cab;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -8px;
  line-height: 1;
  cursor: grab;
  user-select: none;
}

#glp-app-root .glp-album-order-thumb {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--glp-primary-soft);
}

#glp-app-root .glp-album-order-main {
  min-width: 0;
}

#glp-app-root .glp-album-order-main strong {
  display: block;
  overflow: hidden;
  color: var(--glp-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-album-order-main small {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: var(--glp-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-album-order-eye {
  width: 38px;
  height: 38px;
  border: 1px solid var(--glp-border);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #7d7384;
  background: #fff;
}

#glp-app-root .glp-album-order-eye .glp-icon {
  width: 18px;
  height: 18px;
}

#glp-app-root .glp-album-order-empty {
  margin-top: 18px;
}

@media (max-width: 760px) {
  #glp-app-root .glp-album-order-card {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: calc(100vw - 24px);
    max-height: 86vh;
    border-radius: 28px;
  }

  #glp-app-root .glp-album-order-row {
    grid-template-columns: 24px 52px minmax(0, 1fr) 36px;
    gap: 10px;
    padding: 9px 10px;
  }

  #glp-app-root .glp-album-order-thumb {
    width: 52px;
    height: 52px;
  }

  #glp-app-root .glp-album-order-main strong {
    font-size: 14px;
  }
}

/* Final media expansion overrides. Keep after legacy modal rules. */
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(24, 21, 29, .64);
  backdrop-filter: blur(12px);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card {
  position: fixed;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1280px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  transform: translate(-50%, -50%);
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 12px;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button {
  min-height: 40px;
  padding: 0 16px;
  background: #fff;
  color: #5c5662;
  border-color: var(--glp-border, #eee7f0);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head h2,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head h2,
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-detail,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-detail {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  place-items: center;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image {
  display: grid;
  width: 100%;
  min-height: 0;
  max-height: calc(100dvh - 120px);
  padding: 0;
  place-items: center;
  overflow: auto;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff9fc, #fff, #fff8f2);
  box-shadow: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::before,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::before,
#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::after,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image::after {
  display: none;
}

#glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img,
#glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 132px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(36, 33, 42, .18);
  cursor: default;
}

@media (max-width: 760px) {
  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-card {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
    padding: 12px;
    border-radius: 24px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-head {
    margin-bottom: 8px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-modal-collapse-button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image {
    max-height: calc(100dvh - 106px);
    border-radius: 18px;
  }

  #glp-app-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img,
  #glp-share-root .glp-modal-root.glp-is-expanded-image.glp-is-open .glp-media-modal-image img {
    max-height: calc(100dvh - 118px);
    border-radius: 14px;
  }
}
/* Brand asset overrides: keep last so theme/mock legacy rules cannot win. */
#glp-app-root .glp-brand.glp-brand-with-logo,
#glp-share-root .glp-brand.glp-brand-with-logo,
#glp-admin-root .glp-brand.glp-brand-with-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--glp-text, #24212a);
  text-decoration: none;
}

#glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
#glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
#glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-mark {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: 0 12px 30px rgba(236, 91, 154, .18);
}

#glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-mark img,
#glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-mark img,
#glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-name,
#glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-name,
#glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-name {
  overflow: hidden;
  color: var(--glp-text, #24212a);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: .02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root.glp-auth-page .glp-auth-logo.glp-auth-logo-image {
  display: block;
  width: min(520px, 100%);
  max-width: 100%;
  margin: 0 auto;
  color: inherit;
  line-height: 0;
  text-decoration: none;
}

#glp-app-root.glp-auth-page .glp-auth-logo.glp-auth-logo-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 142px;
  object-fit: contain;
}

#glp-admin-root .glp-wp-admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--glp-text, #24212a);
}

#glp-admin-root .glp-wp-admin-brand img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(236, 91, 154, .16);
}

#glp-admin-root .glp-wp-admin-brand strong {
  overflow: hidden;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  #glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
  #glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-mark,
  #glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-mark {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
  }

  #glp-app-root .glp-brand.glp-brand-with-logo .glp-brand-name,
  #glp-share-root .glp-brand.glp-brand-with-logo .glp-brand-name,
  #glp-admin-root .glp-brand.glp-brand-with-logo .glp-brand-name {
    font-size: 18px;
  }

  #glp-app-root.glp-auth-page .glp-auth-logo.glp-auth-logo-image {
    width: min(360px, 100%);
  }
}
/* Auth scroll override at file end. */
#glp-app-root.glp-app.glp-auth-page {
  height: auto;
  max-height: none;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell,
#glp-app-root.glp-app.glp-auth-page .glp-auth-view,
#glp-app-root.glp-app.glp-auth-page .glp-auth-card {
  max-height: none;
  overflow: visible;
}

#glp-app-root.glp-app.glp-auth-page .glp-auth-shell {
  height: auto;
  min-height: 100dvh;
  place-items: start center;
  padding-bottom: 72px;
}

/* Landing mock final overrides: keep after legacy landing/auth rules. */
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock {
  --glp-lp-pink: #f53f86;
  --glp-lp-pink-2: #ff70a8;
  --glp-lp-purple: #9269df;
  --glp-lp-lavender: #efe7ff;
  --glp-lp-blue: #4aa8ed;
  --glp-lp-green: #45c7b6;
  --glp-lp-orange: #f7a93e;
  --glp-lp-ink: #1f1d27;
  --glp-lp-muted: #6f6977;
  --glp-lp-line: #f1dfe8;
  --glp-lp-shadow: 0 18px 48px rgba(55, 37, 47, .10);
  height: auto;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 5% 18%, rgba(255, 225, 240, .72) 0 18%, transparent 36%),
    radial-gradient(circle at 92% 38%, rgba(232, 244, 255, .75) 0 16%, transparent 34%),
    radial-gradient(circle at 54% 84%, rgba(255, 242, 212, .70) 0 14%, transparent 28%),
    linear-gradient(180deg, #fff 0%, #fffafb 46%, #fff 100%);
  color: var(--glp-lp-ink);
}

/* Landing header sizing from the production LP mock. */
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-header {
  min-height: 92px;
  padding: 18px 36px;
  background: rgba(255, 255, 255, .96);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-brand {
  gap: 14px;
  font-size: clamp(28px, 2.8vw, 42px);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-brand img {
  width: 52px;
  height: 52px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-nav {
  gap: clamp(34px, 4vw, 62px);
  font-size: 17px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-header-actions {
  gap: 20px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-header-actions .glp-lp-button {
  min-width: 168px;
  min-height: 52px;
  border-radius: 12px;
  padding: 0 26px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-main {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-header {
    padding: 16px 20px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-main {
    display: grid;
    gap: 28px;
    width: min(1540px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 40px;
  }
}

/* Landing HTML reproduction overrides. The LP is built from scoped HTML/CSS, not screenshot panels. */
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-main {
  display: grid;
  gap: 34px;
  width: min(1540px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
  padding: 34px 0 46px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-genre-band,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-section,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-final-cta {
  display: grid;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-footer {
  display: flex;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero {
  position: relative;
  grid-template-columns: minmax(420px, .82fr) minmax(640px, 1.18fr);
  min-height: 760px;
  overflow: hidden;
  padding: 52px 0 32px;
  background:
    radial-gradient(circle at 77% 34%, rgba(255, 240, 248, .78), transparent 32%),
    radial-gradient(circle at 54% 88%, rgba(255, 245, 221, .72), transparent 26%);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero-copy {
  align-self: center;
  padding-left: clamp(8px, 1.4vw, 22px);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero h1 {
  max-width: 650px;
  margin: 0 0 28px;
  font-size: clamp(52px, 5.4vw, 86px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: .02em;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-lead {
  max-width: 560px;
  font-size: 18px;
  line-height: 2;
  color: #322d37;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-lead-small {
  margin-top: 10px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
  min-height: 700px;
  transform: translateX(-2%);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-laptop {
  right: 2%;
  bottom: 72px;
  width: min(780px, 76%);
  height: 440px;
  border-width: 18px;
  border-radius: 22px;
  box-shadow: 0 34px 70px rgba(30, 27, 35, .24);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-laptop::after {
  bottom: -48px;
  height: 46px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-phone {
  right: -2px;
  bottom: 28px;
  width: 178px;
  height: 332px;
  border-width: 8px;
  box-shadow: 0 28px 62px rgba(30, 27, 35, .22);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-photo-card-1 {
  left: 6%;
  top: 16px;
  width: 220px;
  transform: rotate(-8deg);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-ticket {
  left: 40%;
  top: 14px;
  width: 290px;
  transform: rotate(10deg);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-mic {
  right: -44px;
  top: 16px;
  width: 290px;
  transform: rotate(-17deg);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-note {
  right: 6px;
  top: 250px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-camera-prop {
  right: -12px;
  bottom: 44px;
  transform: rotate(-10deg);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-genre-band {
  margin-top: -28px;
  padding: 28px 42px 30px;
  border-radius: 26px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-section {
  position: relative;
  overflow: hidden;
  padding: 48px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(245, 63, 134, .12);
  box-shadow: var(--glp-lp-shadow);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-section h2,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-final-cta h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.25;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-share-grid {
  align-items: stretch;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-share-card {
  min-height: 430px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-section-soft .glp-lp-card-grid-4 {
  margin-top: 24px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-small-card {
  min-height: 250px;
  justify-content: center;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-feature-card {
  min-height: 185px;
  grid-template-columns: 92px 1fr;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-steps {
  margin-top: 32px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-pricing {
  padding-top: 52px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-plan-grid {
  width: min(980px, 100%);
  margin: 28px auto 0;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-final-cta {
  min-height: 230px;
  align-items: center;
  padding: 42px 360px 42px 360px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-hero,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-genre-band,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-section,
#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-final-cta {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-main {
    width: min(100%, calc(100% - 36px));
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 26px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
    min-height: 520px;
    transform: none;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-final-cta {
    padding: 34px 28px;
  }
}

@media (max-width: 720px) {
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-main {
    gap: 24px;
    padding-top: 22px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero {
    padding: 24px 0 18px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-hero-art {
    min-height: 390px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-laptop {
    right: auto;
    left: 50%;
    width: 92%;
    height: 310px;
    transform: translateX(-50%);
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-phone,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-mic,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-ticket,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-photo-card-1 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-hero,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-genre-band,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-section,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-mock .glp-lp-enhance .glp-lp-final-cta {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Mobile-first image landing page. */
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root {
  --glp-lp-bg: #fffafb;
  --glp-lp-surface: #ffffff;
  --glp-lp-text: #20202a;
  --glp-lp-muted: #736b79;
  --glp-lp-primary: #f04483;
  --glp-lp-primary-2: #ff6aa2;
  --glp-lp-border: #f4d8e3;
  --glp-lp-shadow: 0 22px 56px rgba(56, 32, 48, 0.14);
  width: 100vw;
  max-width: none;
  min-height: 100dvh;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-x: hidden;
  color: var(--glp-lp-text);
  background-color: #fffafb;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.18)),
    url("../img/lp-mobile/lp-background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root *,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root *::before,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root *::after {
  box-sizing: border-box;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root :where(a) {
  color: inherit;
  text-decoration: none;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root :where(button) {
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  appearance: none;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root :where(img) {
  display: block;
  max-width: 100%;
}

#glp-app-root .glp-lp-image-shell {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  padding-bottom: 88px;
}

#glp-app-root .glp-lp-image-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 560px);
  height: 70px;
  padding: 12px 22px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(244, 216, 227, 0.84);
  box-shadow: 0 12px 34px rgba(54, 40, 50, 0.08);
  backdrop-filter: blur(18px);
}

#glp-app-root.glp-has-admin-bar .glp-lp-image-header {
  top: 32px;
}

#glp-app-root .glp-lp-image-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

#glp-app-root .glp-lp-image-brand img {
  width: auto;
  height: 44px;
  max-width: 260px;
  object-fit: contain;
}

#glp-app-root .glp-lp-image-menu-button {
  display: inline-grid;
  grid-template-columns: auto 28px;
  gap: 8px 10px;
  align-items: center;
  justify-items: end;
  min-width: 74px;
  padding: 7px 0 7px 10px;
  color: var(--glp-lp-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

#glp-app-root .glp-lp-image-menu-button i {
  display: block;
  grid-column: 2;
  width: 28px;
  height: 4px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

#glp-app-root .glp-lp-image-menu-button span {
  grid-row: 1 / span 3;
  grid-column: 1;
}

#glp-app-root .glp-lp-side {
  display: none;
}

#glp-app-root .glp-lp-image-main {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 70px rgba(53, 38, 48, 0.08);
}

#glp-app-root .glp-lp-image-section,
#glp-app-root .glp-lp-image-faq {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

#glp-app-root .glp-lp-image-section:first-child,
#glp-app-root .glp-lp-enhance .glp-lp-image-section.glp-lp-is-visible,
#glp-app-root .glp-lp-enhance .glp-lp-image-faq.glp-lp-is-visible {
  opacity: 1;
  transform: none;
}

#glp-app-root .glp-lp-image-section img {
  width: 100%;
  height: auto;
  user-select: none;
}

#glp-app-root .glp-lp-image-hotspot {
  position: absolute;
  top: var(--y);
  left: var(--x);
  z-index: 3;
  display: block;
  width: var(--w);
  height: var(--h);
  border-radius: 999px;
  outline: none;
}

#glp-app-root .glp-lp-image-hotspot:focus-visible {
  box-shadow: 0 0 0 4px rgba(240, 68, 131, 0.24);
}

#glp-app-root .glp-lp-image-faq {
  padding: 0;
  background: transparent;
}

#glp-app-root .glp-lp-image-faq img {
  width: 100%;
  height: auto;
  user-select: none;
}

#glp-app-root .glp-lp-image-faq-title {
  position: relative;
  margin: 0 0 28px;
  color: var(--glp-lp-text);
  font-size: clamp(32px, 8vw, 48px);
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  letter-spacing: 0.04em;
}

#glp-app-root .glp-lp-image-faq-title::after {
  display: block;
  width: min(72%, 360px);
  height: 10px;
  margin: 16px auto 0;
  background-image: radial-gradient(circle, rgba(240, 68, 131, 0.72) 2px, transparent 2.5px);
  background-size: 16px 8px;
  content: "";
}

#glp-app-root .glp-lp-image-faq-list {
  display: grid;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(244, 216, 227, 0.86);
  border-radius: 30px;
  box-shadow: 0 18px 52px rgba(47, 34, 43, 0.11);
}

#glp-app-root .glp-lp-image-faq-item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(244, 216, 227, 0.9);
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(46, 34, 42, 0.07);
}

#glp-app-root .glp-lp-image-faq-question {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 26px;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 14px 18px;
  color: var(--glp-lp-text);
  font-size: clamp(18px, 4.5vw, 24px);
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

#glp-app-root .glp-lp-image-faq-question::-webkit-details-marker {
  display: none;
}

#glp-app-root .glp-lp-image-faq-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--glp-lp-primary);
  font-size: 28px;
  font-weight: 900;
  background: #fff0f6;
  border-radius: 999px;
}

#glp-app-root .glp-lp-image-faq-text {
  min-width: 0;
}

#glp-app-root .glp-lp-image-faq-chevron {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--glp-lp-primary);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  transform-origin: center;
  transition: transform 0.22s ease;
}

#glp-app-root .glp-lp-image-faq-item[open] .glp-lp-image-faq-chevron {
  transform: rotate(180deg);
}

#glp-app-root .glp-lp-image-faq-answer {
  padding: 0 24px 22px 84px;
  color: var(--glp-lp-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

#glp-app-root .glp-lp-image-faq-answer p {
  margin: 0;
}

#glp-app-root .glp-lp-image-menu[hidden] {
  display: none;
}

#glp-app-root .glp-lp-image-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  justify-content: flex-end;
  background: rgba(39, 30, 38, 0.28);
  opacity: 0;
  backdrop-filter: blur(0);
  transition: opacity 0.24s ease, backdrop-filter 0.24s ease;
}

#glp-app-root .glp-lp-image-menu.glp-lp-menu-open {
  opacity: 1;
  backdrop-filter: blur(10px);
}

#glp-app-root .glp-lp-image-menu-panel {
  position: relative;
  width: min(86vw, 360px);
  min-height: 100%;
  padding: 34px 28px;
  background: rgba(255, 255, 255, 0.97);
  border-left: 1px solid rgba(244, 216, 227, 0.9);
  box-shadow: -24px 0 60px rgba(46, 35, 43, 0.18);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

#glp-app-root .glp-lp-image-menu.glp-lp-menu-open .glp-lp-image-menu-panel {
  transform: translateX(0);
}

#glp-app-root .glp-lp-image-menu-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--glp-lp-muted);
  font-size: 30px;
  line-height: 1;
  background: #fff5fa;
  border-radius: 999px;
}

#glp-app-root .glp-lp-image-menu-panel nav {
  display: grid;
  gap: 12px;
  margin-top: 60px;
}

#glp-app-root .glp-lp-image-menu-panel nav a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 900;
  color: var(--glp-lp-text);
  background: #fff;
  border: 1px solid var(--glp-lp-border);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(48, 35, 44, 0.06);
}

#glp-app-root .glp-lp-image-menu-actions {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

#glp-app-root .glp-lp-menu-register,
#glp-app-root .glp-lp-menu-login,
#glp-app-root .glp-lp-mobile-register,
#glp-app-root .glp-lp-mobile-login,
#glp-app-root .glp-lp-side-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  font-weight: 900;
  border-radius: 999px;
}

#glp-app-root .glp-lp-menu-register,
#glp-app-root .glp-lp-mobile-register,
#glp-app-root .glp-lp-side-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--glp-lp-primary), var(--glp-lp-primary-2));
  box-shadow: 0 16px 28px rgba(240, 68, 131, 0.28);
}

#glp-app-root .glp-lp-menu-login,
#glp-app-root .glp-lp-mobile-login,
#glp-app-root .glp-lp-side-button:not(.glp-lp-side-button-primary) {
  color: var(--glp-lp-primary);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(240, 68, 131, 0.34);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-register,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-login {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 0 46px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  border-radius: 999px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-register::after,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-login::after {
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  content: "\203A";
  transform: translateY(-52%);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-register {
  color: #fff;
  background: linear-gradient(135deg, #f2357d 0%, #f74f95 100%);
  box-shadow: 0 16px 28px rgba(240, 68, 131, 0.26);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-register::before {
  position: absolute;
  top: 50%;
  left: 28px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  content: "\2726";
  text-shadow: -7px -2px 0 rgba(255, 255, 255, 0.9), 6px 5px 0 rgba(255, 255, 255, 0.84);
  transform: translateY(-50%);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-image-menu-actions .glp-lp-menu-login {
  color: var(--glp-lp-primary);
  background: #fff;
  border-color: var(--glp-lp-primary);
  box-shadow: none;
}

#glp-app-root .glp-lp-mobile-fixed-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 90;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 10px;
  width: min(calc(100vw - 24px), 536px);
  padding: 10px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(244, 216, 227, 0.9);
  border-radius: 22px;
  box-shadow: 0 14px 44px rgba(43, 31, 38, 0.16);
  backdrop-filter: blur(18px);
}

#glp-app-root .glp-lp-mobile-register,
#glp-app-root .glp-lp-mobile-login {
  min-height: 50px;
  padding: 10px 14px;
  font-size: 15px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-login {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 0 32px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 999px;
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register::after,
#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-login::after {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  content: "\203A";
  transform: translateY(-52%);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register {
  color: #fff;
  background: linear-gradient(135deg, #f2357d 0%, #f74f95 100%);
  box-shadow: 0 14px 24px rgba(240, 68, 131, 0.24);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register::before {
  position: absolute;
  top: 50%;
  left: 17px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  content: "\2726";
  text-shadow: -5px -1px 0 rgba(255, 255, 255, 0.9), 5px 4px 0 rgba(255, 255, 255, 0.84);
  transform: translateY(-50%);
}

#glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-login {
  color: var(--glp-lp-primary);
  background: #fff;
  border-color: var(--glp-lp-primary);
  box-shadow: none;
}

#glp-app-root .glp-lp-html-final {
  display: grid;
  gap: 0;
  padding: 0 0 120px;
  background: #fff;
}

#glp-app-root .glp-lp-final-image-crop {
  position: relative;
  width: 100%;
  aspect-ratio: 941 / 608;
  overflow: hidden;
  background: #fff;
}

#glp-app-root .glp-lp-final-image-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 941 / 882;
}

#glp-app-root .glp-lp-final-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#glp-app-root .glp-lp-html-footer {
  display: grid;
  gap: 26px;
  padding: 34px 34px 0;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
}

#glp-app-root .glp-lp-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0;
  padding: 0 0 30px;
  border-bottom: 2px dashed rgba(255, 139, 180, 0.72);
}

#glp-app-root .glp-lp-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  color: var(--glp-lp-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

#glp-app-root .glp-lp-footer-link:not(:nth-child(3n)) {
  border-right: 1px solid rgba(115, 107, 121, 0.34);
}

#glp-app-root .glp-lp-footer-link:hover {
  color: var(--glp-lp-primary);
}

#glp-app-root .glp-lp-footer-copy {
  margin: 0;
  color: rgba(115, 107, 121, 0.82);
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 1120px) {
  #glp-app-root .glp-lp-image-shell {
    padding-bottom: 0;
  }

  #glp-app-root .glp-lp-image-header {
    display: flex;
  }

  #glp-app-root .glp-lp-image-menu-button {
    display: none;
  }

  #glp-app-root .glp-lp-mobile-fixed-cta {
    display: none;
  }

  #glp-app-root .glp-lp-html-final {
    padding-bottom: 72px;
  }

  #glp-app-root .glp-lp-image-main {
    width: min(100%, 560px);
    border-radius: 0 0 28px 28px;
    box-shadow: 0 26px 72px rgba(82, 54, 74, 0.16);
  }

  #glp-app-root .glp-lp-side {
    position: fixed;
    top: 150px;
    left: min(calc(100vw - 280px), calc(50% + 370px));
    z-index: 40;
    display: block;
    width: 260px;
    padding: 24px 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(244, 216, 227, 0.78);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(46, 34, 42, 0.1);
    backdrop-filter: blur(16px);
  }

  #glp-app-root.glp-has-admin-bar .glp-lp-side {
    top: 182px;
  }

  #glp-app-root .glp-lp-side-nav {
    min-height: 568px;
    padding-bottom: 170px;
  }

  #glp-app-root .glp-lp-side-nav::before {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 12px;
    color: var(--glp-lp-primary);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.12em;
    content: "メニュー";
    border-bottom: 1px solid rgba(244, 216, 227, 0.9);
  }

  #glp-app-root .glp-lp-side-nav nav {
    display: grid;
    gap: 0;
  }

  #glp-app-root .glp-lp-side-nav nav a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 8px 8px;
    color: var(--glp-lp-text);
    font-size: 17px;
    font-weight: 900;
    border-bottom: 1px dashed rgba(244, 216, 227, 0.9);
    border-radius: 0;
  }

  #glp-app-root .glp-lp-side-nav nav a:hover {
    color: var(--glp-lp-primary);
    background: rgba(255, 240, 246, 0.72);
  }

  #glp-app-root .glp-lp-side-cta {
    top: 592px;
    display: grid;
    gap: 14px;
    padding: 0 24px 24px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-side-cta .glp-lp-side-button {
    position: relative;
    width: 100%;
    min-height: 54px;
    padding: 0 38px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1;
    border-width: 1px;
    box-shadow: 0 15px 28px rgba(240, 68, 131, 0.18);
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-side-cta .glp-lp-side-button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    content: "\203A";
    transform: translateY(-52%);
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-side-cta .glp-lp-side-button-primary {
    color: #fff;
    background: linear-gradient(135deg, #f2357d 0%, #f74f95 100%);
    box-shadow: 0 18px 34px rgba(240, 68, 131, 0.3);
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-side-cta .glp-lp-side-button-primary::before {
    position: absolute;
    top: 50%;
    left: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    content: "\2726";
    text-shadow: -7px -2px 0 rgba(255, 255, 255, 0.9), 6px 5px 0 rgba(255, 255, 255, 0.84);
    transform: translateY(-50%);
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-side-cta .glp-lp-side-button:not(.glp-lp-side-button-primary) {
    color: var(--glp-lp-primary);
    background: #fff;
    border-color: var(--glp-lp-primary);
    box-shadow: none;
  }

  #glp-app-root.glp-has-admin-bar .glp-lp-side-cta {
    top: 624px;
  }
}

@media (max-width: 782px) {
  #glp-app-root.glp-has-admin-bar .glp-lp-image-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  #glp-app-root .glp-lp-image-header {
    width: 100%;
    height: 64px;
    padding: 10px 18px;
  }

  #glp-app-root .glp-lp-image-brand img {
    height: 38px;
    max-width: 230px;
  }

  #glp-app-root .glp-lp-image-main {
    width: 100%;
    box-shadow: none;
  }

  #glp-app-root .glp-lp-html-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  #glp-app-root .glp-lp-footer-link {
    min-height: 38px;
    font-size: 15px;
  }

  #glp-app-root .glp-lp-footer-copy {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  #glp-app-root .glp-lp-mobile-fixed-cta {
    gap: 8px;
    padding: 8px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-login {
    padding: 0 28px;
    font-size: 13px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register::after,
  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-login::after {
    right: 13px;
    font-size: 22px;
  }

  #glp-app-root.glp-app.glp-landing-page.glp-lp-image-root .glp-lp-mobile-fixed-cta .glp-lp-mobile-register::before {
    left: 14px;
    font-size: 12px;
    text-shadow: -4px -1px 0 rgba(255, 255, 255, 0.9), 4px 3px 0 rgba(255, 255, 255, 0.84);
  }
}

@media (prefers-reduced-motion: reduce) {
  #glp-app-root .glp-lp-image-section,
  #glp-app-root .glp-lp-image-faq,
  #glp-app-root .glp-lp-image-menu,
  #glp-app-root .glp-lp-image-menu-panel {
    transition: none;
  }
}

#glp-app-root .glp-notification-button {
  position: relative;
}

#glp-app-root :where(a, button, input, select, textarea, [tabindex]):focus,
#glp-share-root :where(a, button, input, select, textarea, [tabindex]):focus,
#glp-admin-root :where(a, button, input, select, textarea, [tabindex]):focus {
  outline: none;
}

#glp-app-root :where(a, button, input, select, textarea, [tabindex]):focus:not(:focus-visible),
#glp-share-root :where(a, button, input, select, textarea, [tabindex]):focus:not(:focus-visible),
#glp-admin-root :where(a, button, input, select, textarea, [tabindex]):focus:not(:focus-visible) {
  outline: none;
  box-shadow: inherit;
}

#glp-app-root :where(a, button, input, select, textarea, [tabindex]):focus-visible,
#glp-share-root :where(a, button, input, select, textarea, [tabindex]):focus-visible,
#glp-admin-root :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(244, 91, 151, 0.28);
  outline-offset: 3px;
}

#glp-app-root .glp-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(244, 91, 151, 0.24);
}

#glp-app-root .glp-search-modal-card,
#glp-app-root .glp-notifications-modal-card {
  width: min(680px, calc(100vw - 32px));
}

#glp-app-root .glp-global-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

#glp-app-root .glp-search-modal-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

#glp-app-root .glp-search-modal-field input {
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-weight: 800;
}

#glp-app-root .glp-search-empty {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px dashed #ffd6e5;
  border-radius: 18px;
  background: #fff7fb;
  text-align: center;
}

#glp-app-root .glp-search-empty strong {
  font-size: 16px;
}

#glp-app-root .glp-search-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

#glp-app-root .glp-search-results,
#glp-app-root .glp-notification-list {
  display: grid;
  gap: 10px;
}

#glp-app-root .glp-search-result {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: 0.16s ease;
}

#glp-app-root .glp-search-result:hover {
  border-color: #ffd2e2;
  background: #fff7fb;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

#glp-app-root .glp-search-result-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  background: var(--surface-soft);
  color: var(--brand);
}

#glp-app-root .glp-search-result-body {
  min-width: 0;
}

#glp-app-root .glp-search-result-body em,
#glp-app-root .glp-search-result-body strong,
#glp-app-root .glp-search-result-body small {
  display: block;
}

#glp-app-root .glp-search-result-body em {
  color: var(--brand);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

#glp-app-root .glp-search-result-body strong {
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-search-result-body small {
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#glp-app-root .glp-notification-read-form {
  display: flex;
  justify-content: flex-end;
  margin: -6px 0 14px;
}

#glp-app-root .glp-notification-item {
  position: relative;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

#glp-app-root .glp-notification-item.glp-is-unread {
  border-color: #ffc8dc;
  background: linear-gradient(135deg, #fff3f8, #fff);
}

#glp-app-root .glp-notification-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 999px;
  background: #ddd5de;
}

#glp-app-root .glp-notification-item.glp-is-unread .glp-notification-dot {
  background: var(--brand);
  box-shadow: 0 0 0 4px #ffe3ee;
}

#glp-app-root .glp-notification-item strong,
#glp-app-root .glp-notification-item small,
#glp-app-root .glp-notification-item a {
  display: block;
}

#glp-app-root .glp-notification-item p {
  margin: 5px 0;
  color: #5c5662;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-wrap;
}

#glp-app-root .glp-notification-item small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

#glp-app-root .glp-notification-item .glp-link-button {
  margin-top: 8px;
}

#glp-admin-root .glp-admin-notification-form {
  margin-bottom: 22px;
}

#glp-admin-root .glp-admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

#glp-admin-root .glp-admin-row-actions form {
  margin: 0;
}

@media (max-width: 760px) {
  #glp-app-root .glp-search-modal-card,
  #glp-app-root .glp-notifications-modal-card {
    width: 100%;
  }

  #glp-app-root .glp-global-search-form {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-global-search-form .glp-primary-button {
    width: 100%;
  }
}

#glp-app-root .glp-site-final {
  overflow: visible;
  background: #fff;
}

#glp-app-root .glp-site-final-cta {
  display: none;
}

#glp-app-root .glp-site-footer {
  display: grid;
  gap: 14px;
  align-items: center;
  padding: 28px 24px 116px;
  color: #24212a;
  text-align: center;
  background: #fff;
  border-top: 1px solid rgba(244, 216, 227, 0.82);
}

#glp-app-root .glp-site-footer-brand {
  display: inline-flex;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  line-height: 0;
}

#glp-app-root .glp-site-footer-brand img {
  width: auto;
  height: 38px;
  max-width: 220px;
  object-fit: contain;
}

#glp-app-root .glp-site-footer-tagline,
#glp-app-root .glp-site-footer-copy {
  margin: 0;
}

#glp-app-root .glp-site-footer-tagline {
  color: #5e5663;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

#glp-app-root .glp-site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
}

#glp-app-root .glp-site-footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: #342f3a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

#glp-app-root .glp-site-footer-nav a + a {
  border-left: 1px solid rgba(115, 107, 121, 0.28);
}

#glp-app-root .glp-site-footer-nav a:hover {
  color: var(--brand);
}

#glp-app-root .glp-site-footer-copy {
  color: #7d7582;
  font-size: 12px;
  font-weight: 800;
}

#glp-app-root.glp-auth-page .glp-site-footer-auth {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(244, 216, 227, 0.78);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(62, 47, 58, 0.08);
}

#glp-share-root .glp-site-footer {
  display: grid;
  gap: 14px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  padding: 24px;
  margin: 0 auto 32px;
  color: #24212a;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(244, 216, 227, 0.78);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(62, 47, 58, 0.08);
}

#glp-share-root .glp-site-footer-brand {
  display: inline-flex;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  line-height: 0;
}

#glp-share-root .glp-site-footer-brand img {
  width: auto;
  height: 38px;
  max-width: 220px;
  object-fit: contain;
}

#glp-share-root .glp-site-footer-tagline,
#glp-share-root .glp-site-footer-copy {
  margin: 0;
}

#glp-share-root .glp-site-footer-tagline {
  color: #5e5663;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

#glp-share-root .glp-site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
}

#glp-share-root .glp-site-footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: #342f3a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

#glp-share-root .glp-site-footer-nav a + a {
  border-left: 1px solid rgba(115, 107, 121, 0.28);
}

#glp-share-root .glp-site-footer-nav a:hover {
  color: var(--brand);
}

#glp-share-root .glp-site-footer-copy {
  color: #7d7582;
  font-size: 12px;
  font-weight: 800;
}

@media (min-width: 1120px) {
  #glp-app-root.glp-landing-page.glp-lp-image-root .glp-lp-image-main {
    overflow: visible;
  }

  #glp-app-root .glp-lp-html-final.glp-site-final {
    z-index: 55;
    width: min(1460px, calc(100vw - 56px));
    margin-left: calc((560px - min(1460px, calc(100vw - 56px))) / 2);
    padding-bottom: 0;
  }

  #glp-app-root .glp-lp-html-final.glp-site-final .glp-lp-final-image-crop {
    display: none;
  }

  #glp-app-root .glp-site-final-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.7fr) minmax(190px, 0.78fr);
    gap: 26px;
    align-items: center;
    min-height: 220px;
    margin-top: 54px;
    padding: 32px 42px;
    overflow: hidden;
    border: 1px solid rgba(246, 102, 155, 0.34);
    border-radius: 28px;
    background:
      radial-gradient(circle at 8% 18%, rgba(255, 195, 218, 0.44), transparent 26%),
      radial-gradient(circle at 91% 16%, rgba(141, 108, 242, 0.16), transparent 24%),
      linear-gradient(135deg, #fff5fa 0%, #fff 50%, #fff1f7 100%);
    box-shadow: 0 22px 64px rgba(126, 74, 101, 0.12);
  }

  #glp-app-root .glp-site-final-cta::before,
  #glp-app-root .glp-site-final-cta::after {
    position: absolute;
    color: #f45b97;
    font-size: 58px;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
  }

  #glp-app-root .glp-site-final-cta::before {
    top: 20px;
    left: 28px;
    content: "♡";
    transform: rotate(-14deg);
  }

  #glp-app-root .glp-site-final-cta::after {
    right: 34px;
    bottom: 18px;
    content: "♡";
    transform: rotate(18deg);
  }

  #glp-app-root .glp-site-final-polaroids {
    position: relative;
    min-height: 170px;
  }

  #glp-app-root .glp-site-final-polaroids figure {
    position: absolute;
    width: 148px;
    margin: 0;
    padding: 9px 9px 30px;
    background: #fff;
    border: 1px solid rgba(236, 226, 234, 0.9);
    box-shadow: 0 14px 34px rgba(40, 32, 38, 0.16);
  }

  #glp-app-root .glp-site-final-polaroids figure:first-child {
    top: 8px;
    left: 8px;
    transform: rotate(-10deg);
  }

  #glp-app-root .glp-site-final-polaroids figure:nth-child(2) {
    right: 0;
    bottom: 0;
    transform: rotate(8deg);
  }

  #glp-app-root .glp-site-final-polaroids img {
    width: 100%;
    height: 96px;
    object-fit: cover;
    background: #fff2f7;
  }

  #glp-app-root .glp-site-final-charm {
    position: absolute;
    right: 24px;
    bottom: -10px;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, #ff7daf, #f2357d);
    border: 4px solid #fff;
    border-radius: 18px 18px 24px 24px;
    box-shadow: 0 12px 26px rgba(244, 91, 151, 0.28);
    transform: rotate(-12deg);
  }

  #glp-app-root .glp-site-final-copy {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  #glp-app-root .glp-site-final-copy p,
  #glp-app-root .glp-site-final-copy h2,
  #glp-app-root .glp-site-final-copy strong {
    margin: 0;
  }

  #glp-app-root .glp-site-final-copy p {
    color: var(--brand);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.18em;
  }

  #glp-app-root .glp-site-final-copy h2 {
    color: #16131d;
    font-size: clamp(32px, 3.5vw, 54px);
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: 0;
  }

  #glp-app-root .glp-site-final-copy h2 span {
    color: var(--brand);
    text-decoration: underline;
    text-decoration-color: rgba(244, 91, 151, 0.55);
    text-decoration-thickness: 5px;
    text-underline-offset: 8px;
  }

  #glp-app-root .glp-site-final-copy strong {
    color: #342f3a;
    font-size: 16px;
    line-height: 1.8;
  }

  #glp-app-root .glp-site-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 8px;
  }

  #glp-app-root .glp-site-final-primary,
  #glp-app-root .glp-site-final-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 230px;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 950;
  }

  #glp-app-root .glp-site-final-primary {
    color: #fff;
    background: linear-gradient(135deg, #f2357d, #f45b97);
    box-shadow: 0 16px 34px rgba(244, 91, 151, 0.3);
  }

  #glp-app-root .glp-site-final-primary i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: var(--brand);
    font-size: 28px;
    font-style: normal;
    line-height: 1;
    background: #fff;
    border-radius: 999px;
  }

  #glp-app-root .glp-site-final-secondary {
    color: #24212a;
    background: #fff;
    border: 1px solid rgba(244, 91, 151, 0.35);
    box-shadow: 0 12px 28px rgba(96, 65, 80, 0.08);
  }

  #glp-app-root .glp-site-final-secondary .glp-icon {
    width: 19px;
    height: 19px;
  }

  #glp-app-root .glp-site-final-note {
    justify-self: center;
    width: min(220px, 100%);
    padding: 24px 22px;
    color: #6d6270;
    background: #fff;
    border: 1px solid rgba(236, 226, 234, 0.95);
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(40, 32, 38, 0.13);
    transform: rotate(4deg);
  }

  #glp-app-root .glp-site-final-note span {
    display: block;
    margin-bottom: 12px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.08em;
  }

  #glp-app-root .glp-site-final-note ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.5;
    list-style: none;
  }

  #glp-app-root .glp-site-footer {
    grid-template-columns: auto minmax(150px, 1fr) auto auto;
    gap: 20px;
    padding: 30px 4px 18px;
    margin-top: 12px;
    text-align: left;
    border-top: 0;
  }

  #glp-app-root .glp-site-footer-brand {
    justify-self: start;
  }

  #glp-app-root .glp-site-footer-brand img {
    height: 42px;
    max-width: 250px;
  }

  #glp-app-root .glp-site-footer-tagline {
    max-width: 390px;
    font-size: 12px;
  }

  #glp-app-root .glp-site-footer-nav {
    justify-content: flex-end;
  }

  #glp-app-root .glp-site-footer-copy {
    white-space: nowrap;
  }

  #glp-app-root.glp-auth-page .glp-site-footer-auth {
    grid-template-columns: auto minmax(160px, 1fr) auto auto;
    padding: 24px 28px;
  }

  #glp-share-root .glp-site-footer {
    grid-template-columns: auto minmax(150px, 1fr) auto auto;
    gap: 20px;
    text-align: left;
  }

  #glp-share-root .glp-site-footer-brand {
    justify-self: start;
  }

  #glp-share-root .glp-site-footer-brand img {
    height: 42px;
    max-width: 250px;
  }

  #glp-share-root .glp-site-footer-tagline {
    max-width: 390px;
  }

  #glp-share-root .glp-site-footer-nav {
    justify-content: flex-end;
  }

  #glp-share-root .glp-site-footer-copy {
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  #glp-app-root .glp-site-footer-nav a {
    width: 50%;
    justify-content: center;
  }

  #glp-share-root .glp-site-footer-nav a {
    width: 50%;
    justify-content: center;
  }

  #glp-app-root .glp-site-footer-nav a + a,
  #glp-share-root .glp-site-footer-nav a + a {
    border-left: 0;
  }
}

/* Footer final overrides: keep LP CTA image intact and make footers full-bleed. */
#glp-app-root .glp-site-final-cta {
  display: none !important;
}

#glp-app-root.glp-landing-page.glp-lp-image-root .glp-lp-image-main {
  overflow: visible;
}

#glp-app-root .glp-lp-html-final.glp-site-final {
  overflow: visible;
  background: transparent;
}

#glp-app-root .glp-lp-html-final.glp-site-final .glp-lp-final-image-crop {
  display: block !important;
}

#glp-app-root .glp-site-footer,
#glp-share-root .glp-site-footer {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 28px max(24px, calc((100vw - 1280px) / 2 + 24px));
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-top: 1px solid rgba(244, 216, 227, 0.82);
  border-radius: 0;
  box-shadow: none;
}

#glp-app-root.glp-auth-page .glp-site-footer-auth,
#glp-share-root .glp-site-footer-public {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
}

#glp-app-root .glp-site-footer-app {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 961px) {
  #glp-app-root .glp-site-footer-app {
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
    padding-left: max(28px, calc((100vw - 1280px) / 2 + 28px));
  }
}

@media (min-width: 1120px) {
  #glp-app-root .glp-lp-html-final.glp-site-final {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  #glp-app-root .glp-site-footer,
  #glp-share-root .glp-site-footer {
    grid-template-columns: auto minmax(150px, 1fr) auto auto;
    gap: 20px;
    text-align: left;
  }

  #glp-app-root .glp-site-footer-brand,
  #glp-share-root .glp-site-footer-brand {
    justify-self: start;
  }

  #glp-app-root .glp-site-footer-nav,
  #glp-share-root .glp-site-footer-nav {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  #glp-app-root .glp-site-footer-nav a,
  #glp-share-root .glp-site-footer-nav a {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-site-footer-app {
    margin-top: 0;
    padding-bottom: 116px;
  }
}

/* App footer appears after the app content, so it only shows at the bottom of the page. */
#glp-app-root.glp-app.glp-app-body .glp-main-area {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-content {
  flex: 1 0 auto;
}

#glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 28px clamp(18px, 2vw, 32px) !important;
}

@media (min-width: 961px) {
  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 1120px) {
  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app {
    grid-template-columns: auto minmax(220px, 1fr) max-content max-content;
    gap: 24px;
    align-items: center;
  }

  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app .glp-site-footer-brand {
    justify-self: start;
  }

  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app .glp-site-footer-tagline {
    justify-self: start;
    max-width: 520px;
  }

  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app .glp-site-footer-nav {
    justify-self: end;
  }

  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app .glp-site-footer-copy {
    justify-self: end;
  }
}

@media (max-width: 760px) {
  #glp-app-root.glp-app.glp-app-body .glp-main-area > .glp-site-footer-app {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 28px 24px calc(var(--bottom) + 44px + env(safe-area-inset-bottom)) !important;
  }
}

/* Sidebar brand uses the full logo asset instead of mark + text. */
#glp-app-root .glp-sidebar .glp-brand-full-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 70px;
  padding: 0 2px;
  line-height: 0;
}

#glp-app-root .glp-sidebar .glp-brand-full-logo .glp-brand-logo-image {
  display: block;
  width: min(228px, 100%);
  height: auto;
  max-height: 70px;
  object-fit: contain;
}

/* Mobile cheki/photo album and item lists stay two-column. */
@media (max-width: 760px) {
  #glp-app-root .glp-cheki-grid,
  #glp-app-root .glp-photo-unit-grid,
  #glp-app-root .glp-album-grid,
  #glp-app-root .glp-cheki-album-list-grid,
  #glp-app-root .glp-album-media-grid-cheki,
  #glp-app-root .glp-cheki-album-media-grid,
  #glp-app-root .glp-album-media-grid-photo,
  #glp-app-root .glp-photo-album-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  #glp-app-root .glp-cheki-photo,
  #glp-app-root .glp-album-cover,
  #glp-app-root .glp-photo-unit-image,
  #glp-app-root .glp-album-media-grid .glp-media-image {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  #glp-app-root .glp-cheki-card,
  #glp-app-root .glp-album-card,
  #glp-app-root .glp-photo-unit-card {
    min-width: 0;
  }
}

/* Public album share pages reuse the regular album detail presentation without edit controls. */
#glp-share-root.glp-share-page .glp-public-content {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  padding: 22px 0 48px;
}

#glp-share-root .glp-album-public-share,
#glp-share-root .glp-album-mock-screen {
  --glp-album-accent: #f25d98;
  --glp-album-soft: #fff3f8;
  --glp-album-border: #ffd6e4;
  --glp-album-ink: #24212a;
  max-width: 1100px;
  margin: 0 auto;
}

#glp-share-root .glp-album-mock-photo {
  --glp-album-accent: #8b73df;
  --glp-album-soft: #f5f2ff;
  --glp-album-border: #ddd4ff;
}

#glp-share-root .glp-album-mock-shell {
  padding: 22px;
  border: 1px solid var(--glp-album-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 58px rgba(92, 61, 78, .065);
}

#glp-share-root .glp-album-summary-card {
  padding: 22px 24px 18px;
  border: 1px solid var(--glp-album-border);
  border-radius: 14px;
  background:
    radial-gradient(circle at right top, rgba(255, 255, 255, .88), transparent 38%),
    linear-gradient(135deg, var(--glp-album-soft), #fff);
}

#glp-share-root .glp-album-date-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--glp-album-accent);
  border: 1px solid color-mix(in srgb, var(--glp-album-accent) 28%, #fff);
  font-size: 12px;
  font-weight: 950;
}

#glp-share-root .glp-album-summary-card h2 {
  margin: 12px 0 18px;
  color: var(--glp-album-ink);
  font-size: 24px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -.04em;
}

#glp-share-root .glp-album-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
}

#glp-share-root .glp-album-meta-grid > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4f4855;
  font-size: 13px;
}

#glp-share-root .glp-album-meta-grid > div > span:first-child {
  flex: 0 0 auto;
  min-width: 50px;
  padding: 4px 8px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .74);
  color: #68606e;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

#glp-share-root .glp-album-meta-grid strong {
  min-width: 0;
  color: #24212a;
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

#glp-share-root .glp-album-memo-box {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--glp-album-border);
}

#glp-share-root .glp-album-memo-head {
  display: grid;
  grid-template-columns: 22px 1fr 24px;
  gap: 8px;
  align-items: center;
  color: var(--glp-album-accent);
  font-size: 13px;
  font-weight: 950;
}

#glp-share-root .glp-album-memo-box p {
  margin: 8px 0 0;
  color: #332d38;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
}

#glp-share-root .glp-album-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 20px 0 14px;
}

#glp-share-root .glp-album-gallery-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

#glp-share-root .glp-album-gallery-head > div:first-child > span,
#glp-share-root .glp-album-gallery-head .glp-icon {
  color: var(--glp-album-accent);
}

#glp-share-root .glp-album-gallery-head h3 {
  margin: 0;
  color: #24212a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: -.025em;
}

#glp-share-root .glp-album-gallery-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

#glp-share-root .glp-album-sort-button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #eee7f0;
  background: #fff;
  color: #4f4855;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

#glp-share-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery,
#glp-share-root .glp-album-mock-cheki .glp-cheki-album-media-grid.glp-album-mock-gallery {
  grid-template-columns: repeat(auto-fill, 112px);
  justify-content: start;
  align-items: start;
  gap: 18px 16px;
}

#glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki {
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  justify-self: start;
}

#glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid {
  width: 112px;
  max-width: none;
  min-height: 166px;
  padding: 8px 8px 11px;
  border-radius: 8px;
  border: 1px solid #eee7f0;
  box-shadow: 0 10px 22px rgba(76, 51, 64, .12);
  transform: none;
}

#glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-image {
  width: 96px;
  height: 124px;
  aspect-ratio: 24 / 31;
  border: 0;
  border-radius: 5px;
  background: #fff3f8;
}

#glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid strong {
  display: block;
  margin-top: 8px;
  color: #24212a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid small,
#glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid em {
  display: none;
}

#glp-share-root .glp-album-mock-photo .glp-album-media-grid-photo.glp-album-mock-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#glp-share-root .glp-album-mock-photo .glp-media-thumb-photo {
  border-radius: 8px;
  box-shadow: 0 10px 18px rgba(76, 51, 64, .08);
}

#glp-share-root .glp-album-mock-photo .glp-media-thumb-photo img {
  height: 132px;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
}

#glp-share-root .glp-album-mock-photo .glp-media-thumb-photo span {
  display: none;
}

@media (max-width: 980px) {
  #glp-share-root .glp-album-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-share-root .glp-album-mock-photo .glp-album-media-grid-photo.glp-album-mock-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #glp-share-root.glp-share-page .glp-public-content {
    width: min(100% - 24px, 560px);
    padding-bottom: 36px;
  }

  #glp-share-root .glp-album-mock-shell {
    padding: 14px;
    border-radius: 16px;
  }

  #glp-share-root .glp-album-summary-card {
    padding: 18px;
  }

  #glp-share-root .glp-album-meta-grid {
    grid-template-columns: 1fr;
  }

  #glp-share-root .glp-album-gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }

  #glp-share-root .glp-album-gallery-tools {
    width: 100%;
  }

  #glp-share-root .glp-album-public-tools .glp-album-sort-button {
    width: 100%;
  }

  #glp-share-root .glp-album-mock-cheki .glp-album-media-grid-cheki.glp-album-mock-gallery,
  #glp-share-root .glp-album-mock-cheki .glp-cheki-album-media-grid.glp-album-mock-gallery,
  #glp-share-root .glp-album-mock-photo .glp-album-media-grid-photo.glp-album-mock-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki,
  #glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-polaroid {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  #glp-share-root .glp-album-mock-cheki .glp-media-thumb-cheki .glp-media-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  #glp-share-root .glp-album-mock-photo .glp-media-thumb-photo img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

/* Public share chrome: full logo header and bottom-aligned full-width footer. */
#glp-share-root.glp-share-page.glp-public-page {
  display: flex;
  flex-direction: column;
}

#glp-share-root.glp-share-page .glp-public-header {
  flex: 0 0 auto;
}

#glp-share-root.glp-share-page .glp-public-header .glp-brand-full-logo {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0;
  line-height: 0;
}

#glp-share-root.glp-share-page .glp-public-header .glp-brand-logo-image {
  display: block;
  width: min(230px, 52vw);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

#glp-share-root.glp-share-page .glp-public-content {
  flex: 1 0 auto;
}

#glp-share-root.glp-share-page > .glp-site-footer-public {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 28px max(24px, calc((100vw - 1280px) / 2 + 24px)) 46px !important;
  border: 0 !important;
  border-top: 1px solid rgba(244, 216, 227, 0.82) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
}

@media (min-width: 1120px) {
  #glp-share-root.glp-share-page > .glp-site-footer-public {
    grid-template-columns: auto minmax(220px, 1fr) max-content max-content;
    gap: 24px;
    align-items: center;
  }

  #glp-share-root.glp-share-page > .glp-site-footer-public .glp-site-footer-brand,
  #glp-share-root.glp-share-page > .glp-site-footer-public .glp-site-footer-tagline {
    justify-self: start;
  }

  #glp-share-root.glp-share-page > .glp-site-footer-public .glp-site-footer-nav,
  #glp-share-root.glp-share-page > .glp-site-footer-public .glp-site-footer-copy {
    justify-self: end;
  }
}

@media (max-width: 760px) {
  #glp-share-root.glp-share-page .glp-public-header .glp-brand-logo-image {
    width: min(190px, 58vw);
    max-height: 50px;
  }

  #glp-share-root.glp-share-page > .glp-site-footer-public {
    padding: 28px 24px 46px !important;
  }
}

/* Guide and help pages. */
#glp-app-root .glp-info-screen,
#glp-share-root .glp-info-screen {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

#glp-share-root.glp-public-info-page .glp-public-content {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  padding: 28px 0 56px;
}

#glp-app-root .glp-info-hero,
#glp-share-root .glp-info-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at right top, rgba(245, 242, 255, .92), transparent 36%),
    linear-gradient(135deg, #fff4f8, #fff);
}

#glp-app-root .glp-info-hero h2,
#glp-share-root .glp-info-hero h2 {
  margin: 2px 0 8px;
  color: #24212a;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: -.04em;
}

#glp-app-root .glp-info-hero p,
#glp-share-root .glp-info-hero p {
  max-width: 680px;
  margin: 0;
  color: #5d5662;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.85;
}

#glp-app-root .glp-info-step-grid,
#glp-share-root .glp-info-step-grid,
#glp-app-root .glp-info-topic-grid,
#glp-share-root .glp-info-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#glp-app-root .glp-info-step-card,
#glp-share-root .glp-info-step-card,
#glp-app-root .glp-info-topic-card,
#glp-share-root .glp-info-topic-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid #efe8ef;
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 12px 28px rgba(92, 61, 78, .055);
}

#glp-app-root .glp-info-step-card,
#glp-share-root .glp-info-step-card {
  display: grid;
  gap: 9px;
}

#glp-app-root .glp-info-topic-card,
#glp-share-root .glp-info-topic-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
}

#glp-app-root .glp-info-step-card .glp-icon-wrap,
#glp-share-root .glp-info-step-card .glp-icon-wrap,
#glp-app-root .glp-info-topic-card .glp-icon-wrap,
#glp-share-root .glp-info-topic-card .glp-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 17px;
  color: #f25d98;
  background: #fff2f7;
}

#glp-app-root .glp-info-step-card small,
#glp-share-root .glp-info-step-card small {
  color: #8b73df;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}

#glp-app-root .glp-info-step-card h3,
#glp-share-root .glp-info-step-card h3,
#glp-app-root .glp-info-topic-card strong,
#glp-share-root .glp-info-topic-card strong {
  margin: 0;
  color: #24212a;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
}

#glp-app-root .glp-info-step-card p,
#glp-share-root .glp-info-step-card p,
#glp-app-root .glp-info-topic-card small,
#glp-share-root .glp-info-topic-card small {
  margin: 0;
  color: #6b6370;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.65;
}

#glp-app-root .glp-info-step-card a,
#glp-share-root .glp-info-step-card a,
#glp-app-root .glp-info-topic-card em,
#glp-share-root .glp-info-topic-card em {
  color: #f25d98;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

#glp-app-root .glp-info-topic-card small,
#glp-share-root .glp-info-topic-card small,
#glp-app-root .glp-info-topic-card em,
#glp-share-root .glp-info-topic-card em {
  grid-column: 2;
}

#glp-app-root .glp-info-layout,
#glp-share-root .glp-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px;
  align-items: start;
}

#glp-app-root .glp-info-panel,
#glp-share-root .glp-info-panel {
  border-radius: 28px;
}

#glp-app-root .glp-info-timeline,
#glp-share-root .glp-info-timeline,
#glp-app-root .glp-info-list,
#glp-share-root .glp-info-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#glp-app-root .glp-info-timeline li,
#glp-share-root .glp-info-timeline li {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #f0e8ef;
}

#glp-app-root .glp-info-timeline li:last-child,
#glp-share-root .glp-info-timeline li:last-child {
  border-bottom: 0;
}

#glp-app-root .glp-info-timeline strong,
#glp-share-root .glp-info-timeline strong {
  color: #24212a;
  font-size: 14px;
  font-weight: 950;
}

#glp-app-root .glp-info-timeline span,
#glp-share-root .glp-info-timeline span,
#glp-app-root .glp-info-list li,
#glp-share-root .glp-info-list li {
  color: #625a68;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.75;
}

#glp-app-root .glp-info-list li,
#glp-share-root .glp-info-list li {
  position: relative;
  padding-left: 20px;
}

#glp-app-root .glp-info-list li::before,
#glp-share-root .glp-info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f25d98;
}

#glp-app-root .glp-help-faq-list,
#glp-share-root .glp-help-faq-list {
  display: grid;
  gap: 10px;
}

#glp-app-root .glp-help-faq,
#glp-share-root .glp-help-faq {
  border: 1px solid #efe8ef;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

#glp-app-root .glp-help-faq summary,
#glp-share-root .glp-help-faq summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #24212a;
  font-size: 14px;
  font-weight: 950;
}

#glp-app-root .glp-help-faq p,
#glp-share-root .glp-help-faq p {
  margin: 0;
  padding: 0 16px 16px;
  color: #625a68;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.8;
}

#glp-app-root .glp-info-contact-button,
#glp-share-root .glp-info-contact-button {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 1080px) {
  #glp-app-root .glp-info-step-grid,
  #glp-share-root .glp-info-step-grid,
  #glp-app-root .glp-info-topic-grid,
  #glp-share-root .glp-info-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root .glp-info-layout,
  #glp-share-root .glp-info-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #glp-share-root.glp-public-info-page .glp-public-content {
    width: min(100% - 24px, 560px);
    padding-bottom: 40px;
  }

  #glp-app-root .glp-info-hero,
  #glp-share-root .glp-info-hero {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
  }

  #glp-app-root .glp-info-hero h2,
  #glp-share-root .glp-info-hero h2 {
    font-size: 23px;
  }

  #glp-app-root .glp-info-step-grid,
  #glp-share-root .glp-info-step-grid,
  #glp-app-root .glp-info-topic-grid,
  #glp-share-root .glp-info-topic-grid {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-info-timeline li,
  #glp-share-root .glp-info-timeline li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Detailed guide page. */
#glp-app-root .glp-guide-screen,
#glp-share-root .glp-guide-screen {
  max-width: 1180px;
}

#glp-app-root .glp-guide-hero,
#glp-share-root .glp-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px) auto;
  align-items: center;
}

#glp-app-root .glp-guide-hero h2,
#glp-share-root .glp-guide-hero h2,
#glp-app-root .glp-guide-feature-body h2,
#glp-share-root .glp-guide-feature-body h2,
#glp-app-root .glp-guide-closing h2,
#glp-share-root .glp-guide-closing h2 {
  letter-spacing: 0;
}

#glp-app-root .glp-guide-hero-panel,
#glp-share-root .glp-guide-hero-panel {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid #ffe0ec;
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
}

#glp-app-root .glp-guide-hero-panel span,
#glp-share-root .glp-guide-hero-panel span,
#glp-app-root .glp-guide-hero-panel small,
#glp-share-root .glp-guide-hero-panel small {
  color: #7a717d;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.55;
}

#glp-app-root .glp-guide-hero-panel strong,
#glp-share-root .glp-guide-hero-panel strong {
  color: #24212a;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.5;
}

#glp-app-root .glp-guide-hero-actions,
#glp-share-root .glp-guide-hero-actions {
  justify-content: flex-end;
}

#glp-app-root .glp-guide-index,
#glp-share-root .glp-guide-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-guide-index-card,
#glp-share-root .glp-guide-index-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 11px;
  align-items: center;
  padding: 14px;
  border: 1px solid #efe8ef;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(92, 61, 78, .05);
}

#glp-app-root .glp-guide-index-card span,
#glp-share-root .glp-guide-index-card span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #f25d98;
  background: #fff2f7;
}

#glp-app-root .glp-guide-index-card strong,
#glp-share-root .glp-guide-index-card strong {
  min-width: 0;
  color: #24212a;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.3;
}

#glp-app-root .glp-guide-index-card small,
#glp-share-root .glp-guide-index-card small {
  min-width: 0;
  color: #7b737f;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

#glp-app-root .glp-guide-flow-card,
#glp-share-root .glp-guide-flow-card {
  border-radius: 28px;
}

#glp-app-root .glp-guide-flow-steps,
#glp-share-root .glp-guide-flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#glp-app-root .glp-guide-flow-steps article,
#glp-share-root .glp-guide-flow-steps article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #f1e7ef;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff7fb, #fff);
}

#glp-app-root .glp-guide-flow-steps small,
#glp-share-root .glp-guide-flow-steps small {
  color: #8b73df;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

#glp-app-root .glp-guide-flow-steps strong,
#glp-share-root .glp-guide-flow-steps strong,
#glp-app-root .glp-guide-flow-steps p,
#glp-share-root .glp-guide-flow-steps p {
  display: block;
}

#glp-app-root .glp-guide-flow-steps strong,
#glp-share-root .glp-guide-flow-steps strong {
  margin-top: 8px;
  color: #24212a;
  font-size: 15px;
  font-weight: 950;
}

#glp-app-root .glp-guide-flow-steps p,
#glp-share-root .glp-guide-flow-steps p {
  margin: 7px 0 0;
  color: #625a68;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.65;
}

#glp-app-root .glp-guide-feature-list,
#glp-share-root .glp-guide-feature-list {
  display: grid;
  gap: 20px;
}

#glp-app-root .glp-guide-feature-card,
#glp-share-root .glp-guide-feature-card {
  scroll-margin-top: 112px;
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  gap: 0;
  align-items: stretch;
  border-radius: 30px;
}

#glp-app-root .glp-guide-feature-reverse .glp-guide-shot,
#glp-share-root .glp-guide-feature-reverse .glp-guide-shot {
  order: 2;
}

#glp-app-root .glp-guide-shot,
#glp-share-root .glp-guide-shot {
  min-width: 0;
  margin: 0;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 102, 163, .16), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(139, 115, 223, .18), transparent 30%),
    linear-gradient(135deg, #fff7fb, #f8f5ff);
  border-right: 1px solid #f1e6ef;
}

#glp-app-root .glp-guide-shot-image,
#glp-share-root .glp-guide-shot-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

#glp-app-root .glp-guide-shot-image img,
#glp-share-root .glp-guide-shot-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(76, 53, 80, .14);
}

#glp-app-root .glp-guide-shot-image figcaption,
#glp-share-root .glp-guide-shot-image figcaption {
  color: #7d7480;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.45;
  text-align: center;
}

#glp-app-root .glp-guide-feature-reverse .glp-guide-shot,
#glp-share-root .glp-guide-feature-reverse .glp-guide-shot {
  border-right: 0;
  border-left: 1px solid #f1e6ef;
}

#glp-app-root .glp-guide-feature-body,
#glp-share-root .glp-guide-feature-body {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px;
}

#glp-app-root .glp-guide-feature-heading,
#glp-share-root .glp-guide-feature-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

#glp-app-root .glp-guide-feature-heading > span,
#glp-share-root .glp-guide-feature-heading > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #f25d98;
  background: #fff2f7;
  flex: 0 0 auto;
}

#glp-app-root .glp-guide-feature-body h2,
#glp-share-root .glp-guide-feature-body h2 {
  margin: 2px 0 0;
  color: #24212a;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 950;
}

#glp-app-root .glp-guide-feature-body > p,
#glp-share-root .glp-guide-feature-body > p {
  margin: 0;
  color: #5f5764;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.85;
}

#glp-app-root .glp-guide-detail-grid,
#glp-share-root .glp-guide-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 14px;
}

#glp-app-root .glp-guide-detail-grid > div,
#glp-share-root .glp-guide-detail-grid > div {
  min-width: 0;
  padding: 15px;
  border: 1px solid #f1e8f0;
  border-radius: 20px;
  background: #fff;
}

#glp-app-root .glp-guide-detail-grid strong,
#glp-share-root .glp-guide-detail-grid strong {
  display: block;
  margin-bottom: 9px;
  color: #24212a;
  font-size: 13px;
  font-weight: 950;
}

#glp-app-root .glp-guide-detail-grid ol,
#glp-share-root .glp-guide-detail-grid ol,
#glp-app-root .glp-guide-detail-grid ul,
#glp-share-root .glp-guide-detail-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.25em;
}

#glp-app-root .glp-guide-detail-grid li,
#glp-share-root .glp-guide-detail-grid li {
  color: #625a68;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.65;
}

#glp-app-root .glp-guide-shot-frame,
#glp-share-root .glp-guide-shot-frame {
  min-height: 292px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 40px rgba(76, 53, 80, .12);
  overflow: hidden;
}

#glp-app-root .glp-guide-shot-bar,
#glp-share-root .glp-guide-shot-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 14px;
  background: #fff;
  color: #8a808e;
  font-size: 11px;
  font-weight: 950;
}

#glp-app-root .glp-guide-shot-bar span,
#glp-share-root .glp-guide-shot-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd4e5;
}

#glp-app-root .glp-guide-shot-bar span:nth-child(2),
#glp-share-root .glp-guide-shot-bar span:nth-child(2) {
  background: #e4dcff;
}

#glp-app-root .glp-guide-shot-bar span:nth-child(3),
#glp-share-root .glp-guide-shot-bar span:nth-child(3) {
  background: #ccefe6;
}

#glp-app-root .glp-guide-shot-bar strong,
#glp-share-root .glp-guide-shot-bar strong {
  margin-left: auto;
}

#glp-app-root .glp-guide-shot-panel,
#glp-share-root .glp-guide-shot-panel,
#glp-app-root .glp-guide-shot-form label,
#glp-share-root .glp-guide-shot-form label,
#glp-app-root .glp-guide-shot-note,
#glp-share-root .glp-guide-shot-note,
#glp-app-root .glp-guide-shot-person,
#glp-share-root .glp-guide-shot-person,
#glp-app-root .glp-guide-shot-gallery > div,
#glp-share-root .glp-guide-shot-gallery > div,
#glp-app-root .glp-guide-shot-cover,
#glp-share-root .glp-guide-shot-cover,
#glp-app-root .glp-guide-shot-share,
#glp-share-root .glp-guide-shot-share,
#glp-app-root .glp-guide-shot-report > div,
#glp-share-root .glp-guide-shot-report > div,
#glp-app-root .glp-guide-shot-tools > div,
#glp-share-root .glp-guide-shot-tools > div {
  border: 1px solid #f1e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(92, 61, 78, .05);
}

#glp-app-root .glp-guide-shot-home-layout,
#glp-share-root .glp-guide-shot-home-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#glp-app-root .glp-guide-shot-wide,
#glp-share-root .glp-guide-shot-wide {
  grid-column: 1 / -1;
}

#glp-app-root .glp-guide-shot-panel,
#glp-share-root .glp-guide-shot-panel {
  padding: 14px;
}

#glp-app-root .glp-guide-shot-panel small,
#glp-share-root .glp-guide-shot-panel small,
#glp-app-root .glp-guide-shot-form span,
#glp-share-root .glp-guide-shot-form span,
#glp-app-root .glp-guide-shot-gallery small,
#glp-share-root .glp-guide-shot-gallery small,
#glp-app-root .glp-guide-shot-album small,
#glp-share-root .glp-guide-shot-album small,
#glp-app-root .glp-guide-shot-report small,
#glp-share-root .glp-guide-shot-report small {
  color: #928896;
  font-size: 10px;
  font-weight: 900;
}

#glp-app-root .glp-guide-shot-panel strong,
#glp-share-root .glp-guide-shot-panel strong,
#glp-app-root .glp-guide-shot-form strong,
#glp-share-root .glp-guide-shot-form strong,
#glp-app-root .glp-guide-shot-gallery strong,
#glp-share-root .glp-guide-shot-gallery strong,
#glp-app-root .glp-guide-shot-album strong,
#glp-share-root .glp-guide-shot-album strong,
#glp-app-root .glp-guide-shot-report strong,
#glp-share-root .glp-guide-shot-report strong {
  display: block;
  color: #25212b;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
}

#glp-app-root .glp-guide-shot-panel p,
#glp-share-root .glp-guide-shot-panel p,
#glp-app-root .glp-guide-shot-panel em,
#glp-share-root .glp-guide-shot-panel em,
#glp-app-root .glp-guide-shot-album p,
#glp-share-root .glp-guide-shot-album p {
  margin: 5px 0 0;
  color: #756c79;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

#glp-app-root .glp-guide-shot-panel em,
#glp-share-root .glp-guide-shot-panel em {
  color: #f25d98;
}

#glp-app-root .glp-guide-shot-form,
#glp-share-root .glp-guide-shot-form,
#glp-app-root .glp-guide-shot-people,
#glp-share-root .glp-guide-shot-people,
#glp-app-root .glp-guide-shot-gallery,
#glp-share-root .glp-guide-shot-gallery,
#glp-app-root .glp-guide-shot-tools,
#glp-share-root .glp-guide-shot-tools {
  display: grid;
  gap: 10px;
}

#glp-app-root .glp-guide-shot-form label,
#glp-share-root .glp-guide-shot-form label {
  display: grid;
  gap: 3px;
  padding: 12px;
}

#glp-app-root .glp-guide-shot-note,
#glp-share-root .glp-guide-shot-note {
  padding: 13px;
  color: #f25d98;
  font-size: 12px;
  font-weight: 900;
}

#glp-app-root .glp-guide-shot-people,
#glp-share-root .glp-guide-shot-people {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#glp-app-root .glp-guide-shot-person,
#glp-share-root .glp-guide-shot-person {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 14px 10px;
  text-align: center;
}

#glp-app-root .glp-guide-shot-person span,
#glp-share-root .glp-guide-shot-person span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd3e5, #dcd3ff);
}

#glp-app-root .glp-guide-shot-person small,
#glp-share-root .glp-guide-shot-person small {
  color: #817783;
  font-size: 10px;
  font-weight: 800;
}

#glp-app-root .glp-guide-shot-gallery,
#glp-share-root .glp-guide-shot-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#glp-app-root .glp-guide-shot-gallery > div,
#glp-share-root .glp-guide-shot-gallery > div {
  padding: 10px;
}

#glp-app-root .glp-guide-shot-gallery span,
#glp-share-root .glp-guide-shot-gallery span,
#glp-app-root .glp-guide-shot-cover span,
#glp-share-root .glp-guide-shot-cover span,
#glp-app-root .glp-guide-shot-strip span,
#glp-share-root .glp-guide-shot-strip span {
  display: block;
  height: 82px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 55% 20%, rgba(255, 116, 185, .85), transparent 24%),
    linear-gradient(160deg, #4f367f, #1f1734 78%);
}

#glp-app-root .glp-guide-shot-gallery strong,
#glp-share-root .glp-guide-shot-gallery strong {
  margin-top: 8px;
  font-size: 12px;
}

#glp-app-root .glp-guide-shot-album,
#glp-share-root .glp-guide-shot-album {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 10px;
}

#glp-app-root .glp-guide-shot-cover,
#glp-share-root .glp-guide-shot-cover,
#glp-app-root .glp-guide-shot-share,
#glp-share-root .glp-guide-shot-share {
  padding: 12px;
}

#glp-app-root .glp-guide-shot-cover,
#glp-share-root .glp-guide-shot-cover {
  grid-row: span 2;
}

#glp-app-root .glp-guide-shot-cover span,
#glp-share-root .glp-guide-shot-cover span {
  height: 130px;
  margin-bottom: 10px;
}

#glp-app-root .glp-guide-shot-strip,
#glp-share-root .glp-guide-shot-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

#glp-app-root .glp-guide-shot-strip span,
#glp-share-root .glp-guide-shot-strip span {
  height: 54px;
}

#glp-app-root .glp-guide-shot-expense,
#glp-share-root .glp-guide-shot-expense {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

#glp-app-root .glp-guide-shot-donut,
#glp-share-root .glp-guide-shot-donut {
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 42%, transparent 43%),
    conic-gradient(#f25d98 0 42%, #8b73df 42% 68%, #4dc0aa 68% 84%, #f4aa32 84% 100%);
  box-shadow: 0 12px 28px rgba(92, 61, 78, .1);
}

#glp-app-root .glp-guide-shot-donut strong,
#glp-share-root .glp-guide-shot-donut strong,
#glp-app-root .glp-guide-shot-donut small,
#glp-share-root .glp-guide-shot-donut small {
  display: block;
  color: #24212a;
  font-weight: 950;
}

#glp-app-root .glp-guide-shot-donut small,
#glp-share-root .glp-guide-shot-donut small {
  color: #8b818d;
  font-size: 10px;
}

#glp-app-root .glp-guide-shot-expense ul,
#glp-share-root .glp-guide-shot-expense ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#glp-app-root .glp-guide-shot-expense li,
#glp-share-root .glp-guide-shot-expense li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #625a68;
  font-size: 12px;
  font-weight: 850;
}

#glp-app-root .glp-guide-shot-expense li span,
#glp-share-root .glp-guide-shot-expense li span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f25d98;
}

#glp-app-root .glp-guide-shot-expense li:nth-child(2) span,
#glp-share-root .glp-guide-shot-expense li:nth-child(2) span {
  background: #8b73df;
}

#glp-app-root .glp-guide-shot-expense li:nth-child(3) span,
#glp-share-root .glp-guide-shot-expense li:nth-child(3) span {
  background: #4dc0aa;
}

#glp-app-root .glp-guide-shot-expense li:nth-child(4) span,
#glp-share-root .glp-guide-shot-expense li:nth-child(4) span {
  background: #f4aa32;
}

#glp-app-root .glp-guide-shot-expense li strong,
#glp-share-root .glp-guide-shot-expense li strong {
  margin-left: auto;
  color: #24212a;
}

#glp-app-root .glp-guide-shot-report,
#glp-share-root .glp-guide-shot-report {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#glp-app-root .glp-guide-shot-report > div,
#glp-share-root .glp-guide-shot-report > div {
  padding: 14px;
}

#glp-app-root .glp-guide-shot-bars,
#glp-share-root .glp-guide-shot-bars {
  grid-column: 1 / -1;
  height: 126px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 18px;
}

#glp-app-root .glp-guide-shot-bars span,
#glp-share-root .glp-guide-shot-bars span {
  flex: 1;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #f25d98, #8b73df);
}

#glp-app-root .glp-guide-shot-bars span:nth-child(1),
#glp-share-root .glp-guide-shot-bars span:nth-child(1) {
  height: 46%;
}

#glp-app-root .glp-guide-shot-bars span:nth-child(2),
#glp-share-root .glp-guide-shot-bars span:nth-child(2) {
  height: 72%;
}

#glp-app-root .glp-guide-shot-bars span:nth-child(3),
#glp-share-root .glp-guide-shot-bars span:nth-child(3) {
  height: 58%;
}

#glp-app-root .glp-guide-shot-bars span:nth-child(4),
#glp-share-root .glp-guide-shot-bars span:nth-child(4) {
  height: 86%;
}

#glp-app-root .glp-guide-shot-tools > div,
#glp-share-root .glp-guide-shot-tools > div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  color: #625a68;
  font-size: 13px;
  font-weight: 850;
}

#glp-app-root .glp-guide-shot-tools .glp-icon,
#glp-share-root .glp-guide-shot-tools .glp-icon {
  color: #f25d98;
}

#glp-app-root .glp-guide-shot-search,
#glp-share-root .glp-guide-shot-search {
  min-height: 52px;
}

#glp-app-root .glp-guide-shot-notice,
#glp-share-root .glp-guide-shot-notice {
  background: #2f2935;
  color: #fff;
}

#glp-app-root .glp-guide-closing,
#glp-share-root .glp-guide-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff4f8, #fff);
}

#glp-app-root .glp-guide-closing h2,
#glp-share-root .glp-guide-closing h2 {
  margin: 2px 0 8px;
  color: #24212a;
  font-size: 24px;
  font-weight: 950;
}

#glp-app-root .glp-guide-closing p,
#glp-share-root .glp-guide-closing p {
  max-width: 720px;
  margin: 0;
  color: #5f5764;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

@media (max-width: 1080px) {
  #glp-app-root .glp-guide-hero,
  #glp-share-root .glp-guide-hero {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  #glp-app-root .glp-guide-hero-actions,
  #glp-share-root .glp-guide-hero-actions {
    justify-content: flex-start;
  }

  #glp-app-root .glp-guide-index,
  #glp-share-root .glp-guide-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #glp-app-root .glp-guide-flow-steps,
  #glp-share-root .glp-guide-flow-steps,
  #glp-app-root .glp-guide-detail-grid,
  #glp-share-root .glp-guide-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  #glp-app-root .glp-guide-feature-card,
  #glp-share-root .glp-guide-feature-card {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-guide-feature-reverse .glp-guide-shot,
  #glp-share-root .glp-guide-feature-reverse .glp-guide-shot {
    order: 0;
    border-left: 0;
  }

  #glp-app-root .glp-guide-shot,
  #glp-share-root .glp-guide-shot,
  #glp-app-root .glp-guide-feature-reverse .glp-guide-shot,
  #glp-share-root .glp-guide-feature-reverse .glp-guide-shot {
    border-right: 0;
    border-bottom: 1px solid #f1e6ef;
  }
}

@media (max-width: 760px) {
  #glp-app-root .glp-guide-index,
  #glp-share-root .glp-guide-index,
  #glp-app-root .glp-guide-flow-steps,
  #glp-share-root .glp-guide-flow-steps,
  #glp-app-root .glp-guide-detail-grid,
  #glp-share-root .glp-guide-detail-grid,
  #glp-app-root .glp-guide-shot-home-layout,
  #glp-share-root .glp-guide-shot-home-layout,
  #glp-app-root .glp-guide-shot-gallery,
  #glp-share-root .glp-guide-shot-gallery,
  #glp-app-root .glp-guide-shot-report,
  #glp-share-root .glp-guide-shot-report {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-guide-feature-body,
  #glp-share-root .glp-guide-feature-body,
  #glp-app-root .glp-guide-shot,
  #glp-share-root .glp-guide-shot {
    padding: 18px;
  }

  #glp-app-root .glp-guide-shot-frame,
  #glp-share-root .glp-guide-shot-frame {
    min-height: 0;
  }

  #glp-app-root .glp-guide-shot-people,
  #glp-share-root .glp-guide-shot-people,
  #glp-app-root .glp-guide-shot-album,
  #glp-share-root .glp-guide-shot-album,
  #glp-app-root .glp-guide-shot-expense,
  #glp-share-root .glp-guide-shot-expense {
    grid-template-columns: 1fr;
  }

  #glp-app-root .glp-guide-shot-cover,
  #glp-share-root .glp-guide-shot-cover {
    grid-row: auto;
  }

  #glp-app-root .glp-guide-closing,
  #glp-share-root .glp-guide-closing {
    align-items: stretch;
    flex-direction: column;
  }
}
