* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #1a0005 0%, #0d0009 100%);
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 10;
}

header {
    text-align: center;
    padding: 30px 0;
}

.logo-container {
    margin-bottom: 20px;
}

.gif-container {
    margin-bottom: 30px;
}

.main-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    padding: 15px;
    background: linear-gradient(45deg, #1f0009, #2a0010);
    border-radius: 8px;
    border: 1px solid #87001d;
}

.main-nav a {
    color: #ff5050;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.main-nav a:hover {
    background: linear-gradient(45deg, #87001d, #ff5050);
    color: #FFFFFF;
}

.content-section {
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(145deg, #1a0007, #25000c);
    border-radius: 12px;
    border: 1px solid #87001d;
    box-shadow: 0 8px 25px rgba(135, 0, 29, 0.2);
}

.content-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ff5050, #87001d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.content-section h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #ff5050;
    border-bottom: 2px solid #87001d;
    padding-bottom: 10px;
}

.content-section h3 {
    font-size: 1.5rem;
    margin: 20px 0 15px;
    color: #ff5050;
}

.content-block {
    margin-bottom: 30px;
}

.content-block p {
    margin-bottom: 15px;
    color: #e6e6e6;
    line-height: 1.8;
}

.content-block strong {
    color: #ff5050;
}

.intro {
    text-align: center;
    margin-bottom: 40px;
}

.security-alert {
    background: linear-gradient(45deg, #87001d, #ff5050);
    padding: 15px;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 0 15px rgba(255, 80, 80, 0.3);
}

.blink {
    animation: blink 2s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.links {
    margin-bottom: 50px;
}

.links h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #ff5050;
}

.links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
}

.mirror-link {
    display: block;
    padding: 15px 30px;
    background: linear-gradient(45deg, #87001d, #ff5050);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 600px;
    word-break: break-all;
    box-shadow: 0 4px 15px rgba(255, 80, 80, 0.2);
}

.mirror-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 80, 80, 0.4);
}

.info {
    margin-bottom: 50px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.info-card {
    background: linear-gradient(145deg, #1f0009, #2a0010);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(135, 0, 29, 0.2);
    border: 1px solid #87001d;
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card h3 {
    color: #ff5050;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.info-card p {
    color: #e6e6e6;
}

footer {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #87001d;
    margin-top: 30px;
}

footer p {
    margin-bottom: 10px;
    color: #b3b3b3;
}

.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 768px) {
    .content-section h1 {
        font-size: 2rem;
    }
    
    .content-section h2 {
        font-size: 1.8rem;
    }
    
    .main-nav {
        flex-direction: column;
        align-items: center;
    }
    
    .content-section {
        padding: 20px;
    }
}

```css
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.primary-access {
    text-align: center;
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(145deg, #1f0009, #2a0010);
    border-radius: 12px;
    border: 2px solid #ff5050;
    box-shadow: 0 0 25px rgba(255, 80, 80, 0.4);
}

.primary-access h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ff5050;
}

.primary-link {
    display: inline-block;
    padding: 18px 35px;
    background: linear-gradient(45deg, #ff5050, #87001d);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 15px 0;
    box-shadow: 0 6px 20px rgba(255, 80, 80, 0.3);
    word-break: break-all;
}

.primary-link:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 80, 80, 0.5);
}

.access-description {
    font-size: 1rem;
    color: #e6e6e6;
    margin-top: 10px;
}

.links-container h3 {
    text-align: center;
    font-size: 1.6rem;
    margin: 30px 0 20px;
    color: #ff5050;
}

.content-section h2 strong {
    background: linear-gradient(45deg, #ff5050, #87001d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.content-block h3 strong {
    background: linear-gradient(45deg, #ff5050, #87001d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.security-alert span {
    font-weight: bold;
    font-size: 1.1rem;
}

.main-nav span {
    display: inline-block;
}

.content-section[itemscope] {
    border: 2px solid #ff5050;
    box-shadow: 0 0 30px rgba(255, 80, 80, 0.25);
}

.primary-access .primary-link {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 80, 80, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(255, 80, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 80, 80, 0); }
}

.mirror-link {
    position: relative;
    overflow: hidden;
}

.mirror-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.mirror-link:hover::before {
    left: 100%;
}

.logo-container img[itemprop] {
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(255, 80, 80, 0.3);
}

.main-nav a[itemprop] {
    position: relative;
}

.main-nav a[itemprop]:hover {
    z-index: 2;
}

.content-section h2 {
    display: flex;
    align-items: center;
}

.content-section h2::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #87001d, transparent);
    margin-left: 15px;
}

.security-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.security-alert::before {
    content: '⚠️';
    font-size: 1.5rem;
}

.primary-access::before {
    content: '⭐';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    background: linear-gradient(45deg, #ff5050, #87001d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (max-width: 768px) {
    .primary-access {
        padding: 20px 15px;
    }
    
    .primary-link {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .primary-access h3 {
        font-size: 1.4rem;
    }
    
    .content-section h2::after {
        display: none;
    }
    
    .security-alert {
        flex-direction: column;
        text-align: center;
    }
}
```