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

body {
    background-color: #303948;
    color: #FFFFFF;
    font-family: 'Exo 2', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    line-height: 1.5;
    font-weight: 300;
}

.matrix-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303948;
    z-index: -1;
    opacity: 1;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hexagon-logo {
    position: relative;
    width: 200px;
    height: 110px;
    margin: 0 auto 2rem;
    transform: rotate(0deg);
}

.logo-img {
    width: 165px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    object-fit: contain;
    filter: drop-shadow(0 0 5px rgba(60, 190, 242, 0.3));
}

.hex-border {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(60, 190, 242, 0.05);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    border: 1px solid rgba(60, 190, 242, 0.2);
    z-index: 1;
}

.hex-glow {
    display: none;
}

.main-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
}

.floating-card {
    background: rgba(38, 45, 56, 0.95);
    border: 1px solid rgba(60, 190, 242, 0.2);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.review-card {
    grid-column: 1;
}

.title-main {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    font-weight: 700;
    color: #3cbef2;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.pulse-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #3cbef2, transparent);
    margin: 1.5rem 0;
}

.info-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.info-tile {
    padding: 1rem;
    border-left: 2px solid #3cbef2;
    background: rgba(0, 0, 0, 0.1);
}

.info-tile h3 {
    font-size: 0.75rem;
    color: #3cbef2;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Orbitron', monospace;
    font-weight: 600;
}

.status {
    color: #3cbef2;
    font-weight: 600;
    font-family: 'Orbitron', monospace;
    font-size: 0.9rem;
}

.active {
    position: relative;
    padding-left: 1rem;
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #3cbef2;
    border-radius: 50%;
}

.update-time {
    font-family: 'Orbitron', monospace;
    color: #FFFFFF;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.description {
    font-size: 0.95rem;
    line-height: 1.6;
}

.description p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.warning-box {
    background: rgba(60, 190, 242, 0.05);
    border-left: 3px solid #3cbef2;
    padding: 1.25rem;
    margin: 1.5rem 0;
}

.warning-box h4 {
    color: #3cbef2;
    margin-bottom: 0.5rem;
    font-family: 'Orbitron', monospace;
    font-size: 0.85rem;
    font-weight: 600;
}

.warning-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
}

.protocol-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(60, 190, 242, 0.15);
    padding: 1.5rem;
    margin: 2rem 0;
}

.protocol-box h4 {
    color: #FFFFFF;
    margin-bottom: 0.75rem;
    font-family: 'Orbitron', monospace;
    font-size: 0.95rem;
    font-weight: 600;
}

.description h3 {
    color: #3cbef2;
    margin: 2rem 0 1rem;
    font-family: 'Orbitron', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(60, 190, 242, 0.2);
    padding-bottom: 0.5rem;
}

.links-section {
    grid-column: 2;
    position: relative;
}

.links-container {
    background: rgba(25, 30, 40, 0.95);
    border: 1px solid rgba(60, 190, 242, 0.2);
    padding: 1.5rem;
    height: 100%;
}

.links-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(60, 190, 242, 0.2);
}

.links-header h2 {
    font-family: 'Orbitron', monospace;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.signal-indicator {
    display: flex;
    align-items: center;
    color: #3cbef2;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Orbitron', monospace;
}

.signal-dot {
    width: 6px;
    height: 6px;
    background: #3cbef2;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.mirrors-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mirror-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(60, 190, 242, 0.1);
    opacity: 1;
}

.link-prefix {
    color: #3cbef2;
    font-family: 'Orbitron', monospace;
    font-size: 0.7rem;
    margin-right: 0.75rem;
    min-width: 80px;
    font-weight: 600;
}

.link-url {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    flex-grow: 1;
    word-break: break-all;
    padding: 0.25rem 0;
}

.link-status {
    width: 8px;
    height: 8px;
    background: #3cbef2;
    border-radius: 50%;
    margin-left: 0.75rem;
}

.technical-specs {
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(60, 190, 242, 0.1);
}

.technical-specs h3 {
    color: #3cbef2;
    margin-bottom: 1rem;
    font-family: 'Orbitron', monospace;
    font-size: 1rem;
    font-weight: 600;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.spec-item {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    background: rgba(60, 190, 242, 0.03);
    border: 1px solid rgba(60, 190, 242, 0.05);
}

.spec-label {
    font-size: 0.65rem;
    color: #3cbef2;
    font-family: 'Orbitron', monospace;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    font-weight: 600;
}

.spec-value {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    word-break: break-all;
    line-height: 1.3;
}

.performance-analysis {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: rgba(48, 57, 72, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.performance-analysis h3 {
    color: #FFFFFF;
    margin-bottom: 1rem;
    font-family: 'Orbitron', monospace;
    font-size: 1rem;
    font-weight: 600;
}

.performance-analysis p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.access-note {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(60, 190, 242, 0.05);
    border: 1px solid rgba(60, 190, 242, 0.15);
    color: #3cbef2;
    font-size: 0.8rem;
    font-family: 'Orbitron', monospace;
    text-align: center;
}

.warning-symbol {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.floating-elements {
    display: none;
}

.side-panel {
    position: fixed;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.panel-section {
    background: rgba(25, 30, 40, 0.95);
    border: 1px solid rgba(60, 190, 242, 0.15);
    padding: 1.25rem;
}

.panel-section h3 {
    color: #3cbef2;
    font-family: 'Orbitron', monospace;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.feature-item {
    margin-bottom: 1rem;
}

.feature-name {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    font-weight: 300;
}

.feature-bar {
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 1px;
}

.bar-fill {
    height: 100%;
    background: #3cbef2;
    border-radius: 1px;
}

.security-ring {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem;
}

.ring-progress {
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    border-top: 6px solid #3cbef2;
    border-right: 6px solid #3cbef2;
    border-radius: 50%;
}

.ring-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: #3cbef2;
    font-weight: 700;
}

.security-details {
    margin-top: 1rem;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.75rem;
    align-items: center;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item span:first-child {
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
}

.detail-status {
    font-family: 'Orbitron', monospace;
    font-size: 0.65rem;
    padding: 0.15rem 0.5rem;
    border-radius: 1px;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

.detail-status.active {
    background: rgba(60, 190, 242, 0.1);
    color: #3cbef2;
}

.detail-status.inactive {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
}

.timeline {
    margin-top: 0.75rem;
}

.timeline-item {
    display: flex;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(60, 190, 242, 0.1);
    align-items: flex-start;
}

.timeline-date {
    min-width: 70px;
    color: #3cbef2;
    font-family: 'Orbitron', monospace;
    font-size: 0.7rem;
    font-weight: 600;
}

.timeline-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.75rem;
    flex-grow: 1;
    line-height: 1.3;
}

.conclusion-section {
    margin: 2rem 0 1.5rem;
}

.conclusion-card {
    background: rgba(25, 30, 40, 0.95);
    border: 1px solid rgba(60, 190, 242, 0.2);
    padding: 1.5rem;
}

.conclusion-card h3 {
    color: #3cbef2;
    font-family: 'Orbitron', monospace;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.assessment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.assessment-positive, .assessment-negative {
    padding: 1.25rem;
}

.assessment-positive {
    background: rgba(60, 190, 242, 0.05);
    border-left: 3px solid #3cbef2;
}

.assessment-negative {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid rgba(255, 255, 255, 0.2);
}

.assessment-positive h4, .assessment-negative h4 {
    color: #FFFFFF;
    margin-bottom: 0.75rem;
    font-family: 'Orbitron', monospace;
    font-size: 0.95rem;
    font-weight: 600;
}

.assessment-positive ul, .assessment-negative ul {
    padding-left: 1rem;
    list-style: none;
}

.assessment-positive li, .assessment-negative li {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
    position: relative;
    padding-left: 1.25rem;
}

.assessment-positive li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3cbef2;
    font-weight: bold;
}

.assessment-negative li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.assessment-positive li {
    color: rgba(255, 255, 255, 0.9);
}

.assessment-negative li {
    color: rgba(255, 255, 255, 0.7);
}

.final-statement {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(60, 190, 242, 0.15);
    margin-top: 1.5rem;
}

.final-statement p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 0.9rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.footer {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(60, 190, 242, 0.1);
    position: relative;
}

.footer-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Orbitron', monospace;
    font-size: 0.7rem;
    padding: 0.75rem 0;
    text-transform: uppercase;
    font-weight: 300;
}

.scan-line {
    display: none;
}

.description h2 {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Orbitron', monospace;
    font-weight: 600;
    border-bottom: 1px solid rgba(60, 190, 242, 0.2);
    padding-bottom: 0.5rem;
}

.description h4 {
    color: #FFFFFF;
    font-size: 1rem;
    margin: 1.25rem 0 0.75rem;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
}

.additional-content {
    margin: 2rem 0;
}

.content-section {
    background: rgba(38, 45, 56, 0.7);
    border: 1px solid rgba(60, 190, 242, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.content-section h2 {
    color: #3cbef2;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-family: 'Orbitron', monospace;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.content-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #3cbef2;
}

.content-section p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.content-section:last-child {
    margin-bottom: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.stat-item {
    background: rgba(60, 190, 242, 0.03);
    border: 1px solid rgba(60, 190, 242, 0.08);
    padding: 0.75rem;
    text-align: center;
}

.stat-value {
    font-family: 'Orbitron', monospace;
    font-size: 1.25rem;
    font-weight: 700;
    color: #3cbef2;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
}

.performance-analysis h4 {
    color: #3cbef2;
    font-size: 0.9rem;
    margin: 1.25rem 0 0.75rem;
    font-family: 'Orbitron', monospace;
    font-weight: 600;
}

.link-url {
    cursor: default;
}

footer {
    display: block;
}

article, section {
    display: block;
}

.review-card article {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}

@media (max-width: 1200px) {
    .main-content {
        grid-template-columns: 1fr;
    }
    
    .side-panel {
        position: static;
        transform: none;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    
    .panel-section {
        flex: 1;
        margin: 0.25rem;
        min-width: 200px;
    }
    
    .spec-grid {
        grid-template-columns: 1fr;
    }
    
    .assessment-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }
    
    .title-main {
        font-size: 1.5rem;
    }
    
    .info-blocks {
        grid-template-columns: 1fr;
    }
    
    .side-panel {
        flex-direction: column;
    }
    
    .panel-section {
        width: 100%;
        margin: 0.5rem 0;
    }
    
    .hexagon-logo {
        width: 160px;
        height: 90px;
        margin-bottom: 1.5rem;
    }
    
    .logo-img {
        width: 140px;
        height: 50px;
    }
    
    .description h3 {
        font-size: 1rem;
    }
    
    .technical-specs {
        padding: 1rem;
    }
    
    .conclusion-card {
        padding: 1.25rem;
    }
    
    .footer-text {
        font-size: 0.65rem;
    }
    
    .description h2 {
        font-size: 1.3rem;
    }
    
    .content-section h2 {
        font-size: 1.1rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-value {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0.75rem;
    }
    
    .title-main {
        font-size: 1.25rem;
    }
    
    .floating-card,
    .links-container,
    .panel-section,
    .conclusion-card,
    .content-section {
        padding: 1rem;
    }
    
    .main-content {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .additional-content {
        margin: 1.5rem 0;
    }
    
    .description h2 {
        font-size: 1.1rem;
    }
    
    .content-section h2 {
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

html {
    scroll-behavior: auto;
}