:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  color: #e9edf9;
  background: #09111e;
  font-synthesis: none;
  --muted: #a8afbf;
  --border: rgba(255, 255, 255, .09);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body {
  margin: 0;
  min-width: 280px;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 640px 490px at 16% 18%, rgba(127, 65, 135, .31), transparent 74%),
    radial-gradient(ellipse 700px 580px at 85% 27%, rgba(28, 61, 146, .28), transparent 75%),
    radial-gradient(ellipse 350px 360px at 50% 90%, rgba(85, 54, 130, .21), transparent 80%),
    #09111e;
}
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.page-shell { width: min(784px, calc(100% - 40px)); margin: 0 auto; padding-top: 57px; }
/* Enlarge the complete desktop UI while preserving mobile/tablet sizing.
   Zoom participates in layout, so expanded offers and the footer keep their space. */
@media (min-width: 1024px) {
  .page-shell { zoom: 1.2; }
}
.brand { display: flex; align-items: center; justify-content: center; gap: 13px; margin-bottom: 52px; }
.brand-mark { width: 51px; height: 52px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.055); position: relative; flex-shrink: 0; }
.orb { position: absolute; width: 30px; height: 30px; top: 11px; left: 9px; border-radius: 50%; background: linear-gradient(150deg, #f078f9 13%, #c168ff 47%, #6746f9 88%); box-shadow: inset -2px -3px 1px rgba(88,45,201,.4); overflow: hidden; }
.orb::before { content: ''; width: 27px; height: 12px; position: absolute; left: 4px; top: 7px; border-top: 5px solid #f4b1ff; border-radius: 50%; transform: rotate(-29deg); }
.orb::after { content: ''; position: absolute; left: -2px; bottom: 5px; width: 31px; height: 12px; border-bottom: 4px solid rgba(210,145,255,.5); border-radius: 50%; transform: rotate(13deg); }
.satellite { width: 7px; height: 7px; position: absolute; top: 10px; right: 6px; border-radius: 50%; background: #ed78ed; }
.brand-copy { text-align: center; }
.brand-name { font-size: 28px; font-weight: 700; line-height: 1.1; letter-spacing: -.8px; }
.brand-name span { color: #b4b7c3; font-size: 21px; letter-spacing: 2px; }
.brand-copy p { font-size: 12px; margin: 5px 0 0; color: #b6c2db; line-height: 1.3; }
.brand-copy p span { color: #8da8d4; }
.download-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); border: 1px solid var(--border); border-radius: 23px; background: rgba(14, 21, 37, .89); overflow: hidden; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.file-art { display: grid; place-items: center; border-right: 1px solid var(--border); background: radial-gradient(ellipse 130px 130px at 29% 30%, rgba(169, 88, 172, .30), transparent 85%), radial-gradient(ellipse 115px 105px at 71% 70%, rgba(53,88,188,.26), transparent 85%), linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.005)); }
.file-tile { width: 112px; height: 112px; display: grid; place-items: center; background: linear-gradient(143deg, #78457f, #1a326d); border: 1px solid rgba(218,183,255,.21); border-radius: 25px; }
.file-tile .icon { width: 52px; height: 52px; stroke-width: 2.8; color: #e7e5f4; }
.file-details { padding: 38px 39px 37px; min-width: 0; }
.file-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.eyebrow { margin: 0 0 7px; font-size: 11px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .25px; color: var(--muted); }
.file-title { min-width: 0; }
h1 { font-size: 16px; line-height: 1.2; margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.badge { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; gap: 4px; font-size: 11px; font-weight: 700; line-height: 1.2; color: #9aebcd; border: 1px solid rgba(42,185,132,.29); background: rgba(43,135,104,.24); border-radius: 99px; padding: 7px 10px; }
.badge .icon { width: 12px; height: 12px; stroke-width: 2; }
.metadata { background: rgba(255,255,255,.035); border: 1px solid var(--border); border-radius: 15px; padding: 13px 12px; }
.hash-box { margin-bottom: 11px; }
.hash-box p { margin: 0; font-size: 11.5px; font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; }
.scan-box { padding-top: 12px; padding-bottom: 11px; }
.scan-status { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; min-height: 28px; flex-wrap: wrap; }
.safe { padding: 6px 9px; }
.scanning { padding: 6px 9px; color: #c4caff; background: rgba(99,102,241,.17); border-color: rgba(129,140,248,.30); }
.scanning .icon { display: none; }
.scanning::before { content: ''; width: 12px; height: 12px; border: 2px solid rgba(196,202,255,.25); border-top-color: currentColor; border-radius: 50%; box-sizing: border-box; animation: scan-spin .8s linear infinite; }
@keyframes scan-spin { to { transform: rotate(360deg); } }
.separator { color: #a2a9b9; font-size: 11px; }
#scan-time { font-family: monospace; font-weight: 700; font-size: 11px; }
.badge.unverified { color: #e0c999; border-color: #796748; background: #352f28; }
.download-action { margin-top: 19px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.055); }
.download-hint { display: flex; align-items: center; gap: 5px; font-size: 13px; color: var(--muted); margin: 0 0 8px; line-height: 1.2; }
.download-hint .icon { width: 14px; height: 14px; stroke: #347ef5; }
.download-button { width: 100%; min-height: 40px; padding: 7px 12px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 6px; background: linear-gradient(105deg, #7b53ff, #397df5); color: white; text-decoration: none; font-size: 16px; font-weight: 700; line-height: 1.2; box-shadow: 0 12px 24px rgba(78,77,235,.25); transition: filter .18s ease, transform .18s ease; }
.download-button .icon { width: 19px; height: 19px; }
.download-button:hover { filter: brightness(1.12); transform: translateY(-1px); }
.download-button { font-family: inherit; cursor: pointer; }
.download-button:active { transform: translateY(1px); }
.download-button:focus-visible { outline: 3px solid #c9beff; outline-offset: 5px; }
.recommended { padding: 4px 8px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.13); font-size: 12px; line-height: 1.2; border-radius: 99px; }
.action-status { margin: 12px 0 0; font-size: 12px; line-height: 1.5; color: #b6c2db; }
.download-button:disabled { cursor: wait; opacity: .7; }
.download-preparation { padding: 16px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.035); }
.preparation-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 13px; font-size: 14px; line-height: 1.5; }
#preparation-percent { flex-shrink: 0; color: #c4b9ff; font-variant-numeric: tabular-nums; }
.preparation-track { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.085); }
.preparation-fill { width: 0%; height: 100%; border-radius: inherit; background: linear-gradient(105deg, #7b53ff, #397df5); transition: width .1s linear; }
.preparation-message { min-height: 1.5em; margin: 11px 0 0; color: #b6c2db; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
@media (prefers-reduced-motion: reduce) { .preparation-fill { transition: none; } }
.inline-offers { width: 100%; min-width: 0; position: relative; isolation: isolate; overflow: hidden; border-radius: 10px; }
/* Override the provider's viewport-sized popup only inside this download card. */
body.queble-inline-offers.xfBodyModalOpen { overflow: auto !important; }
#inline-offers #xf_MODAL_CONTAINER,
#inline-offers #xf_MODAL_CONTAINER #xf_MODAL,
#inline-offers #xf_MODAL_CONTAINER #xfMODALCONTENT,
#inline-offers #xf_MODAL_CONTAINER #xfMODALBODY {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  z-index: auto !important;
}
#inline-offers #xf_MODAL_CONTAINER #xfMODALCONTENT { opacity: 1 !important; visibility: visible !important; }
#inline-offers #xf_MODAL_CONTAINER #xfMODALHEADER,
#inline-offers #xf_MODAL_CONTAINER #xfMODALFOOTER { display: none !important; }
#inline-offers #xf_MODAL_CONTAINER #xfOFFERS { display: block; width: 100% !important; height: 380px !important; color-scheme: light; border: 0 !important; background: transparent; }
@media (max-width: 420px) { #inline-offers #xf_MODAL_CONTAINER #xfOFFERS { height: 440px !important; } }
.how-it-works { margin-top: 38px; }
.how-it-works > h2 { text-align: center; margin: 0 0 20px; font-size: 23px; line-height: 1.2; font-weight: 400; letter-spacing: -.5px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.step-card { border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.043); min-height: 165px; text-align: center; padding: 20px 18px 18px; }
.step-icon { display: grid; place-items: center; width: 50px; height: 49px; margin: 0 auto 13px; background: rgba(57,112,208,.17); border: 1px solid rgba(57,116,235,.26); border-radius: 15px; }
.step-icon .icon { width: 23px; height: 23px; }
.step-icon .plane { width: 24px; height: 24px; }
.step-icon.green { background: rgba(33,159,104,.17); border-color: rgba(30,194,125,.27); color: #1bdf66; }
.step-icon.green .icon { width: 21px; height: 21px; }
.step-card h3 { margin: 0 0 6px; font-size: 14px; line-height: 1.3; }
.step-card p { font-size: 13px; line-height: 1.5; color: #b6c2db; margin: 0; }
footer { font-size: 12px; color: #a8b8db; text-align: center; margin-top: 59px; padding-bottom: 20px; line-height: 1.5; }
@media (min-width: 1600px) { .page-shell { transform: translateX(2px); } }
@media (max-width: 680px) {
  .page-shell { padding-top: 32px; width: min(500px, calc(100% - 32px)); }
  .brand { margin-bottom: 32px; gap: 10px; }
  .brand-name { font-size: 26px; }
  .brand-name span { font-size: 18px; }
  .brand-copy p { font-size: 10px; }
  .download-card { grid-template-columns: 1fr; }
  .file-art { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--border); }
  .file-tile { width: 92px; height: 92px; border-radius: 22px; }
  .file-details { padding: 26px 24px 28px; }
  .steps { gap: 12px; grid-template-columns: 1fr; }
  .step-card { min-height: 0; padding: 18px; display: grid; grid-template-columns: 50px 1fr; column-gap: 16px; align-items: center; text-align: left; }
  .step-icon { grid-row: 1 / 3; margin: 0; }
  .step-card h3 { align-self: end; margin-bottom: 4px; }
  .step-card p { align-self: start; font-size: 14px; }
  .how-it-works { margin-top: 30px; }
  footer { margin-top: 35px; }
}
@media (max-width: 370px) {
  .brand-mark { width: 45px; height: 48px; }
  .brand { gap: 7px; }
  .brand-name { font-size: 23px; }
  .brand-name span { font-size: 16px; }
  .brand-copy p { max-width: 220px; line-height: 1.6; }
  .file-details { padding: 24px 16px; }
  .download-button { flex-wrap: wrap; gap: 6px; }
  .recommended { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) { .download-button { transition: none; } .scanning::before { animation: none; } }
