
:root{
  --mole-ink:#163f31;
  --mole-deep:#0b2f25;
  --mole-paper:#fffaf0;
  --mole-cream:#f7f0df;
  --mole-pink:#f4a9bf;
  --mole-mint:#a7dfc7;
  --mole-sky:#a9d7ee;
  --mole-yellow:#f3d77a;
  --mole-line:rgba(22,63,49,.16);
  --mole-shadow:0 14px 36px rgba(42,57,48,.10);
}
#mole-global-shell{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif;color:var(--mole-ink)}
.mole-global-bar{
  position:relative;z-index:9999;
  background:rgba(255,250,240,.96);
  border-bottom:1px solid var(--mole-line);
  backdrop-filter:blur(10px);
}
.mole-global-inner{
  width:min(1180px,94vw);min-height:58px;margin:auto;
  display:flex;align-items:center;gap:18px;
}
.mole-home{
  display:flex;align-items:center;gap:10px;text-decoration:none!important;color:var(--mole-ink)!important;
  font-weight:950;white-space:nowrap;letter-spacing:.02em
}
.mole-face-badge{
  width:36px;height:36px;border-radius:11px;overflow:hidden;background:#fff;border:1px solid var(--mole-line);
  box-shadow:0 4px 13px rgba(22,63,49,.10);flex:0 0 auto
}
.mole-face-badge img{width:100%;height:100%;object-fit:cover;display:block}
.mole-global-nav{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.mole-global-nav a{
  text-decoration:none!important;color:var(--mole-ink)!important;
  padding:7px 9px;border-radius:999px;font-size:.76rem;font-weight:800
}
.mole-global-nav a:hover{background:rgba(167,223,199,.28)}
.mole-global-tag{margin-left:auto;font-size:.68rem;letter-spacing:.12em;color:rgba(22,63,49,.56);font-weight:900}
.mole-global-footer{
  margin-top:48px;padding:28px 0;background:var(--mole-deep);color:#edf8f3;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif
}
.mole-global-footer .inner{width:min(1180px,94vw);margin:auto;display:grid;gap:12px}
.mole-global-footer a{color:#fff!important;text-decoration:none!important}
.mole-global-footer .links{display:flex;gap:14px;flex-wrap:wrap;font-size:.8rem}
.mole-global-footer .copy{opacity:.7;font-size:.72rem}
.mole-origin-chip{
  display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;
  background:rgba(167,223,199,.18);border:1px solid var(--mole-line);
  font-size:.7rem;font-weight:850;color:var(--mole-ink)
}
@media(max-width:760px){
 .mole-global-inner{min-height:54px;gap:8px;overflow:auto}
 .mole-global-nav{flex-wrap:nowrap}
 .mole-global-tag{display:none}
 .mole-home span{display:none}
}
