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

body {
background: #FFFFFF;
font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', monospace;
color: #274372;
line-height: 1.5;
font-size: 1rem;
padding: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeSpeed;
}

.page-wrapper {
max-width: 1400px;
margin: 0 auto;
border: 3px solid #274372;
padding: 25px 25px;
background: #FFFFFF;
box-shadow: 10px 10px 0 rgba(39, 67, 114, 0.08);
position: relative;
}

.top-bar {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #274372;
padding-bottom: 18px;
margin-bottom: 25px;
gap: 15px;
}

.logo-area {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}

.logo-text {
font-size: 1.9rem;
font-weight: 700;
letter-spacing: 3px;
background: #274372;
color: #FFFFFF;
padding: 4px 16px;
text-transform: uppercase;
line-height: 1.2;
}

.logo-year {
font-size: 1.1rem;
background: #FFFFFF;
border: 2px solid #274372;
padding: 5px 12px;
white-space: nowrap;
font-weight: 600;
}

.seo-tagline {
font-size: 1.1rem;
text-transform: uppercase;
background: #FFFFFF;
border: 2px solid #274372;
padding: 6px 16px;
font-weight: 600;
letter-spacing: 0.5px;
}

.hero {
text-align: center;
margin: 20px 0 35px;
border: 3px solid #274372;
padding: 30px 20px;
background: linear-gradient(135deg, #f8faff 0%, #FFFFFF 100%);
position: relative;
}

.hero::before {
content: '';
position: absolute;
top: 5px;
left: 5px;
right: -5px;
bottom: -5px;
background: #274372;
z-index: -1;
opacity: 0.1;
}

.hero-title {
font-size: 3.8rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 6px;
line-height: 1.1;
word-break: break-word;
color: #274372;
text-shadow: 3px 3px 0 #d0dcf0;
margin-bottom: 15px;
}

.hero-sub {
font-size: 1.6rem;
margin: 5px 0 20px;
font-style: italic;
font-weight: 500;
opacity: 0.9;
}

.hero-stats {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin: 25px 0;
font-size: 1.1rem;
}

.stat-item {
background: #FFFFFF;
border: 2px solid #274372;
padding: 6px 18px;
font-weight: 600;
box-shadow: 3px 3px 0 #274372;
}

.hero-badges {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-top: 15px;
}

.badge {
background: #274372;
color: #FFFFFF;
padding: 6px 20px;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1.2px;
border-radius: 0px;
border: 1px solid #274372;
font-weight: 600;
}

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

.section-header {
font-size: 1.8rem;
font-weight: 700;
margin: 35px 0 20px;
border-bottom: 3px solid #274372;
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
display: flex;
align-items: center;
gap: 12px;
}

.header-ding {
font-size: 1.5rem;
color: #274372;
font-weight: 400;
opacity: 0.6;
}

.mirror-list {
list-style: none;
margin: 0 0 20px;
}

.mirror-list li {
margin-bottom: 15px;
border-left: 6px solid #274372;
padding-left: 20px;
transition: transform 0.1s ease;
}

.mirror-list li:hover {
transform: translateX(3px);
}

.mirror-link {
display: inline-block;
font-size: 1.3rem;
color: #274372;
text-decoration: none;
word-break: break-all;
background: #f2f7ff;
padding: 8px 20px;
border: 2px solid #274372;
transition: all 0.12s ease;
max-width: 100%;
font-weight: 500;
box-shadow: 2px 2px 0 #274372;
}

.mirror-link:hover {
background: #274372;
color: #FFFFFF;
border-color: #274372;
box-shadow: 4px 4px 0 #1a2f4f;
transform: translate(-1px, -1px);
}

.verification-block {
background: #f8fcff;
border: 3px solid #274372;
padding: 25px;
margin: 15px 0 30px;
box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 3px #274372;
}

.verification-desc {
margin-bottom: 20px;
font-style: italic;
font-size: 1.1rem;
color: #1e3259;
}

.verification-hint {
margin-top: 15px;
font-size: 0.95rem;
color: #274372;
opacity: 0.8;
word-break: break-all;
}

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

.verify-input {
flex: 2 1 280px;
background: #FFFFFF;
border: 2px solid #274372;
padding: 14px 18px;
font-size: 1.1rem;
font-family: 'Courier New', monospace;
color: #274372;
outline: none;
transition: all 0.1s ease;
}

.verify-input:focus {
border-color: #274372;
box-shadow: 0 0 0 3px rgba(39, 67, 114, 0.2);
}

.verify-btn {
background: #274372;
color: #FFFFFF;
border: 2px solid #274372;
padding: 14px 28px;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 700;
cursor: pointer;
font-family: 'Courier New', monospace;
transition: all 0.1s ease;
letter-spacing: 1px;
box-shadow: 3px 3px 0 #1a2f4f;
}

.verify-btn:hover {
background: #FFFFFF;
color: #274372;
box-shadow: 5px 5px 0 #274372;
transform: translate(-2px, -2px);
}

.verify-btn:active {
transform: translate(2px, 2px);
box-shadow: 1px 1px 0 #274372;
}

.verify-result {
margin-top: 25px;
padding: 18px;
font-size: 1.3rem;
text-align: center;
border: 2px solid #274372;
min-height: 80px;
background: #FFFFFF;
font-weight: 600;
transition: all 0.15s ease;
}

.verify-result.valid {
background: #e6f3e6;
color: #1e5e1e;
border-color: #1e5e1e;
box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 4px #1e5e1e;
}

.verify-result.invalid {
background: #fce8e8;
color: #b30030;
border-color: #b30030;
box-shadow: inset 0 0 0 2px #FFFFFF, inset 0 0 0 4px #b30030;
}

.info-card {
border: 3px solid #274372;
padding: 25px;
background: #FFFFFF;
margin-bottom: 25px;
box-shadow: 5px 5px 0 rgba(39, 67, 114, 0.1);
}

.info-heading {
font-size: 1.5rem;
margin: 30px 0 15px;
border-left: 6px solid #274372;
padding-left: 18px;
text-transform: uppercase;
font-weight: 700;
}

.info-heading:first-of-type {
margin-top: 5px;
}

.info-paragraph {
margin-bottom: 18px;
font-size: 1rem;
line-height: 1.6;
text-align: left;
}

.info-accent {
font-weight: 700;
background: #274372;
color: #FFFFFF;
padding: 3px 10px;
display: inline-block;
font-size: 0.95rem;
}

.info-highlight {
font-weight: 700;
color: #274372;
text-decoration: underline wavy 2px;
text-underline-offset: 4px;
}

.info-subhead {
font-weight: 700;
font-size: 1.1rem;
color: #274372;
display: inline-block;
margin-top: 5px;
}

.disclaimer-box {
border: 2px solid #274372;
padding: 18px;
background: #fafdff;
font-size: 0.95rem;
margin-top: 20px;
text-align: center;
border-style: dashed;
}

.ad-gif {
border: 3px solid #274372;
margin-bottom: 30px;
background: #edf3fd;
display: flex;
justify-content: center;
box-shadow: 4px 4px 0 #274372;
}

.ad-gif img {
max-width: 100%;
height: auto;
display: block;
border: 2px solid #274372;
}

.stats-panel {
border: 3px solid #274372;
padding: 20px;
margin-bottom: 30px;
background: #f2f8ff;
box-shadow: 4px 4px 0 #274372;
}

.stats-title {
font-size: 1.6rem;
margin-bottom: 18px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #274372;
padding-bottom: 10px;
letter-spacing: 1px;
}

.stats-list {
list-style: none;
font-size: 1.1rem;
}

.stats-list li {
margin-bottom: 12px;
border-bottom: 1px solid #b8cde0;
padding: 8px 0;
display: flex;
justify-content: space-between;
align-items: center;
}

.stats-list li:last-child {
border-bottom: none;
}

.stat-label {
font-weight: 700;
color: #274372;
background: #FFFFFF;
padding: 2px 8px;
border: 1px solid #274372;
}

.sidebar-links {
border: 3px solid #274372;
padding: 20px;
margin-bottom: 30px;
background: #FFFFFF;
box-shadow: 4px 4px 0 #274372;
}

.sidebar-title {
font-size: 1.6rem;
margin-bottom: 18px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #274372;
padding-bottom: 10px;
}

.mirror-count {
margin-top: 15px;
font-size: 0.95rem;
color: #274372;
opacity: 0.8;
text-align: center;
}

.quick-mirrors {
list-style: none;
}

.quick-mirrors li {
margin-bottom: 12px;
border-bottom: 1px solid #d0def0;
padding: 8px 0;
}

.quick-mirrors a {
color: #274372;
text-decoration: none;
word-break: break-all;
font-size: 1.1rem;
display: inline-block;
transition: all 0.1s ease;
padding: 2px 5px;
}

.quick-mirrors a:hover {
background: #274372;
color: #FFFFFF;
padding: 2px 10px;
}

.category-box {
border: 3px solid #274372;
padding: 20px;
margin-bottom: 30px;
background: #FFFFFF;
box-shadow: 4px 4px 0 #274372;
}

.category-title {
font-size: 1.6rem;
margin-bottom: 18px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #274372;
padding-bottom: 10px;
}

.category-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.cat-item {
background: #FFFFFF;
border: 2px solid #274372;
padding: 6px 16px;
font-size: 1rem;
font-weight: 500;
transition: all 0.1s ease;
}

.cat-item:hover {
background: #274372;
color: #FFFFFF;
transform: scale(0.98);
}

.news-box {
border: 3px solid #274372;
padding: 20px;
margin-bottom: 30px;
background: #f2f8ff;
box-shadow: 4px 4px 0 #274372;
}

.news-title {
font-size: 1.6rem;
margin-bottom: 18px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #274372;
padding-bottom: 10px;
}

.news-item {
margin-bottom: 12px;
padding-left: 15px;
border-left: 4px solid #274372;
font-size: 1rem;
line-height: 1.4;
word-break: break-word;
}

.seo-sidebar {
background: #f4faff;
border: 2px solid #274372;
padding: 18px;
font-size: 0.9rem;
word-break: break-word;
color: #274372;
line-height: 1.8;
margin-bottom: 30px;
text-transform: lowercase;
border-style: dotted;
}

.testimonials {
border: 3px solid #274372;
padding: 20px;
background: #FFFFFF;
box-shadow: 4px 4px 0 #274372;
}

.testimonial-title {
font-size: 1.6rem;
margin-bottom: 18px;
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid #274372;
padding-bottom: 10px;
}

.testimonial {
margin-bottom: 15px;
padding: 15px;
background: #f6faff;
border-left: 6px solid #274372;
font-style: italic;
font-size: 0.95rem;
box-shadow: inset 0 0 0 1px #FFFFFF, inset 0 0 0 2px #274372;
}

.seo-footer-block {
margin: 40px 0 20px;
padding: 20px;
border: 2px solid #274372;
background: #fafdff;
}

.seo-keyword-line {
font-size: 0.85rem;
line-height: 1.8;
word-break: break-word;
color: #274372;
opacity: 0.7;
text-transform: lowercase;
margin-bottom: 15px;
}

.seo-description {
font-size: 0.9rem;
line-height: 1.6;
color: #274372;
word-break: break-word;
}

.page-footer {
margin-top: 50px;
padding-top: 25px;
border-top: 3px solid #274372;
text-align: center;
}

.footer-line {
font-size: 0.95rem;
text-transform: uppercase;
letter-spacing: 1px;
word-break: break-word;
background: #274372;
color: #FFFFFF;
padding: 14px 10px;
margin-bottom: 18px;
line-height: 1.6;
font-weight: 500;
}

.footer-mirror-warning {
font-size: 1.2rem;
font-weight: 700;
color: #b3002a;
background: #ffe5e5;
padding: 14px;
border: 3px solid #b3002a;
margin: 18px 0;
text-transform: uppercase;
word-break: break-word;
}

.footer-copy {
font-size: 0.9rem;
margin-top: 18px;
opacity: 0.8;
word-break: break-word;
}

@media (max-width: 1000px) {
.columns-2 {
grid-template-columns: 1fr;
gap: 25px;
}
.hero-title {
font-size: 3rem;
letter-spacing: 4px;
}
.hero-sub {
font-size: 1.4rem;
}
}

@media (max-width: 700px) {
.top-bar {
flex-direction: column;
align-items: flex-start;
}
.hero-title {
font-size: 2.4rem;
letter-spacing: 2px;
}
.logo-text {
font-size: 1.6rem;
}
.logo-year {
font-size: 1rem;
}
.seo-tagline {
font-size: 0.95rem;
}
.hero-stats {
font-size: 0.95rem;
gap: 8px;
}
.stat-item {
padding: 4px 12px;
}
.section-header {
font-size: 1.5rem;
}
.mirror-link {
font-size: 1.1rem;
padding: 6px 15px;
}
.info-heading {
font-size: 1.3rem;
}
}

@media (max-width: 480px) {
body {
padding: 10px;
}
.page-wrapper {
padding: 15px 12px;
}
.hero-title {
font-size: 1.9rem;
letter-spacing: 1px;
}
.hero-sub {
font-size: 1.1rem;
}
.badge {
padding: 4px 12px;
font-size: 0.8rem;
}
.verify-btn {
padding: 12px 20px;
font-size: 1rem;
}
.verify-input {
padding: 12px;
font-size: 1rem;
}
.verify-result {
font-size: 1.1rem;
padding: 15px;
}
.stats-title, .sidebar-title, .category-title, .news-title, .testimonial-title {
font-size: 1.4rem;
}
.footer-mirror-warning {
font-size: 1rem;
}
.seo-keyword-line {
font-size: 0.75rem;
}
}