
        :root {
            --plasma-orange: #FFAA00;
            --quantum-blue: #3498DB;
            --supernova-red: #E74C3C;
        }
        body {
            background: radial-gradient(circle at center, #0c164d 0%, #1d1135 100%);
            color: #fff;
            font-family: 'Orbitron', sans-serif;
            line-height: 1.6;
            padding: 2rem;
            position: relative;
            overflow-x: hidden;
        }
        body::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxkZWZzPgogICAgPHJhZGlhbEdyYWRpZW50IGlkPSJzdGFyIiBjeD0iNTAiIGN5PSI1MCIgcj0iNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBGMUY0RkYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNGRkFBMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgICA8L3JhZGlhbEdyYWRpZW50PgogIDwvZGVmcz4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3N0YXIpIiAvPgo8L3N2Zz4=');
            opacity: 0.15;
            z-index: -1;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            border: 1px solid rgba(255, 170, 0, 0.3);
            box-shadow: 0 0 50px rgba(255, 170, 0, 0.2);
            padding: 2rem;
            background: rgba(10, 15, 35, 0.7);
            position: relative;
            overflow: hidden;
        }
        .container::after {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border: 2px dashed var(--plasma-orange);
            pointer-events: none;
            animation: pulseBorder 3s infinite alternate;
        }
        h1 {
            color: var(--plasma-orange);
            font-size: 2.8rem;
            text-shadow: 0 0 15px rgba(255, 170, 0, 0.7);
            position: relative;
            margin-bottom: 2rem;
            border-bottom: 2px solid var(--plasma-orange);
            padding-bottom: 1rem;
        }
        h1::before {
            content: "🚀";
            position: absolute;
            left: -50px;
            top: 10px;
            font-size: 2rem;
            animation: pulse 2s infinite alternate;
        }
        h2 {
            color: var(--quantum-blue);
            font-size: 2rem;
            margin-top: 2.5rem;
            position: relative;
            padding-left: 20px;
        }
        h2::before {
            content: "🛸";
            position: absolute;
            left: -30px;
            top: 0;
        }
        h3 {
            color: var(--plasma-orange);
            font-size: 1.6rem;
            margin-top: 1.8rem;
            position: relative;
        }
        h3::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, var(--plasma-orange), transparent);
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: rgba(20, 25, 55, 0.6);
            border: 1px solid var(--quantum-blue);
        }
        th {
            background: rgba(52, 152, 219, 0.2);
            color: var(--quantum-blue);
            padding: 12px;
            text-align: left;
            border-bottom: 2px solid var(--plasma-orange);
        }
        td {
            padding: 12px;
            border-bottom: 1px solid rgba(255, 170, 0, 0.2);
        }
        tr:hover {
            background: rgba(255, 170, 0, 0.05);
        }
        .logistics-track {
            position: relative;
            padding: 1.5rem;
            margin: 2rem 0;
            border-left: 3px solid var(--plasma-orange);
            background: rgba(25, 30, 60, 0.5);
        }
        .logistics-track::before {
            content: "";
            position: absolute;
            top: 0;
            left: -4px;
            width: 8px;
            height: 8px;
            background: var(--plasma-orange);
            border-radius: 50%;
            box-shadow: 0 0 10px var(--plasma-orange);
        }
        .logistics-track::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: -4px;
            width: 8px;
            height: 8px;
            background: var(--plasma-orange);
            border-radius: 50%;
            box-shadow: 0 0 10px var(--plasma-orange);
        }
        .supply-planet {
            display: inline-block;
            width: 120px;
            height: 120px;
            margin: 1rem;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, #2c3e50, #1a1a2e);
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(52, 152, 219, 0.5);
            animation: rotatePlanet 20s linear infinite;
        }
        .supply-planet::before {
            content: "";
            position: absolute;
            top: 10%;
            left: 20%;
            width: 30%;
            height: 30%;
            background: rgba(255, 170, 0, 0.4);
            border-radius: 50%;
            filter: blur(5px);
        }
        .supply-planet::after {
            content: "SG";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--quantum-blue);
            font-weight: bold;
        }
        .risk-alert {
            padding: 1rem;
            margin: 1.5rem 0;
            background: rgba(231, 76, 60, 0.1);
            border-left: 4px solid var(--supernova-red);
            position: relative;
        }
        .risk-alert::before {
            content: "⚠";
            position: absolute;
            left: -30px;
            top: 15px;
            font-size: 1.5rem;
            color: var(--supernova-red);
        }
        @keyframes pulse {
            0% { opacity: 0.3; }
            100% { opacity: 1; }
        }
        @keyframes pulseBorder {
            0% { opacity: 0.2; }
            100% { opacity: 0.8; }
        }
        @keyframes rotatePlanet {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
    