* {
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;
}
}