/* ===== citations.css ===== */
.page-citations {
  background:#06112b;
  color:#f8f3f6
}

.citations-hero {
  position:relative;
  display:grid;
  min-height:600px;
  overflow:hidden
}

.citations-hero>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}

.citations-hero:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent 25%,rgba(3,12,34,.2) 52%,rgba(3,12,34,.92) 100%)
}

.citations-hero-copy {
  position:relative;
  z-index:1;
  align-self:center;
  width:min(620px,46%);
  margin-left:auto;
  margin-right:67px;
  text-align:left
}

.breadcrumb,.breadcrumb a {
  color:#efc774
}

.eyebrow,.section-kicker {
  color:#ff72b5;
  text-transform:uppercase;
  letter-spacing:2.24px
}

.citations-hero h1 {
  margin:3.2px 0;
  font-size:var(--taille-titre-rubrique-active);
  line-height:.92
}

.citations-hero h1 em {
  display:block;
  color:#ff65ad;
  font-weight:400
}

.citations-hero-copy>p:last-child {
  font-size:19.2px;
  line-height:1.6
}

.quote-intro {
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:40px;
  align-items:end;
  width:min(1400px,92%);
  margin:70px auto 26px
}

.quote-intro h2 {
  font-size:46.4px;
  margin:2.4px 0
}

.quote-intro p {
  line-height:1.7
}

.quote-search {
  display:grid;
  gap:10px;
  color:#f6d4e4
}

.quote-search input {
  width:100%;
  padding:16px 18px;
  border:1px solid #b55b91;
  border-radius:999px;
  background:#101a3d;
  color:white;
  font:inherit
}

.quote-count {
  width:min(1400px,92%);
  margin:20px auto;
  color:#efc774
}

.quotes-grid {
  width:min(1400px,92%);
  margin:0 auto 70px;
  columns:3 330px;
  column-gap:22px
}

.quote-card {
  position:relative;
  break-inside:avoid;
  margin:0 0 22px;
  padding:28px;
  border:1px solid rgba(220,139,187,.34);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(33,43,85,.96),rgba(25,20,64,.96));
  box-shadow:0 15px 40px rgba(0,0,0,.2)
}

.quote-mark {
  position:absolute;
  top:4px;
  right:18px;
  color:rgba(255,101,173,.25);
  font-size:80px
}

.quote-card blockquote {
  margin:0
}

.quote-card blockquote p {
  position:relative;
  margin:0;
  font-family:var(--police-poemes);
  font-size:18.4px;
  line-height:1.62
}

.quote-author {
  color:#efc774;
  font-style:italic
}

.quote-share {
  border:1px solid #ff65ad;
  border-radius:999px;
  padding:9px 18px;
  background:transparent;
  color:#fff;
  cursor:pointer
}

.quote-share:hover,.quote-share:focus-visible {
  background:#ff65ad;
  color:#07122c
}

.no-quote {
  text-align:center;
  padding:50px
}

.site-footer {
  display:grid;
  grid-template-columns:1fr 2fr 1fr;
  gap:30px;
  align-items:center;
  padding:35px 50px;
  border-top:1px solid rgba(255,101,173,.35);
  background:#030a1c;
  text-align:center
}

.site-footer strong,.site-footer small {
  display:block
}

.site-footer p {
  margin:0;
  line-height:1.5;
  color:#c9c5d5
}

@media(max-width:850px) {
  .citations-hero {
    min-height:690px
  }

  .citations-hero>img {
    object-position:38% center
  }

  .citations-hero:after {
    background:linear-gradient(0deg,rgba(3,12,34,.98) 5%,rgba(3,12,34,.3) 85%)
  }

  .citations-hero-copy {
    align-self:start;
    width:auto;
    margin:0;
    padding:132px 24px 24px
  }

  .quote-intro {
    grid-template-columns:1fr;
    margin-top:45px
  }

  .quotes-grid {
    columns:2 260px
  }

  .site-footer {
    grid-template-columns:1fr
  }

}

@media(max-width:520px) {
  .citations-hero h1 {
    font-size:51.2px
  }

  .quotes-grid {
    columns:1
  }

  .quote-card {
    padding:24px
  }

  .quote-intro {
    gap:20px
  }

  .site-footer {
    font-size:14.4px
  }

}

/* Même rythme vertical que l’accueil sur tous les téléphones. */ @media (max-width: 760px) {
  .citations-hero {
    height: auto;
    min-height: 0;
  }

  .citations-hero-copy {
    align-self: start;
    padding: calc(var(--mobile-hero-text-offset, 80px) + 18px) 24px calc(var(--mobile-hero-bottom-space, 48px) + 18px);
  }

  .quote-intro {
    position: relative;
    z-index: 2;
    margin-top: -20px;
  }

  .quote-intro .section-kicker {
    margin-top: 0;
  }

}

/* Champ de filtrage des citations avec bouton-loupe tactile. */ .quote-search-field {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border: 1px solid #b55b91;
  border-radius: 999px;
  background: #101a3d;
}

.quote-search-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  border-radius: 0;
}

.quote-search-field button {
  flex: 0 0 54px;
  min-width: 54px;
  border: 0;
  background: linear-gradient(135deg, #ed3e8d, #8e4ff0);
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.quote-search-field button:hover, .quote-search-field button:focus-visible {
  filter: brightness(1.13);
}

.quote-search-field button svg {
  display: block;
  margin: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

/* Message temporaire de rénovation — composant autonome de la page. */ .page-citations .renewal-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(1180px, 92%);
  margin: 8px auto 42px;
  padding: 20px 26px;
  border: 1px solid rgba(255, 114, 183, .48);
  border-radius: 18px;
  background: linear-gradient(135deg, #17254a, #28163f);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .32);
  color: #e4e8f3;
  text-align: center;
}

.page-citations .renewal-note > span {
  flex: 0 0 auto;
  color: #ff72b7;
  font-size: 25px;
}

.page-citations .renewal-note strong {
  display: block;
  margin-bottom: 4px;
  color: #ff82be;
  font: 700 21px var(--police-titres);
}

.page-citations .renewal-note p {
  margin: 0;
  color: #e4e8f3;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .page-citations .renewal-note {
    gap: 10px;
    padding: 16px;
  }

  .page-citations .renewal-note > span:last-child {
    display: none;
  }

  .page-citations .renewal-note strong {
    font-size: 19px;
  }

}

/* Grille régulière : lecture de gauche à droite sur ordinateur. */ .quotes-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  columns:auto;
  align-items:stretch;
}

.quote-card {
  display:flex;
  flex-direction:column;
  break-inside:auto;
  margin:0;
}

/* Garantit le filtrage, même si le navigateur surcharge l’attribut hidden. */ .quote-card[hidden] {
  display: none !important;
}

.quote-card .quote-share {
  align-self:flex-start;
  margin-top:auto;
}

@media(max-width:900px) {
  .quotes-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

}

@media(max-width:580px) {
  .quotes-grid {
    grid-template-columns:1fr
  }

}

/* Fil d’Ariane identique à celui de la page Poèmes. */ .page-citations .breadcrumb {
  margin: 0 0 24px;
  color: #bfcbe1;
  font-size: 14px;
}

.page-citations .breadcrumb a {
  color: #ff83c1;
  text-decoration: none;
}

.page-citations .quote-source {
  margin: 12px 0 18px;
  color: #c9c5d5;
  font-size: 14.4px;
  line-height: 1.5;
}

.page-citations .quote-source a {
  color: #efc774;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== declaration.css ===== */
/* ========================================================================== 
   PAGE DÉTAILLÉE D’UNE DÉCLARATION
   Structure commune : texte, partage et navigation.
   Les finitions visuelles sont regroupées dans declaration-theme.css.
   ========================================================================== */

.declaration-page {
  background: #06112d;
}

/* Conteneur principal */
.declaration-content {
  width: min(920px, calc(100% - 40px));
  margin: auto;
  padding: 72px 0 90px;
}

/* Carte contenant la déclaration */
.declaration-card {
  position: relative;
  padding: 57px;
  overflow: hidden;
  border: 1px solid #849edcb3;
  border-radius: 36px;
  background: linear-gradient(145deg, #17234f, #11163c);
  box-shadow: 0 30px 70px #00000052;
  text-align: center;
}

.declaration-card::before,
.declaration-card::after {
  position: absolute;
  color: #ff67b121;
  font: 160px/1 var(--police-poemes);
}

.declaration-card::before {
  content: "“";
  top: 6px;
  left: 24px;
}

.declaration-card::after {
  content: "”";
  right: 24px;
  bottom: -50px;
}

.declaration-card h2 {
  margin: 0 0 34px;
  color: #fffaf6;
  font: 48px var(--police-poemes);
}

.declaration-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font: 23px/1.9 var(--police-poemes);
}

.declaration-signature {
  margin: 35px 0 0;
  color: #ff72b5;
  font: italic 21.6px var(--police-poemes);
}

/* Partage */
.share-panel {
  margin-top: 38px;
  padding: 30px;
  border: 1px solid #ff67b16b;
  border-radius: 28px;
  background: #141d48e0;
  text-align: center;
}

.share-panel h2 {
  margin: 0 0 8px;
  color: #fffaf6;
  font: 27.2px var(--police-poemes);
}

.share-panel p {
  margin: 0 0 22px;
  color: #cfd7f3;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.share-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid #ffffff33;
  border-radius: 999px;
  background: #202b60;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.share-button:hover,
.share-button:focus-visible {
  border-color: #ff72b5;
  background: #2d3977;
}

.share-button.primary {
  border: 0;
  background: linear-gradient(135deg, #ef3f91, #a94ee8);
}

.share-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Navigation entre les déclarations */
.declaration-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.declaration-nav a,
.declaration-nav span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #849edca6;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.declaration-nav a:hover,
.declaration-nav a:focus-visible {
  border-color: #ff72b5;
  color: #ff92c7;
}

.declaration-nav .disabled {
  color: #7e89ac;
}

/* Adaptation mobile */
@media (max-width: 640px) {
  .declaration-content {
    width: calc(100% - 28px);
    padding: 38px 0 64px;
  }

  .declaration-card {
    border-radius: 26px;
  }

  .share-panel {
    padding: 25px 16px;
  }

  .share-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .share-button {
    padding-inline: 12px;
  }

  .declaration-nav {
    grid-template-columns: 1fr;
  }
}

/* ===== declaration-theme.css ===== */
/* Finitions visuelles communes à toutes les déclarations détaillées. */
.declaration-page main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(193, 38, 105, .2), transparent 496px),
    radial-gradient(circle at 88% 66%, rgba(116, 72, 182, .18), transparent 544px),
    linear-gradient(180deg, #07132f 0%, #0a1536 48%, #050e26 100%);
}

.declaration-content {
  position: relative;
  isolation: isolate;
}

.declaration-content::before,
.declaration-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(242, 200, 111, .12);
  border-radius: 50%;
  filter: blur(.2px);
}

.declaration-content::before { top: 5%; left: -240px; box-shadow: 0 0 100px rgba(255, 94, 174, .15); }
.declaration-content::after { right: -240px; bottom: 12%; box-shadow: 0 0 100px rgba(122, 96, 220, .18); }

.declaration-card {
  border-color: rgba(242, 200, 111, .56);
  background:
    linear-gradient(rgba(17, 24, 58, .94), rgba(10, 18, 50, .97)),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(255, 255, 255, .018) 35px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .44), inset 0 0 55px rgba(255, 114, 181, .045);
}

.declaration-card::before,
.declaration-card::after { color: rgba(242, 200, 111, .13); }

.declaration-text { text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }

.share-panel {
  position: relative;
  border-color: rgba(242, 200, 111, .44);
  background: linear-gradient(145deg, rgba(24, 36, 82, .96), rgba(13, 22, 58, .96));
  box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

.share-heart {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin: -54px auto 13px;
  place-items: center;
  border: 1px solid rgba(242, 200, 111, .68);
  border-radius: 50%;
  background: #111b48;
  color: #ff72b5;
  font-size: 28.8px;
}

.share-actions { gap: 14px; }
.share-button { min-width: 158px; border-color: rgba(242, 200, 111, .32); box-shadow: 0 8px 22px rgba(0, 0, 0, .18); }
.share-button.primary { background: linear-gradient(135deg, #ef3f91, #a94ee8); }
.share-button.facebook { background: linear-gradient(135deg, #263e83, #365fb6); }
.share-button.facebook span { font: 700 21.6px Arial, sans-serif; }
.share-button:hover,.share-button:focus-visible { transform: translateY(-2px); }

.declaration-nav a { background: rgba(20, 31, 73, .76); }

@media (max-width: 640px) {
  .declaration-content::before,
  .declaration-content::after { width: 180px; height: 180px; }
  .declaration-card { padding-inline: 24px; }
  .declaration-text { font-size: 18.6px; line-height: 1.82; }
  .share-actions { grid-template-columns: 1fr; }
  .share-button { width: 100%; min-width: 0; }
}

/* Fonds éditoriaux propres à chaque univers de lecture.
   Le voile ivoire protège la lisibilité du texte quelle que soit la photo. */
.declaration-page:not(.love-letter-page):not(.poem-detail-page) .declaration-card {
  background:
    linear-gradient(rgba(255, 250, 241, .88), rgba(255, 250, 241, .88)),
    url("../../../images/fonds-textes/fond-declarations-amour.webp") center / cover no-repeat;
}

.love-letter-page .declaration-card {
  background:
    linear-gradient(rgba(255, 252, 246, .89), rgba(255, 252, 246, .89)),
    url("../../../images/fonds-textes/fond-lettres-amour.webp") center / cover no-repeat;
}

.poem-detail-page .declaration-card {
  background:
    linear-gradient(rgba(255, 250, 241, .88), rgba(255, 250, 241, .88)),
    url("../../../images/fonds-textes/fond-poemes-amour.webp") center / cover no-repeat;
}

.declaration-page .declaration-card h2 { color: #2b1722; }
.declaration-page .declaration-card .declaration-text {
  color: #402630;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .82);
}
.declaration-page .declaration-card .declaration-signature { color: #a52359; }
.declaration-page .declaration-card::before,
.declaration-page .declaration-card::after { color: rgba(145, 44, 78, .16); }

/* ===== poeme-personnalise.css ===== */
.personalized-poem-page {
  background: radial-gradient(circle at 50% 0, #34204f 0, #1d173b 38%, #07152f 100%);
}

.personalized-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 202, 96, .42);
}

.personalized-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 37% center;
}

.personalized-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 12, 34, .08), rgba(3, 12, 34, .55) 50%, rgba(3, 12, 34, .96));
}

.personalized-hero-copy {
  position: relative;
  z-index: 1;
  width: min(680px, 48%);
  margin: 0 72px 0 auto;
  color: #fffaf1;
}

.personalized-hero-copy h1 {
  margin: 4px 0 19.2px;
  font-family: var(--police-poemes);
  font-size: var(--taille-titre-rubrique-active);
  line-height: .93;
  letter-spacing: -0.72px;
}

.personalized-hero-copy h1 em {
  display: block;
  color: #ff77b3;
  font-weight: 400;
}

.personalized-hero-copy > p:last-child {
  max-width: 610px;
  font-size: 19.2px;
  line-height: 1.65;
}

.personalized-content {
  width: min(1120px, calc(100% - 32px));
  margin: 55px auto;
}

.name-panel,
.generated-poem {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 205, 108, .48);
  border-radius: 32px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.name-panel {
  padding: 49px;
  text-align: center;
  color: #fffaf1;
  background: linear-gradient(135deg, rgba(30, 46, 91, .96), rgba(52, 25, 70, .96));
}

.name-panel::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 75, 148, .13);
  filter: blur(4px);
  top: -190px;
  right: -90px;
}

.name-panel-heart {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 205, 108, .6);
  border-radius: 50%;
  color: #ff6ead;
  font-size: 43.2px;
}

.name-panel h2 {
  max-width: 820px;
  margin: 4.8px auto 16px;
  font-family: var(--police-poemes);
  font-size: 45.6px;
  line-height: 1.08;
}

.name-panel > p:not(.eyebrow) { color: #dbe2f3; }

#poemForm { max-width: 760px; margin: 30px auto 0; text-align: left; }
#poemForm label { display: block; margin: 0 0 9px 5px; font-weight: 700; }
.name-entry { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 8px; background: #fff; border-radius: 999px; }
.name-entry input { min-width: 0; padding: 0 20px; border: 0; outline: 0; color: #172044; background: transparent; font: inherit; font-size: 17.3px; }
.name-entry button, .poem-actions button { border: 1px solid rgba(255, 205, 108, .6); border-radius: 999px; padding: 15px 24px; color: #fff; background: linear-gradient(135deg, #d52970, #9d1759); font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.name-entry button:hover, .poem-actions button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(213, 41, 112, .3); }
#poemForm small { display: block; margin: 9px 5px 0; color: #bfc9e2; }
.form-error { min-height: 24px; margin: 7px 5px 0; color: #ffb4cf; font-weight: 700; }

.generated-poem {
  margin-top: 34px;
  padding: 60px 62.5px;
  color: #3d2632;
  text-align: center;
  background-color: #fff9ec;
  background-image: linear-gradient(rgba(255, 251, 241, .82), rgba(255, 251, 241, .82)), url("../../../images/poemes-amour/poeme-personnalise-fond.webp");
  background-position: center;
  background-size: cover;
}

.generated-poem[hidden] { display: none; }
.generated-poem::before, .generated-poem::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(148, 91, 46, .22); transform: rotate(45deg); }
.generated-poem::before { left: -110px; top: -110px; }
.generated-poem::after { right: -110px; bottom: -110px; }
.paper-ornament { color: #b38746; font-size: 40px; }
.generated-poem .eyebrow { color: #b92767; }
.generated-poem h2 { margin: 4px 0 25.6px; font: 700 57.6px/1 var(--police-poemes); color: #251b2c; }
.generated-poem h2 span { color: #c52265; font-style: italic; }
.generated-poem-text { max-width: 720px; margin: auto; font: 400 21.1px/1.85 var(--police-poemes); }
.generated-poem-text p { margin: 0 0 20.8px; }
.generated-signature { margin: 32px 0; color: #9d315b; font: italic 21.6px var(--police-poemes); }
.poem-actions { position: relative; z-index: 1; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.poem-actions button { color: #6c2947; background: transparent; border-color: rgba(108, 41, 71, .35); }
.poem-actions button.primary { color: #fff; background: linear-gradient(135deg, #d52970, #9d1759); border-color: transparent; }
.poem-status { min-height: 24px; color: #8f2853; font-weight: 700; }
.inspiration-note { display: flex; align-items: center; justify-content: center; gap: 26px; margin: 34px 0 0; padding: 24px; border: 1px solid rgba(255, 205, 108, .35); border-radius: 24px; text-align: center; color: #e6e9f4; background: rgba(18, 29, 66, .72); }
.inspiration-note span { color: #ffca60; }
.inspiration-note p { margin: 0; line-height: 1.65; }

@media (max-width: 760px) {
  .personalized-hero { min-height: 610px; align-items: end; }
  .personalized-hero > img { height: 55%; top: 0; object-position: 35% center; }
  .personalized-hero::after { background: linear-gradient(0deg, #07152f 8%, rgba(7, 21, 47, .97) 42%, rgba(7, 21, 47, .08) 78%); }
  .personalized-hero-copy { width: auto; margin: 0; padding: 0 24px 38px; }
  .personalized-hero-copy h1 {
    font-size: var(--taille-titre-rubrique-active);
    line-height: 1.08;
  }
  .personalized-content { width: min(100% - 20px, 1120px); margin-top: 20px; }
  .name-panel, .generated-poem { border-radius: 23px; }
  .name-entry { grid-template-columns: 1fr; border-radius: 22px; }
  .name-entry input { min-height: 52px; text-align: center; }
  .name-entry button { width: 100%; }
  .generated-poem-text { line-height: 1.72; }
  .poem-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .poem-actions button { padding: 13px 10px; }
  .inspiration-note { gap: 10px; }
}

@media print {
  .topbar, .personalized-hero, .name-panel, .inspiration-note, footer, .poem-actions { display: none !important; }
  .personalized-content { width: 100%; margin: 0; }
  .generated-poem { display: block !important; margin: 0; min-height: 90vh; box-shadow: none; border: 1px solid #b38746; }
}

/* ===== poeme-du-jour.css ===== */
.personalized-hero > .hero-image-mobile{display:none}
@media(max-width:760px){.personalized-hero > .hero-image-desktop{display:none}.personalized-hero > .hero-image-mobile{display:block}}
.daily-hero .personalized-hero-copy h1 em{color:#ffca72}.daily-content{margin-top:45px}.daily-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin:0 0 22px;color:#fff}.daily-heading h2{margin:4px 0 0;font:700 45.6px/1.05 var(--police-poemes);text-transform:capitalize}.daily-heart{display:grid;place-items:center;width:82px;height:82px;flex:0 0 82px;border:1px solid rgba(255,204,105,.55);border-radius:50%;color:#ff77ad;background:linear-gradient(145deg,#27396a,#321b4d);box-shadow:0 14px 35px #0006;font-size:48px}.daily-poem{margin-top:0}.daily-poem h2{max-width:800px;margin-inline:auto}.next-poem{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:26px;padding:22px 26px;border:1px solid rgba(255,204,105,.36);border-radius:20px;color:#eef1f8;background:rgba(17,29,66,.88)}.next-poem>span{color:#ffca72;font-size:32px}.next-poem p{margin:4px 0 0;color:#bdc8de}.next-poem time{color:#ff87bd;font:700 21.6px/1 monospace;letter-spacing:1.28px}.daily-links{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.daily-links a{padding:17px;border:1px solid #6576a7;border-radius:16px;color:#fff;text-align:center;text-decoration:none;background:#16234b;transition:.2s}.daily-links a:hover{border-color:#ff79b7;background:#273365;transform:translateY(-2px)}
@media(max-width:650px){.daily-heading{align-items:center}.daily-heart{width:68px;height:68px;flex-basis:68px;font-size:40px}.next-poem{grid-template-columns:auto 1fr;padding:18px}.next-poem time{grid-column:2}.daily-links{grid-template-columns:1fr}}
@media print{.daily-heading,.next-poem,.daily-links{display:none!important}}
