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

@font-face {
    font-family: 'VT323';
    src: url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
    font-display: swap;
}

body {
    background: linear-gradient(135deg, #1a2c4a 0%, #274372 50%, #1a2c4a 100%);
    font-family: 'VT323', 'Courier New', monospace;
    line-height: 1.5;
    color: #274372;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
}

.old-paper {
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    max-width: 1400px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 0 2px #274372 inset;
    border: 4px solid #FFFFFF;
    padding: 35px;
    transition: box-shadow 0.2s ease;
    will-change: box-shadow;
}

.old-paper:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.5), 0 0 0 2px #274372 inset;
}

.scanlines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0,0,0,0.03) 0px,
        rgba(0,0,0,0.03) 1px,
        transparent 1px,
        transparent 2px
    );
    pointer-events: none;
    z-index: 10;
    opacity: 0.5;
    content-visibility: auto;
}

.container {
    position: relative;
    z-index: 20;
}

.old-header {
    margin-bottom: 30px;
    border-bottom: 4px double #274372;
    padding-bottom: 20px;
}

.ascii-logo pre {
    font-family: 'VT323', monospace;
    font-size: 12px;
    line-height: 1.2;
    color: #274372;
    text-align: center;
    margin: 15px 0;
    letter-spacing: 2px;
    white-space: pre-wrap;
    word-break: break-all;
    text-shadow: 2px 2px 0 rgba(39,67,114,0.1);
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

@media (min-width: 1200px) {
    .ascii-logo pre {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ascii-logo pre {
        font-size: 15px;
    }
}

.marquee {
    background: #274372;
    color: #FFFFFF;
    padding: 12px 20px;
    text-align: center;
    letter-spacing: 4px;
    font-size: 22px;
    margin: 20px 0;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 3px 0 #0f1f33;
    will-change: transform;
    content-visibility: auto;
}

.marquee:after {
    content: "prime market link official 2026 prime darknet market prime marketplace prime onion prime verified";
    position: absolute;
    top: 12px;
    left: 100%;
    animation: marqueeScroll 30s linear infinite;
    white-space: nowrap;
    color: #FFFFFF;
}

@keyframes marqueeScroll {
    0% { left: 100%; }
    100% { left: -200%; }
}

.header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.grid-item {
    border: 2px solid #274372;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    background: #FFFFFF;
    font-size: 18px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 3px 0 #274372;
    will-change: transform, box-shadow;
}

.grid-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 0 #274372;
}

@media (max-width: 600px) {
    .grid-item {
        font-size: 14px;
        padding: 10px 5px;
    }
}

.gif-banner {
    margin: 30px 0;
    border: 4px solid #274372;
    padding: 8px;
    background: #274372;
    display: flex;
    justify-content: center;
    border-radius: 2px;
}

.gif-banner img {
    max-width: 100%;
    height: auto;
    display: block;
    image-rendering: pixelated;
    border: 2px solid #FFFFFF;
    transition: opacity 0.2s ease;
    content-visibility: auto;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
    margin: 35px 0;
}

@media (max-width: 900px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.section-title {
    font-size: 28px;
    margin-bottom: 25px;
    border-left: 8px solid #274372;
    padding-left: 20px;
    background: linear-gradient(to right, rgba(39,67,114,0.08), transparent);
    line-height: 1.3;
    content-visibility: auto;
}

.bracket {
    color: #274372;
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    transform: scaleY(1.2);
}

.mirror-panel {
    border: 3px solid #274372;
    margin-bottom: 35px;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
    content-visibility: auto;
    contain-intrinsic-size: 400px;
}

.mirror-header {
    background: #274372;
    color: #FFFFFF;
    padding: 18px 20px;
    font-size: 24px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #FFFFFF;
    font-weight: bold;
}

.mirror-list {
    padding: 25px;
}

.mirror-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #274372;
    transition: background 0.15s ease;
}

.mirror-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mirror-label {
    font-weight: bold;
    min-width: 180px;
    color: #274372;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.mirror-link {
    color: #274372;
    text-decoration: none;
    font-family: 'VT323', monospace;
    word-break: break-all;
    flex: 1;
    font-size: 20px;
    border-bottom: 2px dotted #274372;
    padding: 2px 0;
    transition: all 0.15s ease;
}

.mirror-link:hover {
    background: #274372;
    color: #FFFFFF;
    border-bottom-color: transparent;
    padding: 2px 5px;
}

.verified-badge {
    background: #274372;
    color: #FFFFFF;
    padding: 5px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 2px;
    box-shadow: 0 2px 0 #0f1f33;
    white-space: nowrap;
}

.mirror-footer {
    background: #f8f8f8;
    padding: 18px 20px;
    border-top: 2px solid #274372;
    font-size: 18px;
    font-family: monospace;
    letter-spacing: 0.5px;
}

.blink {
    animation: blink 1.5s step-end infinite;
    font-size: 20px;
    will-change: opacity;
}

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

.verification-tool {
    border: 3px solid #274372;
    margin: 35px 0;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
}

.tool-title {
    background: #274372;
    color: #FFFFFF;
    padding: 18px 20px;
    font-size: 24px;
    letter-spacing: 1px;
}

.tool-desc {
    padding: 15px 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #274372;
    font-size: 18px;
}

.verify-form {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.verify-input {
    flex: 3;
    min-width: 280px;
    padding: 16px 20px;
    border: 2px solid #274372;
    background: #FFFFFF;
    font-family: 'VT323', monospace;
    font-size: 20px;
    color: #274372;
    transition: all 0.15s ease;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.05);
}

.verify-input:focus {
    outline: none;
    border-color: #274372;
    box-shadow: 0 0 0 3px rgba(39,67,114,0.3), inset 2px 2px 5px rgba(0,0,0,0.05);
    background: #fefefe;
}

.verify-btn {
    flex: 1;
    min-width: 160px;
    background: #274372;
    color: #FFFFFF;
    border: none;
    border-bottom: 4px solid #0f1f33;
    padding: 16px 25px;
    font-family: 'VT323', monospace;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.1s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
    will-change: transform;
}

.verify-btn:hover {
    background: #1f3560;
    border-bottom-width: 2px;
    transform: translateY(2px);
}

.verify-btn:active {
    background: #152a4a;
    border-bottom-width: 1px;
    transform: translateY(3px);
}

.verify-result {
    padding: 25px;
    border-top: 2px dashed #274372;
    min-height: 90px;
    font-size: 20px;
    background: linear-gradient(to bottom, #fff, #fafafa);
}

.result-placeholder {
    color: #777;
    font-style: italic;
    letter-spacing: 0.5px;
}

.stats-panel {
    border: 3px solid #274372;
    margin: 35px 0;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    background: #FFFFFF;
}

@media (max-width: 800px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.stat-item {
    text-align: center;
    padding: 25px 15px;
    border-right: 2px solid #274372;
    border-bottom: 2px solid #274372;
    background: #FFFFFF;
    transition: background 0.15s ease;
}

.stat-item:hover {
    background: #f5f8ff;
}

.stat-item:nth-child(6n) {
    border-right: none;
}

@media (max-width: 800px) {
    .stat-item:nth-child(3n) {
        border-right: none;
    }
}

.stat-value {
    font-size: 34px;
    font-weight: bold;
    color: #274372;
    margin-bottom: 8px;
    line-height: 1.2;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}

.stat-label {
    font-size: 16px;
    color: #274372;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro-text {
    margin-bottom: 30px;
}

.intro-title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #274372;
    font-weight: bold;
    line-height: 1.3;
}

.intro-content {
    font-size: 18px;
    line-height: 1.7;
}

.intro-content p {
    margin-bottom: 15px;
}

.content-block {
    border: 3px solid #274372;
    margin: 35px 0;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}

.block-title {
    background: #274372;
    color: #FFFFFF;
    padding: 18px 25px;
    font-size: 24px;
    letter-spacing: 1px;
}

.block-content {
    padding: 30px;
}

.block-content p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #1a2c4a;
}

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

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 35px 0;
}

@media (max-width: 700px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.feature-card {
    border: 3px solid #274372;
    padding: 25px;
    background: #FFFFFF;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 3px 0 #274372;
    will-change: transform, box-shadow;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 0 #274372;
}

.feature-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #274372;
    border-bottom: 2px dotted #274372;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}

.feature-text {
    font-size: 18px;
    line-height: 1.6;
    color: #1a2c4a;
}

.info-box {
    border: 3px solid #274372;
    padding: 25px;
    margin: 35px 0;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
}

.info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #274372;
    font-size: 18px;
    transition: padding 0.15s ease;
}

.info-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-label {
    font-weight: bold;
    min-width: 160px;
    color: #274372;
    letter-spacing: 0.5px;
}

.info-value {
    color: #1a2c4a;
    flex: 1;
}

.online {
    background: #274372;
    color: #FFFFFF;
    padding: 4px 15px;
    border-radius: 2px;
    display: inline-block;
}

.payment-info {
    border: 3px solid #274372;
    margin: 35px 0;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
}

.payment-title {
    background: #274372;
    color: #FFFFFF;
    padding: 18px 25px;
    font-size: 24px;
}

.payment-grid {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

@media (max-width: 600px) {
    .payment-grid {
        grid-template-columns: 1fr;
    }
}

.payment-item {
    border: 2px solid #274372;
    padding: 25px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    background: linear-gradient(135deg, #fff, #fafafa);
    will-change: transform;
}

.payment-item:hover {
    transform: scale(1.02);
    box-shadow: 0 3px 0 #274372;
}

.payment-coin {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #274372;
    letter-spacing: 0.5px;
}

.payment-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #1a2c4a;
}

.sidebar-module {
    border: 3px solid #274372;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0 5px 0 #0f1f33;
    transition: transform 0.15s ease;
    will-change: transform;
    content-visibility: auto;
    contain-intrinsic-size: 300px;
}

.sidebar-module:hover {
    transform: translateY(-2px);
}

.module-title {
    background: #274372;
    color: #FFFFFF;
    padding: 16px 20px;
    font-size: 22px;
    border-bottom: 2px solid #FFFFFF;
    letter-spacing: 1px;
}

.keywords {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword {
    border: 2px solid #274372;
    padding: 8px 16px;
    background: #FFFFFF;
    font-size: 18px;
    color: #274372;
    transition: all 0.15s ease;
    cursor: default;
    box-shadow: 0 2px 0 #274372;
}

.keyword:hover {
    background: #274372;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 0 #0f1f33;
}

.stats-detailed {
    padding: 20px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #274372;
    font-size: 18px;
    transition: padding 0.15s ease;
}

.stat-row span:first-child {
    font-weight: bold;
    color: #274372;
}

.stat-row span:last-child {
    color: #1a2c4a;
}

.timeline {
    padding: 20px;
}

.timeline-item {
    margin-bottom: 18px;
    padding-left: 25px;
    border-left: 4px solid #274372;
    font-size: 18px;
    transition: border-width 0.15s ease;
}

.timeline-date {
    font-weight: bold;
    color: #274372;
    display: inline-block;
    min-width: 80px;
}

.advisory-list {
    padding: 20px;
    list-style: none;
}

.advisory-list li {
    margin-bottom: 14px;
    padding-left: 28px;
    position: relative;
    font-size: 18px;
    transition: transform 0.15s ease;
}

.advisory-list li:before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #274372;
    font-size: 16px;
    transition: transform 0.15s ease;
}

.vendor-list {
    padding: 20px;
}

.vendor-item {
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid #274372;
    font-size: 18px;
    transition: all 0.15s ease;
    background: #FFFFFF;
}

.vendor-item:hover {
    background: #274372;
    color: #FFFFFF;
    transform: translateX(5px);
}

.announcements {
    padding: 20px;
}

.announcement {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #274372;
    font-size: 18px;
    transition: padding 0.15s ease;
}

.announcement:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.announcement-date {
    font-weight: bold;
    color: #274372;
    display: block;
    margin-bottom: 6px;
}

.quick-stats {
    padding: 20px;
}

.quick-stats div {
    margin-bottom: 15px;
    padding: 10px 12px;
    background: #f8f8f8;
    font-size: 18px;
    border-left: 4px solid #274372;
    transition: all 0.15s ease;
}

.faq-section {
    margin: 45px 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 25px;
}

@media (max-width: 800px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

.faq-item {
    border: 3px solid #274372;
    padding: 25px;
    background: #FFFFFF;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 3px 0 #274372;
    will-change: transform;
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 0 #274372;
}

.faq-q {
    font-weight: bold;
    margin-bottom: 12px;
    color: #274372;
    font-size: 22px;
    border-bottom: 2px dotted #274372;
    padding-bottom: 8px;
}

.faq-a {
    font-size: 18px;
    line-height: 1.6;
    color: #1a2c4a;
}

.disclaimer {
    border: 4px solid #274372;
    margin: 40px 0;
    padding: 30px;
    background: #f8f8f8;
    box-shadow: 0 5px 0 #0f1f33;
}

.disclaimer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #274372;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.disclaimer-text {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    color: #1a2c4a;
    max-width: 1000px;
    margin: 0 auto;
}

.old-footer {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 4px double #274372;
    text-align: center;
}

.footer-links {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.footer-links a {
    color: #274372;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 2px dotted #274372;
    padding: 2px 0;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.footer-links a:hover {
    background: #274372;
    color: #FFFFFF;
    border-bottom-color: transparent;
    padding: 2px 8px;
}

.copyright {
    font-size: 16px;
    color: #274372;
    margin: 20px 0;
    letter-spacing: 0.5px;
}

.counter {
    margin-top: 20px;
    opacity: 0.8;
    transition: opacity 0.15s ease;
}

.counter img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .old-paper {
        padding: 20px;
    }
    
    .section-title {
        font-size: 24px;
        padding-left: 15px;
    }
    
    .bracket {
        font-size: 28px;
    }
    
    .mirror-label {
        min-width: 100%;
    }
    
    .footer-links {
        gap: 10px;
    }
    
    .footer-links a {
        font-size: 16px;
    }
    
    .stat-value {
        font-size: 28px;
    }
    
    .intro-title {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    .old-paper {
        padding: 15px;
    }
    
    .marquee {
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .verify-btn {
        width: 100%;
    }
    
    .verify-input {
        width: 100%;
    }
    
    .stat-value {
        font-size: 24px;
    }
    
    .stat-label {
        font-size: 13px;
    }
}

.verify-success, .verify-fail {
    padding: 20px 25px;
    margin: 10px 0;
    border: 3px solid;
    font-size: 20px;
    text-align: center;
    animation: slideIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: bold;
    letter-spacing: 0.5px;
    will-change: transform, opacity;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.verify-success {
    background-color: #e6f0e6;
    border-color: #274372;
    color: #274372;
    box-shadow: 0 3px 0 #1a2c4a;
}

.verify-fail {
    background-color: #ffe6e6;
    border-color: #274372;
    color: #274372;
    box-shadow: 0 3px 0 #1a2c4a;
}

a {
    color: #274372;
    transition: all 0.15s ease;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

::selection {
    background: #274372;
    color: #FFFFFF;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: 1px solid #274372;
}

::-webkit-scrollbar-thumb {
    background: #274372;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
}

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

strong {
    font-weight: bold;
    color: #1a2c4a;
}

.mirror-panel, .verification-tool, .stats-panel, .content-block, .sidebar-module {
    page-break-inside: avoid;
    break-inside: avoid;
}

@media print {
    .scanlines, .gif-banner, .counter {
        display: none;
    }
}

.old-paper, .container {
    isolation: isolate;
}

h1, h2, h3 {
    font-weight: bold;
    color: #274372;
}