1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
| #page-header { position: relative; overflow: hidden; z-index: 1; }
.header-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; pointer-events: none; will-change: opacity; }
@media screen and (max-width: 768px) { .header-video-bg { display: none; } }
.ba-overclock-screen { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: radial-gradient(circle at center, #f0f9ff 0%, #cae7ff 60%, #a3d6ff 100%); z-index: 99999; display: flex; justify-content: center; align-items: center; opacity: 1; font-family: 'Courier New', Consolas, monospace; transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1); pointer-events: all; overflow: hidden; backface-visibility: hidden; perspective: 1000px; }
.ba-laser-scanline { position: absolute; top: -5%; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, transparent, #00bfff, transparent); box-shadow: 0 0 12px #00bfff, 0 0 4px #ffffff; opacity: 0.5; z-index: 4; animation: baLaserScan 3s linear infinite; will-change: top; }
.ba-grid-bg { position: absolute; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 153, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 153, 255, 0.05) 1px, transparent 1px); background-size: 40px 40px; background-position: center; z-index: 1; }
.ba-hud-side-panel { position: absolute; top: 15vh; width: 220px; font-size: 10px; color: #3a8cd1; line-height: 2.2; opacity: 0.5; z-index: 2; pointer-events: none; @media screen and (max-width: 1024px) { display: none; } }
.ba-hud-side-panel div { white-space: nowrap; }
.ba-panel-left { left: 4vw; text-align: left; border-left: 2px solid rgba(0, 153, 255, 0.3); padding-left: 10px; } .ba-panel-right { right: 4vw; text-align: right; border-right: 2px solid rgba(0, 153, 255, 0.3); padding-right: 10px; }
.ba-hud-corners { position: absolute; width: 96vw; height: 92vh; z-index: 2; pointer-events: none; } .ba-corner { position: absolute; width: 30px; height: 30px; border: 4px solid #0099ff; opacity: 0.7; } .tl { top: 0; left: 0; border-right: none; border-bottom: none; } .tr { top: 0; right: 0; border-left: none; border-bottom: none; } .bl { bottom: 0; left: 0; border-right: none; border-top: none; } .br { bottom: 0; right: 0; border-left: none; border-top: none; }
.ba-overclock-screen.ba-fade-out { opacity: 0; pointer-events: none; }
.ba-overclock-container { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; width: 400px; }
.ba-four-orbits { position: relative; width: 140px; height: 140px; margin-bottom: 30px; } .ba-orbit { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 50%; will-change: transform; } .ba-orbit-1 { width: 130px; height: 130px; border: 2px dashed #00bfff; animation: baClockwise 8s linear infinite; } .ba-orbit-2 { width: 105px; height: 105px; border: 2px dotted #0050af; animation: baCounter 4s linear infinite; } .ba-orbit-3 { width: 80px; height: 80px; border: 4px solid transparent; border-top-color: #1fc8db; border-bottom-color: #1fc8db; animation: baClockwise 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite; } .ba-orbit-4 { width: 55px; height: 55px; border: 1px dashed #0050af; }
.ba-satellite-cube { position: absolute; top: 5px; left: 5px; width: 10px; height: 10px; background-color: #0099ff; box-shadow: 0 0 8px #0099ff; transform-origin: 65px 65px; animation: baClockwise 3s linear infinite; will-change: transform; }
.ba-center-cross { position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; transform: translate(-50%, -50%); } .ba-center-cross::before, .ba-center-cross::after { content: ''; position: absolute; background-color: #00bfff; } .ba-center-cross::before { top: 9px; left: 0; width: 20px; height: 2px; } .ba-center-cross::after { top: 0; left: 9px; width: 2px; height: 20px; }
.ba-info-board { text-align: center; margin-bottom: 25px; width: 100%; user-select: none; } .ba-sys-header { font-size: 11px; font-weight: bold; color: #4e7ba6; letter-spacing: 2px; } .ba-main-title { font-size: 24px; font-weight: 900; color: #004ba0; letter-spacing: 4px; margin: 4px 0; font-family: 'Arial Black', sans-serif; animation: baFlicker 2s infinite; } .ba-counter-display { font-size: 13px; font-weight: bold; color: #0099ff; background: rgba(255, 255, 255, 0.6); padding: 4px 15px; border-radius: 20px; display: inline-block; box-shadow: 0 2px 6px rgba(0,153,255,0.1); }
.ba-matrix-bar-box { width: 75%; display: flex; flex-direction: column; align-items: center; } .ba-matrix-bar-track { width: 100%; height: 10px; background-color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(0, 80, 175, 0.2); border-radius: 2px; overflow: hidden; position: relative; } .ba-matrix-bar-fill { width: 100%; height: 100%; background: repeating-linear-gradient( -45deg, #0099ff, #0099ff 10px, #5cd2ff 10px, #5cd2ff 20px ); position: absolute; animation: baBarLoad 3s cubic-bezier(0.1, 0.8, 0.3, 1) forwards, baBarFlow 1s linear infinite; will-change: left, background-position; } .ba-matrix-sub-dots { width: 96%; display: flex; justify-content: space-between; margin-top: 5px; } .ba-matrix-sub-dots span { width: 4px; height: 4px; background-color: #0050af; opacity: 0.3; border-radius: 50%; }
@keyframes baLaserScan { 0% { top: -5%; } 100% { top: 105%; } }
@keyframes baClockwise { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes baCounter { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }
@keyframes baBarLoad { 0% { left: -100%; } 100% { left: 0%; } }
@keyframes baBarFlow { 0% { background-position: 0 0; } 100% { background-position: 28px 0; } }
@keyframes baFlicker { 0%, 100% { opacity: 1; } 49% { opacity: 1; } 50% { opacity: 0.93; } 55% { opacity: 0.95; } 56% { opacity: 1; } }
|