@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)}}
