/* Lightweight first-visit welcome experience */
.h5-welcome{--pink:#d01b7e;--blue:#07a7e1;--yellow:#f8d021;position:fixed;inset:0;z-index:200000;display:grid;place-items:center;padding:24px;overflow:hidden;font-family:"Alegreya",Georgia,serif}.h5-welcome[hidden]{display:none}.h5-welcome-open{overflow:hidden}.h5-welcome__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(7,167,225,.2),transparent 31%),radial-gradient(circle at 82% 76%,rgba(208,27,126,.22),transparent 33%),rgba(12,14,29,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .35s ease}.h5-welcome__dialog{position:relative;display:grid;grid-template-columns:minmax(190px,.78fr) minmax(310px,1.25fr);align-items:center;width:min(850px,100%);min-height:480px;overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:30px;background:linear-gradient(118deg,rgba(255,255,255,.95),rgba(255,251,244,.98)),#fff;box-shadow:0 30px 90px rgba(0,0,0,.32),0 0 0 8px rgba(255,255,255,.09);opacity:0;transform:scale(.82) translateY(28px);transition:opacity .35s ease,transform .48s cubic-bezier(.16,1,.3,1)}.h5-welcome__dialog:before{content:"";position:absolute;inset:0 auto 0 0;width:36%;background:linear-gradient(145deg,rgba(255,255,255,.15),transparent 45%),linear-gradient(155deg,var(--blue),#1767b5 56%,#6b2b9b);clip-path:polygon(0 0,100% 0,82% 100%,0 100%)}.h5-welcome.is-visible .h5-welcome__backdrop,.h5-welcome.is-visible .h5-welcome__dialog{opacity:1}.h5-welcome.is-visible .h5-welcome__dialog{transform:scale(1) translateY(0)}.h5-welcome.is-closing .h5-welcome__backdrop{opacity:0}.h5-welcome.is-closing .h5-welcome__dialog{opacity:0;transform:scale(.94) translateY(18px);transition-duration:.28s}
.h5-welcome__close{position:absolute;z-index:8;top:18px;right:18px;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:#f7eef3;box-shadow:0 5px 15px rgba(92,32,66,.12);cursor:pointer;transition:transform .2s ease,background .2s ease}.h5-welcome__close:hover,.h5-welcome__close:focus-visible{background:#f1dce7;transform:rotate(8deg) scale(1.06);outline:3px solid rgba(208,27,126,.2)!important}.h5-welcome__close span{position:absolute;top:20px;left:12px;width:18px;height:2px;border-radius:2px;background:#6f3153;transform:rotate(45deg)}.h5-welcome__close span:last-child{transform:rotate(-45deg)}
.h5-welcome__visuals{position:relative;z-index:2;align-self:stretch;min-height:420px;perspective:800px}.h5-mini-calendar{position:absolute;top:72px;left:38px;width:166px;height:170px;border:7px solid #fff;border-radius:13px;background:#fff;box-shadow:0 22px 34px rgba(0,39,83,.28);transform:rotate(-7deg);animation:h5-calendar-hover 3.4s ease-in-out infinite}.h5-mini-calendar__month{display:grid;height:43px;place-items:center;border-radius:6px 6px 0 0;background:var(--pink);color:#fff;font:700 13px/1 Arial,sans-serif;letter-spacing:.18em}.h5-mini-calendar__page{display:grid;height:112px;place-items:center;color:#172d52;font:700 66px/1 "PT Serif",Georgia,serif}.h5-mini-calendar__ring{position:absolute;z-index:3;top:-17px;width:10px;height:25px;border:3px solid var(--yellow);border-radius:8px}.h5-mini-calendar__ring--left{left:35px}.h5-mini-calendar__ring--right{right:35px}.h5-mini-calendar__flip{position:absolute;z-index:2;right:0;bottom:0;left:0;height:112px;border-radius:0 0 6px 6px;background:linear-gradient(#fff,#f2f7fb);box-shadow:0 6px 8px rgba(23,45,82,.08);transform-origin:top;animation:h5-calendar-flip 3.6s ease-in-out .8s infinite}
.h5-mini-diary{position:absolute;right:5px;bottom:70px;width:190px;height:130px;filter:drop-shadow(0 19px 19px rgba(0,32,71,.3));transform:rotate(5deg);perspective:600px}.h5-mini-diary__back{position:absolute;inset:0;border-radius:8px 15px 15px 8px;background:var(--pink)}.h5-mini-diary__page{position:absolute;top:9px;bottom:9px;width:47%;background:repeating-linear-gradient(to bottom,#fffdf5 0 15px,#dce8eb 16px)}.h5-mini-diary__page--left{right:50%;border-radius:7px 2px 2px 7px;transform-origin:right center;animation:h5-diary-open-left 4s ease-in-out infinite}.h5-mini-diary__page--right{left:50%;border-radius:2px 10px 10px 2px;transform-origin:left center;animation:h5-diary-open-right 4s ease-in-out infinite}.h5-mini-diary__spine{position:absolute;top:8px;bottom:8px;left:calc(50% - 1px);width:2px;background:rgba(82,42,54,.3)}
.h5-welcome__content{position:relative;z-index:4;padding:64px 58px 58px 44px}.h5-welcome__eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 15px;color:var(--pink);font:700 13px/1.2 Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}.h5-welcome__eyebrow:before{content:"";width:28px;height:3px;border-radius:3px;background:var(--yellow)}.h5-welcome h2{margin:0 0 18px;color:#172d52;font:700 clamp(34px,4vw,49px)/1.08 "PT Serif",Georgia,serif;letter-spacing:-.025em}.h5-welcome h2 span{color:var(--pink)}.h5-welcome__content>p:not(.h5-welcome__eyebrow){max-width:470px;margin:0;color:#596378;font:400 19px/1.55 "Alegreya",Georgia,serif}.h5-welcome__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.h5-welcome__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:49px;padding:12px 19px;border:2px solid transparent;border-radius:999px;font:700 14px/1 Arial,sans-serif;text-decoration:none!important;box-shadow:0 10px 20px rgba(23,45,82,.13);transition:transform .2s ease,box-shadow .2s ease}.h5-welcome__button:hover,.h5-welcome__button:focus-visible{transform:translateY(-3px);box-shadow:0 14px 24px rgba(23,45,82,.2);outline:3px solid rgba(7,167,225,.2)!important}.h5-welcome__button--calendar{background:var(--pink);color:#fff!important}.h5-welcome__button--diary{border-color:#dce7ec;background:#fff;color:#176a91!important}
.h5-welcome__floaters,.h5-welcome__confetti{position:absolute;inset:0;overflow:hidden;pointer-events:none}.h5-welcome__floaters{z-index:3}.h5-welcome__confetti{z-index:5}.h5-welcome__sheet{position:absolute;width:31px;height:39px;border-radius:2px;background:#fff;box-shadow:0 7px 18px rgba(23,45,82,.18);opacity:.75;animation:h5-paper-fly 5s ease-in-out infinite}.h5-welcome__sheet:after{content:"";position:absolute;top:10px;right:6px;left:6px;height:2px;background:var(--blue);box-shadow:0 6px 0 #e1e8ee,0 12px 0 #e1e8ee}.h5-welcome__sheet--one{top:10%;left:35%;transform:rotate(12deg)}.h5-welcome__sheet--two{right:7%;bottom:8%;animation-delay:-1.8s;transform:rotate(-14deg)}.h5-welcome__sheet--three{top:56%;left:2%;animation-delay:-3.2s;transform:rotate(9deg) scale(.75)}.h5-welcome__dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--yellow);opacity:.55;animation:h5-dot-float 4s ease-in-out infinite}.h5-welcome__dot--one{top:16%;right:16%}.h5-welcome__dot--two{right:9%;bottom:24%;background:var(--blue);animation-delay:-1.4s}.h5-welcome__dot--three{bottom:13%;left:38%;background:var(--pink);animation-delay:-2.7s}.h5-confetti-piece{position:absolute;top:var(--start-y);left:var(--start-x);width:var(--size);height:6px;border-radius:1px;background:var(--color);opacity:0;will-change:transform,opacity}.h5-welcome.is-visible .h5-confetti-piece{animation:h5-confetti-burst var(--duration) cubic-bezier(.16,.72,.3,1) var(--delay) forwards}
@keyframes h5-confetti-burst{0%{opacity:0;transform:translate3d(0,20px,0) rotate(0)}8%{opacity:1}52%{opacity:1;transform:translate3d(var(--burst-x),var(--burst-y),0) rotate(var(--spin))}100%{opacity:0;transform:translate3d(var(--fall-x),105vh,0) rotate(calc(var(--spin)*2.2))}}@keyframes h5-calendar-hover{0%,100%{transform:rotate(-7deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-9px)}}@keyframes h5-calendar-flip{0%,12%{transform:rotateX(0);opacity:1}42%,100%{transform:rotateX(-178deg);opacity:0}}@keyframes h5-diary-open-left{0%,15%,100%{transform:rotateY(-74deg)}38%,78%{transform:rotateY(-8deg)}}@keyframes h5-diary-open-right{0%,15%,100%{transform:rotateY(74deg)}38%,78%{transform:rotateY(8deg)}}@keyframes h5-paper-fly{0%,100%{translate:0 0;rotate:-5deg}50%{translate:12px -16px;rotate:8deg}}@keyframes h5-dot-float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.3)}}
@media(max-width:767.98px){.h5-welcome{padding:16px}.h5-welcome__dialog{grid-template-columns:1fr;width:min(520px,100%);min-height:0;max-height:calc(100vh - 32px);overflow-y:auto;border-radius:24px}.h5-welcome__dialog:before{inset:0 0 auto;width:100%;height:145px;clip-path:polygon(0 0,100% 0,100% 72%,0 100%)}.h5-welcome__visuals{min-height:155px}.h5-mini-calendar{top:22px;left:calc(50% - 100px);width:105px;height:107px;border-width:4px}.h5-mini-calendar__month{height:29px;font-size:9px}.h5-mini-calendar__page,.h5-mini-calendar__flip{height:70px}.h5-mini-calendar__page{font-size:41px}.h5-mini-calendar__ring{top:-12px;height:17px;border-width:2px}.h5-mini-calendar__ring--left{left:22px}.h5-mini-calendar__ring--right{right:22px}.h5-mini-diary{right:calc(50% - 112px);bottom:9px;width:125px;height:85px}.h5-welcome__content{padding:18px 25px 30px;text-align:center}.h5-welcome__eyebrow{justify-content:center;font-size:11px}.h5-welcome h2{margin-bottom:12px;font-size:clamp(29px,8.4vw,39px)}.h5-welcome__content>p:not(.h5-welcome__eyebrow){font-size:17px;line-height:1.42}.h5-welcome__actions{justify-content:center;margin-top:21px}.h5-welcome__button{flex:1 1 180px;max-width:220px;min-height:46px}.h5-welcome__close{top:12px;right:12px}}
@media(max-width:420px),(max-width:767.98px) and (max-height:650px){.h5-welcome{padding:10px}.h5-welcome__dialog{max-height:calc(100vh - 20px)}.h5-welcome__visuals{min-height:126px}.h5-mini-calendar{top:16px;scale:.83;transform-origin:top center}.h5-mini-diary{bottom:2px;scale:.84;transform-origin:bottom center}.h5-welcome__content{padding:8px 18px 22px}.h5-welcome__eyebrow{margin-bottom:9px}.h5-welcome h2{font-size:28px}.h5-welcome__content>p:not(.h5-welcome__eyebrow){font-size:16px}.h5-welcome__actions{gap:8px;margin-top:16px}.h5-welcome__button{min-height:43px;padding:10px 14px}}
@media(prefers-reduced-motion:reduce){.h5-welcome *,.h5-welcome *:before,.h5-welcome *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.h5-welcome__dialog,.h5-welcome__backdrop{transition-duration:.01ms}.h5-welcome__confetti{display:none}}

/* Layout after removing the calendar and diary illustrations. */
.h5-welcome__visuals,.h5-mini-calendar,.h5-mini-diary{display:none!important}
.h5-welcome__dialog{grid-template-columns:1fr;width:min(680px,100%);min-height:420px}
.h5-welcome__dialog:before{inset:0 auto 0 0;width:9px;background:linear-gradient(180deg,var(--blue),var(--pink) 68%,var(--yellow));clip-path:none}
.h5-welcome__content{padding:68px 64px 62px}
.h5-welcome__content>p:not(.h5-welcome__eyebrow){max-width:530px}

@media(max-width:767.98px){
  .h5-welcome__dialog:before{inset:0 auto 0 0;width:7px;height:auto;clip-path:none}
  .h5-welcome__content{padding:60px 25px 36px}
}

@media(max-width:420px),(max-width:767.98px) and (max-height:650px){
  .h5-welcome__content{padding:54px 18px 24px}
}
