* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-size: 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: #f5f5f5;
overflow-x: hidden;
font-size: 1rem;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
} h1, h2, h3, h4, h5, h6 {
font-weight: 700;
line-height: 1.3;
color: #2c3e50;
margin-bottom: 1rem;
}
h1 {
font-size: 2.5rem;
margin-bottom: 1.5rem;
}
h2 {
font-size: 2rem;
margin-bottom: 1.25rem;
}
h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
}
h4 {
font-size: 1.25rem;
margin-bottom: 0.875rem;
}
p {
margin-bottom: 1.5rem;
line-height: 1.7;
} h1 + p,
h2 + p,
h3 + p,
h4 + p {
margin-top: -0.5rem;
} .site-header {
background: #fff;
border-bottom: 1px solid #e0e0e0;
padding: 15px 0;
}
.header-container {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 25px;
}
.site-branding {
flex: 0 0 auto;
}
.site-title {
font-size: 28px;
font-weight: bold;
color: #e74c3c;
margin: 0;
line-height: 1.2;
}
.site-title a:hover {
color: #c0392b;
} .main-navigation {
flex: 1;
min-width: 0;
}
.main-navigation ul {
display: flex;
flex-wrap: wrap;
list-style: none;
gap: 8px;
margin: 0;
padding: 0;
justify-content: center;
}
.main-navigation li {
flex: 0 0 auto;
}
.main-navigation a {
display: block;
padding: 10px 18px;
font-size: 14px;
font-weight: 500;
color: #333;
border-radius: 3px;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 1.4;
}
.main-navigation a:hover {
background: #e74c3c;
color: #fff;
}
.header-container {
display: flex;
flex-direction: column;
align-items: center;
} .category-nav {
background: #2c3e50;
padding: 15px 0;
margin-bottom: 30px;
}
.category-menu {
display: flex;
flex-wrap: wrap;
gap: 12px;
list-style: none;
margin: 0;
padding: 0;
}
.category-menu li {
flex: 0 0 auto;
}
.category-menu a {
display: block;
padding: 8px 18px;
background: rgba(255,255,255,0.1);
color: #fff;
border-radius: 20px;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
line-height: 1.4;
}
.category-menu a:hover,
.category-menu a.active {
background: #e74c3c;
} .header-search {
margin: 15px auto 0;
max-width: 600px;
text-align: center;
}
.header-search form {
display: flex;
gap: 8px;
}
.header-search input {
flex: 1;
padding: 10px 12px;
border-radius: 4px;
border: 1px solid #ddd;
font-size: 14px;
}
.header-search button {
padding: 10px 18px;
background: #e74c3c;
border: none;
color: #fff;
border-radius: 4px;
cursor: pointer;
} .search-page .posts-grid {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.search-post {
display: flex;
gap: 15px;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.search-thumb img {
width: 140px;
height: auto;
border-radius: 4px;
}
.search-content {
flex: 1;
}
.search-post .entry-title {
font-size: 18px;
margin: 0 0 6px;
}
.search-post .entry-meta {
font-size: 12px;
color: #777;
margin-bottom: 8px;
}
@media (max-width: 768px) {
.search-post {
flex-direction: column;
}
.search-thumb img {
width: 100%;
}
} .homepage-sections {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
margin: 40px 0;
}
.homepage-section {
margin-bottom: 40px;
}
.section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px solid #e74c3c;
}
.section-title {
font-size: 24px;
font-weight: bold;
color: #2c3e50;
margin: 0;
padding: 0;
}
.view-all {
font-size: 14px;
color: #e74c3c;
font-weight: 500;
padding: 5px 0;
}
.view-all:hover {
text-decoration: underline;
} .section-content {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 25px;
} .section-featured .section-content {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 25px;
}
.featured-main {
position: relative;
border-radius: 8px;
overflow: hidden;
}
.featured-main img {
width: 100%;
height: 380px;
object-fit: cover;
}
.featured-main .post-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0,0,0,0.8));
padding: 25px;
color: #fff;
}
.featured-main .post-category {
display: inline-block;
background: #e74c3c;
color: #fff;
padding: 5px 12px;
border-radius: 4px;
font-size: 12px;
margin-bottom: 12px;
text-transform: uppercase;
line-height: 1.3;
}
.featured-main .post-title {
font-size: 22px;
font-weight: bold;
margin: 0;
line-height: 1.3;
padding: 5px 0;
}
.featured-main .post-title a:hover {
color: #e74c3c;
}
.featured-side {
display: flex;
flex-direction: column;
gap: 20px;
}
.featured-side-item {
display: flex;
gap: 18px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.featured-side-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.featured-side-item img {
width: 110px;
height: 80px;
object-fit: cover;
border-radius: 5px;
}
.featured-side-content {
flex: 1;
padding: 5px 0;
}
.featured-side-content .post-category {
font-size: 11px;
color: #e74c3c;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 8px;
display: block;
}
.featured-side-content .post-title {
font-size: 15px;
font-weight: 600;
line-height: 1.4;
margin: 0;
padding: 3px 0;
} .post-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-card:hover {
transform: translateY(-8px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.post-card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.post-card-content {
padding: 20px;
}
.post-card .post-category {
display: inline-block;
color: #e74c3c;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
line-height: 1.3;
}
.post-card .post-title {
font-size: 17px;
font-weight: 600;
line-height: 1.4;
margin: 0;
padding: 5px 0;
}  .crypto-homepage {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .crypto-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 24px;
padding: 48px 40px;
margin-bottom: 48px;
color: white;
}
.crypto-hero h1 {
font-size: 42px;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.2;
}
.hero-description {
font-size: 18px;
line-height: 1.6;
margin-bottom: 30px;
opacity: 0.95;
max-width: 600px;
}
.hero-stats {
display: flex;
gap: 40px;
margin-bottom: 35px;
flex-wrap: wrap;
}
.hero-stats .stat-item {
text-align: center;
}
.hero-stats .stat-number {
font-size: 28px;
font-weight: 700;
display: block;
}
.hero-stats .stat-label {
font-size: 14px;
opacity: 0.85;
}
.hero-cta {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.btn-primary {
background: white;
color: #667eea;
padding: 12px 28px;
border-radius: 40px;
font-weight: 600;
text-decoration: none;
transition: transform 0.2s;
display: inline-block;
}
.btn-primary:hover {
transform: translateY(-2px);
}
.btn-secondary {
background: rgba(255,255,255,0.2);
color: white;
padding: 12px 28px;
border-radius: 40px;
font-weight: 600;
text-decoration: none;
transition: background 0.2s;
}
.btn-secondary:hover {
background: rgba(255,255,255,0.3);
} .crypto-homepage .section-header {
border-bottom: 2px solid #667eea;
}
.crypto-homepage .section-title {
color: #1a1a2e;
font-size: 28px;
}
.crypto-homepage .view-all {
color: #667eea;
} .airdrops-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
gap: 30px;
}
.airdrop-card {
background: white;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0,0,0,0.07);
transition: transform 0.3s, box-shadow 0.3s;
}
.airdrop-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.card-thumbnail {
position: relative;
display: block;
}
.card-thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
}
.urgent-badge {
position: absolute;
top: 12px;
right: 12px;
background: #ff4757;
color: white;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}
.card-content {
padding: 20px;
}
.card-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 12px;
flex-wrap: wrap;
gap: 10px;
}
.card-title {
font-size: 18px;
font-weight: 600;
margin: 0;
}
.card-title a {
color: #1a1a2e;
text-decoration: none;
}
.card-title a:hover {
color: #667eea;
}
.chain-tag {
background: #f0f0f0;
padding: 4px 10px;
border-radius: 20px;
font-size: 12px;
color: #666;
}
.card-excerpt {
color: #666;
line-height: 1.5;
margin-bottom: 15px;
font-size: 14px;
}
.card-meta {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
font-size: 13px;
flex-wrap: wrap;
gap: 10px;
}
.value-info .label,
.deadline-info .label {
color: #999;
}
.value-info .value {
color: #10b981;
font-weight: 600;
}
.deadline-info .date {
color: #ff4757;
font-weight: 500;
}
.claim-link {
display: inline-block;
color: #667eea;
font-weight: 600;
text-decoration: none;
border-top: 1px solid #eee;
padding-top: 15px;
width: 100%;
text-align: center;
}
.claim-link:hover {
color: #764ba2;
} .two-column-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 48px;
} .strategies-list {
display: flex;
flex-direction: column;
gap: 20px;
}
.strategy-item {
display: flex;
gap: 15px;
align-items: flex-start;
}
.strategy-thumb {
flex-shrink: 0;
}
.strategy-thumb img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
}
.strategy-content {
flex: 1;
}
.strategy-title {
font-size: 16px;
font-weight: 600;
margin: 0 0 8px 0;
}
.strategy-title a {
color: #1a1a2e;
text-decoration: none;
}
.strategy-title a:hover {
color: #667eea;
}
.strategy-excerpt {
font-size: 13px;
color: #666;
line-height: 1.4;
margin-bottom: 8px;
}
.read-time {
font-size: 11px;
color: #999;
} .guides-list {
display: flex;
flex-direction: column;
gap: 15px;
}
.guide-item {
display: flex;
gap: 15px;
align-items: center;
padding: 15px;
background: #f8f9fa;
border-radius: 12px;
transition: background 0.2s;
}
.guide-item:hover {
background: #f0f0f0;
}
.guide-number {
font-size: 24px;
font-weight: 700;
color: #667eea;
width: 40px;
text-align: center;
}
.guide-content {
flex: 1;
}
.guide-title {
font-size: 15px;
font-weight: 600;
margin: 0 0 5px 0;
}
.guide-title a {
color: #1a1a2e;
text-decoration: none;
}
.guide-excerpt {
font-size: 12px;
color: #666;
} .wallets-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 30px;
}
.wallet-card {
text-align: center;
padding: 30px 20px;
background: white;
border-radius: 16px;
box-shadow: 0 4px 6px rgba(0,0,0,0.07);
transition: transform 0.3s;
}
.wallet-card:hover {
transform: translateY(-5px);
}
.wallet-icon img {
width: 80px;
height: 80px;
margin-bottom: 20px;
}
.wallet-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.wallet-title a {
color: #1a1a2e;
text-decoration: none;
}
.wallet-description {
font-size: 14px;
color: #666;
margin-bottom: 20px;
line-height: 1.5;
}
.read-more {
color: #667eea;
text-decoration: none;
font-weight: 500;
} .chain-sections {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-bottom: 48px;
}
.chain-section {
background: #f8f9fa;
border-radius: 16px;
padding: 24px;
}
.chain-icon {
font-size: 24px;
}
.chain-icon.solana {
color: #14f195;
}
.chain-icon.ethereum {
color: #627eea;
}
.chain-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.chain-item {
padding: 10px 0;
border-bottom: 1px solid #e0e0e0;
}
.chain-link {
display: flex;
justify-content: space-between;
align-items: center;
text-decoration: none;
color: #1a1a2e;
transition: color 0.2s;
}
.chain-link:hover {
color: #667eea;
}
.chain-name {
font-size: 15px;
}
.chain-arrow {
font-size: 14px;
} .safety-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
}
.safety-card {
background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
padding: 24px;
border-radius: 16px;
position: relative;
overflow: hidden;
}
.safety-icon {
font-size: 32px;
margin-bottom: 16px;
}
.safety-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.safety-title a {
color: #1a1a2e;
text-decoration: none;
}
.safety-excerpt {
font-size: 14px;
color: #4a4a4a;
line-height: 1.5;
} .retro-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
}
.retro-card {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 20px;
border-radius: 16px;
transition: transform 0.3s;
}
.retro-card:hover {
transform: translateY(-3px);
}
.retro-content {
color: white;
}
.retro-title {
font-size: 16px;
font-weight: 600;
margin: 0 0 10px 0;
}
.retro-title a {
color: white;
text-decoration: none;
}
.potential-badge {
display: inline-block;
background: rgba(255,255,255,0.2);
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
} .homepage-faq {
background: #f8f9fa;
border-radius: 24px;
padding: 48px;
margin: 48px 0;
}
.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
gap: 30px;
margin-top: 30px;
}
.faq-item h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
color: #1a1a2e;
}
.faq-item p {
color: #666;
line-height: 1.6;
} .newsletter-section {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
border-radius: 24px;
padding: 48px;
text-align: center;
margin: 48px 0;
}
.newsletter-content h3 {
font-size: 28px;
color: white;
margin-bottom: 12px;
}
.newsletter-content p {
color: rgba(255,255,255,0.8);
margin-bottom: 24px;
}
.newsletter-form {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.newsletter-form input {
padding: 14px 24px;
border: none;
border-radius: 40px;
width: 300px;
font-size: 16px;
}
.newsletter-form button {
background: #667eea;
color: white;
border: none;
padding: 14px 32px;
border-radius: 40px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s;
}
.newsletter-form button:hover {
background: #764ba2;
}  @media (max-width: 768px) { .crypto-hero {
padding: 24px 16px;
}
.crypto-hero h1 {
font-size: 24px;
}
.hero-description {
font-size: 14px;
}
.hero-stats {
gap: 16px;
flex-wrap: wrap;
}
.hero-stats .stat-number {
font-size: 20px;
}
.hero-cta {
flex-direction: column;
gap: 12px;
}
.btn-primary, .btn-secondary {
display: block;
text-align: center;
width: 100%;
} .crypto-homepage .section-title {
font-size: 20px;
}
.section-header {
flex-direction: column;
align-items: flex-start;
gap: 8px;
} .airdrops-grid,
.wallets-grid,
.safety-grid {
grid-template-columns: 1fr !important;
}
.two-column-layout,
.chain-sections {
display: block !important;
gap: 20px;
} .news-grid {
display: flex;
flex-direction: column;
gap: 16px;
}
.news-card {
display: flex !important;
align-items: center;
gap: 12px;
}
.news-thumb {
flex: 0 0 70px;
}
.news-thumb img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 8px;
}
.news-content {
flex: 1;
}
.retro-title {
font-size: 14px;
margin-bottom: 4px;
} .strategy-item {
display: flex !important;
align-items: center;
gap: 12px;
margin-bottom: 16px;
}
.strategy-thumb {
flex: 0 0 60px;
}
.strategy-thumb img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 8px;
}
.strategy-content {
flex: 1;
}
.strategy-title {
font-size: 14px;
margin-bottom: 4px;
}
.strategy-excerpt {
font-size: 12px;
display: none; } .guide-item {
display: flex !important;
align-items: center;
gap: 12px;
margin-bottom: 14px;
}
.guide-number {
flex: 0 0 28px;
font-size: 16px;
}
.guide-title {
font-size: 14px;
}
.guide-excerpt {
display: none;
} .airdrop-card {
display: flex !important;
flex-direction: row !important;
align-items: center;
gap: 12px;
}
.airdrop-card .card-thumbnail {
flex: 0 0 80px;
width: 80px;
}
.airdrop-card .card-thumbnail img {
width: 80px;
height: 80px;
object-fit: cover;
}
.airdrop-card .card-content {
flex: 1;
padding: 0;
}
.card-excerpt {
display: none;
}
.card-meta {
font-size: 11px;
}
.card-title {
font-size: 14px;
margin-bottom: 4px;
} .wallet-card {
display: flex !important;
flex-direction: row !important;
align-items: center;
gap: 12px;
text-align: left;
}
.wallet-icon {
flex: 0 0 50px;
}
.wallet-icon img {
width: 50px;
height: 50px;
border-radius: 12px;
}
.wallet-title {
font-size: 14px;
margin-bottom: 4px;
}
.wallet-description {
font-size: 12px;
display: none;
} .safety-card {
padding: 16px;
}
.safety-title {
font-size: 14px;
} .chain-section {
margin-bottom: 24px;
}
.chain-item {
padding: 10px 0;
} .homepage-faq {
padding: 20px 16px;
}
.faq-grid {
grid-template-columns: 1fr !important;
gap: 16px;
}
.faq-item h3 {
font-size: 16px;
}
.faq-item p {
font-size: 13px;
} .newsletter-section {
padding: 24px 16px;
}
.newsletter-content h3 {
font-size: 18px;
}
.newsletter-form input,
.newsletter-form button {
width: 100%;
margin-bottom: 10px;
} .crypto-homepage-content {
padding: 20px 16px;
}
.crypto-homepage-content h2 {
font-size: 20px;
}
.crypto-homepage-content p {
font-size: 14px;
}
} @media (max-width: 480px) {
.hero-stats {
flex-direction: column;
gap: 8px;
align-items: center;
}
.stat-item {
width: 100%;
text-align: center;
}
.news-thumb {
flex: 0 0 55px;
}
.news-thumb img {
width: 55px;
height: 55px;
}
.airdrop-card .card-thumbnail {
flex: 0 0 65px;
}
.airdrop-card .card-thumbnail img {
width: 65px;
height: 65px;
}
} @media (min-width: 769px) and (max-width: 1024px) {
.airdrops-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
.wallets-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
.two-column-layout {
grid-template-columns: 1fr 1fr !important;
gap: 20px;
}
.chain-sections {
grid-template-columns: 1fr 1fr !important;
gap: 20px;
}
} .sidebar-area {
margin-top: 50px;
padding-top: 50px;
border-top: 2px solid #e74c3c;
}
.sidebar-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 35px;
}
.widget {
background: #fff;
padding: 25px;
border-radius: 8px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.widget-title {
font-size: 20px;
font-weight: bold;
color: #2c3e50;
margin-bottom: 20px;
padding-bottom: 12px;
border-bottom: 2px solid #e74c3c;
}
.widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget li {
padding: 10px 0;
border-bottom: 1px solid #eee;
line-height: 1.5;
}
.widget li:last-child {
border-bottom: none;
}
.widget a {
color: #333;
display: block;
padding: 3px 0;
}
.widget a:hover {
color: #e74c3c;
padding-left: 5px;
} .entry-header {
margin-bottom: 30px;
}
.entry-title {
font-size: 32px;
font-weight: bold;
color: #2c3e50;
margin-bottom: 15px;
line-height: 1.3;
padding-top: 10px;
}
.entry-meta {
display: flex;
gap: 20px;
color: #666;
font-size: 14px;
margin-bottom: 20px;
padding: 10px 0;
}
.entry-content {
font-size: 18px;
line-height: 1.7;
color: #444;
}
.entry-content p {
margin-bottom: 25px;
}
.entry-content h2 {
font-size: 28px;
margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
}
.entry-content h3 {
font-size: 24px;
margin-top: 35px;
margin-bottom: 18px;
padding-top: 8px;
}
.entry-content img {
margin: 25px 0;
border-radius: 8px;
} .site-footer {
background: #2c3e50;
color: #fff;
padding: 50px 0 25px;
margin-top: 60px;
}
.footer-widgets {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 35px;
margin-bottom: 40px;
}
.footer-widget {
padding: 10px 0;
}
.footer-widget h3 {
color: #fff;
font-size: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #e74c3c;
}
.footer-widget p {
color: #ccc;
line-height: 1.7;
margin-bottom: 15px;
}
.footer-widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-widget li {
padding: 8px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-widget a {
color: #ccc;
padding: 3px 0;
display: block;
}
.footer-widget a:hover {
color: #fff;
padding-left: 8px;
}
.footer-bottom {
text-align: center;
padding-top: 25px;
border-top: 1px solid rgba(255,255,255,0.1);
font-size: 14px;
color: #ccc;
line-height: 1.6;
}
.footer-bottom p {
margin-bottom: 15px;
}  @media (max-width: 992px) {
html {
font-size: 15px;
}
.header-container {
flex-direction: column;
gap: 20px;
}
.main-navigation ul {
justify-content: center;
gap: 5px;
}
.main-navigation a {
padding: 8px 12px;
font-size: 13px;
}
.section-featured .section-content {
grid-template-columns: 1fr;
}
.featured-main img {
height: 320px;
}
.sidebar-content {
grid-template-columns: 1fr;
}
.entry-title {
font-size: 28px;
}
} @media (max-width: 768px) {
html {
font-size: 14px;
}
.container {
padding: 0 15px;
}
.main-navigation ul {
justify-content: flex-start;
overflow-x: auto;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;
}
.main-navigation a {
padding: 8px 14px;
font-size: 12px;
}
.category-menu {
overflow-x: auto;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;
}
.section-content {
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 20px;
}
.featured-main img {
height: 280px;
}
.featured-side-item img {
width: 90px;
height: 70px;
}
.post-card img {
height: 180px;
}
.entry-title {
font-size: 24px;
}
.entry-content {
font-size: 16px;
}
} @media (max-width: 480px) {
.site-title {
font-size: 24px;
}
.main-navigation a {
padding: 6px 10px;
font-size: 11px;
}
.section-content {
grid-template-columns: 1fr;
}
.featured-main img {
height: 240px;
}
.featured-side {
gap: 15px;
}
.featured-side-item {
flex-direction: column;
gap: 12px;
}
.featured-side-item img {
width: 100%;
height: 140px;
}
.post-card img {
height: 220px;
}
.entry-title {
font-size: 22px;
}
} .text-center { text-align: center; }
.text-right { text-align: right; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; } .hidden {
display: none !important;
} .loading {
opacity: 0.6;
pointer-events: none;
} .clearfix::after {
content: "";
display: table;
clear: both;
}  .comments-area {
margin-top: 3rem;
padding: 2.5rem;
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
} .comments-title {
color: #e10600 !important;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 2px solid #334155;
text-align: center;
font-family: 'Arial Black', sans-serif;
} .comment-list {
list-style: none;
padding: 0;
margin: 0 0 2rem 0;
}
.comment {
background: #1e293b;
border-radius: 12px;
padding: 1.5rem;
margin-bottom: 1.5rem;
border-left: 4px solid #e10600;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.comment:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(225, 6, 0, 0.2);
} .comment-meta {
display: flex;
align-items: center;
margin-bottom: 1rem;
padding-bottom: 0.8rem;
border-bottom: 1px solid #334155;
}
.comment-author {
font-weight: 700;
color: #f8fafc;
font-size: 1.1rem;
}
.comment-author a {
color: #60a5fa;
text-decoration: none;
transition: color 0.2s ease;
}
.comment-author a:hover {
color: #93c5fd;
text-decoration: underline;
}
.comment-metadata {
font-size: 0.85rem;
color: #94a3b8;
margin-left: auto;
}
.comment-metadata a {
color: #94a3b8;
text-decoration: none;
}
.comment-metadata a:hover {
color: #cbd5e1;
} .comment-content {
color: #cbd5e1;
line-height: 1.7;
font-size: 1rem;
}
.comment-content p {
margin: 0.5rem 0;
} .reply {
margin-top: 1rem;
text-align: right;
}
.comment-reply-link {
display: inline-block;
background: #e10600;
color: white !important;
padding: 0.5rem 1.2rem;
border-radius: 6px;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
transition: all 0.2s ease;
}
.comment-reply-link:hover {
background: #ff1a1a;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(225, 6, 0, 0.3);
} .comment-navigation {
display: flex;
justify-content: space-between;
margin: 2rem 0;
padding: 1rem 0;
border-top: 1px solid #334155;
border-bottom: 1px solid #334155;
}
.comment-navigation a {
color: #60a5fa;
text-decoration: none;
font-weight: 600;
padding: 0.5rem 1rem;
border-radius: 6px;
transition: all 0.2s ease;
}
.comment-navigation a:hover {
background: rgba(96, 165, 250, 0.1);
color: #93c5fd;
} .no-comments {
text-align: center;
color: #94a3b8;
font-style: italic;
padding: 2rem;
background: rgba(30, 41, 59, 0.5);
border-radius: 10px;
border: 1px dashed #475569;
}  .comment-respond {
background: #1e293b;
border-radius: 12px;
padding: 2rem;
margin-top: 2rem;
}
.comment-reply-title {
color: #f8fafc !important;
font-size: 1.5rem;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid #334155;
} .comment-form {
display: grid;
gap: 1.5rem;
}
.comment-form label {
display: block;
color: #cbd5e1;
font-weight: 600;
margin-bottom: 0.5rem;
font-size: 0.95rem;
}
.comment-form .required {
color: #e10600;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
width: 100%;
padding: 1rem;
background: #0f172a;
border: 2px solid #334155;
border-radius: 8px;
color: #f8fafc;
font-size: 1rem;
transition: all 0.3s ease;
box-sizing: border-box;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
outline: none;
border-color: #e10600;
box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.2);
}
.comment-form textarea {
min-height: 150px;
resize: vertical;
} .comment-form .form-submit {
margin-top: 1rem;
text-align: right;
}
.comment-form input[type="submit"] {
background: linear-gradient(135deg, #e10600 0%, #b90500 100%);
color: white;
border: none;
padding: 1rem 2.5rem;
border-radius: 8px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.comment-form input[type="submit"]:hover {
background: linear-gradient(135deg, #ff1a1a 0%, #d60600 100%);
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(225, 6, 0, 0.3);
}
.comment-form input[type="submit"]:active {
transform: translateY(0);
} .comment-notes,
.logged-in-as {
color: #94a3b8;
font-size: 0.9rem;
margin-bottom: 1rem;
padding: 0.8rem;
background: rgba(15, 23, 42, 0.5);
border-radius: 6px;
} @media (max-width: 768px) {
.comments-area {
padding: 1.5rem;
margin-top: 2rem;
}
.comment-respond {
padding: 1.5rem;
}
.comments-title {
font-size: 1.5rem;
}
.comment-form {
gap: 1rem;
}
.comment {
padding: 1.2rem;
}
}
@media (max-width: 480px) {
.comments-area {
padding: 1rem;
}
.comment-respond {
padding: 1rem;
}
.comment-meta {
flex-direction: column;
align-items: flex-start;
}
.comment-metadata {
margin-left: 0;
margin-top: 0.5rem;
}
} .posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.post-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.post-card:hover {
transform: translateY(-5px);
}
.post-thumbnail img {
width: 100%;
height: 200px;
object-fit: cover;
}
.post-card-content {
padding: 20px;
}
.post-category {
color: #0073aa;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.post-title {
margin: 10px 0 0;
font-size: 18px;
line-height: 1.4;
}
.post-title a {
color: #333;
text-decoration: none;
}
.post-title a:hover {
color: #0073aa;
} .category-description-section {
background: #f8f9fa;
border-radius: 10px;
padding: 40px;
margin: 50px 0;
border-left: 5px solid #0073aa;
}
.category-description-content {
font-size: 16px;
line-height: 1.7;
color: #444;
}
.category-description-content p {
margin-bottom: 15px;
}
.category-description-content p:last-child {
margin-bottom: 0;
} .posts-pagination {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eee;
}
.pagination {
display: flex;
justify-content: center;
gap: 10px;
}
.page-numbers {
display: inline-block;
padding: 10px 15px;
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #333;
}
.page-numbers.current {
background: #0073aa;
color: white;
border-color: #0073aa;
}
.page-numbers:hover {
background: #f0f0f0;
} @media (max-width: 768px) {
.posts-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.category-description-section {
padding: 25px;
margin: 30px 0;
}
} .posts-pagination {
margin: 40px 0;
text-align: center;
}
.pagination {
display: inline-flex;
gap: 6px;
list-style: none;
padding: 0;
margin: 0;
}
.page-numbers {
min-width: 36px;
height: 36px;
line-height: 36px;
padding: 0 12px;
border: 1px solid #ddd;
border-radius: 4px;
background: #fff;
color: #333;
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
.page-numbers:hover {
background: #f2f2f2;
}
.page-numbers.current {
background: #111;
color: #fff;
border-color: #111;
}
.prev,
.next {
padding: 0 14px;
} @media (max-width: 768px) {
.page-numbers {
min-width: 32px;
height: 32px;
font-size: 13px;
}
} .entry-content a:link,
.post-content a:link,
.article-content a:link,
.single-post .content a:link,
.single .entry-content a:link,
.type-post .entry-content a:link,
.single-post .post-content a:link,
.single .post-content a:link {
color: #e74c3c;
} .entry-content a:visited,
.post-content a:visited,
.single-post .content a:visited {
color: #c0392b; } .main-navigation a:link,
#primary-menu a:link,
.menu a:link,
.nav-menu a:link,
.widget a:link,
.sidebar a:link,
.footer a:link,
.site-footer a:link,
.entry-title a:link,
.post-title a:link,
h1 a:link, h2 a:link, h3 a:link,
.page-title a:link,
.archive .post-title a:link,
.home .post-title a:link,
.blog .post-title a:link,
.category .post-title a:link,
.tag .post-title a:link,
.pagination a:link,
.page-numbers:link,
.post-card a:link,
.posts-grid a:link,
.section-content a:link,
.posts-listing a:link,
header a:link,
nav a:link {
color: inherit; } .post .entry-content p a:link,
.post .entry-content ul a:link,
.post .entry-content ol a:link,
.post .entry-content li a:link,
.post .entry-content td a:link,
.post .entry-content blockquote a:link {
color: #e74c3c;
} .wp-block-post-content a:link,
.wp-block-group__inner-container a:link,
.wp-block-column a:link {
color: #e74c3c;
} @media (max-width: 768px) {
.homepage-section,
.section-featured,
.section-content,
.featured-main,
.featured-side {
display: none !important;
}
.mobile-latest-posts {
padding: 15px;
}
.mobile-section-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
border-bottom: 2px solid #e74c3c;
padding-bottom: 8px;
}
.mobile-post-item {
display: flex;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #eee;
align-items: center;
}
.mobile-thumb img {
width: 70px;
height: 90px;
object-fit: cover;
border-radius: 5px;
}
.mobile-post-content {
flex: 1;
}
.mobile-post-title {
font-size: 16px;
line-height: 1.3;
margin: 0;
}
.mobile-post-title a {
color: #222;
font-weight: 600;
}
.mobile-post-date {
display: block;
font-size: 12px;
color: #888;
margin-top: 5px;
}
.mobile-pagination {
margin: 20px 0;
text-align: center;
}
.mobile-pagination a,
.mobile-pagination span {
padding: 6px 10px;
margin: 3px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
}  .mobile-posts-list {
display: none;
} @media (max-width: 768px) { .posts-grid,
.site-sidebar {
display: none !important;
} .mobile-posts-list {
display: block;
}
.mobile-post-item {
display: flex;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.mobile-thumb img {
width: 90px;
height: 65px;
object-fit: cover;
border-radius: 4px;
}
.mobile-post-content {
flex: 1;
}
.mobile-post-title {
font-size: 15px;
font-weight: 600;
margin: 0 0 4px;
line-height: 1.3;
}
.mobile-post-title a {
color: #222;
}
.mobile-post-date {
font-size: 12px;
color: #777;
} .posts-pagination {
margin-top: 25px;
}
} @media (max-width: 768px) {
.related-posts,
.related-posts .posts-grid,
.related-posts article {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
}  .mobile-posts-list {
display: none !important;
} @media (max-width: 768px) { .posts-grid,
.post-card,
.posts-listing .posts-grid {
display: none !important;
} .mobile-posts-list {
display: block !important;
}
} .video-container,
.wp-block-embed,
.wp-block-video,
iframe,
embed {
max-width: 100%;
}
.wp-block-embed__wrapper,
.video-container {
position: relative;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
}
.wp-block-embed__wrapper iframe,
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} @media (max-width: 768px) {
.header-search {
display: block !important;
position: relative;
z-index: 9999;
padding: 10px;
}
.header-search form {
display: flex;
width: 100%;
}
.header-search input {
width: 100%;
font-size: 16px; }
.header-search button {
flex-shrink: 0;
}
} .error-410 {
text-align: center;
padding: 60px 0;
min-height: 400px;
}
.error-410 .page-title {
font-size: 32px;
margin-bottom: 20px;
color: #e74c3c;
}
.error-410 p {
margin-bottom: 20px;
font-size: 16px;
}
.mt-30 {
margin-top: 30px;
}
.button {
display: inline-block;
padding: 12px 30px;
background: #e74c3c;
color: #fff;
text-decoration: none;
border-radius: 4px;
transition: all 0.3s ease;
}
.button:hover {
background: #c0392b;
color: #fff;
}
@media (max-width: 768px) {
.error-410 .page-title {
font-size: 24px;
}
.button {
padding: 10px 20px;
}
}  .airdrop-meta-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 10px;
}
.airdrop-meta-field {
margin-bottom: 15px;
}
.airdrop-meta-field label {
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #23282d;
}
.airdrop-meta-field input,
.airdrop-meta-field select {
width: 100%;
padding: 8px 12px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
.airdrop-meta-field input:focus,
.airdrop-meta-field select:focus {
border-color: #2271b1;
box-shadow: 0 0 0 1px #2271b1;
outline: none;
} .newsletter-success {
background: #d4edda;
color: #155724;
padding: 12px 20px;
border-radius: 8px;
margin-bottom: 20px;
text-align: center;
font-weight: 500;
border-left: 4px solid #28a745;
} .wrap .wp-list-table {
margin-top: 20px;
}
.wrap .wp-list-table th {
font-weight: 600;
background: #f1f1f1;
} .newsletter-form {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
padding: 12px 20px;
border: 1px solid #ddd;
border-radius: 40px;
width: 300px;
font-size: 16px;
transition: all 0.3s ease;
}
.newsletter-form input[type="email"]:focus {
border-color: #667eea;
outline: none;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.newsletter-form button {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border: none;
padding: 12px 32px;
border-radius: 40px;
font-weight: 600;
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
}
.newsletter-form button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
} @media (max-width: 782px) {
.airdrop-meta-grid {
grid-template-columns: 1fr;
gap: 0;
}
.newsletter-form input[type="email"] {
width: 100%;
}
}.homepage-section {
padding: 20px 0;
}
.section-featured {
padding-top: 0;
} .post-card-content {
padding-top: 15px;
padding-bottom: 15px;
} .featured-side-content .post-title {
margin-top: 5px;
} .widget {
margin-bottom: 20px;
}
.widget:last-child {
margin-bottom: 0;
} .footer-widget h3 {
margin-top: 10px;
} .view-all {
margin-top: 5px;
} .entry-meta span {
margin-right: 15px;
}
.entry-meta span:last-child {
margin-right: 0;
} .post-category {
margin-right: 5px;
margin-bottom: 8px;
}
.post-category:last-child {
margin-right: 0;
} .entry-content img.alignleft {
margin-right: 20px;
margin-bottom: 20px;
}
.entry-content img.alignright {
margin-left: 20px;
margin-bottom: 20px;
} .entry-content ul,
.entry-content ol {
margin-bottom: 25px;
padding-left: 30px;
}
.entry-content li {
margin-bottom: 10px;
} .entry-content blockquote {
margin: 30px 0;
padding: 20px 30px;
border-left: 4px solid #e74c3c;
background: #f9f9f9;
font-style: italic;
} .entry-content table {
margin: 25px 0;
width: 100%;
border-collapse: collapse;
}
.entry-content table th,
.entry-content table td {
padding: 12px 15px;
border: 1px solid #ddd;
} .entry-content input,
.entry-content textarea,
.entry-content select {
margin-bottom: 15px;
padding: 10px 15px;
}