railway-edge
tcp/443 tcp/80
Open service 66.33.22.240:80 · fantasycommand.com
2026-01-07 02:07
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Location: https://fantasycommand.com/ Server: railway-edge X-Railway-Edge: railway/europe-west4-drams3a X-Railway-Request-Id: Hg1njZ3CQDudGg7SjUJq2g Date: Wed, 07 Jan 2026 02:07:52 GMT Content-Length: 62 Connection: close <a href="https://fantasycommand.com/">Moved Permanently</a>.
Open service 66.33.22.240:443 · fantasycommand.com
2026-01-07 02:07
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 69260
Content-Type: text/html; charset=utf-8
Date: Wed, 07 Jan 2026 02:07:43 GMT
Etag: "d1950f65a0681cead3e6998c1cdac36b"
Last-Modified: Wed, 27 Aug 2025 18:18:25 GMT
Server: railway-edge
X-Railway-Edge: railway/us-east4-eqdc4a
X-Railway-Request-Id: JAbBKYqSRpmy_BTTezItjw
Connection: close
Page title: Fantasy Command
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fantasy Command</title>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/favicon.svg">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=JetBrains+Mono:wght@400;600;700&family=Rajdhani:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com" data-no-warn="true"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
'orbitron': ['Orbitron', 'monospace'],
'jetbrains': ['JetBrains Mono', 'monospace'],
'rajdhani': ['Rajdhani', 'sans-serif'],
},
colors: {
'command': {
'black': '#0a0a0a',
'dark': '#0f0f0f',
'darker': '#1a1a1a',
'gray': '#1e1e1e',
'gray-light': '#2a2a2a',
'blue': '#0066ff',
'blue-light': '#4d9eff',
'blue-glow': '#0066ff1a',
'red': '#e63946',
'red-light': '#f1faee',
'red-glow': '#e639461a',
'accent': '#00d9ff',
'accent-glow': '#00d9ff1a'
}
},
backdropBlur: {
'xs': '2px',
},
animation: {
'fade-in': 'fadeIn 0.5s ease-out',
'slide-up': 'slideUp 0.3s ease-out',
'scanner': 'scanner 2s linear infinite',
},
keyframes: {
fadeIn: {
'0%': { opacity: '0', transform: 'translateY(10px)' },
'100%': { opacity: '1', transform: 'translateY(0)' },
},
slideUp: {
'0%': { opacity: '0', transform: 'translateY(20px)' },
'100%': { opacity: '1', transform: 'translateY(0)' },
},
scanner: {
'0%': { transform: 'translateX(-100%)', opacity: '0' },
'50%': { opacity: '1' },
'100%': { transform: 'translateX(100%)', opacity: '0' },
}
}
}
}
}
</script>
<style>
:root {
--primary-color: 0, 102, 255;
--primary-glow: rgba(0, 102, 255, 0.15);
--primary-glow-strong: rgba(0, 102, 255, 0.25);
}
.theme-espn {
--primary-color: 230, 57, 70;
--primary-glow: rgba(230, 57, 70, 0.15);
--primary-glow-strong: rgba(230, 57, 70, 0.25);
}
.holo-border {
position: relative;
background: linear-gradient(135deg, rgba(var(--primary-color), 0.1) 0%, rgba(var(--primary-color), 0.03) 100%);
border: 2px solid rgba(var(--primary-color), 0.3);
}
.holo-border::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(90deg, rgba(var(--primary-color), 0.2) 0%, rgba(va