@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@500;600;700;800&display=swap");

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #090a10;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(ellipse 90% 55% at 72% 18%, rgba(143, 0, 255, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 12% 72%, rgba(88, 101, 242, 0.07) 0%, transparent 52%),
    #090a10;
}

::selection {
  background: rgba(168, 80, 237, 0.35);
  color: #fff;
}

.page-viewport {
  width: 100%;
  min-height: var(--page-height, 1632px);
  overflow-x: hidden;
  background: transparent;
}

.scale-wrap {
  width: 1920px;
  height: var(--design-height, 1688px);
  margin-left: var(--page-offset-x, 0);
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
  margin-bottom: calc(var(--design-height, 1688px) * (var(--page-scale, 1) - 1));
}

.frame-7 {
  width: 1920px;
  height: var(--design-height, 1688px);
  overflow: hidden;
}

.frame-7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 32%, rgba(168, 80, 237, 0.11) 0%, transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.site-header-shell {
  position: fixed;
  top: 0;
  left: var(--page-offset-x, 0);
  width: calc(1920px * var(--page-scale, 1));
  height: var(--header-height, 106px);
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}

.site-header-shell::after {
  display: none;
}

.site-header-inner .header {
  background: #090a10 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  height: 96px !important;
  border-style: solid !important;
  border-color: transparent !important;
  border-width: 0 0 1px 0 !important;
  border-bottom-color: rgba(168, 80, 237, 0.16) !important;
  box-shadow: none;
  overflow: hidden !important;
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header-shell.is-scrolled .site-header-inner .header {
  background: #090a10 !important;
  border-bottom-color: rgba(168, 80, 237, 0.28) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.site-header-shell.is-scrolled::after {
  display: none;
}

.site-header-inner {
  position: relative;
  width: 1920px;
  height: 96px;
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
  pointer-events: auto;
}

.site-logo-link {
  position: absolute;
  left: 173px;
  top: 22px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-logo-link:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.site-logo-link .rbxload2 {
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.rbxload > span,
.rbxload2 > span {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

.btn-hit {
  position: absolute;
  z-index: 20;
  display: block;
  background: transparent;
  border-radius: 12px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.btn-hit:hover {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.btn-hit:active {
  background: rgba(255, 255, 255, 0.12);
}

.btn-hit--header-discord {
  left: 1242px;
  top: 19px;
  width: 264px;
  height: 66px;
}

.btn-hit--header-chrome {
  left: 1575px;
  top: 20px;
  width: 272px;
  height: 66px;
}

.group-2-1 {
  clip-path: inset(2px 4px 2px 6px);
}

.btn-hit--header-discord:hover {
  background: transparent !important;
  box-shadow: none !important;
}

.site-header-inner:has(.btn-hit--header-chrome:hover) .rectangle-92 {
  filter: brightness(1.1);
  box-shadow: inset 0 0 10px 1px rgba(143, 0, 255, 1) !important;
}

.frame-7:has(.btn-hit--hero-chrome:hover) .rectangle-6 {
  filter: brightness(1.1);
  box-shadow: inset 0 0 10px 1px rgba(143, 0, 255, 1), 0 0 22px rgba(168, 80, 237, 0.4);
}

.site-header-inner:has(.btn-hit--header-discord:hover) .rectangle-14 {
  border-color: rgba(255, 255, 255, 0.35) !important;
  box-shadow: none;
}

#footer-download {
  scroll-margin-top: calc(var(--header-height, 106px) + 16px);
}

.chat-gpt-image-jun-6-2026-05-35-04-pm-1 {
  display: none;
}

.rectangle-92 {
  box-shadow: inset 0 0 10px 1px rgba(143, 0, 255, 0.95) !important;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: var(--hero-height, 988px);
  z-index: 2;
  overflow: hidden;
}

.hero-pop {
  position: absolute;
  top: 0;
  left: var(--pop-left, 625px);
  width: var(--pop-width, 1295px);
  height: var(--pop-height, 988px);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero-pop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 72px;
  background: linear-gradient(90deg, rgba(9, 10, 16, 0.92) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.pop-1-1 {
  width: var(--pop-width, 1295px);
  height: var(--pop-height, 988px);
  display: block;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

.hero-copy {
  position: absolute;
  left: 93px;
  top: 217px;
  width: var(--hero-copy-width, 496px);
  max-width: calc(var(--pop-left, 625px) - 93px - 36px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.hero-copy .hero-badge {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 382px;
  height: 45px;
  flex-shrink: 0;
  animation: heroFadeUp 0.65s 0.08s ease both;
}

.hero-badge .rectangle-4 {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-shadow: none;
}

.hero-badge .the-1-roblox-extension {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.01em;
  box-shadow: none;
  animation: none;
  padding: 0 10px;
  white-space: nowrap;
}

.hero-copy .download-any-game-in-roblox,
.hero-copy
  .rbxload-the-newest-extension-with-its-own-technologies-for-bypassing-copylocked-protection-allowing-you-to-download-any-game-in-roblox-with-all-of-its-components,
.hero-copy ._4-9-expert-evaluation,
.hero-copy ._100-safe-and-free,
.hero-copy .line-3,
.hero-copy .rectangle-6,
.hero-copy .logo-chrome-svgrepo-com-1,
.hero-copy .download-for-chrome2 {
  z-index: 3;
}

.hero-copy .download-any-game-in-roblox {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 76px !important;
  line-height: 1.02 !important;
  height: auto !important;
  animation: heroFadeUp 0.65s ease both;
}

.hero-copy .download-any-game-in-roblox-line1,
.hero-copy .download-any-game-in-roblox-line2 {
  display: inline-block;
  white-space: nowrap;
}

.hero-copy .download-any-game-in-roblox-line1 {
  color: #ffffff;
}

.hero-copy .download-any-game-in-roblox-span2 {
  display: inline;
}

.hero-copy
  .rbxload-the-newest-extension-with-its-own-technologies-for-bypassing-copylocked-protection-allowing-you-to-download-any-game-in-roblox-with-all-of-its-components {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
  animation: heroFadeUp 0.65s 0.14s ease both;
}

.hero-actions {
  position: relative;
  width: 100%;
  max-width: 382px;
  height: 83px;
  flex-shrink: 0;
}

.hero-actions .rectangle-6 {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-actions .logo-chrome-svgrepo-com-1 {
  position: absolute !important;
  left: 38px !important;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 !important;
}

.hero-actions .download-for-chrome2 {
  position: absolute !important;
  left: 86px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.hero-actions .btn-hit--hero-chrome {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  flex-wrap: nowrap;
  animation: heroFadeUp 0.65s 0.2s ease both;
}

.hero-trust ._4-9-expert-evaluation,
.hero-trust ._100-safe-and-free {
  position: static !important;
  left: auto !important;
  top: auto !important;
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-trust .line-3 {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 0 !important;
  height: 26px !important;
  margin: 0 !important;
  border: none !important;
  border-left: 2px solid #989898 !important;
  transform: none !important;
  flex-shrink: 0;
}

.center {
  position: absolute !important;
  top: var(--center-top, 988px) !important;
  left: 0 !important;
  width: 1920px !important;
  height: 420px !important;
  padding: 28px 80px 24px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  z-index: 6 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: inset 0 1px 0 rgba(168, 80, 237, 0.14);
}

.why-do-people-choose-rbxload {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 0 20px !important;
  font-size: 40px !important;
}

.center-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1400px;
  flex: 1;
  min-height: 0;
}

.footer {
  top: var(--footer-top, 1408px) !important;
  height: 280px !important;
  z-index: 5 !important;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(168, 80, 237, 0.18);
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center !important;
  padding: 0 100px !important;
  box-sizing: border-box;
  column-gap: 32px;
}

.footer-brand {
  flex: none;
  justify-self: start;
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.footer-brand .group-2-2 {
  position: static !important;
  width: 72px !important;
  height: 52px !important;
  margin: 0 !important;
}

.footer-brand .rbxload {
  position: static !important;
  width: auto !important;
  height: auto !important;
  font-size: 34px !important;
  margin: 0 !important;
}

.footer-brand .make-game-development-in-roblox-easier-with-powerful-tools {
  position: static !important;
  width: auto !important;
  max-width: 360px;
  font-size: 22px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.footer-download {
  flex: none;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 440px;
}

.footer-download-card {
  width: 100%;
  max-width: 420px;
  padding: 16px 20px 14px;
  background: #1d202b;
  border: 1px solid #393f55;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.footer-download-card .download-rbxload {
  position: static !important;
  width: auto !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.footer-download-card .install-the-extension-and-explore-new-boundaries {
  position: static !important;
  width: auto !important;
  max-width: 380px;
  font-size: 16px !important;
  line-height: 1.35 !important;
  margin: 0 0 4px !important;
}

.footer-chrome-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 58px;
  margin-top: 6px;
  border-radius: 12px;
  text-decoration: none;
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.footer-chrome-btn:hover {
  filter: brightness(1.08);
}

.footer-chrome-btn .rectangle-7 {
  position: absolute;
  inset: 0;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.footer-chrome-btn .logo-chrome-svgrepo-com-2 {
  position: relative !important;
  z-index: 1;
  width: 28px !important;
  height: 28px !important;
  left: auto !important;
  top: auto !important;
}

.footer-chrome-btn .download-for-chrome {
  position: relative !important;
  z-index: 1;
  width: auto !important;
  height: auto !important;
  font-size: 17px !important;
  left: auto !important;
  top: auto !important;
  line-height: 1 !important;
}

.footer-social {
  flex: none;
  justify-self: end;
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer-discord-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  pointer-events: none;
  user-select: none;
}

.footer-discord-label .image-1 {
  position: static !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
}

.footer-discord-label .discord {
  position: static !important;
  width: auto !important;
  height: auto !important;
  font-size: 34px !important;
  margin: 0 !important;
}

.footer-join-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 56px;
  text-decoration: none;
  border-radius: 12px;
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.footer-join-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 18px rgba(88, 101, 242, 0.35);
}

.footer-join-btn .rectangle-9 {
  position: absolute;
  inset: 0;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.footer-join-btn .join {
  position: relative !important;
  z-index: 1;
  width: auto !important;
  height: auto !important;
  left: auto !important;
  top: auto !important;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em;
}

.center .frame-8,
.center .frame-9,
.center .frame-10 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0 !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 18px 14px;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.frame-8,
.frame-9,
.frame-10 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 18px 14px;
  overflow: hidden !important;
  min-height: 0 !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.frame-8 .vector,
.frame-9 .puzzle-20-1,
.frame-10 .update-svgrepo-com-1 {
  order: 1;
  position: static !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 0 10px !important;
  flex-shrink: 0;
}

.frame-8 .safe,
.frame-9 .easy-to-use,
.frame-10 .regular-updates {
  order: 2;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 8px !important;
  text-align: center !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  flex-shrink: 0;
}

.frame-8
  .the-extension-changes-some-parameter-in-every-detail-script-model-etc-thereby-freeing-it-from-copylock-because-it-is-now-considered-an-original-asset-this-gives-you-a-100-guarantee-that-you-will-not-get-banned,
.frame-9
  .a-simple-and-easy-to-use-interface-installing-the-extension-takes-just-a-minute,
.frame-10
  .the-extension-is-updated-regularly-we-strive-to-make-everything-perfect-and-fix-bugs-instantly {
  order: 3;
  flex: 1 1 auto;
  position: static !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.frame-8:hover,
.frame-9:hover,
.frame-10:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(168, 80, 237, 0.22);
}

.download-any-game-in-roblox {
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  animation: heroFadeUp 0.65s ease both;
}

.rbxload-the-newest-extension-with-its-own-technologies-for-bypassing-copylocked-protection-allowing-you-to-download-any-game-in-roblox-with-all-of-its-components {
  animation: heroFadeUp 0.65s 0.14s ease both;
}

._4-9-expert-evaluation,
._100-safe-and-free {
  animation: heroFadeUp 0.65s 0.2s ease both;
}

.download-any-game-in-roblox-span2 {
  text-shadow: 0 0 40px rgba(168, 80, 237, 0.35);
}

.rectangle-4 {
  box-shadow: none;
}

.rectangle-8 {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.rectangle-6,
.rectangle-7,
.rectangle-92,
.rectangle-9 {
  transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rectangle-14,
.rectangle-8 {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-copyright {
  width: 100%;
  padding: 18px 24px 24px;
  text-align: center;
  color: #5c6070;
  font-family: Inter, Manrope, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  background: #07080d;
  border-top: 1px solid rgba(168, 80, 237, 0.1);
}

.site-copyright p {
  margin: 0;
}

.site-copyright strong {
  color: #8b8fa0;
  font-weight: 600;
}

.rbxload,
.rbxload2,
.download-rbxload,
.download-for-chrome,
.download-for-chrome2,
.download-for-chrome3,
.discord,
.discord2,
.the-1-roblox-extension,
.why-do-people-choose-rbxload,
.download-any-game-in-roblox,
.make-game-development-in-roblox-easier-with-powerful-tools {
  font-family: Manrope, Inter, sans-serif !important;
}

._4-9-expert-evaluation,
._100-safe-and-free,
.install-the-extension-and-explore-new-boundaries,
.rbxload-the-newest-extension-with-its-own-technologies-for-bypassing-copylocked-protection-allowing-you-to-download-any-game-in-roblox-with-all-of-its-components {
  font-family: Inter, Manrope, sans-serif !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .download-any-game-in-roblox,
  .hero-badge,
  .rbxload-the-newest-extension-with-its-own-technologies-for-bypassing-copylocked-protection-allowing-you-to-download-any-game-in-roblox-with-all-of-its-components,
  ._4-9-expert-evaluation,
  ._100-safe-and-free,
  .frame-8,
  .frame-9,
  .frame-10 {
    animation: none;
    transition: none;
  }
}
