.elementor-4936 .elementor-element.elementor-element-1bec8af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4936 .elementor-element.elementor-element-b33c4df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-244e0cd */@import url("https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Patrick+Hand&family=Fredoka:wght@500;600;700&display=swap");

:root {
  --bg-top: #ffe8ef;
  --bg-bottom: #fef7e7;
  --ink: #6e4538;
  --ink-soft: #8f6554;
  --paper: #fffaf1;
  --paper-shadow: #f6e6cc;
  --edge: #b6cf5f;
  --ring: #f49aae;
  --ring-shadow: #d86f93;
  --pink: #f97e9a;
  --pink-soft: #ffd3de;
  --blue: #92c4f6;
  --blue-soft: #dcecff;
  --yellow: #f6ca62;
  --yellow-soft: #fff1ba;
  --brown: #8e6254;
  --brown-soft: #ead8d0;
  --cream: #fdf1dc;
  --line: rgba(142, 98, 84, 0.18);
  --shadow: rgba(181, 130, 117, 0.2);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Patrick Hand", cursive;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%) 0 0 / 44px 44px,
    linear-gradient(225deg, rgba(255, 255, 255, 0.45) 25%, transparent 25%) 0 0 / 44px 44px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.45) 25%, transparent 25%) 22px 22px / 44px 44px,
    linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%) 22px 22px / 44px 44px,
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

.dy-diary-page {
  min-height: 100vh;
  padding: 48px 20px 56px;
}

.dy-diary-shell {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.dy-page-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px;
}

.dy-page-header h1 {
  margin: 0;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
  line-height: 0.94;
  color: #d95374;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 0 #fff7f1;
}

.dy-kicker {
  margin: 0 0 10px;
  font-family: "Gaegu", cursive;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: #a46f65;
}

.dy-subtitle {
  margin: 14px auto 0;
  max-width: 680px;
  font-size: 1.28rem;
  line-height: 1.15;
  color: var(--ink-soft);
}

.dy-stickers {
  position: absolute;
  inset: -14px 0 auto;
  height: 120px;
  pointer-events: none;
}

.sticker-pen,
.sticker-star,
.sticker-tape {
  position: absolute;
}

.sticker-pen {
  left: 10px;
  top: 6px;
  width: 26px;
  height: 88px;
  border-radius: 20px;
  background: linear-gradient(180deg, #80c266 0%, #a8d57c 74%, #fef4df 74%, #fef4df 100%);
  box-shadow: inset -4px 0 0 rgba(66, 102, 48, 0.16);
  transform: rotate(11deg);
}

.sticker-pen::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -10px;
  width: 10px;
  height: 16px;
  background: #f5ebd6;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.sticker-star {
  top: 10px;
  width: 60px;
  height: 60px;
  border: 4px solid currentColor;
  background: rgba(255, 255, 255, 0.35);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 68%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.sticker-star-pink {
  left: 220px;
  color: #f38da9;
  transform: rotate(-12deg);
}

.sticker-star-blue {
  left: 312px;
  color: #92c1ff;
  transform: rotate(8deg);
}

.sticker-star-yellow {
  right: 150px;
  color: #efbd52;
  transform: rotate(14deg);
}

.sticker-tape {
  width: 56px;
  height: 76px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15)),
    #f5d6a5;
  border-radius: 10px;
  opacity: 0.8;
}

.sticker-tape-left {
  top: 130px;
  left: 86px;
  transform: rotate(-6deg);
}

.sticker-tape-right {
  top: 140px;
  right: 128px;
  transform: rotate(9deg);
}

.dy-book {
  position: relative;
  padding: 42px 28px 28px 82px;
  border-radius: 42px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.85), transparent 24%),
    linear-gradient(180deg, #c8df76 0%, #adc452 100%);
  box-shadow:
    0 22px 60px rgba(171, 129, 113, 0.24),
    inset 0 0 0 2px rgba(255, 255, 255, 0.42);
}

.dy-book-cover {
  position: absolute;
  inset: 16px 18px 16px 18px;
  border-radius: 30px;
  border: 2px solid rgba(143, 163, 58, 0.4);
  pointer-events: none;
}

.dy-rings {
  position: absolute;
  top: 112px;
  right: 34px;
  display: grid;
  gap: 18px;
}

.dy-rings span {
  width: 30px;
  height: 68px;
  border: 5px solid var(--ring-shadow);
  border-left-width: 6px;
  border-right-width: 6px;
  border-radius: 24px;
  background: transparent;
  box-shadow: inset 0 0 0 4px var(--ring);
}

.dy-book-stack {
  position: relative;
  min-height: 760px;
}

.dy-spread {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(300px, 1.15fr);
  gap: 18px;
  opacity: 0;
  transform: translateX(42px) rotate(-1.2deg) scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.dy-spread.is-active {
  opacity: 1;
  transform: translateX(0) rotate(0deg) scale(1);
  pointer-events: auto;
}

.dy-page {
  position: relative;
  min-height: 760px;
  padding: 38px 30px 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.2)) top/100% 24px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 239, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(223, 197, 170, 0.8),
    0 12px 28px var(--shadow);
  overflow: hidden;
}

.dy-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 43px,
      rgba(161, 190, 227, 0.3) 43px,
      rgba(161, 190, 227, 0.3) 45px
    );
  opacity: 0.4;
  pointer-events: none;
}

.dy-page-left::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 160px;
  height: 126px;
  border-radius: 0 34px 0 30px;
  background:
    radial-gradient(circle at 12px 10px, rgba(100, 143, 212, 0.18) 0 3px, transparent 3px) 0 0 / 22px 22px,
    #cfe2ff;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%);
  opacity: 0.9;
}

.dy-page-day,
.dy-section-tag,
.dy-note-title,
.dy-mini-list p,
.dy-page-copy h2 {
  position: relative;
  z-index: 1;
}

.dy-page-day {
  margin: 0 0 22px;
  font-family: "Gaegu", cursive;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #5f7eb6;
  text-transform: uppercase;
}

.dy-note-card,
.dy-doodle-block,
.dy-mini-list,
.dy-page-copy {
  position: relative;
  z-index: 1;
}

.dy-note-card {
  max-width: 250px;
  margin: 34px 0 28px 18px;
  padding: 20px 18px;
  border: 2px solid rgba(251, 145, 171, 0.45);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.18)),
    #fff0c9;
  box-shadow: 10px 10px 0 rgba(245, 152, 174, 0.1);
}

.dy-note-title {
  margin: 0 0 10px;
  font-family: "Fredoka", sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: #d95576;
}

.dy-note-card p:last-child {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.12;
}

.note-blue {
  background: #dfeeff;
  border-color: rgba(114, 157, 214, 0.38);
}

.note-cream {
  background: #fff4cd;
  border-color: rgba(211, 176, 95, 0.42);
}

.note-brown {
  background: #eedfd5;
  border-color: rgba(146, 98, 84, 0.34);
}

.note-mocha {
  background: #f0dfd5;
  border-color: rgba(155, 108, 89, 0.34);
}

.dy-doodle-block {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
}

.dy-doodle-block p {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.08;
}

.doodle-cake,
.doodle-heart,
.doodle-fruit,
.doodle-star,
.doodle-ribbon {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
}

.doodle-cake::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 20px;
  width: 40px;
  height: 24px;
  border-radius: 8px 8px 14px 14px;
  background:
    linear-gradient(180deg, #f7c8d8 0 33%, #fff1aa 33% 66%, #ffc2da 66% 100%);
  box-shadow: 0 0 0 2px rgba(218, 113, 144, 0.2);
}

.doodle-cake::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 8px;
  width: 14px;
  height: 18px;
  border-radius: 50% 50% 35% 35%;
  background: #ff7ca2;
  box-shadow:
    -10px 10px 0 #fff5c0,
    10px 26px 0 2px #87b455;
}

.doodle-heart::before,
.doodle-heart::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 38px;
  top: 10px;
  background: #ff9bb6;
  border-radius: 24px 24px 0 0;
}

.doodle-heart::before {
  left: 12px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.doodle-heart::after {
  left: 20px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.doodle-fruit::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: #ffc34d;
  box-shadow:
    14px 6px 0 -2px #ff7f8f,
    -8px 18px 0 -4px #91bf5e;
}

.doodle-star::before {
  content: "";
  position: absolute;
  inset: 8px;
  background: #f7ca60;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 68%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.doodle-ribbon::before,
.doodle-ribbon::after {
  content: "";
  position: absolute;
  background: #f799b1;
}

.doodle-ribbon::before {
  inset: 14px 6px;
  border-radius: 14px;
}

.doodle-ribbon::after {
  left: 18px;
  top: 6px;
  width: 20px;
  height: 44px;
  clip-path: polygon(50% 0, 100% 30%, 66% 100%, 50% 76%, 34% 100%, 0 30%);
}

.dy-mini-list {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.dy-mini-list p {
  margin: 0;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 249, 227, 0.95);
  border: 1px dashed rgba(146, 98, 84, 0.24);
  font-family: "Gaegu", cursive;
  font-size: 1.22rem;
}

.dy-photo-frame {
  position: relative;
  z-index: 1;
  margin: 32px auto 22px;
  width: min(100%, 420px);
  padding: 18px 18px 48px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  background: #fff9f2;
  box-shadow: 16px 16px 0 rgba(161, 121, 109, 0.12);
  transform: rotate(-4deg);
}

.dy-photo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 8px solid #fff4ec;
}

.dy-photo-frame::before,
.dy-photo-frame::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 18px;
  top: -8px;
  background: rgba(255, 240, 180, 0.85);
  border-radius: 4px;
}

.dy-photo-frame::before {
  left: 26px;
  transform: rotate(-16deg);
}

.dy-photo-frame::after {
  right: 24px;
  transform: rotate(12deg);
}

.dy-photo-frame-pink {
  background: linear-gradient(180deg, #fff6c9 0%, #fffaf1 100%);
}

.dy-photo-frame-red {
  background: linear-gradient(180deg, #ffd0df 0%, #fffaf1 100%);
}

.dy-photo-frame-yellow {
  background: linear-gradient(180deg, #ffe59b 0%, #fffaf1 100%);
}

.dy-photo-frame-brown {
  background: linear-gradient(180deg, #e4cfc6 0%, #fffaf1 100%);
}

.dy-photo-frame-mocha {
  background: linear-gradient(180deg, #f0d7cb 0%, #fffaf1 100%);
}

.dy-page-copy {
  max-width: 450px;
  margin: 0 auto;
}

.dy-section-tag {
  margin: 0 0 10px;
  font-family: "Gaegu", cursive;
  font-size: 1.5rem;
  color: #5f8bbd;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dy-page-copy h2 {
  margin: 0 0 14px;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: #de5b7b;
}

.dy-page-copy p:last-child {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.12;
  color: #745246;
}

.dy-book-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 24px;
}

.dy-nav-btn,
.dy-page-dots button {
  border: 0;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.dy-nav-btn {
  min-width: 148px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ff9eb7;
  color: #703f43;
  font-family: "Fredoka", sans-serif;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(216, 113, 144, 0.24);
}

.dy-nav-btn:hover:not(:disabled),
.dy-page-dots button:hover {
  transform: translateY(-2px);
}

.dy-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dy-page-dots {
  display: flex;
  gap: 10px;
}

.dy-page-dots button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff9e8;
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: 1rem;
  box-shadow: inset 0 0 0 2px rgba(184, 145, 124, 0.18);
}

.dy-page-dots button.is-active {
  background: #92c4f6;
  color: white;
  box-shadow: 0 10px 22px rgba(112, 157, 211, 0.24);
}

@media (max-width: 980px) {
  .dy-diary-page {
    padding-inline: 14px;
  }

  .dy-book {
    padding: 34px 18px 24px 18px;
  }

  .dy-rings {
    position: static;
    grid-auto-flow: column;
    justify-content: center;
    margin-bottom: 16px;
  }

  .dy-rings span {
    width: 56px;
    height: 26px;
  }

  .dy-book-stack {
    min-height: 1140px;
  }

  .dy-spread {
    grid-template-columns: 1fr;
  }

  .dy-page {
    min-height: 540px;
  }

  .dy-page-left::after {
    width: 130px;
    height: 100px;
  }
}

@media (max-width: 720px) {
  .dy-diary-page {
    padding-top: 24px;
  }

  .dy-page-header h1 {
    font-size: 2.6rem;
  }

  .dy-subtitle {
    font-size: 1.1rem;
  }

  .dy-stickers {
    display: none;
  }

  .dy-book {
    border-radius: 28px;
  }

  .dy-book-cover {
    inset: 10px;
    border-radius: 22px;
  }

  .dy-book-stack {
    min-height: 1060px;
  }

  .dy-page {
    min-height: 500px;
    padding: 28px 20px 22px;
  }

  .dy-note-card {
    margin-left: 0;
  }

  .dy-doodle-block {
    grid-template-columns: 54px 1fr;
  }

  .dy-photo-frame {
    width: 100%;
    transform: rotate(-2deg);
  }

  .dy-page-copy p:last-child,
  .dy-doodle-block p,
  .dy-note-card p:last-child {
    font-size: 1.12rem;
  }

  .dy-book-controls {
    gap: 12px;
  }

  .dy-nav-btn {
    width: 100%;
  }
}/* End custom CSS */