@import"https://fonts.googleapis.com/css2?family=Special+Elite&family=IBM+Plex+Mono:wght@400;600;700&display=swap";:root{--accent: #d9c98a;--bg-void: #0a0a08;--bg-panel: rgba(12, 12, 9, .92);--border-dim: rgba(217, 201, 138, .12);--text-main: #d4c97a;--text-body: #a89e6e;--text-ghost: rgba(164, 155, 100, .5);--scanline: rgba(0, 0, 0, .06);--glitch-offset: 2px}*,*:before,*:after{box-sizing:border-box}.backrooms-game-shell{margin:0;overflow:hidden;background:var(--bg-void);color:var(--text-main);font-family:IBM Plex Mono,Courier New,monospace;cursor:crosshair;position:fixed;inset:0;width:100%;height:100%;z-index:50}button{font:inherit;cursor:crosshair}@keyframes flicker{0%,95%,to{opacity:1}96%{opacity:.82}97%{opacity:.94}98%{opacity:.76}99%{opacity:1}}@keyframes scanmove{0%{background-position:0 0}to{background-position:0 4px}}@keyframes noise-bg{0%{background-position:0 0}10%{background-position:-5% -10%}20%{background-position:-15% 5%}30%{background-position:7% -25%}40%{background-position:-5% 25%}50%{background-position:-15% 10%}60%{background-position:15% 0%}70%{background-position:0% 15%}80%{background-position:3% 35%}90%{background-position:-10% 10%}to{background-position:0 0}}@keyframes glitch-text{0%,92%,to{text-shadow:none;clip-path:none}93%{text-shadow:var(--glitch-offset) 0 #ff3333,calc(var(--glitch-offset) * -1) 0 #33ffff;clip-path:inset(20% 0 30% 0)}95%{text-shadow:calc(var(--glitch-offset) * -1) 0 #ff3333,var(--glitch-offset) 0 #33ffff;clip-path:inset(60% 0 10% 0)}97%{text-shadow:1px 0 #ff3333,-1px 0 #33ffff;clip-path:none}}@keyframes loading-bar{0%{width:0%}to{width:100%}}@keyframes loading-fade-out{0%{opacity:1}to{opacity:0;pointer-events:none}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#loading-screen{position:fixed;inset:0;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:radial-gradient(ellipse 60% 40% at 30% 20%,rgba(217,201,138,.04),transparent),var(--bg-void);animation:flicker 8s ease-in-out infinite}#loading-screen:before{content:"";position:fixed;inset:0;z-index:1;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,var(--scanline) 2px,var(--scanline) 4px);animation:scanmove .3s linear infinite}#loading-screen:after{content:"";position:fixed;inset:-50%;z-index:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:128px 128px;animation:noise-bg .5s steps(5) infinite}#loading-screen.done{animation:loading-fade-out .6s ease forwards}.loading-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:28px;width:min(480px,90vw)}.loading-title{margin:0;font-family:Special Elite,Courier New,monospace;font-size:clamp(2.8rem,8vw,5rem);letter-spacing:.22em;font-weight:400;text-transform:uppercase;color:var(--text-main);animation:glitch-text 12s linear infinite}.loading-label{color:var(--text-ghost);font-size:.65rem;letter-spacing:.35em;text-transform:uppercase}.loading-label:before{content:"> ";color:var(--accent)}.loading-bar-track{width:100%;height:2px;background:var(--border-dim);position:relative;overflow:hidden}.loading-bar-fill{height:100%;width:0%;background:var(--accent);box-shadow:0 0 12px var(--accent);animation:loading-bar var(--loading-duration, 2.4s) cubic-bezier(.4,0,.2,1) forwards}.loading-cursor{color:var(--accent);font-size:.75rem;letter-spacing:.2em;animation:blink 1s step-end infinite}#game-canvas-host{position:fixed;inset:0;z-index:0}#game-canvas-host canvas{display:block;width:100%;height:100%}#fps-counter{position:fixed;right:16px;bottom:16px;z-index:10;display:none;color:var(--text-ghost);opacity:.7;font-size:11px;letter-spacing:.18em;text-align:right;pointer-events:none}#crosshair{position:fixed;top:50%;left:50%;display:none;width:3px;height:3px;transform:translate(-50%,-50%);background:#d9c98a80;box-shadow:0 0 8px #d9c98a4d,0 0 24px #d9c98a1a}#touch-controls{display:none;position:fixed;inset:0;height:100%;pointer-events:none;z-index:20}#touch-controls.active{display:block}.touch-zone{position:absolute;bottom:20px;pointer-events:auto;touch-action:none}#joystick-zone{left:20px;width:150px;height:150px;z-index:25}#joystick-base{position:absolute;top:50%;left:50%;width:120px;height:120px;transform:translate(-50%,-50%);border:1px solid rgba(217,201,138,.2);border-radius:50%;background:#0006}#joystick-stick{position:absolute;top:50%;left:50%;width:50px;height:50px;transform:translate(-50%,-50%);border:1px solid color-mix(in srgb,var(--accent) 50%,transparent);border-radius:50%;background:color-mix(in srgb,var(--accent) 20%,rgba(0,0,0,.3));transition:background .1s}#joystick-stick.active{background:color-mix(in srgb,var(--accent) 40%,rgba(0,0,0,.2))}#look-zone{inset:0;width:100%;height:100vh;clip-path:polygon(0 0,100% 0,100% 100%,190px 100%,190px calc(100% - 190px),0 calc(100% - 190px));z-index:21}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{font-size:1rem;line-height:calc(4px + 1.1rem);scroll-behavior:smooth;color:#1f1b14;text-rendering:optimizeLegibility;cursor:default;--primary: #cfc7ae;--secondary: #937101;--third: #5a6d4e;--black: #1f1b14}html{font-weight:500}body{max-width:100vw;overflow-x:hidden;background-color:var(--primary);font-family:Special Elite,Courier New,monospace}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.z-0{z-index:0}.z-\[99\]{z-index:99}.mt-2{margin-top:.5rem}.mt-\[10\%\]{margin-top:10%}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.hidden{display:none}.h-\[26rem\]{height:26rem}.min-h-screen{min-height:100vh}.w-\[50vw\]{width:50vw}.w-full{width:100%}.max-w-\[100vw\]{max-width:100vw}.max-w-full{max-width:100%}.translate-y-\[150\%\]{--tw-translate-y: 150%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.skew-y-3{--tw-skew-y: 3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-none{cursor:none}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.border{border-width:1px}.bg-secondary{background-color:var(--secondary)}.object-cover{object-fit:cover}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10vw\]{font-size:10vw}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-\[1\.2\]{line-height:1.2}.text-\[rgba\(0\,0\,0\,0\.85\)\]{color:#000000d9}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-\[0\.85s\]{transition-duration:.85s}.ease-\[cubic-bezier\(0\.03\,-0\.11\,0\,0\.98\)\]{transition-timing-function:cubic-bezier(.03,-.11,0,.98)}.will-change-transform{will-change:transform}*,*:after,*:before{margin:0;box-sizing:border-box;padding:0}::-webkit-scrollbar{display:none}::selection{background-color:var(--secondary);color:var(--primary)}.visible{transform:translateY(0) skewY(0)!important}.cursor{height:40px;width:40px;z-index:99999;background:var(--secondary);position:fixed;border-radius:50%;will-change:transform;pointer-events:none;transition:background-color .4s ease-in-out}.cursor:after{position:absolute;content:"👀";color:#fff;left:50%;top:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .4s ease-in-out}.cursor.hover{background-color:#000!important}.cursor.hover:after{opacity:1}@media screen and (max-width:960px){.cursor{display:none}}.site-footer{width:100%;background-color:var(--primary);display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr)}.site-footer .footer-links-b>h6,.site-footer .footer-links-a>h6{display:block;line-height:2;font-size:1rem;font-weight:400}.site-footer .footer-brand{grid-area:2 / 2 / auto / auto;font-weight:700;line-height:1}.site-footer .footer-links-a{grid-area:2/9 / auto/auto}.site-footer .footer-links-b{grid-area:2/11 / auto/auto}.site-footer .footer-dek{grid-area:2/4 / auto/7}.site-footer .footer-dek h6{font-weight:400;line-height:1.5;font-size:1rem}@media screen and (max-width:960px){.site-footer{grid-template-columns:1rem repeat(12,1fr) 1rem;grid-template-rows:3rem 1fr 1fr 3rem}.site-footer .footer-brand{grid-area:1 / 2 / 1 / 10}.site-footer .footer-links-a{grid-area:3/2/3/8}.site-footer .footer-links-b{grid-area:3/8/3/12}.site-footer .footer-dek{grid-area:2/2/2/14;margin-bottom:2rem}}nav{z-index:999;position:fixed;width:100%;display:grid;grid-template-columns:1rem calc(12.5vw - 1rem) 1fr calc(12.5vw - 1rem) 1rem;grid-template-rows:1rem repeat(2,10vh);grid-template-areas:". . . . ." ". nav-start brand time ." ". . . . . "}nav .brand,nav .game-link,nav .nav-start{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;padding:0 1rem;align-items:center;text-transform:uppercase;line-height:1;font-size:1.5rem;border:2px solid black;border-right:0}nav .brand{justify-content:center;text-align:center;grid-area:brand;letter-spacing:-2px;font-size:3rem;font-weight:800;color:var(--secondary)}nav .game-link{grid-area:time;justify-content:center;border-right:2px solid black}nav .nav-start{grid-area:nav-start;justify-content:center}@media screen and (max-width:960px){nav{grid-template-columns:1rem 1fr 1rem;grid-template-rows:1rem 10vh 1rem;grid-template-areas:". . ." ". brand ." ". . ."}nav .game-link,nav .nav-start{display:none}nav .brand{border:none;width:100%;height:100%}}section.section-copy{display:grid;min-height:100vh;column-gap:1rem;row-gap:0;grid-template-columns:1rem repeat(9,1fr) 1rem;grid-template-rows:1rem auto repeat(5,auto) 1rem}section.section-copy .split-wrapper{grid-area:2 / 2 / 2 / 7}section.section-copy .split-wrapper .head{font-size:6rem;line-height:1;font-weight:400;text-transform:uppercase;letter-spacing:-8px;color:var(--secondary)}section.section-copy .copy-stanza{font-size:calc(.875rem + 1.35vw);line-height:1}section.section-copy .copy-stanza-1{grid-area:3 / 3 / 4 / 8}section.section-copy .copy-stanza-2{grid-area:4 / 4 / 5 / 8}section.section-copy .copy-stanza-3{grid-area:5 / 2 / 6 / 8}section.section-copy .copy-stanza-4{grid-area:6 / 3 / 7 / 8}section.section-copy .copy-stanza-5{grid-area:7 / 2 / 8 / 8}@media screen and (max-width:960px){section.section-copy{grid-gap:0;margin-bottom:12.5vh}section.section-copy .split-wrapper{grid-area:2 / 2 / 2 / 12}section.section-copy .split-wrapper .head{font-size:5rem;letter-spacing:-5px}section.section-copy .copy-stanza{line-height:1.1;font-size:1.05rem;margin-bottom:1rem}section.section-copy .copy-stanza-1{grid-area:3 / 2 / 4 / 12}section.section-copy .copy-stanza-2{grid-area:4 / 2 / 5 / 12}section.section-copy .copy-stanza-3{grid-area:5 / 2 / 6 / 12}section.section-copy .copy-stanza-4{grid-area:6 / 2 / 7 / 12}section.section-copy .copy-stanza-5{grid-area:7 / 2 / 8 / 12}}section.section-intro{min-height:100vh;width:100%;padding-top:20vh;display:grid;grid-template-columns:1rem repeat(10,1fr) 1rem;grid-template-rows:1rem repeat(9,10%) 1rem}section.section-intro .intro-lead{grid-area:3 / 2 / 8 / 9;font-size:calc(1rem + 2vw);line-height:1;z-index:1}section.section-intro .intro-lead .split-wrapper{padding-top:.05em;padding-bottom:.1em}section.section-intro .intro-lead .head{line-height:1.02;font-size:4.25rem;letter-spacing:-5px;color:var(--secondary)}section.section-intro .intro-lead .last{margin-bottom:2rem}section.section-intro .intro-aside{grid-area:9/4/11/11;z-index:2;font-size:3rem;line-height:1}section.section-intro .intro-media{grid-area:2 / 6 / 9 / 12}@media screen and (max-width:960px){section.section-intro{margin-bottom:12.5vh}section.section-intro .intro-lead{grid-area:6 / 2 / 11 / 12;font-size:1.15rem}section.section-intro .intro-lead .head{font-size:2.25rem;letter-spacing:-2px;line-height:1.05}section.section-intro .intro-aside{display:none}}section.section-cards{min-height:100vh;display:grid;grid-gap:1rem;grid-template-columns:1rem repeat(9,1fr) 1rem;grid-template-rows:25vh 6rem 1fr 25vh}section.section-cards .split-wrapper{grid-area:2 / 2 / 2 / 7}section.section-cards .split-wrapper .head{font-size:6rem;line-height:1;font-weight:400;text-transform:uppercase;letter-spacing:-10px;color:var(--secondary)}section.section-cards .card-col-1{grid-area:3 / 2 / 3 / 5}section.section-cards .card-col-2{grid-area:3 / 5 / 3 / 8}section.section-cards .card-col-3{grid-area:3 / 8 / 3 / 11}@media screen and (max-width:960px){section.section-cards{grid-gap:0;grid-template-columns:1rem 1fr 1rem;grid-template-rows:25vh 4rem repeat(3,1fr) 12.5vh}section.section-cards .split-wrapper{grid-area:2 / 2 / 2 / 3}section.section-cards .split-wrapper .head{font-size:2rem;letter-spacing:-2px;line-height:.95}section.section-cards .card-col-1{grid-area:3 / 2 / 3 / 3;margin-bottom:5rem}section.section-cards .card-col-2{grid-area:4 / 2 / 4 / 3;margin-bottom:5rem}section.section-cards .card-col-3{grid-area:5 / 2 / 5 / 3}}@media(min-width:1024px){.lg\:fixed{position:fixed}.lg\:left-0{left:0}.lg\:h-screen{height:100vh}.lg\:w-full{width:100%}.lg\:max-w-\[100vw\]{max-width:100vw}.lg\:overflow-y-hidden{overflow-y:hidden}}
