
.mv-gc,
.mv-gc *{
  box-sizing:border-box;
}
.mv-gc{
  max-width:1240px;
  margin:0 auto;
  color:var(--primary);
  font-family:Jost,Arial,sans-serif !important;
}
.mv-gc button,
.mv-gc input,
.mv-gc a,
.mv-gc span,
.mv-gc p,
.mv-gc strong{
  font-family:Jost,Arial,sans-serif !important;
}
.mv-gc-toolbar{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.mv-gc-toolbar--left{
  width:100%;
}
.mv-gc-currency{
  display:flex;
  padding:4px;
  border:1px solid rgba(24,36,51,.13);
  border-radius:999px;
  background:#fff;
}
.mv-gc .mv-gc-currency-btn{
  min-width:72px;
  padding:8px 13px !important;
  border:0 !important;
  border-radius:999px !important;
  background:transparent !important;
  color:var(--primary) !important;
  font-size:13px !important;
  font-weight:600 !important;
  cursor:pointer;
}
.mv-gc .mv-gc-currency-btn:hover,
.mv-gc .mv-gc-currency-btn:focus,
.mv-gc .mv-gc-currency-btn:active{
  background:rgba(198,161,91,.12) !important;
  color:var(--primary) !important;
}
.mv-gc .mv-gc-currency-btn.is-active{
  background:var(--primary) !important;
  color:#fff !important;
}
.mv-gc-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:start;
}
.mv-gc-section{
  min-width:0;
  padding:28px;
  border:1px solid rgba(24,36,51,.11);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 44px rgba(24,36,51,.08);
}
.mv-gc-section h3{
  margin:0 0 18px;
  color:var(--primary);
  font-family:Sigvar,Georgia,serif !important;
  font-size:44px;
  font-weight:400;
  line-height:1;
}
.mv-gc-market-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.mv-gc-market-row>span{
  color:rgba(24,36,51,.64);
  font-size:15px;
  font-weight:400;
}
.mv-gc-market-price{
  flex:0 0 auto;
  padding:10px 13px;
  border-radius:12px;
  background:var(--surface);
  color:var(--primary);
  font-size:17px;
  font-weight:600;
  white-space:nowrap;
}
.mv-gc-buttons{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-bottom:18px;
}
.mv-gc .mv-gc-purity{
  min-height:92px;
  padding:12px 8px !important;
  border:1px solid rgba(24,36,51,.15) !important;
  border-radius:14px !important;
  background:#fff !important;
  color:var(--primary) !important;
  box-shadow:none !important;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease;
}
.mv-gc .mv-gc-purity:hover,
.mv-gc .mv-gc-purity:focus,
.mv-gc .mv-gc-purity:active{
  border-color:var(--accent) !important;
  background:#fff !important;
  color:var(--primary) !important;
  box-shadow:0 0 0 3px rgba(198,161,91,.08) !important;
  transform:translateY(-1px);
}
.mv-gc .mv-gc-purity.is-active,
.mv-gc .mv-gc-purity.is-active:hover,
.mv-gc .mv-gc-purity.is-active:focus,
.mv-gc .mv-gc-purity.is-active:active{
  border:2px solid var(--accent) !important;
  background:rgba(198,161,91,.08) !important;
  color:var(--primary) !important;
  box-shadow:0 0 0 4px rgba(198,161,91,.08) !important;
}
.mv-gc-purity-label{
  display:block;
  color:inherit !important;
  font-size:15px;
  font-weight:650;
  line-height:1.15;
}
.mv-gc-unit-price{
  display:block;
  margin-top:7px;
  color:rgba(24,36,51,.60) !important;
  font-size:13px;
  font-weight:400;
  line-height:1.1;
}
.mv-gc-bottom-row{
  display:grid;
  grid-template-columns:minmax(120px,1fr) auto minmax(180px,auto);
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(24,36,51,.10);
  border-radius:16px;
  background:var(--surface);
}
.mv-gc-weight-box{
  display:flex;
  align-items:center;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(24,36,51,.15);
  border-radius:12px;
  background:#fff;
}
.mv-gc-weight{
  width:100%;
  min-width:0;
  padding:13px !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  color:var(--primary) !important;
  font-size:16px !important;
  font-weight:400 !important;
}
.mv-gc-weight-box span{
  padding-right:13px;
  color:var(--primary);
  font-size:16px;
  font-weight:500;
}
.mv-gc-value{
  min-width:130px;
  color:var(--primary);
  text-align:center;
  font-size:34px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  transition:transform .22s ease,opacity .22s ease;
}
.mv-gc-value.is-changing{
  animation:mvGcValuePulse .22s ease-out;
}
@keyframes mvGcValuePulse{
  0%{opacity:.45;transform:translateY(4px) scale(.985)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@media (prefers-reduced-motion:reduce){
  .mv-gc-value.is-changing{animation:none}
}
.mv-gc .mv-gc-wa{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:12px 17px !important;
  border:0 !important;
  border-radius:12px !important;
  background:var(--accent) !important;
  color:#fff !important;
  text-decoration:none !important;
  text-align:center;
  font-size:15px !important;
  font-weight:600 !important;
  white-space:nowrap;
  transition:filter .18s ease,transform .18s ease;
}
.mv-gc .mv-gc-wa:hover,
.mv-gc .mv-gc-wa:focus,
.mv-gc .mv-gc-wa:active{
  background:var(--accent) !important;
  color:#fff !important;
  filter:brightness(.96);
  box-shadow:0 8px 18px rgba(24,36,51,.12) !important;
  transform:translateY(-2px);
}
@media(max-width:1100px){
  .mv-gc-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
      .mv-gc-market-row{
    align-items:flex-start;
    flex-direction:column;
  }
  .mv-gc-buttons{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .mv-gc-bottom-row{
    grid-template-columns:1fr;
  }
  .mv-gc-value{
    padding:5px 0;
    text-align:left;
  }
  .mv-gc .mv-gc-wa{
    width:100%;
  }
  .mv-gc-section{
    padding:21px;
  }
}
