* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Courier New', Courier, 'VT323', 'IBM Plex Mono', 'Fira Code', monospace;
}
body {
background: #FFFFFF;
color: #274372;
line-height: 1.5;
font-size: 18px;
image-rendering: crisp-edges;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.page-grid {
max-width: 1280px;
margin: 0 auto;
padding: 1.5rem 2rem;
display: flex;
flex-direction: column;
gap: 2rem;
}
.top-bar {
display: flex;
justify-content: space-between;
align-items: center;
border: 3px solid #274372;
padding: 0.75rem 1.5rem;
background: #FFFFFF;
box-shadow: 8px 8px 0 #274372;
transition: box-shadow 0.2s ease;
}
.top-bar:hover {
box-shadow: 10px 10px 0 #274372;
}
.logo-area {
display: flex;
align-items: baseline;
gap: 1.5rem;
flex-wrap: wrap;
}
.logo {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: -1.5px;
color: #274372;
text-transform: uppercase;
background: #FFFFFF;
text-shadow: 3px 3px 0 rgba(39,67,114,0.15);
line-height: 1.1;
}
.since {
font-size: 0.95rem;
border: 2px solid #274372;
padding: 0.25rem 0.9rem;
background: #274372;
color: #FFFFFF;
letter-spacing: 1.2px;
font-weight: 500;
text-transform: uppercase;
transform: skew(-5deg);
display: inline-block;
}
.main-nav ul {
display: flex;
gap: 2.5rem;
list-style: none;
flex-wrap: wrap;
}
.main-nav a {
color: #274372;
text-decoration: none;
font-size: 1.25rem;
font-weight: 600;
border-bottom: 2px dotted #274372;
padding-bottom: 4px;
transition: all 0.15s ease;
letter-spacing: -0.3px;
}
.main-nav a:hover {
background: #274372;
color: #FFFFFF;
border-bottom: 2px solid #FFFFFF;
padding: 0.2rem 0.4rem;
margin: -0.2rem -0.4rem;
}
.marquee-wrapper {
border: 2px solid #274372;
padding: 0.85rem;
background: #f5f8ff;
overflow: hidden;
white-space: nowrap;
box-shadow: inset 0 0 0 1px #FFFFFF, 4px 4px 0 #274372;
}
.marquee {
display: inline-block;
animation: scroll 40s linear infinite;
font-size: 1.2rem;
color: #274372;
font-weight: 500;
letter-spacing: 0.3px;
}
@keyframes scroll {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
.hero {
border: 3px solid #274372;
padding: 2.5rem 2.5rem;
background: #FFFFFF;
position: relative;
box-shadow: 8px 8px 0 #274372;
transition: box-shadow 0.2s ease;
}
.hero:hover {
box-shadow: 12px 12px 0 #274372;
}
.hero h1 {
font-size: 2.8rem;
text-transform: uppercase;
line-height: 1.1;
margin-bottom: 1.25rem;
word-break: break-word;
font-weight: 700;
letter-spacing: -1.5px;
}
.hero h1 .accent {
background: #274372;
color: #FFFFFF;
padding: 0.2rem 1rem;
display: inline-block;
font-style: normal;
transform: skew(-5deg);
margin-left: 0.5rem;
box-shadow: 4px 4px 0 #0f1f36;
}
.hero-sub {
font-size: 1.4rem;
margin-bottom: 1.5rem;
border-left: 8px solid #274372;
padding-left: 1.25rem;
font-weight: 500;
opacity: 0.95;
}
.seo-badge {
display: inline-block;
background: #FFFFFF;
border: 2px solid #274372;
padding: 0.6rem 1.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.1rem;
box-shadow: 4px 4px 0 #274372;
}
.breadcrumbs {
margin: 0.5rem 0 1rem;
font-size: 0.95rem;
}
.breadcrumbs ul {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
list-style: none;
}
.breadcrumbs a {
color: #274372;
text-decoration: underline;
}
.breadcrumbs .seo-text {
margin-top: 0.5rem;
font-size: 0.9rem;
opacity: 0.8;
border-left: 3px solid #274372;
padding-left: 0.75rem;
}
.section-header {
display: flex;
align-items: center;
gap: 1.5rem;
margin-bottom: 2rem;
border-bottom: 3px solid #274372;
padding-bottom: 0.75rem;
flex-wrap: wrap;
}
.section-header h2 {
font-size: 2.2rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: -1px;
line-height: 1.2;
}
.header-dec {
font-family: monospace;
background: #274372;
color: #FFFFFF;
padding: 0.4rem 1.2rem;
font-size: 1.1rem;
letter-spacing: 0.5px;
transform: skew(-5deg);
box-shadow: 3px 3px 0 #0f1f36;
}
.mirrors-section {
margin-top: 0.5rem;
}
.links-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
gap: 2.2rem;
margin: 2rem 0 1.5rem;
}
.link-card {
border: 3px solid #274372;
background: #FFFFFF;
transition: all 0.2s cubic-bezier(0.2, 0.9, 0.3, 1);
box-shadow: 6px 6px 0 #274372;
will-change: transform, box-shadow;
}
.link-card:hover {
transform: translate(-3px, -3px);
box-shadow: 12px 12px 0 #274372;
}
.card-inner {
padding: 1.8rem;
display: flex;
flex-direction: column;
gap: 1rem;
}
.mirror-tag {
font-size: 0.9rem;
color: #274372;
border: 2px solid #274372;
padding: 0.3rem 0.8rem;
align-self: flex-start;
background: #FFFFFF;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.link-url {
font-size: 1.25rem;
word-break: break-all;
color: #274372;
text-decoration: underline dotted #274372;
text-underline-offset: 4px;
cursor: pointer;
font-weight: 600;
line-height: 1.4;
padding: 0.25rem 0;
}
.link-url:hover {
background: #274372;
color: #FFFFFF;
text-decoration: none;
}
.link-latency {
font-size: 0.95rem;
color: #274372;
opacity: 0.85;
display: flex;
align-items: center;
gap: 0.3rem;
}
.link-pgp {
font-size: 0.85rem;
color: #274372;
opacity: 0.75;
font-family: monospace;
word-break: break-word;
}
.copy-btn {
background: #274372;
color: #FFFFFF;
border: 2px solid #274372;
padding: 0.8rem 1.2rem;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
width: fit-content;
transition: all 0.15s ease;
box-shadow: 4px 4px 0 #0f1f36;
letter-spacing: 0.8px;
margin-top: 0.5rem;
}
.copy-btn:hover {
background: #FFFFFF;
color: #274372;
box-shadow: 6px 6px 0 #274372;
}
.mirror-footer {
text-align: right;
margin-top: 1.5rem;
border-top: 2px dashed #274372;
padding-top: 1rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 0.8rem;
font-size: 0.95rem;
}
.mirror-extra {
color: #274372;
opacity: 0.9;
padding: 0.2rem 0.8rem;
background: #f5f8ff;
border: 1px solid #274372;
}
.blink {
animation: blink-animation 1.2s step-end infinite;
font-weight: 600;
}
@keyframes blink-animation {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
.quick-facts {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1rem;
margin: 1rem 0 2rem;
}
.fact-item {
border: 2px solid #274372;
padding: 1rem;
text-align: center;
background: #FFFFFF;
box-shadow: 4px 4px 0 #274372;
}
.fact-number {
display: block;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.2;
}
.fact-label {
display: block;
font-size: 0.85rem;
text-transform: uppercase;
opacity: 0.8;
}
.verify-section {
margin: 1.5rem 0;
}
.verify-container {
border: 3px solid #274372;
padding: 2.5rem;
background: #FFFFFF;
box-shadow: 10px 10px 0 #274372;
margin-bottom: 2.5rem;
transition: box-shadow 0.2s ease;
}
.verify-container:hover {
box-shadow: 14px 14px 0 #274372;
}
.verify-intro {
font-size: 1.35rem;
margin-bottom: 2rem;
font-weight: 500;
border-left: 6px solid #274372;
padding-left: 1.2rem;
}
.input-group {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin-bottom: 1.8rem;
}
.verify-input {
flex: 3 1 320px;
padding: 1.1rem;
border: 3px solid #274372;
font-size: 1.1rem;
background: #FFFFFF;
color: #274372;
font-family: monospace;
transition: all 0.15s ease;
box-shadow: inset 2px 2px 0 #f0f4fa;
}
.verify-input:focus {
outline: none;
border-color: #274372;
box-shadow: inset 2px 2px 0 #274372, 4px 4px 0 #274372;
transform: translate(-2px, -2px);
}
.verify-btn {
flex: 1 1 auto;
background: #274372;
color: #FFFFFF;
border: 3px solid #274372;
padding: 1.1rem 2.2rem;
font-size: 1.3rem;
font-weight: 600;
cursor: pointer;
text-transform: uppercase;
box-shadow: 6px 6px 0 #0f1f36;
transition: all 0.15s ease;
letter-spacing: 0.5px;
line-height: 1.2;
}
.verify-btn:hover {
background: #FFFFFF;
color: #274372;
box-shadow: 8px 8px 0 #274372;
transform: translate(-2px, -2px);
}
.verify-note {
margin-top: 2rem;
padding: 1.2rem;
background: #f5f8ff;
border-left: 6px solid #274372;
font-size: 1rem;
border: 2px solid #274372;
box-shadow: 3px 3px 0 #274372;
}
.note-sign {
font-weight: 700;
margin-right: 0.8rem;
font-size: 1.2rem;
}
.validation-result {
margin-top: 1.5rem;
padding: 1.2rem;
font-weight: 600;
display: none;
border: 2px solid;
font-size: 1.1rem;
word-break: break-word;
box-shadow: 3px 3px 0 #274372;
}
.validation-result.success {
display: block;
background: #FFFFFF;
border-color: #274372;
color: #274372;
}
.validation-result.error {
display: block;
background: #FFFFFF;
border-color: #274372;
color: #274372;
text-decoration: line-through wavy #274372;
}
.ad-gif {
border: 4px solid #274372;
margin: 2.5rem 0;
max-width: 100%;
background: #f5f8ff;
display: flex;
justify-content: center;
box-shadow: 8px 8px 0 #274372;
transition: box-shadow 0.2s ease;
}
.ad-gif:hover {
box-shadow: 12px 12px 0 #274372;
}
.ad-gif img {
width: 100%;
height: auto;
max-width: 1060px;
image-rendering: pixelated;
display: block;
}
.specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
gap: 1.8rem;
margin: 2rem 0 2.5rem;
}
.spec-card {
border: 2px solid #274372;
padding: 1.5rem 1rem;
text-align: center;
background: #FFFFFF;
box-shadow: 5px 5px 0 #274372;
transition: all 0.15s ease;
}
.spec-card:hover {
transform: translate(-2px, -2px);
box-shadow: 8px 8px 0 #274372;
}
.spec-label {
display: block;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 1.5px;
opacity: 0.8;
margin-bottom: 0.7rem;
}
.spec-value {
display: block;
font-size: 1.45rem;
font-weight: 700;
line-height: 1.3;
}
.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2.2rem;
margin: 2rem 0;
}
.info-block {
border: 2px solid #274372;
padding: 1.8rem;
background: #FFFFFF;
box-shadow: 6px 6px 0 #274372;
transition: box-shadow 0.2s ease;
}
.info-block:hover {
box-shadow: 10px 10px 0 #274372;
}
.info-block h3 {
font-size: 1.6rem;
margin-bottom: 1.2rem;
text-transform: uppercase;
border-left: 6px solid #274372;
padding-left: 0.8rem;
font-weight: 600;
letter-spacing: -0.5px;
line-height: 1.3;
}
.info-block p {
font-size: 1rem;
line-height: 1.6;
margin-bottom: 1rem;
}
.stats-section {
margin: 2rem 0;
}
.stats-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 1.8rem;
margin: 2rem 0 1.5rem;
}
.stat-item {
border: 2px solid #274372;
padding: 1.8rem 0.8rem;
text-align: center;
background: #FFFFFF;
box-shadow: 5px 5px 0 #274372;
transition: transform 0.15s ease;
}
.stat-item:hover {
transform: translate(-2px, -2px);
box-shadow: 8px 8px 0 #274372;
}
.stat-number {
display: block;
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 0.7rem;
line-height: 1.1;
}
.stat-label {
display: block;
font-size: 0.95rem;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.9;
}
.stats-disclaimer {
text-align: right;
font-size: 0.9rem;
border-top: 1px dashed #274372;
padding-top: 0.8rem;
margin-top: 0.8rem;
opacity: 0.8;
}
.categories-section {
margin: 2rem 0;
}
.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.8rem;
margin: 2rem 0;
}
.category-block {
border: 2px solid #274372;
padding: 1.5rem;
background: #FFFFFF;
box-shadow: 5px 5px 0 #274372;
}
.category-block h4 {
font-size: 1.3rem;
margin-bottom: 1rem;
border-bottom: 2px dotted #274372;
padding-bottom: 0.5rem;
text-transform: uppercase;
}
.category-block ul {
list-style: none;
}
.category-block li {
font-size: 0.95rem;
padding: 0.3rem 0;
border-bottom: 1px solid rgba(39,67,114,0.1);
}
.faq-section {
margin: 2rem 0;
}
.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 1.8rem;
margin: 2rem 0;
}
.faq-item {
border: 2px solid #274372;
padding: 1.5rem;
background: #FFFFFF;
box-shadow: 4px 4px 0 #274372;
transition: box-shadow 0.2s ease;
}
.faq-item:hover {
box-shadow: 7px 7px 0 #274372;
}
.faq-q {
font-weight: 700;
font-size: 1.15rem;
margin-bottom: 0.9rem;
border-bottom: 2px dotted #274372;
padding-bottom: 0.7rem;
letter-spacing: -0.3px;
}
.faq-a {
font-size: 0.98rem;
line-height: 1.6;
opacity: 0.95;
}
.testimonials-section {
margin: 2rem 0;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.8rem;
margin: 2rem 0;
}
.testimonial-item {
border: 2px solid #274372;
padding: 1.5rem;
background: #FFFFFF;
box-shadow: 5px 5px 0 #274372;
}
.testimonial-rating {
font-size: 1.3rem;
margin-bottom: 0.8rem;
color: #274372;
}
.testimonial-text {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 1rem;
font-style: italic;
}
.testimonial-author {
font-size: 0.9rem;
opacity: 0.8;
text-align: right;
border-top: 1px dashed #274372;
padding-top: 0.5rem;
}
.seo-content {
margin: 2rem 0;
}
.seo-text-block {
border: 2px solid #274372;
padding: 1.8rem;
background: #FFFFFF;
box-shadow: 6px 6px 0 #274372;
}
.seo-text-block p {
font-size: 1rem;
line-height: 1.7;
margin-bottom: 1.2rem;
}
.recent-updates {
margin: 2rem 0;
}
.updates-container {
border: 2px solid #274372;
padding: 1.5rem;
background: #FFFFFF;
box-shadow: 5px 5px 0 #274372;
}
.update-item {
display: flex;
flex-wrap: wrap;
gap: 1rem;
padding: 0.75rem 0;
border-bottom: 1px dashed rgba(39,67,114,0.3);
}
.update-item:last-child {
border-bottom: none;
}
.update-time {
font-weight: 700;
min-width: 160px;
font-size: 0.9rem;
}
.update-text {
font-size: 0.95rem;
}
.schema-section {
margin: 2rem 0;
}
.schema-content {
border: 2px solid #274372;
padding: 1.5rem;
background: #f5f8ff;
font-family: monospace;
font-size: 0.9rem;
box-shadow: 4px 4px 0 #274372;
}
.schema-content p {
margin: 0.5rem 0;
}
.old-footer {
margin-top: 3.5rem;
border-top: 4px double #274372;
padding: 2.5rem 0 1.5rem;
text-align: center;
}
.footer-keywords {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
justify-content: center;
margin-bottom: 2rem;
font-size: 0.9rem;
color: #274372;
background: #f5f8ff;
padding: 1.2rem;
border: 2px solid #274372;
box-shadow: inset 0 0 0 1px #FFFFFF, 4px 4px 0 #274372;
}
.keyword-block {
background: #FFFFFF;
padding: 0.3rem 0.9rem;
border: 1px solid #274372;
font-weight: 500;
box-shadow: 2px 2px 0 #274372;
}
.footer-links {
display: flex;
flex-wrap: wrap;
gap: 1.2rem;
justify-content: center;
margin-bottom: 2rem;
font-size: 1rem;
}
.footer-links a {
color: #274372;
text-decoration: none;
border: 1px solid #274372;
padding: 0.3rem 1rem;
background: #FFFFFF;
transition: all 0.15s ease;
box-shadow: 2px 2px 0 #274372;
}
.footer-links a:hover {
background: #274372;
color: #FFFFFF;
box-shadow: 4px 4px 0 #274372;
transform: translate(-1px, -1px);
}
.footer-copy {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 2rem;
font-size: 0.95rem;
opacity: 0.9;
margin-bottom: 1rem;
padding: 0 1rem;
}
.footer-disclaimer {
font-size: 0.85rem;
opacity: 0.7;
max-width: 800px;
margin: 1.5rem auto 0;
padding: 0.8rem;
border-top: 1px solid #274372;
word-break: break-word;
}
.footer-seo {
font-size: 0.8rem;
opacity: 0.6;
margin-top: 1rem;
padding: 0.5rem;
word-break: break-word;
}
.counter {
background: #274372;
color: #FFFFFF;
padding: 0.2rem 0.8rem;
font-weight: 600;
box-shadow: 2px 2px 0 #0f1f36;
}
@media (max-width: 768px) {
.page-grid {
padding: 1rem;
gap: 1.5rem;
}
.top-bar {
flex-direction: column;
align-items: stretch;
gap: 1rem;
padding: 1rem;
}
.logo-area {
justify-content: space-between;
}
.logo {
font-size: 1.8rem;
}
.main-nav ul {
gap: 1rem;
justify-content: center;
}
.main-nav a {
font-size: 1.1rem;
}
.hero {
padding: 1.8rem;
}
.hero h1 {
font-size: 2rem;
}
.hero-sub {
font-size: 1.2rem;
}
.section-header h2 {
font-size: 1.8rem;
}
.section-header {
gap: 1rem;
}
.links-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.verify-container {
padding: 1.5rem;
}
.input-group {
flex-direction: column;
}
.verify-btn {
width: 100%;
padding: 1rem;
font-size: 1.2rem;
}
.specs-grid, .stats-container {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.spec-value {
font-size: 1.2rem;
}
.stat-number {
font-size: 1.8rem;
}
.faq-grid {
grid-template-columns: 1fr;
}
.footer-links {
flex-direction: column;
align-items: center;
gap: 0.8rem;
}
.footer-copy {
flex-direction: column;
gap: 0.5rem;
}
.mirror-footer {
flex-direction: column;
text-align: left;
gap: 0.8rem;
}
}
@media (max-width: 480px) {
.page-grid {
padding: 0.75rem;
}
.hero h1 {
font-size: 1.6rem;
}
.hero-sub {
font-size: 1rem;
}
.seo-badge {
font-size: 0.9rem;
padding: 0.4rem 1rem;
}
.section-header h2 {
font-size: 1.5rem;
}
.header-dec {
font-size: 0.9rem;
padding: 0.3rem 0.8rem;
}
.specs-grid, .stats-container {
grid-template-columns: 1fr;
}
.link-card .card-inner {
padding: 1.2rem;
}
.copy-btn {
width: 100%;
text-align: center;
}
.footer-keywords {
font-size: 0.8rem;
padding: 0.8rem;
}
}
@media (min-width: 1600px) {
.page-grid {
max-width: 1400px;
}
.hero h1 {
font-size: 3.2rem;
}
.links-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}

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

body {
background: #0b0e0b;
color: #d1f0d1;
font-family: 'Courier New', Courier, 'VT323', 'Share Tech Mono', monospace;
font-size: 1rem;
line-height: 1.5;
position: relative;
min-height: 100vh;
border: 16px solid #151e15;
padding: 8px;
}

.scanlines {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: repeating-linear-gradient(0deg, rgba(0,20,0,0.08) 0px, rgba(0,40,0,0.12) 1px, transparent 2px, transparent 6px);
pointer-events: none;
z-index: 999;
mix-blend-mode: multiply;
}

.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: radial-gradient(#20c15a 1px, transparent 1px);
background-size: 32px 32px;
opacity: 0.15;
pointer-events: none;
z-index: 997;
}

.container {
max-width: 1300px;
margin: 0 auto;
padding: 20px 20px 40px;
border: 2px solid #20c15a;
box-shadow: 0 0 0 6px #142014, 0 0 0 12px #0a150a;
background: #101b10;
position: relative;
z-index: 10;
}

.hero {
border-bottom: 4px groove #20c15a;
margin-bottom: 30px;
padding: 20px 0 10px;
text-transform: uppercase;
position: relative;
}

.hero::after {
content: "▶ NEXUS DARKNET ◀";
position: absolute;
bottom: -14px;
right: 20px;
background: #101b10;
color: #ff5050;
padding: 0 16px;
font-size: 0.8rem;
letter-spacing: 4px;
}

.hero-title {
font-size: clamp(2.5rem, 8vw, 5rem);
font-weight: 400;
letter-spacing: -2px;
color: #ffffff;
text-shadow: 5px 5px 0 #20c15a, 10px 10px 0 #0e3f0e;
line-height: 1.0;
word-break: break-word;
margin-bottom: 10px;
}

.hero-sub {
display: inline-block;
background: #20c15a;
color: #0a0f0a;
font-size: 1.8rem;
padding: 0 16px;
margin-left: 15px;
text-shadow: none;
border: 3px solid #ffffff;
transform: rotate(-1.5deg) skewX(-5deg);
box-shadow: 8px 8px 0 #ff5050;
}

.hero-badge {
font-size: 1rem;
color: #20c15a;
margin-top: 20px;
border-left: 20px solid #ff5050;
padding-left: 16px;
background: linear-gradient(90deg, #1b2a1b, transparent);
width: fit-content;
font-weight: bold;
letter-spacing: 2px;
}

.gif-banner {
margin: 30px 0 40px;
border: 6px solid #20c15a;
outline: 3px solid #ff5050;
outline-offset: 6px;
max-width: 1060px;
background: #020502;
box-shadow: 16px 16px 0 #0d1a0d;
}

.gif-banner img {
width: 100%;
height: auto;
display: block;
image-rendering: pixelated;
border: none;
opacity: 0.95;
}

.split-panel {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 20px;
margin: 35px 0 45px;
}

@media (max-width: 750px) {
.split-panel {
grid-template-columns: 1fr;
gap: 30px;
}
}

.panel-header {
background: #122012;
color: #20c15a;
padding: 12px 18px;
border: 3px solid #20c15a;
font-weight: bold;
display: flex;
align-items: center;
gap: 14px;
letter-spacing: 3px;
font-size: 1.4rem;
text-transform: uppercase;
position: relative;
z-index: 2;
}

.panel-header::before {
content: "";
position: absolute;
bottom: -5px;
right: 10px;
width: 70px;
height: 4px;
background: #ff5050;
}

.header-led {
display: inline-block;
width: 14px;
height: 14px;
background: #ff5050;
border-radius: 0;
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #20c15a;
animation: pulse 1.5s infinite;
}

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

.verification-panel, .links-panel {
background: #0e170e;
border: 3px solid #20c15a;
box-shadow: inset 0 0 30px #020802, 10px 10px 0 #091209;
}

.panel-body {
padding: 25px 20px;
}

.verification-info {
margin-bottom: 20px;
color: #ffffff;
font-size: 1.2rem;
display: flex;
align-items: center;
gap: 8px;
}

.verification-info strong {
color: #ff5050;
background: #1b321b;
padding: 4px 8px;
border: 2px solid #20c15a;
}

.verify-input {
width: 100%;
background: #030803;
border: 4px solid #20c15a;
padding: 16px 20px;
font-size: 1.2rem;
color: #20c15a;
font-family: inherit;
margin-bottom: 20px;
outline: none;
box-shadow: inset 0 0 15px #000, 0 0 0 3px #ff5050;
}

.verify-input:focus {
border-color: #ff5050;
background: #0c1a0c;
box-shadow: inset 0 0 20px #102310, 0 0 0 4px #20c15a;
}

.verify-btn {
background: #20c15a;
border: none;
color: #0a0f0a;
font-weight: bold;
font-size: 1.5rem;
padding: 14px 25px;
cursor: pointer;
border: 4px solid #ffffff;
box-shadow: 6px 6px 0 #ff5050, 10px 10px 0 #0f320f;
transition: 0.05s linear;
font-family: inherit;
width: 100%;
letter-spacing: 4px;
text-transform: uppercase;
}

.verify-btn:hover {
background: #ff5050;
box-shadow: 6px 6px 0 #20c15a, 10px 10px 0 #2f112f;
color: white;
transform: translate(-2px, -2px);
}

.verify-btn:active {
transform: translate(4px, 4px);
box-shadow: 2px 2px 0 #ff5050, 6px 6px 0 #0f320f;
}

.validation-result {
margin-top: 25px;
padding: 16px;
font-weight: bold;
font-size: 1.1rem;
border-width: 4px;
border-style: solid;
word-break: break-word;
display: none;
position: relative;
}

.validation-result.success {
display: block;
background: #122012;
border-color: #20c15a;
color: #20c15a;
box-shadow: inset 0 0 20px #102310, 5px 5px 0 #ff5050;
}

.validation-result.error {
display: block;
background: #241212;
border-color: #ff5050;
color: #ff5050;
box-shadow: inset 0 0 20px #2a1212, 5px 5px 0 #20c15a;
}

.links-scroll {
padding: 15px 18px 22px;
max-height: 420px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #20c15a #0f1a0f;
}

.links-scroll::-webkit-scrollbar {
width: 12px;
background: #0f1a0f;
}
.links-scroll::-webkit-scrollbar-thumb {
background: #20c15a;
border: 2px solid #ff5050;
border-radius: 0;
}

.link-card {
background: #0a130a;
border-left: 14px solid #20c15a;
padding: 18px 18px;
margin: 18px 0;
border-bottom: 4px solid #ff5050;
word-break: break-all;
box-shadow: 6px 6px 0 #0f210f;
}

.link-mirror {
color: #ffffff;
font-size: 1.3rem;
display: flex;
justify-content: space-between;
align-items: center;
}

.link-latency {
color: #ff5050;
font-size: 1rem;
background: #1e2f1e;
padding: 3px 12px;
border: 2px solid #20c15a;
font-weight: bold;
}

.link-url {
font-size: 1.4rem;
color: #20c15a;
text-decoration: underline wavy #ff5050 2px;
margin: 14px 0 14px;
cursor: copy;
word-break: break-all;
line-break: anywhere;
background: #030a03;
padding: 10px 12px;
border: 2px dashed #20c15a;
font-family: 'Courier New', monospace;
}

.link-url:hover {
background: #1e331e;
color: #ffffff;
text-decoration-color: #20c15a;
}

.copy-btn {
background: transparent;
border: 3px solid #20c15a;
color: #20c15a;
padding: 10px 24px;
font-size: 1.1rem;
cursor: pointer;
font-family: inherit;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
box-shadow: 4px 4px 0 #ff5050;
transition: 0.05s;
}

.copy-btn:hover {
background: #ff5050;
border-color: #ff5050;
color: #fff;
box-shadow: 4px 4px 0 #20c15a;
transform: translate(-2px, -2px);
}

.copy-btn:active {
transform: translate(4px, 4px);
box-shadow: none;
}

.update-stamp {
text-align: right;
color: #7ba07b;
border-top: 2px solid #20c15a;
padding: 8px 14px;
font-size: 0.9rem;
background: #091209;
letter-spacing: 1px;
}

.seo-micro {
background: #071007;
color: #20c15a;
padding: 10px 16px;
font-size: 0.9rem;
border-top: 3px solid #ff5050;
text-align: center;
word-break: break-all;
letter-spacing: 1px;
border-bottom: 2px solid #20c15a;
}

.featured-content {
margin: 45px 0;
}

.content-block {
background: #0f190f;
border: 3px solid #20c15a;
padding: 28px;
margin-bottom: 32px;
box-shadow: inset 0 0 40px #030803, 10px 10px 0 #0a130a;
}

.alt-bg {
background: #0c150c;
border-color: #ff5050;
border-left-width: 14px;
box-shadow: inset 0 0 30px #1f0f1f, 10px 10px 0 #170d17;
}

.block-title {
color: #ffffff;
font-size: 1.7rem;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 16px;
border-bottom: 4px solid #20c15a;
padding-bottom: 14px;
letter-spacing: -0.5px;
text-transform: uppercase;
}

.title-led {
display: inline-block;
width: 24px;
height: 24px;
background: #ff5050;
box-shadow: 0 0 0 4px #20c15a, 0 0 0 8px #1f331f;
transform: rotate(45deg);
}

.block-text p {
margin-bottom: 20px;
font-size: 1rem;
color: #d0f0d0;
}

.disclaimer {
color: #ff5050;
font-weight: bold;
padding: 14px;
border: 4px double #20c15a;
background: #091209;
margin: 18px 0;
}

.key-info {
list-style: none;
}

.key-info li {
margin-bottom: 14px;
padding-left: 25px;
border-left: 5px solid #20c15a;
font-size: 1rem;
}

.info-tag {
color: #ffffff;
background: #264226;
padding: 4px 14px;
margin-right: 14px;
display: inline-block;
border: 2px solid #ff5050;
font-weight: bold;
}

.warning {
color: #ff5050;
font-weight: bold;
border: 4px solid #ff5050;
padding: 14px 18px;
margin: 25px 0;
background: #1f0c0c;
text-transform: uppercase;
text-align: center;
font-size: 1.1rem;
}

.pros-cons {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin: 25px 0 20px;
}

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

.pros h3, .cons h3 {
color: #ffffff;
background: #1a2d1a;
padding: 10px;
text-align: center;
border: 3px solid #20c15a;
font-size: 1.4rem;
margin-bottom: 12px;
}

.cons h3 {
border-color: #ff5050;
background: #2d1a1a;
}

.pros ul, .cons ul {
padding-left: 30px;
margin-top: 12px;
}

.pros li, .cons li {
margin-bottom: 10px;
font-size: 1rem;
}

.seo-stack {
display: flex;
flex-wrap: wrap;
gap: 16px 28px;
justify-content: center;
margin: 50px 0 35px;
border: 4px solid #1e3a1e;
padding: 24px 20px;
background: #091209;
box-shadow: inset 0 0 25px #1d381d, 8px 8px 0 #0f210f;
}

.seo-item {
color: #ffffff;
font-size: 1.1rem;
background: #1f341f;
padding: 8px 20px;
border: 3px solid #20c15a;
box-shadow: 5px 5px 0 #ff5050;
font-weight: bold;
}

.footer-note {
text-align: center;
padding: 20px 0 10px;
font-size: 0.9rem;
color: #6a9a6a;
border-top: 2px solid #20c15a;
margin-top: 30px;
}

.main-nav {
display: flex;
flex-wrap: wrap;
gap: 12px 25px;
margin-top: 35px;
border-top: 4px solid #20c15a;
padding-top: 30px;
justify-content: center;
position: relative;
}

.main-nav::before {
content: "◀ NAV ▶";
position: absolute;
top: -16px;
left: 40px;
background: #101b10;
color: #ff5050;
padding: 0 18px;
font-size: 1rem;
letter-spacing: 4px;
}

.main-nav a {
color: #ffffff;
text-decoration: none;
font-size: 1.5rem;
padding: 6px 0;
border-bottom: 4px solid transparent;
font-weight: bold;
text-transform: lowercase;
}

.main-nav a:hover {
border-bottom-color: #ff5050;
color: #20c15a;
}

.nav-active {
border-bottom-color: #ff5050 !important;
color: #20c15a !important;
}

.nav-anchor {
scroll-margin-top: 100px;
}

.notification {
position: fixed;
top: 30px;
right: 30px;
background: #0f1a0f;
border: 5px solid #20c15a;
color: #20c15a;
padding: 18px 32px;
font-size: 1.2rem;
z-index: 10000;
transform: translateX(200%);
transition: transform 0.2s cubic-bezier(0.2, 1.2, 0.4, 1);
font-weight: bold;
box-shadow: 14px 14px 0 #ff5050, 0 0 0 3px #fff;
letter-spacing: 2px;
}

.notification.show {
transform: translateX(0);
}

.crt-corner {
position: fixed;
bottom: 25px;
left: 25px;
width: 70px;
height: 70px;
border: 5px solid #ff5050;
border-right-color: #20c15a;
border-bottom-color: #20c15a;
pointer-events: none;
z-index: 9999;
opacity: 0.6;
transform: rotate(10deg);
}

h3 {
color: #20c15a;
font-size: 1.5rem;
margin: 25px 0 12px;
}

p {
max-width: 85ch;
margin-bottom: 18px;
}

a, button {
cursor: pointer;
}

ul, ol {
margin-left: 20px;
margin-bottom: 20px;
}

li {
margin-bottom: 6px;
}