* { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #000000; background-image: url('../images/stars.png'); background-repeat: repeat; background-size: auto; background-attachment: fixed; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.6; } a { color: yellow; text-decoration: none; } a:hover { text-decoration: underline; } .container { max-width: 900px; margin: 0 auto; padding: 20px; } header { border-bottom: 1px solid #333; margin-bottom: 20px; min-height: 100px; } .header-container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .header-title { display: flex; flex-direction: column; align-items: baseline; gap: 0px; } .system-status { display: flex; align-items: center; } h1 { font-size: 30px; font-weight: normal; color: #ffffff; letter-spacing: 2px; line-height: normal; } .subtitle { color: #999; font-size: 12px; margin-bottom: 5px; } /* Mobile and tablet responsive design */ @media (max-width: 768px) { .header-title { flex-direction: column; align-items: flex-start; gap: 0; flex: 1 1 100%; } .subtitle { margin-top: 0; } } @media (max-width: 480px) { h1 { font-size: 20px; } .subtitle { font-size: 12px; } nav a { padding: 10px 8px; margin-right: 8px; min-height: 48px; display: inline-block; line-height: 28px; } } nav { margin-top: 5px; min-height: 40px; } nav a { margin-right: 20px; color: #ccc; font-size: 12px; text-transform: uppercase; padding: 10px 0; display: inline-block; } nav a:hover { color: yellow; } .main-content { margin-bottom: 20px; min-height: 800px; } .intro { margin-bottom: 20px; padding: 0; background: #000000; border: 1px solid #993300; min-height: 350px; } .intro h2 { font-size: 18px; margin-bottom: 0; color: #ffffff; font-weight: normal; background: #330000; padding: 10px 20px; border-bottom: 1px solid #993300; min-height: 45px; } .intro-content { padding: 20px; min-height: 300px; } .intro p { color: #ccc; margin-bottom: 10px; line-height: 1.8; } .buttons { margin-top: 20px; min-height: 60px; } .btn { display: inline-block; padding: 12px 24px; border: 1px solid #003399; color: yellow; margin-right: 15px; margin-bottom: 10px; background: #000033; min-height: 44px; line-height: 1.4; } .btn:hover { border-color: #0044cc; color: yellow; text-decoration: none; background: #000044; } .btn-primary { border-color: #003399; color: yellow; background: #000033; } .btn-ghost { display: inline-block; padding: 12px 0; color: #999; margin-right: 15px; margin-bottom: 10px; min-height: 44px; line-height: 1.4; font-size: 12px; border: 1px solid transparent; background: transparent; text-align: left; } .btn-ghost:hover { color: yellow; text-decoration: none; } .btn-ghost-yellow { display: inline-block; padding: 12px 0; color: yellow; margin-right: 15px; margin-bottom: 10px; min-height: 44px; line-height: 1.4; font-size: 12px; border: 1px solid transparent; background: transparent; text-align: left; } .btn-ghost-yellow:hover { text-decoration: underline; } .sections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px; min-height: 300px; } @media (max-width: 768px) { .sections { grid-template-columns: 1fr; } .btn { padding: 14px 28px; min-height: 48px; display: inline-block; margin-right: 10px; margin-bottom: 12px; } .btn-ghost, .btn-ghost-yellow { padding: 14px 0; min-height: 48px; display: inline-block; margin-right: 10px; margin-bottom: 12px; } .buttons { margin-top: 24px; } .buttons a { display: inline-block; margin-bottom: 8px; } } .section { background: #000000; padding: 0; min-height: 250px; } .section-blue { border: 1px solid #003399; } .section-blue h3 { background: #000033; border-bottom: 1px solid #003399; } .section-red { border: 1px solid #993300; } .section-red h3 { background: #330000; border-bottom: 1px solid #993300; } .section h3 { font-size: 14px; color: #ffffff; margin-bottom: 0; font-weight: normal; padding: 8px 15px; min-height: 35px; } .section ul { list-style: none; padding: 15px; } .section li { color: #999; padding: 3px 0; font-size: 13px; } .section > p { padding: 0 15px 15px 15px; } .section li strong { color: #ccc; } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 20px; min-height: 200px; } @media (max-width: 768px) { .info-grid { grid-template-columns: 1fr; gap: 20px; } } .info-block { background: #000000; padding: 0; min-height: 180px; } .info-block-blue { border: 1px solid #003399; } .info-block-blue h3 { background: #000033; border-bottom: 1px solid #003399; } .info-block-red { border: 1px solid #993300; } .info-block-red h3 { background: #330000; border-bottom: 1px solid #993300; } .info-block h3 { font-size: 14px; color: #fff; margin-bottom: 0; font-weight: normal; padding: 8px 15px; min-height: 35px; } .info-block-content { padding: 15px; } .info-block p { color: #999; font-size: 13px; line-height: 1.8; } .history { background: #000000; border: 1px solid #003399; padding: 0; margin-bottom: 20px; min-height: 400px; } .history h3 { font-size: 14px; margin-bottom: 0; color: #fff; font-weight: normal; background: #000033; padding: 8px 15px; border-bottom: 1px solid #003399; min-height: 35px; } .history-content { padding: 20px; } .history p { color: #999; margin-bottom: 10px; font-size: 13px; line-height: 1.8; } footer { border-top: 1px solid #333; padding-top: 20px; text-align: center; color: #666; font-size: 12px; min-height: 80px; } footer a { color: #999; margin: 0 10px; } footer a:hover { color: yellow; } .status { display: inline-block; width: 6px; height: 6px; background: #0f0; margin-left: 5px; vertical-align: middle; border-radius: 50%; animation: pulse-glow 3s ease-in-out infinite; } @keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 3px rgba(0, 255, 0, 0.4); } 50% { box-shadow: 0 0 6px rgba(0, 255, 0, 0.6), 0 0 10px rgba(0, 255, 0, 0.3); } } .dim { color: #666; } .highlight { color: yellow; } .races-list { columns: 2; column-gap: 30px; margin: 15px 0; } .races-list li { break-inside: avoid; padding: 2px 0; }