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

body {
background: #030403;
color: #e2f0e2;
font-family: 'Courier New', 'VT323', 'Andale Mono', 'Lucida Console', monospace;
font-size: 1rem;
line-height: 1.5;
padding: 0 0.5rem;
image-rendering: crisp-edges;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
text-rendering: optimizeSpeed;
}

.page-wrapper {
max-width: 1300px;
margin: 1.5rem auto;
border: 2px solid #20c15a;
padding: 1.5rem 1.5rem 1.2rem 1.5rem;
background: #0b100b;
box-shadow: 0 0 0 2px #1f2a1f, 8px 8px 0 #20c15a1a;
}

.page-wrapper::before {
content: "";
position: absolute;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
border: 1px dashed #20c15a40;
pointer-events: none;
}

.top-hat {
background: #0d140d;
border-bottom: 3px solid #20c15a;
margin-bottom: 1.5rem;
padding: 0.5rem 0;
text-transform: uppercase;
letter-spacing: 2px;
color: #c0f0c0;
font-weight: bold;
overflow: hidden;
white-space: nowrap;
border-top: 1px solid #20c15a;
border-left: 0;
border-right: 0;
font-size: 0.9rem;
}

.marquee span {
display: inline-block;
padding-left: 100%;
animation: scrollMarquee 40s linear infinite;
text-shadow: 0 0 3px #20c15a;
will-change: transform;
}

@keyframes scrollMarquee {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}

.hero-unit {
margin: 0.5rem 0 1.5rem 0;
}

.hero-unit h1 {
font-size: 3.2rem;
font-weight: normal;
color: #20c15a;
text-shadow: 2px 2px 0 #0f1a0f, 4px 4px 0 #20c15a, 6px 6px 0 #003300;
letter-spacing: -1.5px;
line-height: 1;
word-break: break-word;
text-transform: uppercase;
margin-bottom: 0.8rem;
}

@media (max-width: 700px) {
.hero-unit h1 { font-size: 2.4rem; text-shadow: 2px 2px 0 #0f1a0f,3px 3px 0 #20c15a; }
}

.hero-tagline {
display: flex;
gap: 0.6rem;
margin: 1.2rem 0 1.5rem 0;
flex-wrap: wrap;
}

.pill {
background: #0f1a0f;
border: 2px solid #20c15a;
padding: 0.2rem 1rem;
font-size: 1rem;
color: #dcffdc;
text-transform: lowercase;
box-shadow: inset 0 0 5px #1f3a1f, 2px 2px 0 #0f1a0f;
letter-spacing: 0.3px;
}

.gif-banner {
margin: 2rem 0 2rem 0;
border: 3px solid #20c15a;
background: #000;
text-align: center;
box-shadow: 0 0 0 2px #1f331f, 5px 5px 0 #0a1a0a;
}

.banner-gif {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
image-rendering: pixelated;
border: 1px solid #20c15a;
}

.banner-fallback {
display: none;
background: #102010;
color: #20c15a;
font-size: 1.5rem;
padding: 1.5rem;
text-transform: uppercase;
}

.links-panel {
margin: 2.2rem 0 1.5rem 0;
}

.links-panel h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 1px 1px 0 #001100;
}

.live-blink {
display: inline-block;
width: 14px;
height: 14px;
background: #20c15a;
margin-left: 0.6rem;
animation: pulseBlink 1.6s infinite ease-in-out;
box-shadow: 0 0 12px #20c15a;
border-radius: 0;
}

@keyframes pulseBlink {
0%,100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.25; transform: scale(0.9); }
}

.link-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 1.2rem;
margin-bottom: 0.5rem;
}

.link-card {
background: #0f180f;
border: 2px solid #20c15a;
padding: 1rem 1rem 0.8rem 1rem;
transition: all 0.15s ease;
display: flex;
flex-direction: column;
box-shadow: inset 0 0 10px #1f3a1f, 4px 4px 0 #0f1f0f;
}

.link-card:hover {
background: #152315;
border-color: #8ff08f;
box-shadow: inset 0 0 15px #2f5a2f, 5px 5px 0 #1f3a1f;
transform: translateY(-2px);
}

.link-url {
font-size: 1.1rem;
color: #f0fff0;
background: #0b130b;
padding: 0.7rem;
border: 2px solid #20c15a;
margin-bottom: 0.7rem;
cursor: pointer;
word-break: break-all;
font-weight: bold;
box-shadow: inset 0 0 8px #1f3a1f;
}

.link-url:hover {
background: #1f3a1f;
border-color: #b3ffb3;
}

.copy-btn {
background: #102010;
border: 2px solid #20c15a;
color: #20c15a;
padding: 0.5rem;
font-size: 1.1rem;
text-transform: lowercase;
cursor: pointer;
font-family: inherit;
margin-bottom: 0.5rem;
transition: 0.1s;
font-weight: bold;
letter-spacing: 0.5px;
box-shadow: 2px 2px 0 #0f1f0f;
}

.copy-btn:hover {
background: #20c15a;
color: #000;
border-color: #ffffff;
box-shadow: 1px 1px 0 #ffffff;
}

.link-latency {
font-size: 0.9rem;
color: #8fda8f;
letter-spacing: 1px;
font-style: italic;
border-top: 1px dashed #20c15a80;
padding-top: 0.4rem;
margin-top: 0.1rem;
}

.disclaimer {
color: #b0d0b0;
margin-top: 1rem;
border-top: 1px dashed #20c15a;
padding-top: 0.5rem;
font-style: italic;
font-size: 0.85rem;
letter-spacing: 0.2px;
}

.validation-panel h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin: 2.2rem 0 1.2rem 0;
text-transform: uppercase;
text-shadow: 1px 1px 0 #001100;
}

.verify-box {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin-bottom: 1.5rem;
}

.verify-input {
flex: 2 1 280px;
background: #0e160e;
border: 3px solid #20c15a;
padding: 0.8rem 1rem;
color: #ffffff;
font-size: 1.1rem;
outline: none;
font-family: 'Courier New', monospace;
box-shadow: inset 0 0 10px #1f3a1f, 3px 3px 0 #0f1f0f;
}

.verify-input:focus {
border-color: #ffffff;
background: #1b2b1b;
box-shadow: inset 0 0 15px #2f5a2f;
}

.verify-btn {
background: #102010;
border: 3px solid #20c15a;
color: #20c15a;
font-weight: bold;
padding: 0 1.5rem;
font-size: 1.5rem;
cursor: pointer;
font-family: inherit;
text-transform: uppercase;
flex: 0 1 auto;
transition: 0.1s;
box-shadow: 3px 3px 0 #0f1f0f;
letter-spacing: 1px;
}

.verify-btn:hover {
background: #20c15a;
color: #000;
border-color: #ffffff;
box-shadow: 2px 2px 0 #ffffff;
}

.validation-result {
padding: 1rem;
font-size: 1.2rem;
font-weight: bold;
display: none;
border: 3px solid;
margin-top: 0.3rem;
text-transform: uppercase;
letter-spacing: 0.3px;
}

.validation-result.success {
display: block;
background: #103010;
border-color: #20c15a;
color: #b3ffb3;
box-shadow: inset 0 0 15px #1f5a1f;
}

.validation-result.error {
display: block;
background: #2a1414;
border-color: #ff6f6f;
color: #ffb0b0;
box-shadow: inset 0 0 15px #5f2f2f;
}

.hint {
color: #7fb07f;
margin-top: 0.5rem;
font-size: 0.9rem;
border-left: 3px solid #20c15a80;
padding-left: 0.6rem;
}

.content-deep {
margin: 2.5rem 0 2rem 0;
}

.content-deep h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}

.article-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 1.5rem;
}

.text-block {
background: #0f180f;
padding: 1.4rem;
border: 2px solid #20c15a;
box-shadow: inset 0 0 15px #102010, 5px 5px 0 #0f1f0f;
}

.text-block h3 {
color: #20c15a;
font-size: 1.4rem;
border-bottom: 2px dotted #20c15a;
padding-bottom: 0.3rem;
margin-bottom: 1rem;
text-transform: lowercase;
font-weight: normal;
}

.text-block p {
margin-bottom: 1rem;
line-height: 1.6;
color: #e0f5e0;
font-size: 1rem;
}

.specs-panel {
margin: 2.5rem 0;
}

.specs-panel h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}

.specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
gap: 1rem;
}

.spec-item {
background: #102010;
border: 2px solid #20c15a;
padding: 0.7rem 1rem;
font-size: 1rem;
color: #d0ffd0;
text-transform: lowercase;
box-shadow: inset 0 0 8px #1f3a1f, 3px 3px 0 #0f1f0f;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.spec-label {
color: #20c15a;
font-weight: bold;
display: inline-block;
width: 95px;
text-transform: uppercase;
font-size: 0.85rem;
letter-spacing: 0.5px;
}

.seo-rich {
margin: 2.5rem 0 1.5rem 0;
padding: 1.5rem;
background: #0c150c;
border: 2px dashed #20c15a;
box-shadow: inset 0 0 25px #102010;
}

.seo-paragraph {
color: #c0e8c0;
font-size: 1rem;
line-height: 1.7;
text-align: left;
margin-bottom: 1rem;
}

.featured-vendors {
margin: 2.5rem 0;
}

.featured-vendors h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}

.vendor-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 1.2rem;
}

.vendor-card {
background: #102010;
border: 2px solid #20c15a;
padding: 1rem;
box-shadow: inset 0 0 10px #1f3a1f, 4px 4px 0 #0f1f0f;
}

.vendor-name {
color: #20c15a;
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 0.3rem;
text-transform: lowercase;
}

.vendor-stats {
color: #b0f0b0;
font-size: 0.9rem;
margin-bottom: 0.3rem;
border-bottom: 1px dotted #20c15a80;
padding-bottom: 0.3rem;
}

.vendor-products {
color: #c0e0c0;
font-size: 0.95rem;
}

.guide-section {
margin: 2.5rem 0;
}

.guide-section h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}

.guide-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1.2rem;
}

.guide-item {
background: #0f180f;
border: 2px solid #20c15a;
padding: 1rem;
box-shadow: inset 0 0 8px #1f3a1f, 3px 3px 0 #0f1f0f;
}

.guide-num {
color: #20c15a;
font-size: 1.5rem;
font-weight: bold;
opacity: 0.8;
display: block;
margin-bottom: 0.2rem;
}

.guide-item h4 {
color: #d0ffd0;
font-size: 1.1rem;
margin-bottom: 0.3rem;
text-transform: lowercase;
}

.guide-item p {
color: #b0d0b0;
font-size: 0.95rem;
line-height: 1.5;
}

.testimonials {
margin: 2.5rem 0;
}

.testimonials h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}

.testimonial-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 1.2rem;
}

.testimonial-grid blockquote {
background: #102010;
border: 2px solid #20c15a;
padding: 1rem;
font-style: italic;
color: #d0f0d0;
box-shadow: inset 0 0 10px #1f3a1f, 4px 4px 0 #0f1f0f;
margin: 0;
}

.testimonial-grid cite {
display: block;
margin-top: 0.5rem;
color: #20c15a;
font-style: normal;
font-size: 0.85rem;
text-align: right;
}

.faq-section {
margin: 2.5rem 0;
}

.faq-section h2 {
font-size: 1.8rem;
color: #20c15a;
border-left: 12px solid #20c15a;
padding-left: 1rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}

.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.2rem;
}

.faq-item {
background: #0f180f;
border: 2px solid #20c15a;
padding: 1rem;
box-shadow: inset 0 0 8px #1f3a1f, 3px 3px 0 #0f1f0f;
}

.faq-q {
color: #20c15a;
font-weight: bold;
font-size: 1.1rem;
margin-bottom: 0.4rem;
text-transform: lowercase;
border-bottom: 1px dotted #20c15a80;
padding-bottom: 0.3rem;
}

.faq-a {
color: #d0f0d0;
font-size: 0.95rem;
line-height: 1.5;
}

.seo-bottom {
margin: 2.5rem 0 1rem 0;
padding: 1.2rem;
background: #0a150a;
border: 2px solid #20c15a40;
font-size: 0.8rem;
color: #80b080;
line-height: 1.8;
max-height: 300px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #20c15a #102010;
}

.seo-bottom h3 {
color: #20c15a;
font-size: 1.2rem;
margin-bottom: 0.8rem;
text-transform: lowercase;
}

.seo-bottom p {
word-break: break-word;
}

.seo-bottom::-webkit-scrollbar {
width: 8px;
background: #102010;
}

.seo-bottom::-webkit-scrollbar-thumb {
background: #20c15a;
border: 1px solid #0f1f0f;
}

.old-footer {
margin-top: 2.5rem;
border-top: 4px double #20c15a;
padding: 1.2rem 0.2rem 0.2rem 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 0.9rem;
color: #90ca90;
text-transform: lowercase;
letter-spacing: 0.5px;
}

.footer-meta span {
border: 1px solid #20c15a80;
padding: 0.2rem 0.8rem;
background: #0f180f;
display: inline-block;
margin-right: 0.5rem;
margin-bottom: 0.3rem;
}

.counter-gif {
filter: grayscale(0.5) brightness(1.2);
height: 24px;
image-rendering: pixelated;
border: 2px solid #20c15a;
width: auto;
}

.notification {
position: fixed;
top: 15px;
right: 15px;
background: #20c15a;
color: #030803;
padding: 10px 20px;
border: 4px solid #ffffff;
z-index: 10000;
transform: translateX(150%);
transition: transform 0.15s ease-out;
font-weight: bold;
font-size: 1.2rem;
text-transform: lowercase;
box-shadow: 6px 6px 0 #0f1f0f;
font-family: 'Courier New', monospace;
letter-spacing: 1px;
pointer-events: none;
}

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

@media (max-width: 700px) {
.page-wrapper { padding: 1rem; }
.hero-unit h1 { font-size: 2rem; }
.pill { font-size: 0.9rem; padding: 0.2rem 0.8rem; }
.links-panel h2 { font-size: 1.5rem; }
.verify-btn { font-size: 1.3rem; padding: 0 1rem; }
.text-block { padding: 1rem; }
.spec-item { font-size: 0.9rem; }
.spec-label { width: 80px; font-size: 0.8rem; }
.guide-item { padding: 0.8rem; }
}

@media (max-width: 480px) {
.link-grid { grid-template-columns: 1fr; }
.article-grid { grid-template-columns: 1fr; }
.verify-box { flex-direction: column; }
.verify-btn { text-align: center; padding: 0.6rem; }
.specs-grid { grid-template-columns: 1fr 1fr; }
.vendor-grid { grid-template-columns: 1fr; }
.testimonial-grid { grid-template-columns: 1fr; }
.faq-grid { grid-template-columns: 1fr; }
.footer-meta span { display: block; margin-bottom: 0.5rem; }
.old-footer { flex-direction: column; gap: 0.8rem; }
}

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

button, .copy-btn, .verify-btn {
touch-action: manipulation;
}

.link-url, .copy-btn {
-webkit-tap-highlight-color: transparent;
}

strong {
color: #ffffff;
font-weight: bold;
}

h1, h2, h3, h4 {
font-weight: normal;
}

::-webkit-scrollbar {
width: 6px;
height: 6px;
background: #102010;
}

::-webkit-scrollbar-thumb {
background: #20c15a;
border: 1px solid #0f1f0f;
}