:root{color-scheme:dark;
  --bg:#111111;
  --surface:#191919;
  --surface-raised:#222222;
  --line:#303030;
  --muted:#a2a2a2;
  --text:#f5f5f5;
  --accent:#e8bf42;
  --accent-ink:#29210b;
  --error:#ffb6a9;
  font-family:'DM Sans',sans-serif;
  font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;
  background:var(--bg);
  color:var(--text);
  font-size:14px}
button,input,select{font:inherit}
button,a,input,select,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{opacity:.4;
  cursor:not-allowed}
a{color:inherit}
button:focus-visible,a:focus-visible,summary:focus-visible,select:focus-visible{outline:2px solid var(--accent);
  outline-offset:4px}
button{transition:background .15s,border-color .15s,transform .15s}
button:active:not(:disabled){transform:translateY(1px)}
.app-shell{max-width:1192px;
  padding:0 36px;
  margin:0 auto}
.header{height:98px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line)}
.brand{display:flex;
  gap:11px;
  align-items:center;
  text-decoration:none}
.brand-mark{width:32px;
  height:35px;
  background:var(--accent);
  color:var(--bg);
  font-size:26px;
  line-height:35px;
  text-align:center;
  font-weight:800;
  border-radius:8px 8px 8px 2px}
.brand strong{font-family:'Manrope',sans-serif;
  font-size:19px;
  font-weight:800}
.brand-divider{color:#555555;
  margin:0 12px;
  font-weight:400}
.brand-name{font-size:16px;
  font-weight:500;
  color:#cccccc}
.network{font-size:10px;
  letter-spacing:1.8px;
  border:1px solid #414141;
  padding:8px 10px;
  border-radius:5px;
  color:#cccccc}
.intro{display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:46px 0 34px}
.eyebrow{font-size:10px;
  letter-spacing:1.8px;
  font-weight:650;
  margin:0 0 14px;
  color:var(--accent)}
h1{font-family:'Manrope',sans-serif;
  font-size:34px;
  letter-spacing:-1.25px;
  font-weight:650;
  margin:0;
  line-height:1.25}
.subtitle{color:var(--muted);
  margin:12px 0 0;
  font-size:14px}
.market{text-align:right;
  min-width:222px}
.market-label{color:var(--muted);
  letter-spacing:1.4px;
  font-size:9px}
.market-label i{display:inline-block;
  width:5px;
  height:5px;
  background:#888888;
  border-radius:100%;
  margin:0 5px 1px 0}
.market-label i.live{background:var(--accent)}
.market strong{font-size:23px;
  font-family:'Manrope',sans-serif;
  font-weight:650;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.5px}
.market>div{display:flex;
  align-items:center;
  justify-content:flex-end;
  margin:5px 0}
.icon-button{background:none;
  border:0;
  color:var(--muted);
  font-size:23px;
  padding:0;
  margin-left:9px;
  width:27px;
  height:30px}
.icon-button:hover{color:var(--accent)}
.market small{font-size:10px;
  color:var(--muted)}
.calculator-grid{display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:24px;
  align-items:stretch}
.input-card,.result-card{border:1px solid var(--line);
  border-radius:15px;
  overflow:hidden}
.input-card{background:var(--surface);
  padding:29px 31px 22px}
.section-heading{display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:30px}
.step{font-size:10px;
  color:var(--accent);
  background:#332d1d;
  border:1px solid #504322;
  border-radius:5px;
  padding:4px 6px;
  letter-spacing:.8px}
h2{font-size:15px;
  font-weight:550;
  margin:0}
.text-button{margin-left:auto;
  background:none;
  border:0;
  color:var(--muted);
  font-size:12px;
  padding:6px 0}
.text-button:hover{color:var(--accent)}
label{display:block;
  font-size:13px;
  color:#d0d0d0;
  font-weight:500}
.input-wrap{display:flex;
  align-items:center;
  border:1px solid #464646;
  background:#111111;
  border-radius:8px;
  min-height:65px;
  margin-top:13px;
  padding:0 17px;
  gap:8px}
.input-wrap:focus-within{border-color:var(--accent);
  box-shadow:0 0 0 2px #e8bf4210}
.input-wrap:has(input[aria-invalid=true]){border-color:var(--error)}
.input-wrap input{min-width:0;
  width:100%;
  color:var(--text);
  font-size:28px;
  letter-spacing:-.6px;
  font-family:'Manrope',sans-serif;
  font-weight:600;
  background:transparent;
  border:0;
  outline:0;
  font-variant-numeric:tabular-nums;
  padding:12px 0}
.input-wrap input::placeholder{font-size:22px;
  color:#777777;
  letter-spacing:-.3px}
.input-wrap>span{font-size:10px;
  letter-spacing:1px;
  white-space:nowrap;
  color:var(--muted)}
.input-wrap>.input-prefix{font-size:25px;
  letter-spacing:0;
  color:#aaaaaa}
.quick-label{font-size:9px;
  letter-spacing:1.2px;
  color:#999999;
  margin:18px 0 9px}
.amount-options,.price-options{display:flex;
  gap:7px;
  flex-wrap:wrap}
.amount-options button,.price-options button{background:var(--surface-raised);
  border:1px solid #363636;
  color:#dddddd;
  border-radius:6px;
  padding:9px 13px;
  font-size:12px;
  line-height:1.2}
.amount-options button{flex:1;
  white-space:nowrap}
.amount-options button:hover,.price-options button:hover{border-color:#a68a3e;
  background:#30291c}
.price-options button.selected{background:var(--accent);
  color:var(--accent-ink);
  border-color:var(--accent);
  font-weight:650}
.price-section{border-top:1px solid var(--line);
  padding-top:29px;
  margin-top:29px}
.label-row{display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px}
.mini-tag{font-size:8px;
  letter-spacing:.6px;
  color:var(--accent);
  background:#332d1d;
  padding:5px 6px;
  border-radius:4px;
  white-space:nowrap}
.formula-note{display:flex;
  align-items:center;
  gap:10px;
  margin-top:27px;
  color:#999999;
  font-size:10px;
  line-height:1.6}
.formula-note p{margin:0}
.tiny-icon{font-size:19px;
  font-weight:400;
  color:#aaaaaa}
.result-card{background:#191919;
  display:flex;
  flex-direction:column}
.result-main{background:var(--accent);
  color:var(--accent-ink);
  padding:29px 29px 25px;
  position:relative}
.result-heading{display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px}
.result-heading .eyebrow{color:#604b12;
  font-size:9px;
  letter-spacing:1.5px;
  margin:0}
.currency-tag{font-size:9px;
  letter-spacing:1px;
  border:1px solid #ad8c29;
  padding:5px 7px;
  border-radius:5px}
.big-value{font-family:'Manrope',sans-serif;
  font-size:clamp(34px,4.6vw,59px);
  font-weight:650;
  letter-spacing:-2.5px;
  line-height:1.15;
  margin-top:20px;
  overflow-wrap:anywhere;
  font-variant-numeric:tabular-nums}
.calculation-line{font-size:11px;
  color:#685214;
  line-height:1.5;
  margin:12px 0 27px;
  min-height:17px}
.result-details{display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  border-top:1px solid #c09c35;
  padding-top:18px}
.result-details>div{display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0}
.result-details span{font-size:10px;
  color:#604e1a}
.result-details strong{font-size:13px;
  font-weight:550;
  overflow-wrap:anywhere;
  font-variant-numeric:tabular-nums}
.conversion-section{padding:26px 29px 21px}
.conversion-heading{display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:15px}
.conversion-heading h2{font-size:13px}
.conversion-symbol{font-size:19px;
  color:var(--muted)}
.conversion-row{display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px}
.select-wrap{min-width:0;
  flex:1}
select{width:100%;
  max-width:224px;
  padding:11px 28px 11px 10px;
  border-radius:6px;
  color:#dddddd;
  background:#252525;
  border:1px solid #444444;
  font-size:11px;
  cursor:pointer}
#converted-result{font-family:'Manrope',sans-serif;
  font-size:22px;
  letter-spacing:-.5px;
  font-weight:600;
  overflow-wrap:anywhere;
  max-width:58%;
  font-variant-numeric:tabular-nums}
.fx-status{color:#a2a2a2;
  font-size:9px;
  line-height:1.7;
  margin:12px 0 0}
.export-section{padding:22px 29px 20px;
  border-top:1px solid var(--line);
  margin-top:auto}
.export-section>span{font-size:8px;
  letter-spacing:1.1px;
  color:#999999}
.export-buttons{display:flex;
  gap:9px;
  margin-top:12px}
.export-buttons button{display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex:1;
  color:#eeeeee;
  background:#28251c;
  border:1px solid #554a2b;
  border-radius:6px;
  padding:11px 7px;
  font-size:11px;
  font-weight:500;
  white-space:nowrap}
.export-buttons button:hover:not(:disabled){background:#3b321c;
  border-color:#b89a44}
.export-buttons svg{width:16px;
  height:16px;
  stroke:currentColor;
  stroke-width:1.35;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round}
#export-status{font-size:10px;
  color:var(--accent);
  margin:0;
  min-height:0}
#export-status:not(:empty){margin-top:10px}
.context-line{display:flex;
  align-items:center;
  gap:8px;
  color:#aaaaaa;
  font-size:10px;
  margin-top:21px}
.context-line p{margin:0;
  line-height:1.6}
.outline-icon{border:1px solid #777777;
  border-radius:50%;
  width:13px;
  height:13px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  font-size:9px;
  flex-shrink:0}
.local-note{margin-left:auto;
  font-size:9px;
  color:#888888}
.data-details{margin-top:28px;
  border-top:1px solid #2c2c2c;
  font-size:11px;
  color:#aaaaaa}
.data-details summary{padding:17px 0;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  list-style:none}
.data-details summary::-webkit-details-marker{display:none}
.data-details summary span{font-size:17px;
  line-height:12px}
.data-details[open] summary span{transform:rotate(45deg)}
.data-details>div{padding:0 0 12px;
  max-width:850px;
  line-height:1.7}
.data-details code{font-size:10px;
  overflow-wrap:anywhere}
.data-details a{text-underline-offset:3px;
  color:#ddc575}
footer{display:flex;
  justify-content:space-between;
  border-top:1px solid #2c2c2c;
  padding:23px 0 30px;
  font-size:9px;
  color:#888888}
footer>span:first-child{letter-spacing:1.4px}
footer b{font-weight:450;
  color:#999999;
  margin-left:5px}
.field-error{font-size:11px;
  color:var(--error);
  margin:8px 0 0}
.sr-only{position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0}
@media(min-width:1400px){.app-shell{max-width:1250px}
.intro{padding-top:55px;
  padding-bottom:40px}
.input-card{padding:32px 35px 27px}
.result-main{padding:32px 33px 26px}
.conversion-section{padding:28px 33px 22px}
.export-section{padding:24px 33px}
.big-value{font-size:64px}
}
@media(max-width:850px){.app-shell{padding:0 24px}
.intro{align-items:flex-start}
.market{min-width:180px}
h1{font-size:29px;
  max-width:340px}
.calculator-grid{gap:16px;
  grid-template-columns:1.05fr 1fr}
.input-card{padding:24px 21px}
.result-main,.conversion-section,.export-section{padding-left:23px;
  padding-right:23px}
.big-value{font-size:42px}
.input-wrap{padding:0 12px}
.input-wrap input{font-size:25px}
.mini-tag{display:none}
.conversion-row{align-items:flex-start;
  flex-direction:column;
  gap:12px}
#converted-result{max-width:100%}
.select-wrap,select{width:100%;
  max-width:none}
.amount-options button{padding:9px 5px}
.local-note{display:none}
.export-buttons{flex-wrap:wrap}
.export-buttons button{font-size:10px}
}
@media(max-width:620px){.app-shell{padding:0 18px}
.header{height:76px}
.brand strong{font-size:18px}
.brand-name{font-size:14px}
.network{font-size:8px;
  padding:6px 7px}
.intro{padding:29px 0 24px;
  display:block}
h1{font-size:28px;
  max-width:360px;
  letter-spacing:-.8px}
.eyebrow{font-size:9px;
  letter-spacing:1.4px}
.subtitle{font-size:12px;
  line-height:1.6;
  margin-top:9px}
.market{margin-top:24px;
  text-align:left;
  background:#1c1c1c;
  border:1px solid #383838;
  border-radius:8px;
  padding:13px 15px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:3px 12px;
  align-items:center}
.market>div{grid-column:2;
  grid-row:1 / span 2;
  margin:0}
.market strong{font-size:19px}
.market small{font-size:9px}
.market-label{font-size:8px;
  letter-spacing:1px}
.calculator-grid{grid-template-columns:1fr;
  gap:16px}
.input-card{padding:23px}
.section-heading{margin-bottom:24px}
.price-section{padding-top:24px;
  margin-top:24px}
.mini-tag{display:block;
  font-size:7px}
.input-wrap input{font-size:27px}
.amount-options button{padding:10px 7px}
.price-options button{padding:10px 12px}
.formula-note{margin-top:23px;
  font-size:9px}
.result-main{padding:25px}
.big-value{font-size:52px;
  letter-spacing:-2px}
.conversion-row{flex-direction:row;
  align-items:center;
  gap:12px}
.select-wrap{width:54%}
#converted-result{max-width:47%;
  font-size:22px}
.export-buttons button{font-size:11px;
  padding:12px 6px}
.context-line{font-size:9px;
  align-items:flex-start;
  margin-top:17px}
.outline-icon{margin-top:1px}
.data-details{margin-top:23px}
footer{font-size:8px;
  padding:21px 0}
.brand-divider{margin:0 8px}
}


/* LuckyHash: restrained black, charcoal and gold. */
.brand img{display:block;
  object-fit:contain;
  width:195px;
  height:auto}
.network{border:0;
  padding:0;
  font-size:12px;
  color:#aaa;
  letter-spacing:0}
.market-label{font-size:11px;
  letter-spacing:0}
.quick-label{font-size:11px;
  letter-spacing:0;
  color:#a3a3a3}
.price-mode{font-size:10px;
  color:var(--accent);
  white-space:nowrap}
.result-heading h2{font-size:14px;
  color:#40310a;
  font-weight:600}
.export-buttons{margin-top:0}
.intro{padding-top:44px;
  padding-bottom:34px}
footer>span:first-child{letter-spacing:0}
.big-value{transition:font-size .1s}
@media(max-width:620px){.brand img{width:170px}
.network{font-size:11px}
.intro{padding-top:28px;
  padding-bottom:24px}
.market-label{font-size:10px}
.price-mode{font-size:9px}
}


.brand img{width:130px;
  height:45px}
.network{display:flex;
  align-items:center;
  gap:9px}
.network img{display:block;
  object-fit:contain;
  width:110px;
  height:auto}
.intro{flex-direction:row-reverse;
  padding:32px 0 34px;
  align-items:center}
.page-heading{text-align:right}
.page-heading h1{font-size:24px;
  letter-spacing:-.6px}
.market{text-align:left;
  min-width:0}
.market>div{justify-content:flex-start;
  margin:7px 0}
.market strong{font-size:46px;
  letter-spacing:-1.6px;
  font-weight:650;
  color:var(--accent)}
.market-label{font-size:13px}
.market small{font-size:10px}
.icon-button{font-size:26px;
  margin-left:16px}
.subtitle{font-size:12px}
@media(max-width:850px){.market strong{font-size:38px}
.page-heading h1{font-size:21px}
.subtitle{max-width:220px;
  line-height:1.5}
}
@media(max-width:620px){.brand img{width:113px;
  height:40px}
.network img{width:95px}
.intro{display:flex;
  flex-direction:column-reverse;
  align-items:stretch;
  gap:23px;
  padding:27px 0 25px}
.market{display:block;
  border:0;
  background:none;
  margin:0;
  padding:0;
  text-align:left}
.market>div{display:flex;
  margin:9px 0 7px}
.market strong{font-size:44px;
  letter-spacing:-1.5px}
.market-label{font-size:12px}
.market small{font-size:10px}
.page-heading{text-align:left}
.page-heading h1{font-size:23px}
.subtitle{max-width:none;
  margin-top:7px}
.header{height:81px}
}


@media(max-width:620px){.market strong{font-size:clamp(27px,8.8vw,44px);
  letter-spacing:-1px}
.input-wrap input{font-size:clamp(19px,6vw,27px)}
.big-value{font-size:clamp(30px,9.2vw,46px);
  letter-spacing:-1.4px}
.input-wrap>span{font-size:9px;
  letter-spacing:.5px}
}


.network a{color:var(--accent);text-decoration:none;font-weight:600}
.network a:hover{text-decoration:underline;text-underline-offset:3px}
.header{gap:20px}
.network{gap:20px;min-width:0;line-height:1.5}
.attribution{white-space:nowrap}
/* Attribute selectors preserve the requested class name, which starts with a digit. */
[class~="87hw3khbdf"]{width:1200px;
  max-width:100%;
  aspect-ratio:4.89/1;
  background:rgba(255,255,255,0.1);
  margin-top:28px}
[class~="87hw3khbdf"] a,[class~="87hw3khbdf"] img{display:block;
  width:100%;
  height:100%}
[class~="87hw3khbdf"] img{object-fit:contain}
.price-guide{margin:36px 0 0;padding:30px 0 12px;border-top:1px solid var(--line)}
.price-guide h2{font-family:'Manrope',sans-serif;font-size:22px;font-weight:650;line-height:1.4;margin:0 0 16px}
.price-guide h3{font-size:17px;font-weight:600;line-height:1.5;margin:24px 0 8px}
.price-guide p{max-width:86ch;color:#bdbdbd;font-size:15px;line-height:1.75;margin:0}
.price-guide a{color:var(--accent);text-underline-offset:3px}
.noscript-note{padding:14px 0;color:var(--muted);line-height:1.6}
#lht-calculator{scroll-margin-top:20px}
@media(max-width:620px){
  .header{height:auto;min-height:81px;padding:14px 0}
  .network{flex-direction:column;align-items:flex-end;gap:5px;text-align:right}
}
