@import"https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,900;1,300&display=swap";:root{--foreground: #FFF;--background: #000;--accent: #F97316;--midground: #1a1a1a}body{font-family:Fira Sans,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:900}h1{height:fit-content;margin:1rem 0 0;text-align:center;background:var(--foreground);color:var(--background);padding:0 1rem;font-size:6rem;transform:rotate(-6deg);transition:all .25s ease-in-out}@media (max-width: 600px){h1{font-size:4rem}}h2{background:var(--foreground);color:var(--background);margin:0 0 1rem;width:fit-content;padding:0 .5rem;transform:translate(-1rem) translateY(-1rem);font-size:2rem}h3{font-size:1.8rem}h4{font-size:1.4rem;margin:0;text-transform:capitalize}:root{line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--foreground);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{color:var(--background);background-color:var(--accent)}a{font-weight:500;color:var(--accent);text-decoration:inherit}body{margin:0;display:flex;min-width:320px;min-height:100vh;justify-content:flex-start;flex-direction:column;overflow-x:hidden;width:100%}main{flex:1;width:100%;overflow-x:hidden}details{background:var(--midground);border-radius:2px;margin-bottom:.5rem;padding:0;transition:all .25s ease-in-out}details summary{padding:1rem 1.2rem;cursor:pointer;font-weight:500;font-size:1.1rem;list-style:none;display:flex;justify-content:space-between;align-items:center}details summary::-webkit-details-marker{display:none}details summary:after{content:"+";font-size:1.5rem;font-weight:300;transition:transform .25s ease-in-out}details[open] summary:after{transform:rotate(45deg)}details p{padding:0 1.2rem 1rem;margin:0;line-height:1.6;color:#fffc}@media (max-width: 768px){details summary{padding:.8rem 1rem;font-size:1rem}details summary:after{font-size:1.3rem}details p{padding:0 1rem .8rem;font-size:.9rem}}#meteor-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}body{position:relative;z-index:1}header{display:flex;justify-content:space-between;width:calc(100% - 2rem);padding:0 1rem;flex-wrap:wrap}header .left p{text-align:center;width:100%;font-size:1.4rem;transform:rotate(-6deg);margin:0 1rem;font-style:italic}header nav{display:flex;align-items:flex-start;gap:1rem;margin:1rem 0}header nav a{background:var(--foreground);color:var(--background);padding:.25rem .5rem;font-size:1.2rem;font-weight:500;transition:all .25s ease-in-out;min-width:5rem;text-align:center}header nav a:hover{transform:rotate(6deg)}@media (max-width: 768px){header{flex-direction:column;align-items:center}header .left p{font-size:1.1rem;margin:.5rem}header nav{justify-content:center;gap:.5rem;margin:.5rem 0}header nav a{font-size:1rem;padding:.2rem .4rem;min-width:4rem}}footer{margin:2rem auto 0;width:calc(100% - 2rem);max-width:1200px;padding:2rem 1rem;border-top:1px solid var(--midground)}footer .footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}footer .footer-brand{flex:1;min-width:200px}footer .footer-brand .footer-logo{width:60px;height:60px;margin-bottom:.8rem;border-radius:8px}footer .footer-brand a{font-size:1.5rem;font-weight:900;display:block;margin-bottom:.5rem}footer .footer-brand p{color:#fff9;margin:0}footer .footer-nav{display:flex;flex-wrap:wrap;gap:2rem;flex:2;justify-content:flex-end}footer .footer-section{min-width:150px}footer .footer-section h4{font-size:1rem;margin-bottom:1rem;color:var(--foreground)}footer .footer-section ul{list-style:none;padding:0;margin:0}footer .footer-section ul li{margin-bottom:.5rem}footer .footer-section ul li a{color:#fff9;font-weight:400;transition:color .25s ease-in-out}footer .footer-section ul li a:hover{color:var(--accent)}footer .footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid var(--midground)}footer .footer-bottom p{color:#fff6;font-size:.9rem;margin:0}footer .footer-bottom .tech-credit{margin-top:.5rem;font-size:.75rem;color:#ffffff40}footer .footer-bottom .tech-credit a{color:#ffffff4d;text-decoration:underline;font-weight:400}footer .footer-bottom .tech-credit a:hover{color:var(--accent)}@media (max-width: 768px){footer{padding:1rem .5rem}footer .footer-content{flex-direction:column;gap:1.5rem}footer .footer-nav{justify-content:center;gap:1rem}footer .footer-section{min-width:120px;text-align:center}}form{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}@media (max-width: 768px){form{flex-direction:column;gap:.8rem}}input{border-radius:2px;border:1px solid transparent;padding:.6em 1.2em;font-size:1.4em;font-weight:500;font-family:inherit;background:var(--midground);color:var(--foreground);transition:border-color .25s;width:100%;flex:1;border:2px solid transparent;min-width:300px}input:focus,input:focus-visible{border:2px solid var(--accent);outline:none}@media (max-width: 768px){input{font-size:1.2em;padding:.5em 1em;min-width:0;width:100%;box-sizing:border-box}}button{border-radius:2px;padding:.6em 1.2em;font-size:1.4em;font-weight:500;font-family:inherit;background:var(--midground);cursor:pointer;transition:border-color .25s;border:2px solid transparent}button:hover{border-color:var(--accent)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button.small{font-size:1em;padding:.4em .8em}@media (max-width: 768px){button{font-size:1.2em;padding:.5em 1em;width:100%}}code,pre{padding:.6em 1.2em;border-radius:2px;background:var(--midground)}.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.loading-indicator p{color:var(--foreground);font-size:1rem;margin:0}@media (max-width: 768px){.loading-indicator{padding:1.5rem 1rem}.loading-indicator .spinner{width:30px;height:30px}.loading-indicator p{font-size:.9rem}}.spinner{width:40px;height:40px;border:4px solid var(--midground);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}button:disabled{opacity:.6;cursor:not-allowed}.ping-result{padding:1rem;background:var(--midground);border-radius:2px;margin-top:1rem}.ping-result p{margin:.5rem 0}.ping-headers{margin-top:1rem}.ping-headers h4{margin:0 0 .5rem;font-size:1rem}.ping-headers ul{list-style:none;padding:0;margin:0}.ping-headers li{padding:.3rem 0;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.1)}.ping-headers li:last-child{border-bottom:none}.ping-headers li strong{color:var(--accent)}.error-container{padding:1rem;background:#ff3b301a;border:1px solid rgba(255,59,48,.3);border-radius:2px;margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}.error-container p{color:#ff3b30;margin:0;text-align:center}.retry-btn{background:var(--accent);color:var(--background);border:none;padding:.5rem 1.5rem;border-radius:2px;cursor:pointer;font-size:1rem;font-weight:500;transition:opacity .25s}.retry-btn:hover{opacity:.8}section{margin:2rem auto;width:calc(90% - 2rem);max-width:50rem;padding:1rem;border:3px solid var(--foreground);border-radius:2px;box-shadow:3px 3px 0 var(--background),6px 6px 0 var(--foreground);transition:all .25s ease-in-out}section:hover{box-shadow:0 0 0 var(--foreground),6px 6px 0 var(--foreground)}@media (max-width: 768px){section{margin:1rem auto;width:calc(95% - 1rem);padding:.8rem;box-shadow:2px 2px 0 var(--background),4px 4px 0 var(--foreground)}section:hover{box-shadow:2px 2px 0 var(--background),4px 4px 0 var(--foreground)}}.row{display:flex;flex-direction:column;list-style:none;padding:0}.row li{display:flex;justify-content:space-between}.row li .row-lbl{text-transform:capitalize}.row li .row-val .sub-item{display:flex}.row li:not(:last-child){border-bottom:1px solid var(--midground)}.toggle{float:right}.redirect-checker .redirect-result{margin-top:2rem;padding:1.5rem;background:var(--midground);border-radius:4px}.redirect-checker .redirect-result .result-summary{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.redirect-checker .redirect-result .result-summary p{margin:.5rem 0;font-size:.95rem}.redirect-checker .redirect-result .redirect-chain{margin:2rem 0}.redirect-checker .redirect-result .redirect-chain h3{margin-bottom:1rem;font-size:1.2rem}.redirect-checker .redirect-result .redirect-chain .chain-visual{display:flex;flex-direction:column;gap:1rem}.redirect-checker .redirect-result .redirect-chain .chain-item{display:flex;gap:1rem;padding:1rem;background:#0000004d;border-radius:4px;border-left:3px solid var(--accent)}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-step-number{width:30px;height:30px;background:var(--accent);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details{flex:1;min-width:0}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-url{font-family:monospace;font-size:.9rem;word-break:break-all;margin-bottom:.5rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-code{padding:.2rem .6rem;border-radius:2px;font-weight:700;font-size:.85rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-code.status-success{background:#22c55e;color:#000}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-code.status-redirect{background:#f59e0b;color:#000}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-code.status-client-error{background:#ef4444;color:#fff}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-code.status-server-error{background:#dc2626;color:#fff}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-label{font-size:.85rem;color:#ffffffb3}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff0d;border-radius:2px;margin-top:.5rem;flex-wrap:wrap}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .arrow{color:var(--accent);font-size:1.2rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .redirect-label{font-size:.85rem;color:#fff9}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .redirect-url{font-family:monospace;font-size:.85rem;word-break:break-all;flex:1;min-width:0}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .external-badge{padding:.2rem .5rem;background:#8b5cf6;color:#fff;border-radius:2px;font-size:.75rem;font-weight:700;white-space:nowrap}.redirect-checker .redirect-result .links-section{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.redirect-checker .redirect-result .links-section h3{margin-bottom:.8rem;font-size:1.1rem}.redirect-checker .redirect-result .links-section .links-list{list-style:none;padding:0;margin:0}.redirect-checker .redirect-result .links-section .links-list li{padding:.5rem;margin-bottom:.3rem;background:#0003;border-radius:2px}.redirect-checker .redirect-result .links-section .links-list li .link-url{font-family:monospace;font-size:.85rem;word-break:break-all}.redirect-checker .redirect-result .links-section .links-list li .link-url.external{color:#8b5cf6}@media (max-width: 768px){.redirect-checker .redirect-result{margin-top:1rem;padding:1rem}.redirect-checker .redirect-result .result-summary{margin-bottom:1rem;padding-bottom:.8rem}.redirect-checker .redirect-result .result-summary p{font-size:.85rem}.redirect-checker .redirect-result .redirect-chain{margin:1rem 0}.redirect-checker .redirect-result .redirect-chain h3{font-size:1rem}.redirect-checker .redirect-result .redirect-chain .chain-item{padding:.8rem;gap:.8rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-step-number{width:25px;height:25px;font-size:.8rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-url{font-size:.8rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-code{font-size:.75rem;padding:.15rem .4rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-status .status-label,.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .redirect-label,.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .redirect-url{font-size:.75rem}.redirect-checker .redirect-result .redirect-chain .chain-item .chain-details .chain-redirect .external-badge{font-size:.7rem}.redirect-checker .redirect-result .links-section{margin-top:1.5rem;padding-top:.8rem}.redirect-checker .redirect-result .links-section h3{font-size:1rem}.redirect-checker .redirect-result .links-section .links-list li{padding:.4rem}.redirect-checker .redirect-result .links-section .links-list li .link-url{font-size:.75rem}}.qa-section{margin:2rem auto;width:calc(90% - 2rem);max-width:50rem;padding:1rem;border:3px solid var(--foreground);border-radius:2px;box-shadow:3px 3px 0 var(--background),6px 6px 0 var(--foreground);transition:all .25s ease-in-out}.qa-section:hover{box-shadow:0 0 0 var(--foreground),6px 6px 0 var(--foreground)}.qa-section h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.qa-section .qa-list{display:flex;flex-direction:column;gap:1.5rem}.qa-section .qa-item{padding:1.2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:4px}.qa-section .qa-question{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.qa-section .qa-question .qa-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--foreground);color:var(--background);border-radius:50%;font-weight:700;font-size:1.2rem;flex-shrink:0}.qa-section .qa-question h3{font-size:1.2rem;margin:0;font-weight:600}.qa-section .qa-answer{padding-left:calc(32px + .8rem)}.qa-section .qa-answer p{margin:0;line-height:1.6;color:#fffc}@media (max-width: 768px){.qa-section{margin:1rem auto;width:calc(95% - 1rem);padding:.8rem;box-shadow:2px 2px 0 var(--background),4px 4px 0 var(--foreground)}.qa-section:hover{box-shadow:2px 2px 0 var(--background),4px 4px 0 var(--foreground)}.qa-section h2{font-size:1.4rem}.qa-section .qa-item{padding:1rem}.qa-section .qa-question .qa-icon{width:28px;height:28px;font-size:1rem}.qa-section .qa-question h3{font-size:1rem}.qa-section .qa-answer{padding-left:calc(28px + .8rem)}}.not-found-page{--grid-line: rgba(255, 255, 255, .055);background:radial-gradient(circle at 75% 18%,rgba(249,115,22,.12),transparent 24rem),#000;min-height:100vh}.not-found-grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 85%);mask-image:linear-gradient(to bottom,black,transparent 85%)}.not-found-header,.not-found-main,.not-found-footer{position:relative;z-index:1}.not-found-header{width:min(1180px,100% - 2rem);margin:0 auto;padding:1.5rem 0;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.not-found-header .not-found-brand{color:var(--foreground)}.not-found-header .not-found-brand span{display:block;width:fit-content;padding:.05rem .65rem;background:var(--foreground);color:var(--background);font-size:clamp(1.65rem,3vw,2.6rem);font-weight:900;line-height:1.1;transform:rotate(-3deg)}.not-found-header .not-found-brand small{display:block;margin:.55rem 0 0 .35rem;color:#ffffff8c;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.not-found-header nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.not-found-header nav a{padding:.4rem .7rem;border:1px solid rgba(255,255,255,.24);background:transparent;color:var(--foreground);font-size:.9rem;transition:border-color .2s ease,color .2s ease;transform:none}.not-found-header nav a:hover{border-color:var(--accent);color:var(--accent)}.not-found-main{width:min(1040px,100% - 2rem);margin:auto;padding:clamp(2.5rem,7vh,6rem) 0 4rem}.not-found-card{position:relative;min-height:430px;overflow:hidden;display:grid;grid-template-columns:minmax(250px,.85fr) minmax(320px,1.15fr);align-items:center;border:1px solid rgba(255,255,255,.2);background:#070707e6;box-shadow:18px 18px #f973161a}.not-found-status{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;color:#ffffff8f;font-size:.72rem;font-weight:500;letter-spacing:.16em}.status-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--accent);box-shadow:0 0 14px #f97316e6}.not-found-code{margin:0;color:transparent;font-size:clamp(9rem,22vw,18rem);font-weight:900;line-height:.8;letter-spacing:-.1em;text-align:center;-webkit-text-stroke:2px rgba(255,255,255,.24);transform:translate(-.08em);-webkit-user-select:none;user-select:none}.not-found-copy{padding:5rem clamp(1.5rem,5vw,4rem) 3rem;border-left:1px solid rgba(255,255,255,.14)}.not-found-copy .not-found-kicker{margin:0 0 .75rem;color:var(--accent);font-size:.76rem;font-weight:900;letter-spacing:.2em}.not-found-copy h1{height:auto;margin:0 0 1rem;padding:0;background:none;color:var(--foreground);font-size:clamp(2.4rem,5vw,4rem);line-height:.98;text-align:left;transform:none}.not-found-copy h1 span{font-size:.76em;color:#ffffffe0}.not-found-copy>p:not(.not-found-kicker){max-width:34rem;margin:0;color:#ffffffa6;font-size:1.05rem}.requested-route{margin:2rem 0;padding:.8rem 1rem;border-left:3px solid var(--accent);background:#ffffff0e}.requested-route span{display:block;margin-bottom:.25rem;color:#fff6;font-size:.68rem;letter-spacing:.14em}.requested-route code{overflow-wrap:anywhere;color:#ffffffe6;font-size:.92rem}.not-found-actions{display:flex;flex-wrap:wrap;gap:.75rem}.primary-action,.secondary-action{min-height:44px;box-sizing:border-box;padding:.7rem 1rem;border:1px solid var(--foreground);border-radius:0;font:inherit;font-weight:900;line-height:1.2;cursor:pointer}.primary-action{background:var(--foreground);color:var(--background)}.secondary-action{background:transparent;color:var(--foreground)}.not-found-hint{margin:1.5rem 0 0;color:#ffffff75;font-size:.86rem}.not-found-hint span{margin-right:.5rem;padding:.12rem .35rem;background:var(--accent);color:#000;font-weight:900}.not-found-footer{width:min(1180px,100% - 2rem);margin:0 auto;padding:1.25rem 0;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);color:#ffffff59;font-size:.78rem}.not-found-footer a{color:#ffffff8c}@media (max-width: 760px){.not-found-header{align-items:center}.not-found-header .not-found-brand small{display:none}.not-found-header nav a:not(:last-child){display:none}.not-found-main{padding-top:2rem}.not-found-card{grid-template-columns:1fr;box-shadow:8px 8px #f973161f}.not-found-code{padding:5rem 0 1.5rem;font-size:clamp(8rem,48vw,13rem)}.not-found-copy{padding:2rem 1.25rem;border-top:1px solid rgba(255,255,255,.14);border-left:0}}@media (max-width: 430px){.not-found-actions{flex-direction:column}.primary-action,.secondary-action{width:100%;text-align:center}.not-found-footer{gap:1rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
