
.mucha-floating-launcher{
  position:fixed!important;
  z-index:999990!important;
  max-width:min(calc(100vw - 28px), 360px);
}
.mucha-floating-launcher.is-floating-right{right:max(16px, env(safe-area-inset-right));left:auto!important}
.mucha-floating-launcher.is-floating-left{left:max(16px, env(safe-area-inset-left));right:auto!important}
.mucha-drawer-trigger{
  appearance:none;border:1px solid rgba(255,255,255,.28);border-radius:999px;
  padding:14px 20px 14px 16px;
  background:rgba(116,82,51,.78);color:#fff;font-weight:800;font-size:17px;
  box-shadow:0 16px 36px rgba(33,18,8,.26), 0 0 0 1px rgba(255,255,255,.06) inset;
  cursor:pointer;display:flex;align-items:center;gap:10px;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  animation:muchaPulse 2.4s ease-in-out infinite;
  position:relative;overflow:hidden;
}
.mucha-drawer-trigger:hover{transform:translateY(-1px)}
.mucha-drawer-trigger-dot{
  width:10px;height:10px;border-radius:999px;background:#f6d7a8;display:inline-block;
  box-shadow:0 0 0 0 rgba(246,215,168,.68);
  animation:muchaDotPulse 2s ease-out infinite;
}
.mucha-drawer-trigger-text{white-space:nowrap}
.mucha-drawer-trigger::after{
  content:"";
  position:absolute;
  inset:-30% auto -30% -40%;
  width:40%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.22), rgba(255,255,255,0));
  animation:muchaButtonSweep 4.8s linear infinite;
  pointer-events:none;
}
@keyframes muchaPulse{
  0%,100%{box-shadow:0 16px 36px rgba(33,18,8,.22), 0 0 0 1px rgba(255,255,255,.06) inset}
  50%{box-shadow:0 18px 42px rgba(33,18,8,.30), 0 0 0 1px rgba(255,255,255,.12) inset, 0 0 0 8px rgba(245,214,166,.08)}
}
@keyframes muchaDotPulse{
  0%{box-shadow:0 0 0 0 rgba(246,215,168,.70)}
  70%{box-shadow:0 0 0 10px rgba(246,215,168,0)}
  100%{box-shadow:0 0 0 0 rgba(246,215,168,0)}
}
@keyframes muchaButtonSweep{
  0%{left:-45%}
  100%{left:120%}
}
.mucha-drawer-overlay[hidden]{display:none!important}
.mucha-drawer-overlay{position:fixed;inset:0;z-index:999999;display:flex;justify-content:flex-end}
.mucha-drawer-overlay::before,
.mucha-drawer-overlay::after{
  content:"";
  position:absolute;
  pointer-events:none;
  z-index:0;
  border-radius:999px;
  filter:blur(28px);
  opacity:.38;
  mix-blend-mode:screen;
}
.mucha-drawer-overlay::before{
  width:38vw;
  height:38vw;
  right:12vw;
  top:8vh;
  background:radial-gradient(circle at center, rgba(240,209,153,.24), rgba(240,209,153,0) 68%);
  animation:muchaAmbientFloatA 18s ease-in-out infinite alternate;
}
.mucha-drawer-overlay::after{
  width:26vw;
  height:26vw;
  right:38vw;
  bottom:10vh;
  background:radial-gradient(circle at center, rgba(182,145,101,.16), rgba(182,145,101,0) 70%);
  animation:muchaAmbientFloatB 22s ease-in-out infinite alternate;
}
.mucha-drawer-backdrop{
  position:absolute;inset:0;
  backdrop-filter:blur(4px);
}
.mucha-drawer-panel{
  position:relative;z-index:1;
  max-width:none!important;
  height:100vh;
  color:#5a402b;
  box-shadow:-16px 0 40px rgba(0,0,0,.18);
  display:flex;flex-direction:column;
  border-left:1px solid rgba(133,102,70,.18);
  backdrop-filter:blur(8px);
}
.mucha-drawer-panel::before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(182,145,101,.20);
  border-radius:22px;
  pointer-events:none;
  z-index:0;
  opacity:.85;
}
.mucha-drawer-panel::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:
    radial-gradient(circle at 14% 12%, rgba(214,186,146,.10), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(214,186,146,.08), transparent 14%),
    radial-gradient(circle at 88% 78%, rgba(214,186,146,.06), transparent 16%);
  animation:muchaPanelGlow 12s ease-in-out infinite;
}
.mucha-drawer-header,
.mucha-drawer-body{position:relative;z-index:1}
.mucha-drawer-header{
  padding:22px 24px 16px;border-bottom:1px solid rgba(133,102,70,.12);
  display:flex;align-items:flex-start;justify-content:space-between;gap:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0));
}
.mucha-drawer-kicker{
  display:inline-block;padding:7px 12px;border-radius:999px;background:#eadcc7;color:#745233;font-size:12px;font-weight:800;letter-spacing:.12em;
  box-shadow:0 0 0 1px rgba(182,145,101,.08) inset, 0 6px 16px rgba(120,82,48,.06);
}
.mucha-drawer-header h2{margin:12px 0 8px;font-size:42px;line-height:1.08;color:#67472d;text-shadow:0 1px 0 rgba(255,255,255,.32)}
.mucha-drawer-header p{margin:0;color:#7d6853;font-size:16px;max-width:640px}
.mucha-drawer-header-text::after{
  content:"";
  display:block;
  width:120px;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg, rgba(182,145,101,.45), rgba(182,145,101,0));
  animation:muchaLineBreath 5.5s ease-in-out infinite;
}
.mucha-drawer-close{
  appearance:none;border:0;background:#efe3d1;color:#745233;width:48px;height:48px;border-radius:999px;font-size:30px;line-height:1;cursor:pointer;flex:0 0 auto;
}
.mucha-drawer-body{flex:1;overflow:auto;padding:20px 18px 28px}
.mucha-drawer-body .mucha-hero,
.mucha-drawer-body .mucha-page-hero,
.mucha-drawer-body .mucha-top-hero,
.mucha-drawer-body .site-header,
.mucha-drawer-body .entry-header,
.mucha-drawer-body .page-header{display:none!important}
.mucha-drawer-body .mucha-main,
.mucha-drawer-body .mucha-shell,
.mucha-drawer-body .mucha-content{padding-top:0!important;margin-top:0!important}
@keyframes muchaAmbientFloatA{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(-2vw,2vh,0) scale(1.06)}
  100%{transform:translate3d(1vw,-2vh,0) scale(.96)}
}
@keyframes muchaAmbientFloatB{
  0%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(2vw,-1vh,0) scale(.95)}
  100%{transform:translate3d(-1vw,2vh,0) scale(1.08)}
}
@keyframes muchaPanelGlow{
  0%,100%{opacity:.75}
  50%{opacity:1}
}
@keyframes muchaLineBreath{
  0%,100%{opacity:.5; transform:scaleX(1)}
  50%{opacity:.95; transform:scaleX(1.08)}
}
@media (max-width:1200px){
  .mucha-drawer-header h2{font-size:34px}
}
@media (max-width:860px){
  .mucha-drawer-panel{width:100vw!important;min-width:100vw!important}
  .mucha-drawer-header{padding:18px 16px 12px}
  .mucha-drawer-header h2{font-size:30px}
  .mucha-drawer-body{padding:14px 10px 18px}
  .mucha-floating-launcher{max-width:calc(100vw - 24px)}
  .mucha-drawer-trigger{padding:12px 16px;font-size:15px}
}
@media (prefers-reduced-motion: reduce){
  .mucha-drawer-overlay::before,
  .mucha-drawer-overlay::after,
  .mucha-drawer-panel::after,
  .mucha-drawer-header-text::after,
  .mucha-drawer-trigger::after,
  .mucha-drawer-trigger,
  .mucha-drawer-trigger-dot{
    animation:none !important;
  }
}


/* v0.2.8 glass + edge gap + animated border glow */
.mucha-drawer-overlay{
  padding:14px 14px 14px 0;
  box-sizing:border-box;
}
.mucha-drawer-panel{
  margin:0;
  height:calc(100vh - 28px);
  border-radius:26px 0 0 26px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    rgba(247,241,231,var(--mucha-panel-alpha, .96)) !important;
  -webkit-backdrop-filter:blur(18px) saturate(120%);
  backdrop-filter:blur(18px) saturate(120%);
  border:1px solid rgba(255,255,255,.16);
}
.mucha-drawer-panel::before{
  inset:12px;
  border-radius:20px;
  border:1px solid rgba(196,156,107,.22);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 18px rgba(196,156,107,.10);
}
.mucha-drawer-panel::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:26px 0 0 26px;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(120deg,
      rgba(255,210,140,0) 8%,
      rgba(255,210,140,.11) 16%,
      rgba(255,210,140,0) 24%) top left / 250% 250% no-repeat,
    linear-gradient(300deg,
      rgba(255,224,175,0) 60%,
      rgba(255,224,175,.08) 70%,
      rgba(255,224,175,0) 80%) top left / 250% 250% no-repeat,
    radial-gradient(circle at 14% 10%, rgba(245,214,166,.12), transparent 20%),
    radial-gradient(circle at 88% 14%, rgba(245,214,166,.10), transparent 16%),
    radial-gradient(circle at 88% 84%, rgba(245,214,166,.08), transparent 18%);
  animation:muchaEdgeGlow 7.5s linear infinite, muchaPanelGlow 12s ease-in-out infinite;
  mix-blend-mode:screen;
}
.mucha-drawer-header{
  background:
    linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.05)),
    linear-gradient(90deg, rgba(255,223,184,.06), rgba(255,255,255,0));
  border-bottom:1px solid rgba(133,102,70,.10);
}
.mucha-drawer-body{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
}
.mucha-drawer-backdrop{
  background:
    radial-gradient(circle at 78% 18%, rgba(255,211,150,.12), transparent 14%),
    radial-gradient(circle at 62% 70%, rgba(196,156,107,.08), transparent 18%),
    rgba(20,13,9,var(--mucha-backdrop-alpha, .42)) !important;
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
}
@keyframes muchaEdgeGlow{
  0%{background-position:0% 0%, 0% 0%, center, center, center}
  100%{background-position:180% 0%, -160% 0%, center, center, center}
}
@media (max-width:860px){
  .mucha-drawer-overlay{
    padding:8px 8px 8px 0;
  }
  .mucha-drawer-panel{
    height:calc(100vh - 16px);
    border-radius:22px 0 0 22px;
  }
  .mucha-drawer-panel::after{
    border-radius:22px 0 0 22px;
  }
}


/* v0.2.9 polish overrides */
.mucha-drawer-overlay{
  padding:10px 10px 10px 0 !important;
}
.mucha-drawer-panel{
  height:calc(100vh - 20px) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.10)),
    rgba(247,241,231, calc(var(--mucha-panel-alpha, .96) * .98)) !important;
  -webkit-backdrop-filter:blur(22px) saturate(128%) !important;
  backdrop-filter:blur(22px) saturate(128%) !important;
  box-shadow:
    -20px 0 46px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.12) inset !important;
}
.mucha-drawer-panel::before{
  inset:10px !important;
  border-radius:18px !important;
  border:1px solid rgba(215,175,118,.28) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 22px rgba(214,170,112,.12),
    0 0 42px rgba(214,170,112,.06) !important;
}
.mucha-drawer-panel::after{
  inset:0 !important;
  border-radius:26px 0 0 26px !important;
  background:
    linear-gradient(130deg,
      rgba(255,220,168,0) 0%,
      rgba(255,220,168,.03) 10%,
      rgba(255,220,168,.18) 16%,
      rgba(255,220,168,.03) 22%,
      rgba(255,220,168,0) 30%) top left / 220% 220% no-repeat,
    linear-gradient(310deg,
      rgba(255,234,199,0) 52%,
      rgba(255,234,199,.10) 66%,
      rgba(255,234,199,0) 78%) top left / 220% 220% no-repeat,
    radial-gradient(circle at 10% 8%, rgba(250,220,176,.16), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(250,220,176,.12), transparent 16%),
    radial-gradient(circle at 92% 86%, rgba(250,220,176,.12), transparent 16%),
    radial-gradient(circle at 4% 94%, rgba(250,220,176,.10), transparent 16%) !important;
  animation:muchaEdgeGlowStrong 5.8s linear infinite, muchaPanelGlow 10s ease-in-out infinite !important;
  mix-blend-mode:screen;
  opacity:.95;
}
.mucha-drawer-backdrop{
  -webkit-backdrop-filter:blur(8px) !important;
  backdrop-filter:blur(8px) !important;
}
.mucha-drawer-header{
  background:
    linear-gradient(180deg, rgba(255,255,255,.32), rgba(255,255,255,.08)),
    linear-gradient(90deg, rgba(255,223,184,.08), rgba(255,255,255,0)) !important;
}
.mucha-drawer-body{
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.01)) !important;
}
@keyframes muchaEdgeGlowStrong{
  0%{background-position:0% 0%, 0% 0%, center, center, center, center}
  100%{background-position:180% 0%, -160% 0%, center, center, center, center}
}
@media (max-width:860px){
  .mucha-drawer-overlay{
    padding:6px 6px 6px 0 !important;
  }
  .mucha-drawer-panel{
    height:calc(100vh - 12px) !important;
  }
}


/* v0.3.0 glass restore overrides */
.mucha-drawer-overlay{
  padding:12px 12px 12px 0 !important;
}
.mucha-drawer-panel{
  background-color: rgba(247,241,231,var(--mucha-panel-alpha, .82)) !important;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06)) !important;
  -webkit-backdrop-filter: blur(26px) saturate(128%) !important;
  backdrop-filter: blur(26px) saturate(128%) !important;
  border-left:1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    -20px 0 52px rgba(0,0,0,.22),
    0 0 0 1px rgba(255,255,255,.08) inset !important;
  overflow:hidden;
}
.mucha-drawer-panel::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:20px;
  border:1px solid rgba(255,223,170,.30);
  pointer-events:none;
  z-index:0;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 18px rgba(255,223,170,.12);
}
.mucha-drawer-panel::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:26px 0 0 26px;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(120deg,
      rgba(255,214,150,0) 0%,
      rgba(255,214,150,.02) 10%,
      rgba(255,214,150,.18) 15%,
      rgba(255,214,150,.02) 20%,
      rgba(255,214,150,0) 28%) top left / 210% 210% no-repeat,
    linear-gradient(300deg,
      rgba(255,233,198,0) 54%,
      rgba(255,233,198,.09) 66%,
      rgba(255,233,198,0) 78%) top left / 210% 210% no-repeat,
    radial-gradient(circle at 8% 10%, rgba(255,224,178,.18), transparent 16%),
    radial-gradient(circle at 94% 16%, rgba(255,224,178,.15), transparent 14%),
    radial-gradient(circle at 94% 88%, rgba(255,224,178,.12), transparent 14%),
    radial-gradient(circle at 4% 96%, rgba(255,224,178,.10), transparent 14%);
  mix-blend-mode:screen;
  opacity:1;
  animation:muchaEdgeRibbon 4.8s linear infinite, muchaPanelGlow 9s ease-in-out infinite !important;
}
.mucha-drawer-header{
  background:
    linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.08)),
    linear-gradient(90deg, rgba(255,223,184,.10), rgba(255,255,255,0)) !important;
}
.mucha-drawer-body{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)) !important;
}
.mucha-drawer-backdrop{
  background:
    radial-gradient(circle at 78% 18%, rgba(255,216,160,.10), transparent 14%),
    radial-gradient(circle at 64% 72%, rgba(205,164,116,.06), transparent 18%),
    rgba(20,13,9,var(--mucha-backdrop-alpha, .28)) !important;
  -webkit-backdrop-filter: blur(7px) !important;
  backdrop-filter: blur(7px) !important;
}
@keyframes muchaEdgeRibbon{
  0%{background-position:0% 0%, 0% 0%, center, center, center, center}
  100%{background-position:170% 0%, -150% 0%, center, center, center, center}
}
@media (max-width:860px){
  .mucha-drawer-overlay{padding:8px 8px 8px 0 !important;}
}


/* v0.3.1 controls */
.mucha-drawer-panel{
  -webkit-backdrop-filter: blur(var(--mucha-glass-blur, 26px)) saturate(128%) !important;
  backdrop-filter: blur(var(--mucha-glass-blur, 26px)) saturate(128%) !important;
}
.mucha-drawer-backdrop{
  -webkit-backdrop-filter: blur(calc(var(--mucha-glass-blur, 26px) * 0.28)) !important;
  backdrop-filter: blur(calc(var(--mucha-glass-blur, 26px) * 0.28)) !important;
}
.mucha-drawer-close--floating{
  position:absolute;
  top:14px;
  right:14px;
  z-index:3;
}


/* v0.3.2 glass fix */
.mucha-drawer-panel{
  background: transparent !important;
  isolation:isolate;
}
.mucha-drawer-glass-layer{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  border-radius:26px 0 0 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06)),
    rgba(247,241,231,var(--mucha-panel-alpha, .82));
  -webkit-backdrop-filter: blur(var(--mucha-glass-blur, 26px)) saturate(128%);
  backdrop-filter: blur(var(--mucha-glass-blur, 26px)) saturate(128%);
}
.mucha-drawer-header,
.mucha-drawer-body,
.mucha-drawer-close--floating{
  position:relative;
  z-index:2 !important;
}
.mucha-drawer-header{
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04)),
    linear-gradient(90deg, rgba(255,223,184,.08), rgba(255,255,255,0)) !important;
}
.mucha-drawer-body{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) !important;
}


/* v0.3.3 border glow */
.mucha-drawer-panel::before{
  border-width:3px !important;
  border-color: rgba(255, 225, 178, 0.72) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 12px rgba(255,225,178,.18),
    0 0 22px rgba(255,225,178,.14),
    0 0 34px rgba(255,225,178,.10) !important;
  animation:muchaBorderBreath 2.8s ease-in-out infinite !important;
}
.mucha-drawer-panel .mucha-border-marquee{
  position:absolute;
  inset:10px;
  border-radius:20px;
  pointer-events:none;
  z-index:1;
  overflow:hidden;
}
.mucha-drawer-panel .mucha-border-marquee::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:22px;
  background:
    linear-gradient(90deg,
      rgba(255,225,178,0) 0%,
      rgba(255,225,178,0) 18%,
      rgba(255,235,205,.78) 28%,
      rgba(255,225,178,0) 38%,
      rgba(255,225,178,0) 100%);
  filter:blur(1px);
  animation:muchaMarquee 4.2s linear infinite;
  mix-blend-mode:screen;
}
.mucha-drawer-panel .mucha-border-marquee::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  box-shadow:
    0 0 0 1px rgba(255,245,225,.12) inset,
    0 0 12px rgba(255,225,178,.10) inset;
}
@keyframes muchaBorderBreath{
  0%,100%{
    opacity:.72;
    box-shadow:
      0 0 0 1px rgba(255,255,255,.05) inset,
      0 0 10px rgba(255,225,178,.16),
      0 0 20px rgba(255,225,178,.10),
      0 0 30px rgba(255,225,178,.06);
  }
  50%{
    opacity:1;
    box-shadow:
      0 0 0 1px rgba(255,255,255,.08) inset,
      0 0 18px rgba(255,225,178,.34),
      0 0 34px rgba(255,225,178,.22),
      0 0 54px rgba(255,225,178,.14);
  }
}
@keyframes muchaMarquee{
  0%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}
@media (prefers-reduced-motion: reduce){
  .mucha-drawer-panel::before,
  .mucha-drawer-panel .mucha-border-marquee::before{
    animation:none !important;
  }
}


/* v0.3.4 close button + square border */
.mucha-drawer-close--floating{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  z-index:5 !important;
  width:52px !important;
  height:52px !important;
  box-shadow:0 8px 20px rgba(40,24,10,.12);
}
.mucha-drawer-panel::before{
  border-radius:0 !important;
}
.mucha-drawer-panel .mucha-border-marquee{
  inset:10px !important;
  border-radius:0 !important;
}
.mucha-drawer-panel .mucha-border-marquee::before{
  border-radius:0 !important;
}
.mucha-drawer-panel .mucha-border-marquee::after{
  border-radius:0 !important;
}
@media (max-width:860px){
  .mucha-drawer-close--floating{
    top:12px !important;
    right:12px !important;
    width:48px !important;
    height:48px !important;
  }
}


/* v0.3.5 full square panel */
.mucha-drawer-panel{
  border-radius:0 !important;
}
.mucha-drawer-glass-layer{
  border-radius:0 !important;
}
.mucha-drawer-panel::after{
  border-radius:0 !important;
}
.mucha-drawer-panel::before{
  border-radius:0 !important;
}
.mucha-drawer-panel .mucha-border-marquee{
  border-radius:0 !important;
}
.mucha-drawer-panel .mucha-border-marquee::before{
  border-radius:0 !important;
}
.mucha-drawer-panel .mucha-border-marquee::after{
  border-radius:0 !important;
}
@media (max-width:860px){
  .mucha-drawer-panel{
    border-radius:0 !important;
  }
  .mucha-drawer-glass-layer{
    border-radius:0 !important;
  }
}
