/* SPUDZWARE / ORBIT — additive visual layer. Original application hooks stay intact. */
:root {
  --bg: #06050a;
  --panel: #100c19;
  --purple: #b66bff;
  --bright: #d485ff;
  --white: #f5f2ff;
  --muted: #a19aaa;
  --line: rgba(181, 126, 255, .23);
  --sw-border: rgba(187, 148, 255, .19);
  --sw-surface: linear-gradient(145deg, rgba(29, 20, 43, .82), rgba(10, 9, 16, .96));
  --sw-mono: 'Space Mono', ui-monospace, monospace;
  --sw-width: 1240px;
  --spudz-nav-height: 82px;
  color-scheme: dark;
}
html { scroll-padding-top: calc(var(--spudz-nav-height) + 30px); }
body { background: radial-gradient(ellipse at 85% 35%, #160b231a, transparent 50%), #06050a; -webkit-font-smoothing: antialiased; }
::selection { background: #9946d8; color: #fff; }
.noise { opacity: .018; z-index: 45; }
a, button, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:is(a, button, input, select, textarea, summary):focus-visible { outline: 2px solid #e0acff; outline-offset: 5px; }
button:not(:disabled), summary { cursor: pointer; }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; }
.sw-skip { position: fixed; top: 10px; left: 20px; z-index: 200001; transform: translateY(-200%); padding: 14px 22px; background: #eacfff; color: #1d072d; border-radius: 8px; font-weight: 700; }
.sw-skip:focus { transform: none; }

/* A compact, legible command bar, with every original destination retained. */
.topbar {
  width: min(1380px, calc(100% - 48px)); height: 82px; min-height: 0;
  top: 0; padding: 0 24px; display: flex; gap: 22px; flex-wrap: nowrap;
  border: 1px solid rgba(194, 151, 255, .16); border-top: 0; border-radius: 0 0 18px 18px;
  background: linear-gradient(140deg, rgba(20, 15, 29, .92), rgba(9, 8, 15, .88));
  backdrop-filter: blur(24px) saturate(135%); -webkit-backdrop-filter: blur(24px) saturate(135%);
  box-shadow: 0 14px 50px #0005, inset 0 -1px #d49cff08;
}
.topbar::after { content: ''; position: absolute; bottom: -1px; left: 23%; width: 40%; height: 1px; background: linear-gradient(90deg, transparent, #bb7cfb80, transparent); pointer-events: none; }
.topbar .brand { flex: 0 0 auto; font-size: 17px; letter-spacing: -.6px; gap: 12px; }
.topbar .grass-logo { width: 23px; height: 23px; margin-right: 3px; }
.topbar .early-access-badge { font: 700 7px var(--sw-mono); color: #cfa7f2; border-color: #bb7cfb33; padding: 5px 7px; letter-spacing: .08em; }
.topbar .spudz-header-help-v3538 { min-height: 32px; padding: 0 10px; font-size: 9px; margin: 0; color: #c6b5d4; }
.topbar .nav { display: flex; flex: 1; justify-content: center; align-items: center; gap: 3px; height: 100%; width: auto; overflow: visible; padding: 0; }
.topbar .nav > a, .sw-more > summary { display: flex; height: 38px; align-items: center; gap: 7px; padding: 0 12px; color: #aaa0b7; font: 600 11px Inter, system-ui, sans-serif; white-space: nowrap; border: 1px solid transparent; border-radius: 8px; }
.topbar .nav > a:hover, .sw-more > summary:hover { color: #f1e3ff; background: #b26bf310; transform: none; }
.topbar .nav > a.active { color: #efdaff; border-color: #b16aff29; background: linear-gradient(180deg, #af6dff0c, #af6dff1c); transform: none; }
.topbar .nav > a.active::after { left: 26%; right: 26%; bottom: -1px; background: #d9a6ff; box-shadow: 0 0 12px #c079ff; }
.sw-more { position: relative; }
.sw-more > summary { list-style: none; }
.sw-more > summary::-webkit-details-marker { display: none; }
.sw-more > summary svg { width: 11px; height: 11px; transition: transform .2s; }
.sw-more[open] > summary { color: #f0d9ff; background: #b26bf31a; }
.sw-more[open] > summary svg { transform: rotate(180deg); }
.sw-more-panel { position: absolute; top: calc(100% + 17px); right: -15px; width: 245px; padding: 9px; border-radius: 14px; border: 1px solid #ba7ffb40; background: #120d1ef5; box-shadow: 0 24px 70px #0009, inset 0 1px #fff1; backdrop-filter: blur(24px); }
.topbar .nav .sw-more-panel a { display: flex; width: 100%; height: auto; min-height: 42px; padding: 11px 12px; font-size: 12px; border-radius: 7px; color: #c2b6cf; transform: none; }
.topbar .nav .sw-more-panel a:hover, .topbar .nav .sw-more-panel a.active { background: #b874ff16; color: #efddff; border-color: #b874ff22; }
.topbar .nav .sw-more-panel a::after { display: none; }
.sw-more.has-active > summary { color: #e8c8ff; border-color: #b874ff30; }
.topbar .header-actions { flex-shrink: 0; gap: 9px; }
.topbar .header-auth-btn { display: inline-flex; height: 40px; min-height: 40px; padding: 0 14px; font-size: 11px; }
.topbar .client-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 110px; height: 40px; padding: 0 17px; border: 1px solid #c695ff5c; color: #f1ddff; font-size: 11px; border-radius: 9px; background: linear-gradient(135deg, #5c2a8544, #2b163755); box-shadow: inset 0 1px #fff1, 0 0 25px #a65bff0d; transition: .2s ease; }
.topbar .client-btn:hover { background: #7942a044; border-color: #cf92ff; box-shadow: 0 0 26px #a755ff26; }

/* Shared controls keep their application-specific state colors. */
.primary-btn, .secondary-btn { border-radius: 10px; font-size: 12px; min-height: 46px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.primary-btn { position: relative; isolation: isolate; border: 1px solid #dba7ff66; color: #fff; background: linear-gradient(115deg, #8b36e6, #b24cef 58%, #ca7cff); box-shadow: 0 8px 28px #8f36df36, inset 0 1px #fff4, inset 0 -1px #4b146e55; }
.primary-btn:hover:not(:disabled):not([aria-disabled="true"]) { transform: translateY(-2px); box-shadow: 0 12px 36px #9e39e95c, inset 0 1px #fff6; }
.secondary-btn { background: linear-gradient(135deg, #21152d7d, #0d0a137d); border-color: #b679ed42; color: #d8bce9; box-shadow: inset 0 1px #ffffff06; }
.secondary-btn:hover:not(:disabled):not([aria-disabled="true"]) { transform: translateY(-2px); border-color: #c390eb99; background: #3d215966; }
.primary-btn b, .secondary-btn b { transition: transform .22s ease; }
.primary-btn:hover b, .secondary-btn:hover b { transform: translateX(3px); }
.spudz-site-boot { background: radial-gradient(ellipse at center, #2b113f 0, #0e0817 32%, #06050a 65%); }
.spudz-site-boot .spudz-boot-track { border-radius: 20px; height: 5px; padding: 0; overflow: hidden; border-color: #b86cf04d; }
.spudz-site-boot .spudz-boot-brand { letter-spacing: .1em; font-size: 28px; }
.spudz-site-boot .spudz-boot-subtitle { letter-spacing: .4em; margin-top: 14px; font-size: 9px; }

/* Cinematic world network. The original artwork is preserved in full. */
#home .hero-v35-home { min-height: max(900px, 100svh); height: auto; max-height: none; border-top: 0; border-bottom: 1px solid #b478eb25; background: #050409; isolation: isolate; }
#home .hero-v35-home .hardware { z-index: 0; background: radial-gradient(ellipse at 80% 41%, #69259435, transparent 49%), radial-gradient(ellipse at 30% 90%, #7131aa14, transparent 45%), #050409; }
#home .hero-v35-home .hardware::before { display: block; content: ''; inset: 0; width: auto; height: auto; transform: none; border-radius: 0; opacity: .5; background-image: radial-gradient(1px 1px at 18% 24%, #c3a6ea 50%, transparent), radial-gradient(1px 1px at 39% 10%, #a074cf 50%, transparent), radial-gradient(1px 1px at 76% 16%, #c3a6ea 50%, transparent), radial-gradient(1px 1px at 67% 79%, #8c54a9 50%, transparent), radial-gradient(1px 1px at 92% 60%, #e0b9ff 50%, transparent); background-size: 460px 370px; }
#home .hero-v35-home .grid-glow { display: block; z-index: 1; position: absolute; left: -40%; bottom: -31%; top: auto; width: 180%; height: 57%; opacity: .14; transform: perspective(550px) rotateX(57deg); transform-origin: center top; background-image: linear-gradient(#a46bea55 1px, transparent 1px), linear-gradient(90deg, #a46bea55 1px, transparent 1px); background-size: 74px 74px; mask-image: radial-gradient(ellipse at center, #000, transparent 65%); pointer-events: none; }
#home .hero-v35-home .hero-v35-vignette { z-index: 3; background: linear-gradient(90deg, #050409 0%, #050409e6 26%, #05040970 42%, transparent 63%), linear-gradient(0deg, #06050a, transparent 30%, transparent 80%, #05040977); pointer-events: none; }
#home .home-network-visual { z-index: 2; top: 12%; right: -12%; width: 78%; height: 79%; opacity: 1; filter: none; transform: none; }
#home .home-network-motion { transform-origin: center; animation: sw-world-drift 24s ease-in-out infinite; }
#home .home-network-motion > img { width: 100%; height: 100%; object-fit: contain; object-position: center; animation: none; opacity: 1; filter: brightness(1.58) saturate(1.3); mask-image: linear-gradient(90deg, transparent 25%, #000 40%, #000 94%, transparent); }
#home .home-network-motion::before { display: none; }
#home .network-signal { box-shadow: 0 0 8px #fff, 0 0 25px #d068ff, 0 0 60px #b34fffb3; }
.sw-orbit-hud { position: absolute; inset: 4% -4% 2% 21%; z-index: 2; opacity: .72; overflow: visible; width: 83%; height: 94%; }
.sw-orbit-ring { transform-origin: 500px 500px; animation: sw-orbit-spin 120s linear infinite; }
.sw-orbit-reverse { transform-origin: 500px 500px; animation: sw-orbit-spin 95s linear reverse infinite; }
.sw-orbit-caption { position: absolute; z-index: 4; top: 19%; right: 7%; text-align: right; font: 9px var(--sw-mono); letter-spacing: .18em; color: #9d78bb; }
.sw-orbit-caption::before { content: ''; display: inline-block; width: 26px; height: 1px; background: #ae62e7; margin: 0 10px 3px 0; box-shadow: 0 0 10px #c264ff; }
.sw-orbit-card { position: absolute; z-index: 4; right: 8.5%; bottom: 22%; display: flex; align-items: center; gap: 15px; min-width: 217px; padding: 16px 21px; border: 1px solid #bc84fc47; border-radius: 12px; background: linear-gradient(120deg, #261636b5, #100b1ecc); backdrop-filter: blur(18px); box-shadow: 0 15px 50px #0005, inset 0 1px #e1aaff16; transform: translateY(var(--sw-drift-y, 0px)); }
.sw-orbit-card > svg { width: 27px; height: 27px; color: #d29cff; filter: drop-shadow(0 0 7px #b95cff); }
.sw-orbit-card small { display: block; font: 8px var(--sw-mono); letter-spacing: .17em; color: #ac8cbf; margin-bottom: 7px; }
.sw-orbit-card strong { font-size: 13px; letter-spacing: -.25px; }
#home .hero-v35-home .hero-content { position: relative; z-index: 5; width: min(var(--sw-width), calc(100% - 112px)); padding: clamp(165px, 19vh, 210px) 0 126px; margin: 0 auto; }
#home .hero-content a, #home .hero-content button { pointer-events: auto; }
#home .hero-v35-home .status-pill { display: inline-flex; align-items: center; padding: 9px 12px; color: #ceb8df; font: 9px var(--sw-mono); letter-spacing: .12em; border-radius: 6px; border-color: #b679ea3b!important; background: linear-gradient(90deg, #9e4be214, #b579ff07)!important; box-shadow: inset 0 1px #ffffff08; }
#home .hero-v35-home .status-pill > span { width: 5px; height: 5px; background: #a6ffcb!important; box-shadow: 0 0 9px #75e6a980!important; }
#home .hero-v35-home .hero-content h1 { max-width: 810px; margin: 27px 0 24px; font-size: clamp(58px, 5.65vw, 88px); font-weight: 800; letter-spacing: -.067em; line-height: 1.015; text-shadow: 0 4px 30px #08040d55; }
#home .hero-v35-home .hero-content h1 em { color: transparent; background: linear-gradient(112deg, #e3bdff 0%, #c17aff 29%, #a849ef 62%, #dba0ff 100%); background-size: 180% 100%; background-clip: text; -webkit-background-clip: text; text-shadow: 0 0 70px #a540ff38; font-style: normal; }
#home .hero-v35-home .hero-content > p { max-width: 465px; font-size: 14px; line-height: 1.85; color: #a39aaa; margin: 0; }
#home .hero-v35-home .actions { display: flex; gap: 12px; margin-top: 29px; flex-wrap: wrap; }
#home .hero-v35-home .actions .primary-btn, #home .hero-v35-home .actions .secondary-btn { min-height: 52px; padding: 0 23px; font-size: 12px; border-radius: 10px; gap: 12px; }
#home .hero-v35-home .actions .primary-btn { background: linear-gradient(112deg, #9233e4, #b450ef 60%, #c887ff); border-color: #dba2ff6b; box-shadow: 0 8px 40px #8b31d547, inset 0 1px #fff4; }
#home .hero-v35-home .actions .secondary-btn { color: #d3b9e5; background: #110b197d; border-color: #a965d741; }
.hero-btn-bolt-v35 { color: white; }
.hero-btn-bolt-v35 svg { width: 16px; height: 16px; vertical-align: middle; }
#home .hero-v35-home .stats { display: flex; align-items: center; gap: 27px; margin-top: 41px; width: max-content; padding-top: 23px; border-top: 1px solid #be85ee1f; }
#home .hero-v35-home .stats > div { min-width: 78px; }
#home .hero-v35-home .stats strong { font-size: 23px; letter-spacing: -.8px; color: #e8ddf3; font-weight: 600; }
#home .hero-v35-home .stats small { font: 8px var(--sw-mono); color: #9986aa; letter-spacing: .13em; margin-top: 7px; }
#home .hero-v35-home .stats i { height: 29px; width: 1px; background: linear-gradient(transparent, #b683e34d, transparent); }
.sw-hero-foot { position: absolute; z-index: 5; left: max(56px, calc((100% - var(--sw-width)) / 2)); right: max(56px, calc((100% - var(--sw-width)) / 2)); bottom: 35px; display: flex; justify-content: space-between; align-items: center; font: 8px var(--sw-mono); letter-spacing: .15em; color: #8c749f; }
.sw-hero-foot > span { display: flex; align-items: center; gap: 11px; }
.sw-hero-foot > span::before { content: '+'; font-size: 16px; color: #c88cff; }
.sw-scroll { display: flex; align-items: center; gap: 13px; color: #b7a2c6; padding: 10px 0; }
.sw-scroll span { display: grid; place-items: center; width: 26px; height: 34px; border: 1px solid #b577e749; border-radius: 20px; color: #d9acff; }
.sw-scroll:hover { color: #efd8ff; }
.sw-platform-strip { position: relative; width: min(var(--sw-width), calc(100% - 112px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #b577e71c; }
.sw-platform-strip > span { font: 9px var(--sw-mono); letter-spacing: .12em; color: #806e90; white-space: nowrap; }
.sw-platform-list { display: flex; align-items: center; gap: clamp(20px, 3.6vw, 56px); color: #a398ad; font-size: 13px; font-weight: 600; }
.sw-platform-list span { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.sw-platform-list svg { width: 17px; height: 17px; color: #8e6ca8; }

/* The same visual language continues below the fold. */
#home .feature-section, #home .knowledge-section-v3542, #home .community-banner, #home .creator-home-v3530 { width: min(var(--sw-width), calc(100% - 112px)); max-width: var(--sw-width); margin-left: auto; margin-right: auto; }
#home .feature-section { padding: 100px 0 70px; }
.section-heading > span, #home .community-banner > div > span { color: #ba85e7; font: 9px var(--sw-mono); letter-spacing: .2em; }
.section-heading h2 { color: #eee6f8; font-size: clamp(30px, 3.2vw, 45px); line-height: 1.12; letter-spacing: -.052em; margin: 19px 0 17px; }
.section-heading p { max-width: 560px; font-size: 14px; line-height: 1.8; color: #9e92a9; }
#home .feature-grid { gap: 16px; margin-top: 38px; }
#home .feature-card { position: relative; padding: 29px 26px 30px; border: 1px solid var(--sw-border); border-radius: 15px; background: var(--sw-surface); overflow: hidden; isolation: isolate; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
#home .feature-card::before, #home .knowledge-card-v3542::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: radial-gradient(300px circle at var(--sw-x, 50%) var(--sw-y, 0%), #a259ef1f, transparent 70%); pointer-events: none; }
#home .feature-card::after { content: ''; position: absolute; top: 0; left: 25%; right: 25%; height: 1px; background: linear-gradient(90deg, transparent, #d39bff88, transparent); }
#home .feature-card:hover { transform: translateY(-7px); border-color: #c58af075; box-shadow: 0 22px 50px #0006, 0 0 45px #9741d313; }
#home .feature-card .icon { width: 47px; height: 47px; display: grid; place-items: center; color: #dab1ff; border: 1px solid #c396ff40; border-radius: 12px; background: linear-gradient(140deg, #ad71f32b, #a85dfa05); box-shadow: inset 0 1px #fff1, 0 0 30px #a149ef0f; }
#home .feature-card .icon svg { width: 22px; height: 22px; stroke-width: 1.5; filter: drop-shadow(0 0 6px #aa4cec44); }
.sw-feature-number { position: absolute; right: 25px; top: 34px; color: #735986; font: 10px var(--sw-mono); }
#home .feature-card h3 { font-size: 18px; letter-spacing: -.5px; margin: 29px 0 10px; }
#home .feature-card p { color: #a094ad; font-size: 12px; line-height: 1.8; }
.sw-feature-art { height: 44px; display: flex; align-items: flex-end; gap: 5px; margin-top: 29px; padding-top: 12px; border-top: 1px solid #b378e419; opacity: .8; }
.sw-feature-art i { flex: 1; height: var(--h); max-width: 14px; background: linear-gradient(0deg, #8245b022, #b17cdb6b); border-top: 1px solid #d2a0ff88; border-radius: 2px 2px 0 0; transition: height .4s ease; }
.feature-card:hover .sw-feature-art i { height: calc(var(--h) + 6px); }
.sw-feature-art::after { content: 'SPW / INFRA'; margin-left: auto; margin-bottom: 2px; color: #826597; font: 6px var(--sw-mono); white-space: nowrap; letter-spacing: .1em; }
#home .knowledge-section-v3542 { padding: 55px 0 75px; margin-top: 0; margin-bottom: 0; }
#home .knowledge-head-v3542 { max-width: 760px; }
#home .knowledge-head-v3542 > p { max-width: 750px; font-size: 13px; }
#home .knowledge-grid-v3542 { gap: 16px; margin-top: 34px; }
#home .knowledge-card-v3542 { position: relative; isolation: isolate; padding: 29px; min-height: 263px; border-radius: 14px; border-color: #bd82ed24; background: linear-gradient(145deg, #18111fbb, #0d0a12d9); display: flex; flex-direction: column; overflow: hidden; }
#home .knowledge-card-v3542:hover { border-color: #c08be975; transform: translateY(-5px); box-shadow: 0 20px 40px #0005; }
#home .knowledge-card-v3542 > span { width: max-content; font-size: 9px; border: 1px solid #b078e136; padding: 6px 9px; color: #b48ecd; border-radius: 5px; background: #ae6aed08; }
#home .knowledge-card-v3542 h3 { margin: 22px 0 12px; font-size: 19px; letter-spacing: -.45px; }
#home .knowledge-card-v3542 p { color: #a093aa; font-size: 12px; line-height: 1.8; }
#home .knowledge-card-v3542 b { margin-top: auto; padding-top: 6px; color: #d2a2f4; font-size: 9px; }
#home .knowledge-card-featured-v3542 { background: radial-gradient(ellipse at 100% 0, #8443b83d, transparent 66%), #160e20; border-color: #c791fa4a; }
#home .knowledge-note-v3542 { grid-template-columns: 260px 1fr; padding: 22px 25px; margin-top: 20px; border-radius: 0 10px 10px 0; background: #ac65e507; border-left-color: #b777e1; }
#home .knowledge-note-v3542 strong { font-size: 13px; color: #d2bbdf; line-height: 1.6; }
#home .knowledge-note-v3542 p { color: #8e8199; font-size: 12px; }
#home .community-banner { position: relative; isolation: isolate; overflow: hidden; padding: 47px; border-radius: 18px; border-color: #c788ff43; margin-top: 10px; margin-bottom: 80px; background: radial-gradient(ellipse at 85% 20%, #8540c34d, transparent 56%), linear-gradient(120deg, #1c102a, #100a19); box-shadow: inset 0 1px #d89eff14, 0 22px 60px #0003; }
#home .community-banner::before { content: ''; z-index: -1; position: absolute; right: 14%; top: -135px; width: 480px; height: 480px; border: 1px solid #c28aed1c; box-shadow: 0 0 0 38px #c28aed04, 0 0 0 39px #c28aed12, 0 0 0 88px #c28aed03, 0 0 0 89px #c28aed0d; border-radius: 50%; }
#home .community-banner h2 { font-size: clamp(26px, 3vw, 37px); letter-spacing: -.045em; margin: 17px 0 13px; }
#home .community-banner p { font-size: 12px; color: #af9cbb; line-height: 1.7; }
#home .community-banner .primary-btn { white-space: nowrap; padding: 0 25px; min-height: 51px; }
#home .creator-home-v3530 { padding: 0 0 35px; }
#home .creator-home-v3530 .section-heading { text-align: left; }
#home .creator-empty-v3530 { background: #110b1a; border: 1px dashed #ba7bee30; border-radius: 13px; color: #aa91bc; padding: 30px; font-size: 13px; }
.sw-footer { width: min(var(--sw-width), calc(100% - 112px)); margin: 0 auto; padding: 40px 0 70px; border-top: 1px solid #c386ee22; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.sw-footer-brand { font-size: 20px; font-weight: 800; letter-spacing: -.8px; }
.sw-footer-brand span { color: #b475e4; }
.sw-footer p { color: #86758f; font-size: 11px; margin: 12px 0 0; line-height: 1.6; }
.sw-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; padding-top: 5px; color: #a58db7; font-size: 11px; }
.sw-footer-links a:hover { color: #e2bafa; }
.statusbar { height: 29px; min-height: 29px; padding: 0 16px; gap: 23px; background: #0b0711f5; border-color: #b87cef33; font: 7px var(--sw-mono); color: #9277a5; scrollbar-width: none; }
.statusbar .live { color: #96d8b6; }
.statusbar .legal-footer-links-v32 { margin-left: auto; }
.sw-motion-toggle { position: fixed; bottom: 42px; right: 18px; z-index: 65; display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 104px; min-height: 34px; padding: 0 12px; color: #c3a6d8; border: 1px solid #b175de33; border-radius: 7px; background: #110b1af0; font: 8px var(--sw-mono); letter-spacing: .04em; box-shadow: 0 6px 20px #0005; }
.sw-motion-toggle svg { width: 11px; height: 11px; }
.sw-motion-toggle[hidden] { display: none; }
.sw-scene-sleep .home-network-motion, .sw-scene-sleep .sw-orbit-ring, .sw-scene-sleep .sw-orbit-reverse, .sw-scene-sleep .network-signal, .sw-scene-sleep .network-signal::before, .sw-scene-sleep .network-signal::after { animation-play-state: paused!important; }
html.sw-document-hidden *, html.sw-document-hidden *::before, html.sw-document-hidden *::after { animation-play-state: paused!important; }
.sw-motion-toggle:hover { color: #ead0fc; border-color: #c092e780; }
@keyframes sw-world-drift { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(-9px, -13px, 0); } }
@keyframes sw-orbit-spin { to { transform: rotate(360deg); } }
@keyframes sw-enter { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  #home.active .hero-content > * { animation: sw-enter .8s both; }
  #home.active .hero-content h1 { animation-delay: .1s; }
  #home.active .hero-content > p { animation-delay: .2s; }
  #home.active .hero-content .actions { animation-delay: .28s; }
  #home.active .hero-content .stats { animation-delay: .35s; }
}
@media (min-width: 1700px) {
  #home .home-network-visual { right: -3%; width: 69%; }
  .sw-orbit-caption { right: 13%; }
  .sw-orbit-card { right: 16%; }
}
@media (max-width: 1180px) {
  .topbar { padding: 0 18px; gap: 12px; width: calc(100% - 32px); }
  .topbar .brand { font-size: 15px; }
  .topbar .early-access-badge { display: none; }
  .topbar .nav > a, .sw-more > summary { padding: 0 10px; }
  #home .hero-v35-home .hero-content { width: calc(100% - 80px); }
  #home .hero-v35-home .hero-content h1 { font-size: clamp(58px, 6.5vw, 75px); }
  #home .home-network-visual { width: 87%; right: -20%; top: 13%; }
  .sw-orbit-card { right: 5%; bottom: 21%; }
  .sw-orbit-caption { right: 6%; }
  #home .feature-section, #home .knowledge-section-v3542, #home .community-banner, #home .creator-home-v3530, .sw-platform-strip, .sw-footer { width: calc(100% - 80px); }
  #home .feature-card { padding: 24px 21px; }
  .sw-feature-art::after { display: none; }
}
@media (max-width: 960px) {
  .topbar .spudz-header-help-v3538 { display: none; }
  .topbar .header-auth-btn { display: none; }
  #home .hero-v35-home { min-height: 870px; height: auto; }
  #home .hero-v35-home .hero-content { padding-top: 180px; }
  #home .home-network-visual { top: 17%; right: -28%; opacity: .8; }
  #home .hero-v35-home .hero-v35-vignette { background: linear-gradient(90deg, #050409 0%, #050409cf 20%, #05040980 46%, transparent 90%), linear-gradient(0deg, #06050a, transparent 28%); }
  .sw-orbit-card { bottom: 17%; min-width: 190px; padding: 13px 16px; }
  #home .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #home .knowledge-grid-v3542 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sw-platform-strip { align-items: flex-start; flex-direction: column; gap: 19px; }
  .sw-platform-list { width: 100%; justify-content: space-between; gap: 16px; }
  #home .knowledge-note-v3542 { grid-template-columns: 1fr; gap: 8px; }
  #home .community-banner { padding: 36px; }
}
@media (max-width: 760px) {
  :root { --spudz-nav-height: 112px; }
  .topbar { display: grid; grid-template-columns: minmax(0, 1fr) auto!important; grid-template-areas: 'brand actions' 'nav nav'!important; width: calc(100% - 24px); min-height: 112px; height: auto; padding: 14px 15px 10px; gap: 11px 10px; border-radius: 0 0 14px 14px; }
  .topbar .brand { font-size: 16px; grid-area: brand; gap: 10px; }
  .topbar .header-actions { grid-area: actions; }
  .topbar .client-btn { min-width: 96px; height: 36px; padding: 0 12px; font-size: 10px; }
  .topbar .nav { grid-area: nav; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); position: static; width: 100%; height: 35px; overflow: visible; gap: 1px; margin: 0; padding: 0; }
  .topbar .nav > a, .sw-more > summary { height: 35px; padding: 0 4px; font-size: 10px; justify-content: center; border-radius: 6px; }
  .sw-more { position: static; }
  .sw-more-panel { top: calc(100% + 6px); left: 0; right: 0; width: auto; padding: 10px; }
  .topbar .nav .sw-more-panel a { font-size: 13px; min-height: 45px; }
  #home .hero-v35-home { min-height: 1100px; max-height: none; height: auto; }
  #home .hero-v35-home .hero-content { width: calc(100% - 44px); padding: 165px 0 440px; }
  #home .hero-v35-home .hero-content h1 { font-size: clamp(39px, 8.1vw, 61px); letter-spacing: -.06em; margin: 25px 0 21px; line-height: 1.07; }
  #home .hero-v35-home .hero-content > p { font-size: 13px; max-width: 440px; line-height: 1.8; }
  #home .hero-v35-home .status-pill { font-size: 8px; padding: 8px 10px; letter-spacing: .07em; }
  #home .hero-v35-home .actions { display: flex; gap: 10px; margin-top: 25px; }
  #home .hero-v35-home .actions .primary-btn, #home .hero-v35-home .actions .secondary-btn { padding: 0 18px; min-height: 48px; font-size: 11px; width: auto; }
  #home .hero-v35-home .stats { gap: 25px; margin-top: 31px; padding-top: 19px; }
  #home .hero-v35-home .stats strong { font-size: 23px; }
  #home .hero-v35-home .stats small { font-size: 7px; }
  #home .home-network-visual { top: auto; bottom: 55px; right: -24%; width: 135%; height: 470px; opacity: 1; }
  #home .home-network-motion > img { filter: brightness(1.65) saturate(1.3); mask-image: linear-gradient(90deg, transparent 25%, #000 40%, #000 95%, transparent); }
  #home .hero-v35-home .hero-v35-vignette { background: linear-gradient(0deg, #06050a 0%, transparent 13%, transparent 32%, #050409 46%, #050409 100%); }
  .sw-orbit-hud { inset: -6% -4% 0 20%; }
  .sw-orbit-caption { top: auto; bottom: 363px; right: 25px; font-size: 7px; }
  .sw-orbit-card { bottom: 122px; right: 28px; min-width: 180px; padding: 12px 15px; gap: 11px; }
  .sw-orbit-card strong { font-size: 11px; }
  .sw-orbit-card small { font-size: 7px; }
  .sw-hero-foot { left: 22px; right: 22px; bottom: 21px; font-size: 7px; }
  .sw-hero-foot > span { max-width: 50%; font-size: 6px; gap: 5px; }
  .sw-scroll { gap: 7px; }
  #home .feature-section, #home .knowledge-section-v3542, #home .community-banner, #home .creator-home-v3530, .sw-platform-strip, .sw-footer { width: calc(100% - 44px); }
  .sw-platform-strip { padding: 25px 0; gap: 18px; }
  .sw-platform-list { flex-wrap: wrap; justify-content: flex-start; gap: 18px 25px; font-size: 11px; }
  .sw-platform-list svg { width: 14px; height: 14px; }
  #home .feature-section { padding: 65px 0 35px; }
  .section-heading h2 { font-size: 32px; line-height: 1.18; margin: 16px 0 15px; }
  .section-heading p { font-size: 13px; }
  #home .feature-grid { gap: 12px; margin-top: 27px; }
  #home .feature-card { padding: 23px 20px; }
  #home .feature-card h3 { font-size: 17px; }
  #home .feature-card p { font-size: 12px; }
  #home .knowledge-section-v3542 { padding: 35px 0 50px; }
  #home .knowledge-grid-v3542 { gap: 12px; }
  #home .knowledge-card-v3542 { padding: 24px; min-height: 265px; }
  #home .community-banner { margin: 0 auto 60px; padding: 30px 25px; align-items: flex-start; flex-direction: column; gap: 25px; }
  #home .community-banner h2 { font-size: 29px; }
  .sw-footer { padding: 30px 0 90px; flex-direction: column; gap: 24px; }
  .sw-footer-links { justify-content: flex-start; gap: 17px; }
  .statusbar { padding: 0 10px; height: 28px; font-size: 6px; gap: 19px; }
  .sw-motion-toggle { bottom: 39px; right: 12px; min-width: 100px; }
}
@media (max-width: 480px) {
  #home .hero-v35-home { min-height: 1110px; }
  #home .hero-v35-home .hero-content h1 { font-size: clamp(33px, 8.4vw, 40px); }
  #home .hero-v35-home .actions { display: grid; grid-template-columns: 1fr; max-width: 370px; }
  #home .hero-v35-home .actions .primary-btn, #home .hero-v35-home .actions .secondary-btn { width: 100%; justify-content: center; }
  #home .hero-v35-home .stats { justify-content: space-between; width: 100%; max-width: 365px; gap: 10px; }
  #home .hero-v35-home .stats > div { min-width: 65px; }
  #home .home-network-visual { bottom: 65px; height: 390px; right: -31%; width: 150%; }
  .sw-orbit-caption { bottom: 315px; }
  .sw-orbit-card { right: 24px; bottom: 110px; }
  #home .feature-grid, #home .knowledge-grid-v3542 { grid-template-columns: 1fr; }
  #home .feature-card { padding: 26px; }
  #home .feature-card h3 { margin-top: 21px; }
  #home .feature-card p { font-size: 13px; }
  .sw-feature-art { margin-top: 20px; }
  .sw-feature-art::after { display: block; }
  #home .knowledge-card-v3542 { min-height: 245px; }
  #home .knowledge-note-v3542 { padding: 18px; }
  .topbar .nav > a, .sw-more > summary { font-size: 9px; }
}
/* Motion is optional. Content never relies on animation or an observer to be visible. */
html.sw-motion-paused *, html.sw-motion-paused *::before, html.sw-motion-paused *::after { animation-play-state: paused!important; scroll-behavior: auto!important; }
html.sw-motion-paused #home .hero-content > * { animation: none!important; opacity: 1!important; transform: none!important; }
html.sw-motion-paused .sw-orbit-card { transform: none; }
html.sw-motion-paused :is(.feature-card, .knowledge-card-v3542, .primary-btn, .secondary-btn):hover { transform: none!important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto!important; }
  *, *::before, *::after { animation: none!important; transition-duration: .01ms!important; }
  #home .hero-content > * { opacity: 1!important; transform: none!important; }
  .sw-orbit-card { transform: none; }
  :is(.feature-card, .knowledge-card-v3542, .primary-btn, .secondary-btn):hover { transform: none!important; }
}
