/* GOMNA HOME 3-CARD STACK 20260905
   Light canvas, peeking independent cards, editorial media, tab bar. */

html:has(body.gomna-home-deck-on){
  height:100vh;
  height:100svh;
  height:100dvh;
  height:var(--ghd-vv-h, 100dvh);
  max-height:100vh;
  max-height:100svh;
  max-height:100dvh;
  max-height:var(--ghd-vv-h, 100dvh);
  overflow:hidden;
  background:#FCFAF6;
  touch-action:pan-x pan-y pinch-zoom;
}
html:has(body.gomna-home-deck-on) body,
body[data-gomna-page="home"].gomna-home-deck-on{
  --ghd-page-max:430px;
  --ghd-page-gutter:16px;
  background:#FCFAF6;
  color:#1A2332;
  height:100%;
  max-height:100%;
  min-height:0 !important;
  overflow:hidden;
  overflow-x:clip;
  touch-action:pan-x pan-y pinch-zoom;
}
body[data-gomna-page="home"].gomna-home-deck-on .container{
  width:min(100%,var(--ghd-page-max));
  max-width:var(--ghd-page-max);
  height:100%;
  max-height:100%;
  min-height:0 !important;
  display:flex;
  flex-direction:column;
  background:#FCFAF6;
  color:#1A2332;
  padding:0 var(--ghd-page-gutter) calc(58px + env(safe-area-inset-bottom,0px));
  box-sizing:border-box;
  overflow:hidden;
}
body.gomna-home-deck-on .container > .home-continue,
body.gomna-home-deck-on .container > .quick-menu,
body.gomna-home-deck-on .container > .home-menu-card,
body.gomna-home-deck-on .container > .imprint-bottom,
body.gomna-home-deck-on .container > .verse-card,
body.gomna-home-deck-on #today-word-card,
body.gomna-home-deck-on #homeResumeCard{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
  position:absolute !important;
  width:1px !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
}
body.gomna-home-deck-on .header{
  position:relative;
  top:auto;
  flex:0 0 auto;
  z-index:30;
  margin:0 -16px 0;
  padding:calc(8px + env(safe-area-inset-top,0px)) 16px 10px;
  align-items:center;
  background:#FFFFFF;
  border-bottom:1px solid rgba(26,35,50,.04);
}
body.gomna-home-deck-on .app-icon-frame,
body.gomna-home-deck-on .app-icon-frame .logo-img{
  display:none !important;
}
body.gomna-home-deck-on .title-block{flex:1;min-width:0}
body.gomna-home-deck-on .container .title{
  color:#152033;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.4px;
}
body.gomna-home-deck-on .container .sub{
  color:#5b6573;
  font-family:Georgia,'Times New Roman',serif;
  font-size:12.5px;
  font-style:italic;
  opacity:1;
}
body.gomna-home-deck-on .header-actions{
  align-items:center;
  gap:0;
}
body.gomna-home-deck-on .container #homeHeaderActions{margin-right:0}
body.gomna-home-deck-on .home-cookie-banner{
  background:#FFFFFF;
  color:#1A2332;
  border-color:rgba(26,35,50,.08);
  bottom:calc(76px + env(safe-area-inset-bottom,0px));
}

html.gomna-home-card-open,
html.gomna-home-card-open body,
html.ghd-sheet-open,
html.ghd-sheet-open body,
html.gomna-home-viewer-open,
html.gomna-home-viewer-open body{
  overflow:hidden;
  overscroll-behavior:none;
}

.gomna-home-icon-btn{
  position:relative;
  flex:0 0 44px;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#1A2332;
  display:grid;
  place-items:center;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-icon-btn svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-icon-btn:hover{opacity:.72}
.header-actions .gomna-home-icon-btn{align-self:center}
.gomna-home-icon-btn.is-live::after{
  content:"";
  position:absolute;
  top:10px;
  right:10px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#C4A45C;
}

.gomna-home-hello{
  flex:0 0 auto;
  margin:14px 2px 10px;
  font-size:15px;
  font-weight:400;
  line-height:1.4;
  color:#3d4654;
  letter-spacing:-.2px;
}
.gomna-home-hello b{
  font-weight:650;
  color:#152033;
}

.gomna-home-deck{
  --ghd-sliver:0px;
  --ghd-peek:0px;
  --ghd-stage-h:100%;
  --ghd-step-h:72vh;
  --ghd-radius:26px;
  position:relative;
  flex:1 1 auto;
  width:100%;
  min-height:0;
  margin:0 0 8px;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:contain;
  overscroll-behavior-x:none;
  scrollbar-width:none;
  touch-action:pan-x pan-y pinch-zoom;
}
.gomna-home-deck::-webkit-scrollbar{display:none;width:0;height:0}
.gomna-home-return-top{
  position:fixed;
  right:max(15px, calc((100vw - 430px)/2 + 15px));
  bottom:calc(var(--ghd-legal-h, calc(30px + env(safe-area-inset-bottom, 0px))) + 67px);
  z-index:61;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  color:#333D48;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-return-top[hidden],
html.gomna-home-card-open .gomna-home-return-top,
html.ghd-sheet-open .gomna-home-return-top,
html.home-sheet-open .gomna-home-return-top,
html.gomna-home-viewer-open .gomna-home-return-top,
html.home-bible-picker-open .gomna-home-return-top,
html.login-modal-open .gomna-home-return-top{display:none !important}
.gomna-home-return-top::before{
  content:"";
  position:absolute;
  width:37px;
  height:37px;
  border:1.5px solid #B8B8B8;
  border-radius:50%;
  background:rgba(255,255,255,.95);
  box-shadow:0 2px 8px rgba(22,34,48,.12);
  box-sizing:border-box;
}
.gomna-home-return-top svg{
  position:relative;
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-return-top:focus-visible{outline:2px solid #355F9A;outline-offset:1px;border-radius:50%}
.gomna-home-deck-stage{
  position:sticky;
  top:0;
  z-index:4;
  flex:0 0 auto;
  width:100%;
  min-height:100%;
  height:100%;
  overflow:hidden;
  pointer-events:none;
}
.gomna-home-deck-track{
  display:block;
  flex:0 0 auto;
  pointer-events:none;
}
.gomna-home-deck-step{
  display:block;
  height:var(--ghd-step-h, 72vh);
  margin:0;
  pointer-events:none;
}
.gomna-home-deck-end{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  pointer-events:none;
}
.gomna-home-card{
  position:absolute;
  left:50%;
  top:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  border-radius:var(--ghd-radius);
  overflow:hidden;
  box-sizing:border-box;
  color:#f4f7fb;
  cursor:pointer;
  pointer-events:none;
  transform:translate3d(-50%,110%,0);
  transform-origin:top center;
  box-shadow:0 10px 24px rgba(21,32,51,.10);
  will-change:transform,width;
  -webkit-tap-highlight-color:transparent;
  background:#1b2433;
}
.gomna-home-card.is-active{pointer-events:auto}
.gomna-home-card.is-active:not(.is-open),
.gomna-home-card.is-active:not(.is-open) .gomna-home-card-inner,
.gomna-home-card.is-active:not(.is-open) .gomna-home-card-inner *{
  touch-action:none;
}
.gomna-home-card[data-card="1"].is-open,
.gomna-home-card[data-card="1"].is-open .gomna-home-card-inner{
  touch-action:pan-y pinch-zoom;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-scroll,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-scroll *{
  touch-action:pan-y pinch-zoom;
}
.gomna-home-card[data-card="2"].is-open,
.gomna-home-card[data-card="2"].is-open .gomna-home-card-inner{
  touch-action:pan-y pinch-zoom;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-scroll,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-scroll *{
  touch-action:pan-y pinch-zoom;
}
.gomna-home-card.is-behind .gomna-home-card-inner,
.gomna-home-card.is-behind .gomna-home-rail{
  opacity:0;
  pointer-events:none;
}
.gomna-home-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
}
.gomna-home-card[data-card="0"]{
  transform:translate3d(-50%,0,0);
  background-color:#061018;
  background-image:url("../assets/images/home-card-dawn-sea.png?v=20260905-dawn-v1");
  background-size:cover;
  background-position:center 100%;
  background-repeat:no-repeat;
}
.gomna-home-card[data-card="0"]::after{
  background:linear-gradient(180deg,rgba(6,12,22,.38) 0%,rgba(6,12,22,.08) 28%,rgba(6,12,22,.08) 58%,rgba(6,12,22,.42) 100%);
}
.gomna-home-card[data-card="1"]:not(.is-open){
  color:#f7f3eb;
  background-color:#c4b49a;
  background-image:url("../assets/home/card-meditation-life.png?v=20260910-home-photo-v1");
  background-size:cover;
  background-position:82% 72%;
  background-repeat:no-repeat;
}
.gomna-home-card[data-card="1"]:not(.is-open)::after{
  background:linear-gradient(180deg,rgba(28,18,12,.28) 0%,rgba(28,18,12,.06) 30%,rgba(28,18,12,.04) 62%,rgba(28,18,12,.34) 100%);
}
.gomna-home-card[data-card="1"].is-open{
  color:#2F2C28;
  background-color:var(--ghd-base);
  background-image:none;
  box-shadow:0 14px 36px rgba(40,44,48,.08);
  --ghd-base:#F7F6F4;
  --ghd-base-rgb:247,246,244;
  --ghd-med-img:url("../assets/home/meditation/v5-card-new-life.png?v=20260908-mist-v1");
  --ghd-med-pos:72% 42%;
  --ghd-veil-a:.18;
  --ghd-veil-b:.10;
  --ghd-veil-c:.42;
  --ghd-veil-d:.78;
  --ghd-text-glow:.22;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="new"]{
  --ghd-med-img:url("../assets/home/meditation/v5-card-new-life.png?v=20260908-mist-v1");
  --ghd-med-pos:74% 44%;
  --ghd-base:#F7F3EC;
  --ghd-base-rgb:247,243,236;
  --ghd-veil-a:.10;
  --ghd-veil-b:.06;
  --ghd-veil-c:.28;
  --ghd-veil-d:.62;
  --ghd-text-glow:.30;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="prayer"]{
  --ghd-med-img:url("../assets/home/meditation/v10-card-prayer-life.png?v=20260909-clean-v1");
  --ghd-med-pos:66% 38%;
  --ghd-base:#F6F7F8;
  --ghd-base-rgb:246,247,248;
  --ghd-veil-a:.10;
  --ghd-veil-b:.06;
  --ghd-veil-c:.28;
  --ghd-veil-d:.58;
  --ghd-text-glow:.28;
  --ghd-mist-0:.32;
  --ghd-mist-1:.20;
  --ghd-mist-2:.12;
  --ghd-mist-3:.05;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="blessed"]{
  --ghd-med-img:url("../assets/home/meditation/v12-card-blessed-life.png?v=20260909-blessed-v12b");
  --ghd-med-pos:80% 48%;
  --ghd-base:#F6F9F6;
  --ghd-base-rgb:246,249,246;
  --ghd-veil-a:.08;
  --ghd-veil-b:.06;
  --ghd-veil-c:.30;
  --ghd-veil-d:.64;
  --ghd-text-glow:.28;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="faith"]{
  --ghd-med-img:url("../assets/home/meditation/v6-card-faith-life.png?v=20260908-partial-v1");
  --ghd-med-pos:76% 40%;
  --ghd-base:#F4F5F3;
  --ghd-base-rgb:244,245,243;
  --ghd-veil-a:.10;
  --ghd-veil-b:.06;
  --ghd-veil-c:.30;
  --ghd-veil-d:.64;
  --ghd-text-glow:.28;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="love"]{
  --ghd-med-img:url("../assets/home/meditation/v10-card-love-life.png?v=20260909-clean-v1");
  --ghd-med-pos:72% 42%;
  --ghd-base:#F6F7F8;
  --ghd-base-rgb:246,247,248;
  --ghd-veil-a:.10;
  --ghd-veil-b:.06;
  --ghd-veil-c:.26;
  --ghd-veil-d:.56;
  --ghd-text-glow:.26;
  --ghd-mist-0:.30;
  --ghd-mist-1:.18;
  --ghd-mist-2:.10;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="wisdom"]{
  --ghd-med-img:url("../assets/home/meditation/v5-card-wisdom-life.png?v=20260908-mist-v1");
  --ghd-med-pos:76% 40%;
  --ghd-base:#F6F5F3;
  --ghd-base-rgb:246,245,243;
  --ghd-veil-a:.10;
  --ghd-veil-b:.06;
  --ghd-veil-c:.30;
  --ghd-veil-d:.64;
  --ghd-text-glow:.30;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="hope"]{
  --ghd-med-img:url("../assets/home/meditation/v11-card-hope-life.png?v=20260909-hope-v11");
  --ghd-med-pos:78% 38%;
  --ghd-base:#F3F7FA;
  --ghd-base-rgb:243,247,250;
  --ghd-veil-a:.08;
  --ghd-veil-b:.05;
  --ghd-veil-c:.26;
  --ghd-veil-d:.60;
  --ghd-text-glow:.24;
  --ghd-mist-0:.34;
  --ghd-mist-1:.22;
  --ghd-mist-2:.12;
  --ghd-mist-3:.05;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner{
  transform-origin:0 0;
  background-color:var(--ghd-base);
  background-image:var(--ghd-med-img);
  background-size:cover;
  background-position:var(--ghd-med-pos);
  background-repeat:no-repeat;
}
.gomna-home-card[data-card="1"].is-open::before,
.gomna-home-card[data-card="1"].is-open::after{
  content:none;
  display:none;
  background:none;
}
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner::before,
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner::before{
  background:linear-gradient(180deg,
    rgba(var(--ghd-base-rgb),var(--ghd-veil-a)) 0%,
    rgba(var(--ghd-base-rgb),var(--ghd-veil-b)) 22%,
    rgba(var(--ghd-base-rgb),var(--ghd-veil-c)) 52%,
    rgba(var(--ghd-base-rgb),var(--ghd-veil-d)) 78%,
    var(--ghd-base) 100%);
  opacity:1;
  filter:none;
  mix-blend-mode:normal;
}
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner::after{
  background:radial-gradient(ellipse 78% 46% at 50% 22%, rgba(255,255,255,var(--ghd-text-glow)) 0%, rgba(255,255,255,.10) 38%, rgba(255,255,255,0) 72%);
  opacity:1;
  mix-blend-mode:normal;
}
.gomna-home-card[data-card="1"].is-open{
  --ghd-mist-0:.42;
  --ghd-mist-1:.28;
  --ghd-mist-2:.16;
  --ghd-mist-3:.07;
  --ghd-mist-4:.02;
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="blessed"]{
  --ghd-mist-0:.34;
  --ghd-mist-1:.22;
  --ghd-mist-2:.12;
  --ghd-mist-3:.05;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner::before{
  background:
    linear-gradient(90deg,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-0)) 0%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-1)) 28%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-2)) 48%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-3)) 68%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-4)) 84%,
      rgba(var(--ghd-base-rgb),0) 100%),
    linear-gradient(180deg,
      rgba(var(--ghd-base-rgb),.04) 0%,
      rgba(var(--ghd-base-rgb),0) 36%,
      rgba(var(--ghd-base-rgb),.10) 82%,
      rgba(var(--ghd-base-rgb),.22) 100%);
}
.gomna-home-card[data-card="1"].is-open > .gomna-home-card-inner::after{
  background:radial-gradient(ellipse 70% 62% at 8% 34%, rgba(255,255,255,.26) 0%, rgba(255,255,255,.08) 46%, rgba(255,255,255,0) 74%);
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="prayer"] > .gomna-home-card-inner::before{
  background:
    linear-gradient(90deg,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-0)) 0%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-1)) 22%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-2)) 42%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-3)) 62%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-4)) 80%,
      rgba(var(--ghd-base-rgb),0) 100%),
    radial-gradient(ellipse 70% 56% at 78% 38%, rgba(255,255,255,.07) 0%, rgba(255,255,255,0) 64%),
    linear-gradient(180deg,
      rgba(var(--ghd-base-rgb),.03) 0%,
      rgba(var(--ghd-base-rgb),0) 40%,
      rgba(var(--ghd-base-rgb),.08) 86%,
      rgba(var(--ghd-base-rgb),.16) 100%);
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="prayer"] > .gomna-home-card-inner::after{
  background:radial-gradient(ellipse 62% 56% at 8% 32%, rgba(255,255,255,.22) 0%, rgba(247,248,249,.06) 48%, rgba(247,248,249,0) 74%);
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="love"] > .gomna-home-card-inner::before{
  background:
    linear-gradient(90deg,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-0)) 0%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-1)) 22%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-2)) 42%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-3)) 62%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-4)) 80%,
      rgba(var(--ghd-base-rgb),0) 100%),
    radial-gradient(ellipse 70% 56% at 80% 42%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 64%),
    linear-gradient(180deg,
      rgba(var(--ghd-base-rgb),.03) 0%,
      rgba(var(--ghd-base-rgb),0) 40%,
      rgba(var(--ghd-base-rgb),.08) 86%,
      rgba(var(--ghd-base-rgb),.16) 100%);
}
.gomna-home-card[data-card="1"].is-open[data-life-theme="love"] > .gomna-home-card-inner::after{
  background:radial-gradient(ellipse 62% 56% at 8% 32%, rgba(255,255,255,.20) 0%, rgba(247,248,249,.06) 48%, rgba(247,248,249,0) 74%);
}
.gomna-home-card[data-card="2"]:not(.is-open){
  color:#f6f3ec;
  background-color:#4a5a68;
  background-image:url("../assets/home/card-bible-stories-people.png?v=20260910-home-photo-v1");
  background-size:cover;
  background-position:50% 42%;
  background-repeat:no-repeat;
}
.gomna-home-card[data-card="2"]:not(.is-open)::after{
  background:linear-gradient(180deg,rgba(18,14,10,.30) 0%,rgba(18,14,10,.08) 32%,rgba(18,14,10,.04) 60%,rgba(18,14,10,.38) 100%);
}
.gomna-home-card.is-open:not([data-card="1"]):not([data-card="2"])::after{
  background:linear-gradient(180deg,rgba(10,16,24,.62) 0%,rgba(10,16,24,.78) 100%);
}
.gomna-home-card[data-card="2"].is-open{
  color:#241F1B;
  background-color:var(--ghd-base);
  background-image:var(--ghd-story-img);
  background-size:cover;
  background-position:var(--ghd-story-pos);
  background-repeat:no-repeat;
  box-shadow:0 14px 36px rgba(32,40,52,.10);
  --ghd-base:#F4F6F8;
  --ghd-base-rgb:244,246,248;
  --ghd-story-img:url("../assets/home/stories/v1-story-david.png?v=20260909-story-v1");
  --ghd-story-pos:76% 42%;
  --ghd-mist-0:.34;
  --ghd-mist-1:.22;
  --ghd-mist-2:.12;
  --ghd-mist-3:.05;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="abraham"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-abraham.png?v=20260909-story-v1");
  --ghd-story-pos:72% 46%;
  --ghd-base:#F3F6F8;
  --ghd-base-rgb:243,246,248;
  --ghd-mist-0:.36;
  --ghd-mist-1:.22;
  --ghd-mist-2:.12;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="moses"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-moses.png?v=20260909-story-v1");
  --ghd-story-pos:78% 38%;
  --ghd-base:#F4F6F7;
  --ghd-base-rgb:244,246,247;
  --ghd-mist-0:.34;
  --ghd-mist-1:.20;
  --ghd-mist-2:.10;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="david"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-david.png?v=20260909-story-v1");
  --ghd-story-pos:76% 40%;
  --ghd-base:#F3F6F5;
  --ghd-base-rgb:243,246,245;
  --ghd-mist-0:.32;
  --ghd-mist-1:.20;
  --ghd-mist-2:.10;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="joseph"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-joseph.png?v=20260909-story-v1");
  --ghd-story-pos:80% 40%;
  --ghd-base:#F5F6F7;
  --ghd-base-rgb:245,246,247;
  --ghd-mist-0:.36;
  --ghd-mist-1:.22;
  --ghd-mist-2:.12;
  --ghd-mist-3:.05;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="lot"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-lot.png?v=20260909-story-v1");
  --ghd-story-pos:74% 42%;
  --ghd-base:#F3F5F7;
  --ghd-base-rgb:243,245,247;
  --ghd-mist-0:.34;
  --ghd-mist-1:.20;
  --ghd-mist-2:.10;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="esther"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-esther.png?v=20260909-story-v1");
  --ghd-story-pos:78% 38%;
  --ghd-base:#F5F6F8;
  --ghd-base-rgb:245,246,248;
  --ghd-mist-0:.32;
  --ghd-mist-1:.18;
  --ghd-mist-2:.10;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open[data-story-person="paul"]{
  --ghd-story-img:url("../assets/home/stories/v1-story-paul.png?v=20260909-story-v1");
  --ghd-story-pos:80% 42%;
  --ghd-base:#F3F6F8;
  --ghd-base-rgb:243,246,248;
  --ghd-mist-0:.34;
  --ghd-mist-1:.20;
  --ghd-mist-2:.10;
  --ghd-mist-3:.04;
  --ghd-mist-4:.0;
}
.gomna-home-card[data-card="2"].is-open::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-0)) 0%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-1)) 26%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-2)) 46%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-3)) 66%,
      rgba(var(--ghd-base-rgb),var(--ghd-mist-4)) 82%,
      rgba(var(--ghd-base-rgb),0) 100%),
    linear-gradient(180deg,
      rgba(var(--ghd-base-rgb),.03) 0%,
      rgba(var(--ghd-base-rgb),0) 38%,
      rgba(var(--ghd-base-rgb),.08) 86%,
      rgba(var(--ghd-base-rgb),.16) 100%);
}
.gomna-home-card[data-card="2"].is-open::after{
  background:radial-gradient(ellipse 64% 58% at 8% 32%, rgba(255,255,255,.22) 0%, rgba(244,246,248,.06) 48%, rgba(244,246,248,0) 74%);
  opacity:1;
  mix-blend-mode:normal;
  pointer-events:none;
}

.gomna-home-card-inner{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  height:100%;
  padding:20px 18px 72px;
  box-sizing:border-box;
}
.gomna-home-card[data-card="0"] .gomna-home-card-inner,
.gomna-home-card[data-card="1"] .gomna-home-card-inner{
  transform-origin:center center;
}
.gomna-home-card[data-card="1"]:not(.is-open) .gomna-home-card-inner,
.gomna-home-card[data-card="2"]:not(.is-open) .gomna-home-card-inner{
  padding:16px 18px 14px;
  justify-content:flex-start;
}
.gomna-home-card[data-card="1"] .gomna-home-card-face[data-face="tease"],
.gomna-home-card[data-card="2"] .gomna-home-card-face[data-face="tease"]{
  justify-content:flex-start;
  padding:0;
  min-height:0;
}
.gomna-home-poster{
  min-height:0;
  height:100%;
}
.gomna-home-poster-kicker{
  margin:0;
  font-size:12.5px;
  font-weight:500;
  letter-spacing:-.01em;
  line-height:1.3;
  color:rgba(255,252,246,.88);
  word-break:keep-all;
}
.gomna-home-poster-title{
  margin:12px 0 0;
  max-width:11.5em;
  font-family:'AppleMyungjo','Nanum Myeongjo','Noto Serif KR',Georgia,serif;
  font-size:clamp(24px,6.6vw,30px);
  font-weight:700;
  letter-spacing:-.04em;
  line-height:1.26;
  color:#fffaf3;
  word-break:keep-all;
}
.gomna-home-poster-lead{
  margin:8px 0 0;
  max-width:16.5em;
  font-size:13.5px;
  font-weight:450;
  letter-spacing:-.02em;
  line-height:1.45;
  color:rgba(255,252,246,.92);
  word-break:keep-all;
}
.gomna-home-poster-pills{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:4px;
  width:auto;
  margin:12px 0 0;
  padding:0;
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
}
.gomna-home-poster-pill{
  flex:0 1 30px;
  min-height:24px;
  max-height:34px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.62);
  border-radius:999px;
  background:rgba(18,14,12,.30);
  color:#fff;
  font:inherit;
  font-size:12.5px;
  font-weight:600;
  letter-spacing:-.02em;
  white-space:nowrap;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  touch-action:pan-y;
}
.gomna-home-card[data-card="1"] .gomna-home-poster-pill.is-on,
.gomna-home-card[data-card="1"] .gomna-home-poster-pill[aria-pressed="true"]{
  background:#F4E8D4;
  border-color:rgba(255,248,236,.78);
  color:#3A3228;
  box-shadow:none;
}
.gomna-home-card[data-card="2"] .gomna-home-poster-pill.is-on,
.gomna-home-card[data-card="2"] .gomna-home-poster-pill[aria-pressed="true"]{
  background:rgba(12,10,8,.66);
  border-color:rgba(255,255,255,.78);
  color:#fff;
  box-shadow:none;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-poster-arrow{
  display:none;
}
.gomna-home-poster-foot{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin-top:auto;
  padding-top:10px;
  flex:0 0 auto;
}
.gomna-home-poster-foot-copy{
  margin:0;
  max-width:14em;
  font-size:12.5px;
  font-weight:450;
  letter-spacing:-.02em;
  line-height:1.45;
  color:rgba(255,252,246,.90);
  word-break:keep-all;
}
.gomna-home-poster-arrow{
  flex:0 0 auto;
  width:44px;
  height:44px;
  margin:0;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1.5px solid rgba(255,255,255,.86);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  touch-action:pan-y;
}
.gomna-home-poster-arrow svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-msg-title[hidden],
.gomna-home-life-ref[hidden],
.gomna-home-story-ref[hidden],
.gomna-home-ctrl-story[hidden]{
  display:none !important;
}
@media (min-height:820px){
  .gomna-home-card[data-card="1"]:not(.is-open) .gomna-home-card-inner,
  .gomna-home-card[data-card="2"]:not(.is-open) .gomna-home-card-inner{padding:20px 20px 16px}
  .gomna-home-poster-title{margin-top:16px;font-size:clamp(26px,7vw,32px)}
  .gomna-home-poster-lead{margin-top:12px;font-size:14.5px;line-height:1.5}
  .gomna-home-poster-pills{margin-top:16px;gap:6px}
  .gomna-home-poster-pill{flex-basis:34px;min-height:28px;padding:0 16px;font-size:13px}
  .gomna-home-poster-foot{padding-top:14px}
  .gomna-home-poster-foot-copy{font-size:13px;line-height:1.5}
}
.gomna-home-card[data-card="2"] .gomna-home-msg-title,
.gomna-home-card[data-card="2"] .gomna-home-step{
  color:#f6f3ec;
}
.gomna-home-card[data-card="2"] .gomna-home-step b{
  color:rgba(246,243,236,.72);
}
.gomna-home-card[data-card="1"].is-open .gomna-home-card-inner,
.gomna-home-card[data-card="2"].is-open .gomna-home-card-inner{
  padding:0;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-card-face[data-face="open"],
.gomna-home-card[data-card="2"].is-open .gomna-home-card-face[data-face="open"]{
  position:relative;
  height:100%;
  min-height:0;
  padding:0;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-card-face[data-face="open"],
.gomna-home-card[data-card="2"].is-open .gomna-home-card-face[data-face="open"]{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-card-inner::before{
  display:none;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-card-face,
.gomna-home-card[data-card="2"].is-open .gomna-home-card-face{
  position:relative;
  z-index:1;
}
.gomna-home-leaf-scroll{
  position:relative;
  z-index:1;
  margin:0;
  padding:28px 32px 32px;
}
.gomna-home-leaf-kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0;
  text-align:center;
  font-size:15px;
  font-weight:600;
  line-height:1.35;
  letter-spacing:.11em;
  color:#4A433A;
}
.gomna-home-leaf-kicker::before,
.gomna-home-leaf-kicker::after{
  content:"";
  width:28px;
  height:1px;
  background:rgba(120,120,120,.18);
}
.gomna-home-leaf-kicker-rule{display:none}
.gomna-home-leaf-chip{
  display:block;
  width:auto;
  margin:12px auto 0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
  color:#3A4338;
  font-size:17px;
  font-weight:600;
  letter-spacing:-.01em;
  text-align:center;
  pointer-events:none;
}
.gomna-home-leaf-ref{
  margin:10px 0 0;
  text-align:center;
  font-size:15.5px;
  font-weight:500;
  letter-spacing:.02em;
  color:rgba(48,45,41,.82);
}
.gomna-home-leaf-title{
  margin:16px auto 0;
  max-width:12.8em;
  text-align:center;
  font-family:'AppleMyungjo','Nanum Myeongjo','Noto Serif KR',Georgia,serif;
  font-size:clamp(30px,7.6vw,34px);
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.26;
  color:#302D29;
  word-break:keep-all;
}
.gomna-home-leaf-ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:12px auto 0;
}
.gomna-home-leaf-ornament span{
  display:block;
  width:16px;
  height:1px;
  background:rgba(90,88,84,.28);
}
.gomna-home-leaf-ornament i{
  display:block;
  flex:0 0 auto;
  width:5px;
  height:5px;
  border:1px solid rgba(90,88,84,.38);
  background:transparent;
  transform:rotate(45deg);
  box-sizing:border-box;
}
.gomna-home-leaf-poem{
  max-width:16.8em;
  margin:22px auto 0;
  text-align:left;
}
.gomna-home-leaf-stanza{
  margin:0 0 1.15em;
}
.gomna-home-leaf-stanza:last-child{margin-bottom:0}
.gomna-home-leaf-stanza span{
  display:block;
  font-family:'AppleMyungjo','Nanum Myeongjo','Noto Serif KR',Georgia,serif;
  font-size:18px;
  font-weight:500;
  line-height:1.78;
  letter-spacing:-.01em;
  color:#302D29;
  word-break:keep-all;
}
.gomna-home-leaf-block{
  max-width:18.5em;
  margin:28px auto 0;
  text-align:left;
}
.gomna-home-leaf-label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  font-size:17px;
  font-weight:600;
  letter-spacing:.02em;
  color:#39352F;
}
.gomna-home-leaf-label > span:not([data-ghd-leaf-label]){
  flex:1;
  height:1px;
  background:rgba(90,80,68,.16);
}
.gomna-home-leaf-label [data-ghd-leaf-label]{
  flex:0 1 auto;
  min-width:0;
  height:auto;
  max-width:100%;
  background:none;
  line-height:1.35;
  overflow-wrap:break-word;
  word-break:normal;
}
.gomna-home-leaf-label svg{
  flex:0 0 auto;
  width:18px;
  height:18px;
  stroke:#4A4540;
  fill:none;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-leaf-label svg.gomna-home-leaf-ico-step{
  width:20px;
  height:20px;
  stroke:#3D3731;
  stroke-width:1.5;
}
.gomna-home-leaf-label-pray{
  width:fit-content;
  max-width:100%;
  gap:10px;
}
.gomna-home-leaf-label-pray > span:not([data-ghd-leaf-label]){
  flex:0 0 auto;
  width:12px;
  height:1px;
  background:rgba(61,55,49,.38);
}
.gomna-home-leaf-copy{margin-top:10px}
.gomna-home-leaf-copy .gomna-home-leaf-stanza{margin:0}
.gomna-home-leaf-copy span{
  font-size:18px;
  font-weight:500;
  line-height:1.7;
  color:#302D29;
}
.gomna-home-leaf-cta{
  display:flex;
  justify-content:center;
  max-width:22em;
  margin:28px auto 8px;
}
.gomna-home-leaf-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:transparent;
  font:inherit;
  font-size:15.5px;
  font-weight:600;
  letter-spacing:-.01em;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  box-shadow:none;
}
.gomna-home-leaf-btn svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-leaf-btn-read{
  background:rgba(255,255,255,.52);
  border:1px solid rgba(70,64,58,.12);
  color:#2F2C28;
  box-shadow:0 1px 0 rgba(255,255,255,.55) inset;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-kicker,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-chip,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-title,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-stanza span,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-label,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-copy span{
  color:#241F1B;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-ref{
  color:rgba(36,31,27,.82);
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-btn-read{
  background:rgba(255,255,255,.34);
  border:1px solid rgba(60,54,48,.16);
  color:#241F1B;
  box-shadow:none;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-scroll{
  flex:1 1 auto;
  min-height:0;
  max-height:100%;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:contain;
  overscroll-behavior-x:none;
  touch-action:pan-y pinch-zoom;
  padding:28px 52px calc(36px + env(safe-area-inset-bottom, 0px)) 26px;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-kicker{
  justify-content:flex-start;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-chip,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-ref,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-title{
  text-align:left;
  margin-left:0;
  margin-right:auto;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-ornament{
  justify-content:flex-start;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-poem,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-block{
  margin-left:0;
  margin-right:auto;
  text-align:left;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-cta{
  justify-content:flex-start;
  margin-left:0;
  margin-right:auto;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-label svg,
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-label svg.gomna-home-leaf-ico-step{
  stroke:#3D3731;
}
.gomna-home-card[data-card="1"].is-open .gomna-home-leaf-label-pray > span:not([data-ghd-leaf-label]){
  background:rgba(36,31,27,.42);
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-kicker,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-chip,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-title,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-stanza span,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-label,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-copy span{
  color:#1E242C;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-ref{
  color:rgba(30,36,44,.80);
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-btn-read{
  background:rgba(255,255,255,.38);
  border:1px solid rgba(48,56,68,.16);
  color:#1E242C;
  box-shadow:none;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-scroll{
  flex:1 1 auto;
  min-height:0;
  max-height:100%;
  margin:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:contain;
  overscroll-behavior-x:none;
  touch-action:pan-y pinch-zoom;
  padding:14px 44px 18px 20px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-kicker{
  justify-content:flex-start;
  font-size:12.5px;
  gap:8px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-kicker::before,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-kicker::after{
  width:18px;
  background:rgba(70,82,96,.18);
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-chip{
  margin-top:4px;
  font-size:16px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-ref{
  margin-top:2px;
  font-size:14.5px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-title{
  margin-top:6px;
  font-size:clamp(26px,6.6vw,30px);
  line-height:1.2;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-chip,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-ref,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-title{
  text-align:left;
  margin-left:0;
  margin-right:auto;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-story-rule{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:7px;
  width:auto;
  margin:8px 0 0;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-story-rule span{
  display:block;
  width:16px;
  height:1px;
  background:rgba(72,82,94,.34);
}
.gomna-home-card[data-card="2"].is-open .gomna-home-story-rule i{
  display:block;
  flex:0 0 auto;
  width:5px;
  height:5px;
  border:1px solid rgba(72,82,94,.46);
  background:transparent;
  transform:rotate(45deg);
  box-sizing:border-box;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-poem{
  margin-top:8px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-stanza{
  margin-bottom:0;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-stanza span{
  font-size:16.5px;
  line-height:1.48;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-poem,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-block{
  margin-left:0;
  margin-right:auto;
  text-align:left;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-block{
  margin-top:10px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-copy{
  margin-top:4px;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-copy span{
  font-size:16px;
  line-height:1.45;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-cta{
  justify-content:flex-start;
  margin:10px 0 0;
  margin-right:auto;
}
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-label svg,
.gomna-home-card[data-card="2"].is-open .gomna-home-leaf-label svg.gomna-home-leaf-ico-step{
  stroke:#3A4552;
}
.gomna-home-leaf-btn:active,
.gomna-home-leaf-btn:focus-visible{
  transform:translateY(1px);
}
.gomna-home-life-ref,
.gomna-home-story-ref{
  display:inline-flex;
  align-items:center;
  margin:10px 0 0;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(246,243,236,.78);
  font:inherit;
  font-size:12px;
  font-weight:600;
  letter-spacing:.02em;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-card[data-card="1"] .gomna-home-step span,
.gomna-home-card[data-card="2"] .gomna-home-step span{
  display:block;
  margin-top:2px;
  white-space:pre-wrap;
}
.gomna-home-story-kicker{
  margin:8px 0 0;
  font-size:12px;
  font-weight:650;
  letter-spacing:.08em;
  color:rgba(246,243,236,.72);
}
.gomna-home-story-name{
  margin:14px 0 0;
  font-size:clamp(28px,7.2vw,34px);
  font-weight:780;
  letter-spacing:-.045em;
  line-height:1.18;
  color:#f6f3ec;
  word-break:keep-all;
}
.gomna-home-card[data-card="2"] .gomna-home-ctrl-story{
  grid-template-columns:1fr;
}
.gomna-home-kicker{
  margin:0;
  font-size:13px;
  font-weight:750;
  letter-spacing:.12em;
  color:rgba(244,247,251,.78);
}
.gomna-home-card[data-card="0"] .gomna-home-kicker{
  font-size:16px;
  letter-spacing:.08em;
  font-weight:800;
  color:#f4f7fb;
  line-height:1.28;
  overflow-wrap:break-word;
  word-break:normal;
}
.gomna-home-card[data-card="0"]:not(.is-open) > .gomna-home-card-inner > .gomna-home-kicker,
.gomna-home-card[data-card="0"]:not(.is-open) > .gomna-home-card-inner > .gomna-home-ref-top{
  position:relative;
  z-index:2;
  flex:0 0 auto;
}
.gomna-home-sub{
  margin:6px 0 0;
  font-size:13px;
  font-weight:500;
  color:rgba(226,234,242,.78);
}
.gomna-home-ref-top{
  margin:8px 0 0;
  font-size:13px;
  font-weight:650;
  color:rgba(226,234,242,.86);
}
.gomna-home-card-face{
  display:none;
  flex:1;
  min-height:0;
  flex-direction:column;
  justify-content:center;
}
.gomna-home-card:not(.is-behind) .gomna-home-card-face.is-shown{display:flex}
.gomna-home-card[data-card="0"]:not(.is-open) .gomna-home-card-face[data-face="tease"]{
  justify-content:flex-start;
  flex:1 1 auto;
  min-height:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding-top:10px;
  padding-bottom:12px;
}
.gomna-home-lines{
  list-style:none;
  margin:0 auto;
  padding:0;
  max-width:15.6em;
  text-align:center;
}
.gomna-home-card[data-card="0"]:not(.is-open) .gomna-home-lines{
  display:flex;
  flex-direction:column;
  align-items:center;
  flex:0 0 auto;
  gap:.44em;
  transform:none;
  max-width:100%;
  width:100%;
}
.gomna-home-lines li{
  font-size:clamp(20px,5.6vw,26px);
  font-weight:750;
  line-height:1.38;
  letter-spacing:-.035em;
}
.gomna-home-card[data-card="0"]:not(.is-open) .gomna-home-lines li{
  font-size:clamp(17px,4.5vw,21px);
  font-weight:650;
  line-height:1.84;
  letter-spacing:-.018em;
  max-width:100%;
  overflow-wrap:break-word;
  word-break:normal;
}
.gomna-home-lead{
  margin:18px 0 0;
  text-align:center;
  font-size:clamp(22px,6vw,28px);
  font-weight:750;
  line-height:1.35;
  letter-spacing:-.04em;
}
.gomna-home-prompt{
  margin:14px 0 0;
  text-align:center;
  font-size:14px;
  line-height:1.5;
  color:rgba(226,234,242,.82);
}

.gomna-home-card.is-open .gomna-home-card-inner{padding:18px 16px 16px}
.gomna-home-card.is-open .gomna-home-card-inner > .gomna-home-kicker,
.gomna-home-card.is-open .gomna-home-card-inner > .gomna-home-ref-top,
.gomna-home-card.is-open .gomna-home-card-inner > .gomna-home-sub{display:none}
.gomna-home-card.is-open .gomna-home-card-face.is-shown{justify-content:flex-start}
.gomna-home-card.is-open .gomna-home-card-face[data-face="open"]{
  opacity:1;
  transform:translate3d(0,0,0);
}
.gomna-home-detail-head .gomna-home-kicker{
  font-size:13px;
  letter-spacing:.12em;
  color:rgba(226,234,242,.72);
}
.gomna-home-detail-head-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.gomna-home-back{
  flex:0 0 44px;
  width:44px;
  height:44px;
  margin:-10px -8px -10px 0;
  padding:0;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#f4f7fb;
  display:grid;
  place-items:center;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-forward{
  position:absolute;
  z-index:5;
  top:8px;
  right:8px;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#f4f7fb;
  display:grid;
  place-items:center;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-card[data-card="0"].is-open .gomna-home-forward{display:none}
.gomna-home-forward svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-back svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-detail-head .gomna-home-ref{
  margin:4px 0 0;
  font-size:14px;
  font-weight:650;
}
.gomna-home-msg-title{
  margin:14px 0 0;
  font-size:clamp(20px,5.4vw,24px);
  font-weight:750;
  letter-spacing:-.03em;
  line-height:1.3;
}
.gomna-home-related-ref{
  margin:18px 0 0;
  font-size:13px;
  font-weight:550;
  color:rgba(226,234,242,.72);
}
.gomna-home-detail-scroll{
  flex:1;
  min-height:0;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  -ms-overflow-style:none;
  margin:12px 0;
  padding-right:2px;
}
.gomna-home-detail-scroll::-webkit-scrollbar{width:0;height:0;display:none}
.gomna-home-detail-foot{flex:0 0 auto;margin-top:auto}
.gomna-home-card[data-card="0"] .gomna-home-detail-foot{
  padding-top:12px;
  padding-bottom:14px;
}
.gomna-home-card[data-card="0"] .gomna-home-ctrl{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
}
.gomna-home-card[data-card="0"] .gomna-home-ctrl-item{
  flex:1 1 0;
  min-width:0;
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:32px;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.94);
  font:inherit;
  font-size:12px;
  font-weight:600;
  letter-spacing:-.02em;
  line-height:1.2;
  text-align:center;
  white-space:nowrap;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-card[data-card="0"] .gomna-home-ctrl-item + .gomna-home-ctrl-item{
  box-shadow:none;
}
.gomna-home-card[data-card="0"] .gomna-home-ctrl-item svg{
  width:14px;
  height:14px;
  flex:0 0 auto;
  stroke:currentColor;
  fill:none;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-card[data-card="0"] .gomna-home-ctrl-item span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gomna-home-card[data-card="0"] .gomna-home-ctrl-item:active,
.gomna-home-card[data-card="0"] .gomna-home-ctrl-item:focus-visible{
  background:rgba(255,255,255,.08);
}
.gomna-home-full{
  margin:0;
  font-size:clamp(17px,4.6vw,22px);
  line-height:1.55;
  font-weight:650;
}
.gomna-home-open-msg,
.gomna-home-step{
  margin:14px 0 0;
  font-size:15px;
  line-height:1.65;
  color:rgba(226,234,242,.9);
  white-space:pre-wrap;
}
.gomna-home-step b{
  display:block;
  margin-bottom:4px;
  font-size:11px;
  letter-spacing:.12em;
  color:rgba(198,214,230,.78);
}
.gomna-home-note-input{
  width:100%;
  min-height:72px;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#f4f7fb;
  font:inherit;
  resize:none;
}
.gomna-home-note-save{
  margin-top:8px;
  padding:8px 12px;
  border:0;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  color:#f4f7fb;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}

.gomna-home-ctrl{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  width:100%;
  min-height:52px;
  border-radius:18px;
  overflow:hidden;
  background:#121c2c;
  border:1px solid rgba(196,220,245,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.gomna-home-ctrl-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  min-height:48px;
  padding:8px 4px;
  border:0;
  background:transparent;
  color:#f4f8fc;
  font:inherit;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.gomna-home-ctrl-item + .gomna-home-ctrl-item{
  box-shadow:inset 1px 0 0 rgba(196,220,245,.16);
}
.gomna-home-ctrl-item svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-ctrl-item:active,
.gomna-home-ctrl-item:focus-visible{
  background:rgba(255,255,255,.06);
}

.gomna-home-rail{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:3;
  display:none;
  align-items:center;
  gap:2px;
}
.gomna-home-card.is-active:not(.is-open) .gomna-home-rail{display:flex}
.gomna-home-card:not([data-card="0"]) .gomna-home-rail{display:none !important}
.gomna-home-act{
  display:flex;
  align-items:center;
  gap:4px;
  min-height:40px;
  padding:0 6px;
  border:0;
  background:transparent;
  color:#f4f7fb;
  font:inherit;
  font-size:12px;
  font-weight:650;
  cursor:pointer;
}
.gomna-home-social-hidden{display:none !important}
.gomna-home-act svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-act[aria-pressed="true"] svg{fill:rgba(255,120,140,.92);stroke:#ffd0d6}
.gomna-home-related{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  padding:0;
  border:0;
  border-radius:10px;
  overflow:hidden;
  background:rgba(16,36,58,.26);
  cursor:pointer;
}
.gomna-home-related img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  transform:translateY(1px);
  filter:drop-shadow(0 1px 4px rgba(0,0,0,.12));
  pointer-events:none;
}

.gomna-home-after{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}
.gomna-home-media{
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  text-align:left;
  cursor:pointer;
}
.gomna-home-media img{
  display:block;
  width:100%;
  height:clamp(132px, 22vw, 168px);
  object-fit:cover;
  object-position:center bottom;
  border-radius:4px;
}
.gomna-home-media-copy{padding:12px 2px 0}
.gomna-home-goldline{
  display:block;
  width:28px;
  height:1px;
  margin:0 0 10px;
  background:#C4A45C;
}
.gomna-home-media-kicker{
  margin:0;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  color:#8a7342;
}
.gomna-home-media-title{
  margin:8px 0 0;
  font-size:20px;
  font-weight:750;
  letter-spacing:-.35px;
  color:#152033;
}
.gomna-home-media-desc{
  margin:8px 0 0;
  font-size:14px;
  line-height:1.55;
  color:#5b6573;
}
.gomna-home-media-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  margin:14px 0 0;
}
.gomna-home-media-actions a,
.gomna-home-media-actions button{
  padding:0;
  border:0;
  border-bottom:1px solid rgba(26,35,50,.22);
  background:transparent;
  color:#1A2332;
  font:inherit;
  font-size:14px;
  font-weight:650;
  text-decoration:none;
  cursor:pointer;
}

.gomna-home-tabbar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  height:calc(58px + env(safe-area-inset-bottom,0px));
  padding:6px 8px calc(8px + env(safe-area-inset-bottom,0px));
  background:#FFFFFF;
  border-top:1px solid rgba(26,35,50,.06);
  box-sizing:border-box;
  pointer-events:auto;
  touch-action:manipulation;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
}
html.gomna-home-viewer-open .gomna-home-tabbar{display:none}
.gomna-home-tab{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  min-height:44px;
  border:0;
  background:transparent;
  color:#414C5C;
  font:inherit;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
  text-decoration:none;
  cursor:pointer;
  pointer-events:auto;
  touch-action:manipulation;
}
.gomna-home-tab-icon{
  width:23px;
  height:23px;
  flex:0 0 23px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gomna-home-tab svg{
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gomna-home-tab[data-ghd-nav="media"] svg{
  width:23px;
  height:23px;
}
.gomna-home-tab[data-ghd-nav="home"] svg,
.gomna-home-tab[data-ghd-nav="me"] svg{
  stroke-width:2.75;
}
.gomna-home-tab.is-on{color:#152033}
.gomna-home-tab[data-ghd-nav="home"]{color:#152033;font-weight:750}
.gomna-home-tab[data-ghd-nav="me"]{color:#24579B;font-weight:750}

.gomna-home-viewer{
  position:fixed;
  inset:0;
  z-index:90;
  display:none;
  background:#070b12;
}
.gomna-home-viewer.is-open{display:block}
.gomna-home-viewer img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center bottom;
}
.gomna-home-viewer-title{
  position:absolute;
  left:20px;
  right:72px;
  top:calc(16px + env(safe-area-inset-top,0px));
  z-index:2;
  margin:0;
  color:#f4f7fb;
  font-size:16px;
  font-weight:750;
  text-shadow:0 1px 8px rgba(0,0,0,.35);
}
.gomna-home-viewer-close{
  position:absolute;
  top:calc(10px + env(safe-area-inset-top,0px));
  right:12px;
  z-index:2;
  width:44px;
  height:44px;
  border:0;
  border-radius:22px;
  background:rgba(8,12,18,.35);
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

.ghd-sheet{
  position:fixed;
  inset:0;
  z-index:80;
  display:none;
  align-items:flex-end;
  justify-content:center;
  background:rgba(8,12,18,.42);
}
.ghd-sheet.is-open{display:flex}
.ghd-sheet-panel{
  width:min(100%,var(--ghd-page-max,430px));
  margin:0;
  padding:10px 16px calc(16px + env(safe-area-inset-bottom,0px));
  border-radius:20px 20px 0 0;
  background:#FFFFFF;
  color:#152033;
  box-sizing:border-box;
  max-height:min(52vh, 420px);
  overflow:auto;
}
@media (max-width:699px){
  #ghdNotifySheet .ghd-sheet-panel,
  #ghdNotifyTimeSheet .ghd-sheet-panel,
  #ghdNotifyFreqSheet .ghd-sheet-panel{
    width:min(
      calc(100% - 2 * var(--ghd-page-gutter)),
      calc(var(--ghd-page-max) - 2 * var(--ghd-page-gutter))
    );
    max-width:calc(var(--ghd-page-max) - 2 * var(--ghd-page-gutter));
    margin-left:auto;
    margin-right:auto;
  }
  #ghdMailSheet.ghd-sheet{
    padding-left:var(--ghd-page-gutter);
    padding-right:var(--ghd-page-gutter);
    box-sizing:border-box;
  }
  #ghdMailSheet .ghd-sheet-panel{
    width:100%;
    max-width:calc(var(--ghd-page-max) - 2 * var(--ghd-page-gutter));
    margin-left:auto;
    margin-right:auto;
  }
  #ghdNotifySheet .ghd-sheet-close,
  #ghdMailSheet .ghd-sheet-close,
  #ghdNotifyTimeSheet .ghd-sheet-close,
  #ghdNotifyFreqSheet .ghd-sheet-close{
    display:none;
  }
  #ghdNotifySheet .ghd-sheet-handle,
  #ghdMailSheet .ghd-sheet-handle,
  #ghdNotifyTimeSheet .ghd-sheet-handle,
  #ghdNotifyFreqSheet .ghd-sheet-handle{
    background:rgba(26,35,50,.34);
  }
}
.ghd-sheet-handle{
  width:36px;
  height:4px;
  margin:2px auto 8px;
  border-radius:2px;
  background:rgba(26,35,50,.16);
  touch-action:none;
  cursor:grab;
}
.ghd-sheet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:10px;
}
.ghd-sheet-head h3{margin:0;font-size:16px;font-weight:750;letter-spacing:-.02em}
.ghd-sheet-close{
  width:40px;
  height:40px;
  margin:-8px -8px -8px 0;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#152033;
  font-size:22px;
  cursor:pointer;
}
.ghd-sheet p{margin:8px 0;font-size:14px;line-height:1.55}
.ghd-notify-preview{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border:1px solid rgba(26,35,50,.08);
  border-radius:14px;
  background:#F7F6F3;
}
.ghd-notify-milestone{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:2px 0 12px;
  padding:14px;
  border:1px solid #DDE5EF;
  border-radius:14px;
  background:#F5F8FC;
}
.ghd-notify-milestone[hidden]{display:none}
.ghd-notify-milestone-icon{
  display:flex;
  flex:0 0 30px;
  width:30px;
  height:30px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#152033;
  color:#FFFFFF;
  font-size:15px;
  font-weight:800;
  line-height:1;
}
.ghd-notify-milestone-copy{
  display:flex;
  min-width:0;
  flex:1;
  flex-direction:column;
  gap:3px;
}
.ghd-notify-milestone-copy strong{
  color:#152033;
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:-.025em;
}
.ghd-notify-milestone-copy span{
  color:#5B6573;
  font-size:12px;
  font-weight:500;
  line-height:1.45;
}
#ghdNotifySheet.is-install-step .ghd-notify-milestone{
  border-color:#DDE5EF;
  background:#F5F8FC;
}
#ghdNotifySheet.is-install-step .ghd-notify-milestone-icon,
#ghdNotifySheet.is-blocked-step .ghd-notify-milestone-icon{
  flex-basis:18px;
  width:18px;
  height:auto;
  border-radius:0;
  background:transparent;
  color:#D93025;
  font-size:24px;
  line-height:1;
}
#ghdNotifySheet.is-installed-step .ghd-notify-milestone,
#ghdNotifySheet.is-active-step .ghd-notify-milestone{
  border-color:#D8E9E0;
  background:#F1F8F4;
}
#ghdNotifySheet.is-installed-step .ghd-notify-milestone-icon,
#ghdNotifySheet.is-active-step .ghd-notify-milestone-icon{
  background:#2F7651;
}
#ghdNotifySheet.is-blocked-step .ghd-notify-milestone{
  border-color:#EADFCF;
  background:#FBF7F1;
}
#ghdNotifySheet.is-installed-step .ghd-sheet-cta{
  margin-top:14px;
}
.ghd-notify-bible{
  flex:0 0 52px;
  width:52px;
  height:52px;
  object-fit:contain;
}
.ghd-notify-preview-copy{
  flex:1;
  min-width:0;
}
.ghd-notify-preview .ghd-notify-preview-kicker{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  column-gap:8px;
  row-gap:1px;
  margin:0;
  min-width:0;
}
.ghd-notify-preview-title{
  flex:0 0 auto;
  font-size:13px;
  font-weight:750;
  letter-spacing:-.02em;
  color:#1A2332;
}
.ghd-notify-preview-ref{
  flex:1 1 auto;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
  font-weight:500;
  letter-spacing:0;
  color:#8a929c;
}
.ghd-notify-preview .ghd-notify-preview-verse{
  margin:4px 0 0;
  font-size:13px;
  font-weight:600;
  line-height:1.4;
  color:#1A2332;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.ghd-notify-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:12px 0 4px;
  min-height:36px;
  font-size:14px;
  font-weight:650;
  color:#1A2332;
}
#ghdNotifyStateLabel{
  font-size:13px;
  font-weight:750;
  color:#5b6573;
}
#ghdNotifyStateLabel.is-on{color:#1A2332}
#ghdNotifyStateLabel.is-need{color:#8A5A2B}
#ghdNotifyPrefs[hidden]{display:none}
.ghd-notify-pref-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin:0;
  padding:10px 0;
  border:0;
  border-top:1px solid rgba(26,35,50,.08);
  background:transparent;
  color:#1A2332;
  font:inherit;
  font-size:14px;
  font-weight:650;
  text-align:left;
  cursor:pointer;
}
.ghd-notify-pref-row[hidden]{display:none}
.ghd-notify-pref-value{
  flex:0 0 auto;
  font-size:13px;
  font-weight:650;
  color:#5b6573;
}
.ghd-notify-pref-value::after{
  content:' ›';
  color:#8a929c;
}
.ghd-notify-pref-error{
  margin:6px 0 0;
  font-size:12px;
  line-height:1.4;
  color:#8A5A2B;
}
.ghd-notify-pref-error[hidden]{display:none}
.ghd-notify-option{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
  margin:0;
  padding:12px 0;
  border:0;
  border-top:1px solid rgba(26,35,50,.08);
  background:transparent;
  color:#1A2332;
  font:inherit;
  font-size:15px;
  font-weight:600;
  text-align:left;
  cursor:pointer;
}
.ghd-notify-option.is-on{
  padding-left:10px;
  padding-right:38px;
  border-radius:10px;
  background:#F5F8FC;
  font-weight:750;
}
.ghd-notify-option.is-on::after{
  content:'✓';
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:#315F9E;
  font-size:16px;
  font-weight:800;
}
.ghd-notify-option-rec{
  margin-left:auto;
  font-size:12px;
  font-weight:650;
  color:#8a929c;
}
.ghd-notify-selection-note{
  margin:8px 0 2px;
  color:#315F9E;
  font-size:12px;
  font-weight:650;
  line-height:1.45;
}
.ghd-notify-selection-note[hidden]{display:none}
.ghd-notify-time-custom{
  display:block;
  margin:4px 0 8px;
}
.ghd-notify-time-custom[hidden]{display:none}
.ghd-notify-time-custom input[type="time"]{
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:10px 12px;
  border:1px solid rgba(26,35,50,.14);
  border-radius:12px;
  background:#FFFFFF;
  color:#152033;
  font:inherit;
  min-height:48px;
}
.ghd-notify-pref-actions{
  position:sticky;
  bottom:calc(-16px - env(safe-area-inset-bottom,0px));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:12px -16px 0;
  padding:10px 16px calc(16px + env(safe-area-inset-bottom,0px));
  border-top:1px solid rgba(26,35,50,.08);
  background:#FFFFFF;
}
.ghd-notify-pref-actions button{
  min-height:44px;
  border-radius:12px;
  font:inherit;
  font-size:15px;
  font-weight:750;
  cursor:pointer;
}
.ghd-notify-pref-cancel{
  border:1px solid rgba(26,35,50,.14);
  background:#FFFFFF;
  color:#5b6573;
}
.ghd-notify-pref-save{
  border:1px solid #152033;
  background:#152033;
  color:#FFFFFF;
}
#ghdNotifyTimeSheet,
#ghdNotifyFreqSheet{z-index:81}
#ghdNotifyFreqSheet .ghd-notify-pref-panel{max-height:min(78vh,640px)}
.ghd-notify-guide-title{
  margin:8px 0 0;
  font-size:15px;
  font-weight:750;
  letter-spacing:-.02em;
  color:#1A2332;
}
.ghd-notify-lead{
  margin:6px 0 2px;
  font-size:13px;
  line-height:1.45;
  color:#5b6573;
}
.ghd-notify-steps{
  margin:8px 0 2px;
  padding:0;
  list-style:none;
  counter-reset:ghd-notify-step;
}
.ghd-notify-steps li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 8px;
  font-size:13px;
  line-height:1.45;
  color:#152033;
  counter-increment:ghd-notify-step;
}
.ghd-notify-steps li::before{
  content:counter(ghd-notify-step);
  flex:0 0 20px;
  width:20px;
  height:20px;
  margin-top:1px;
  border-radius:10px;
  background:#1A2332;
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:20px;
  text-align:center;
}
.ghd-mail-brand{
  display:flex;
  align-items:center;
  gap:12px;
  padding:0;
}
.ghd-mail-panel .ghd-notify-lead{
  margin:6px 0 8px;
}
.ghd-mail-field{display:block;margin:0}
.ghd-mail-field-label{
  display:block;
  margin:0 0 4px;
  font-size:12px;
  font-weight:650;
  color:#5b6573;
}
.ghd-mail-panel input[type="email"]{margin:0 0 8px}
.ghd-mail-consent{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:2px 0 4px;
  font-size:13px;
  line-height:1.45;
  color:#152033;
}
.ghd-mail-consent input{
  flex:0 0 18px;
  width:18px;
  height:18px;
  margin:2px 0 0;
}
.ghd-mail-error{
  margin:6px 0 0;
  font-size:12px;
  line-height:1.4;
  color:#8A5A2B;
}
.ghd-mail-error[hidden]{display:none}
.ghd-mail-status{
  margin:8px 0 2px;
  font-size:14px;
  font-weight:650;
  color:#1A2332;
}
#ghdMailActive[hidden],
#ghdMailForm[hidden]{display:none}
.ghd-mail-panel{
  max-height:min(70vh, 520px);
}
.ghd-sheet-text{
  width:100%;
  margin-top:6px;
  padding:10px 8px;
  border:0;
  background:transparent;
  color:#5b6573;
  font:inherit;
  font-size:13px;
  font-weight:650;
  cursor:pointer;
}
.ghd-sheet-text[hidden]{display:none}

/* Home 메인 카드와 같은 가로폭: --ghd-page-max / --ghd-page-gutter 재사용 */
.ghd-sheet-home.ghd-sheet{
  padding-left:var(--ghd-page-gutter);
  padding-right:var(--ghd-page-gutter);
  box-sizing:border-box;
}
.ghd-sheet-home .ghd-sheet-panel{
  width:100%;
  max-width:calc(var(--ghd-page-max) - 2 * var(--ghd-page-gutter));
  margin-left:auto;
  margin-right:auto;
}
@media (max-width:699px){
  .ghd-sheet-home .ghd-sheet-close{display:none}
  .ghd-sheet-home .ghd-sheet-handle{background:rgba(26,35,50,.34)}
}
.ghd-comment-panel{
  display:flex;
  flex-direction:column;
  max-height:min(70vh, 520px);
  padding-top:8px;
}
.ghd-share-panel{
  max-height:none;
  padding-top:8px;
}
.ghd-share-ref{
  margin:0 0 12px;
  color:#5b6573;
  font-size:14px;
  line-height:1.45;
}
.ghd-comment-compose{flex:0 0 auto}
.ghd-comment-compose-row{
  display:flex;
  align-items:stretch;
  gap:8px;
}
.ghd-comment-compose-row #ghdCommentInput{
  flex:1 1 auto;
  min-width:0;
  margin:8px 0 0;
}
.ghd-comment-compose-row #ghdCommentSave{
  flex:0 0 auto;
  width:auto;
  min-width:72px;
  margin-top:8px;
  padding:0 16px;
}
#ghdCommentName{margin:8px 0 0}
.ghd-comment-error{
  margin:6px 0 0;
  color:#b42318;
  font-size:12px;
  line-height:1.4;
}
.ghd-comment-error[hidden]{display:none}
.ghd-comment-col{flex:1 1 auto;min-width:0}
.ghd-comment-meta{
  margin:0 0 2px;
  color:#8a929c;
  font-size:12px;
  line-height:1.3;
}
.ghd-comment-body{margin:0}

@media (min-width:700px){
  .ghd-sheet-home.ghd-sheet{align-items:center}
  .ghd-sheet-home .ghd-sheet-panel{
    border-radius:20px;
    border:1px solid rgba(26,35,50,.08);
    width:min(100%,calc(var(--ghd-page-max) - 2 * var(--ghd-page-gutter)));
  }
}
@media (min-width:700px){
  #ghdNotifySheet.ghd-sheet,
  #ghdMailSheet.ghd-sheet,
  #ghdNotifyTimeSheet.ghd-sheet,
  #ghdNotifyFreqSheet.ghd-sheet{align-items:center}
  #ghdNotifySheet .ghd-sheet-panel,
  #ghdMailSheet .ghd-sheet-panel,
  #ghdNotifyTimeSheet .ghd-sheet-panel,
  #ghdNotifyFreqSheet .ghd-sheet-panel{
    border-radius:20px;
    border:1px solid rgba(26,35,50,.08);
    width:min(100%,400px);
  }
  #ghdMailSheet .ghd-sheet-panel{
    width:min(100%,calc(var(--ghd-page-max) - 2 * var(--ghd-page-gutter)));
    max-height:none;
    height:auto;
    padding:12px 16px 14px;
  }
  #ghdMailSheet .ghd-mail-panel{
    max-height:none;
  }
}
.ghd-sheet input[type="email"],
.ghd-sheet input[type="text"]{
  width:100%;
  box-sizing:border-box;
  margin:8px 0;
  padding:12px;
  border:1px solid rgba(26,35,50,.14);
  border-radius:12px;
  background:#FFFFFF;
  color:#152033;
  font:inherit;
}
.ghd-sheet-cta{
  width:100%;
  margin-top:10px;
  min-height:44px;
  border:0;
  border-radius:14px;
  background:#1A2332;
  color:#fff;
  font:inherit;
  font-weight:750;
  cursor:pointer;
}
.ghd-sheet ul{margin:8px 0;padding-left:18px}
#ghdCommentList{
  list-style:none;
  padding-left:0;
  margin:4px 0 8px;
  flex:1 1 auto;
  min-height:0;
  max-height:36vh;
  overflow:auto;
}
.ghd-comment-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  padding:8px 0;
  border-top:1px solid rgba(26,35,50,.08);
  font-size:14px;
  line-height:1.45;
}
.ghd-comment-item:first-child{border-top:0}
.ghd-comment-body{flex:1 1 auto;min-width:0;color:#152033}
.ghd-comment-del{
  flex:0 0 auto;
  border:0;
  background:transparent;
  color:#8a929c;
  font:inherit;
  font-size:12px;
  font-weight:650;
  cursor:pointer;
  padding:2px 0;
}
.ghd-comment-empty{color:#5b6573;font-size:13px;padding:8px 0}

@media (min-width:700px){
  .gomna-home-deck,
  .gomna-home-after{max-width:430px;margin-left:auto;margin-right:auto}
  .gomna-home-tabbar{left:50%;right:auto;width:430px;transform:translateX(-50%)}
  .ghd-sheet{align-items:center}
  .ghd-sheet-panel{border-radius:20px}
  .gomna-home-card[data-card="1"]:not(.is-open){background-position:82% 72%}
  .gomna-home-card[data-card="2"]:not(.is-open){background-position:50% 42%}
  .gomna-home-card[data-card="1"]:not(.is-open) .gomna-home-poster-pills,
  .gomna-home-card[data-card="2"]:not(.is-open) .gomna-home-poster-pills{
    flex:0 0 auto;
    justify-content:flex-start;
    gap:6px;
  }
}
@media (prefers-reduced-motion:reduce){
  .gomna-home-card{transition:none !important}
}

#homeBiblePickerOverlay{
  position:fixed;
  inset:0;
  z-index:5000;
  background:transparent;
}
#homeBiblePickerOverlay[hidden]{display:none!important}
#homeBiblePickerOverlay.is-loading{background:rgba(15,23,42,.28)}
#homeBiblePickerOverlay iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:transparent;
  opacity:0;
  color-scheme:light;
}
#homeBiblePickerOverlay.is-ready iframe{opacity:1}
html.home-bible-picker-open,
html.home-bible-picker-open body{
  overflow:hidden;
}

html[data-gomna-ui-lang="en"] .gomna-home-poster-kicker,
html[data-gomna-ui-lang="en"] .gomna-home-poster-title,
html[data-gomna-ui-lang="en"] .gomna-home-poster-lead,
html[data-gomna-ui-lang="en"] .gomna-home-leaf-title,
html[data-gomna-ui-lang="en"] .gomna-home-leaf-stanza span,
html[data-gomna-ui-lang="en"] .gomna-home-leaf-copy span,
html[data-gomna-ui-lang="ja"] .gomna-home-poster-kicker,
html[data-gomna-ui-lang="ja"] .gomna-home-poster-title,
html[data-gomna-ui-lang="ja"] .gomna-home-poster-lead,
html[data-gomna-ui-lang="ja"] .gomna-home-leaf-title,
html[data-gomna-ui-lang="ja"] .gomna-home-leaf-stanza span,
html[data-gomna-ui-lang="ja"] .gomna-home-leaf-copy span,
html[data-gomna-ui-lang="zh"] .gomna-home-poster-kicker,
html[data-gomna-ui-lang="zh"] .gomna-home-poster-title,
html[data-gomna-ui-lang="zh"] .gomna-home-poster-lead,
html[data-gomna-ui-lang="zh"] .gomna-home-leaf-title,
html[data-gomna-ui-lang="zh"] .gomna-home-leaf-stanza span,
html[data-gomna-ui-lang="zh"] .gomna-home-leaf-copy span{
  word-break:normal;
  overflow-wrap:break-word;
}
html[data-gomna-ui-lang="en"] .gomna-home-leaf-title,
html[data-gomna-ui-lang="ja"] .gomna-home-leaf-title,
html[data-gomna-ui-lang="zh"] .gomna-home-leaf-title,
html[data-gomna-ui-lang="en"] .gomna-home-poster-title,
html[data-gomna-ui-lang="ja"] .gomna-home-poster-title,
html[data-gomna-ui-lang="zh"] .gomna-home-poster-title{
  max-width:100%;
}
