* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
line-height: 1.6;
color: #000;
background-color: #fff;
}
a {
text-decoration: none;
color: inherit;
}
img {
max-width: 100%;
height: auto;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .skip-link {
background: #f7931a;
color: #000;
font-weight: 700;
left: 0;
padding: 15px 23px;
position: absolute;
transform: translateY(-100%);
transition: transform 0.3s;
z-index: 100000;
}
.skip-link:focus {
transform: translateY(0);
} a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 2px solid #f7931a;
outline-offset: 2px;
} a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
outline: none;
} .site-header {
background-color: #f5f5f5;
padding: 8px 40px;
border-bottom: 2px solid #000;
position: sticky;
top: 0;
z-index: 1000;
transition: transform 0.3s ease;
}
.site-header.header-hidden {
transform: translateY(-100%);
}
.header-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
}
.site-logo {
display: flex;
align-items: center;
}
.site-logo a {
display: flex;
align-items: center;
font-size: 26px;
font-weight: 800;
color: #000;
letter-spacing: -0.5px;
}
.site-logo .logo-icon {
width: 42px;
height: 42px;
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
color: #fff;
font-weight: bold;
font-size: 18px;
}
.site-logo .logo-text span {
color: #f7931a;
}
.site-logo .custom-logo {
max-height: 55px;
width: auto;
} .main-navigation {
position: relative;
margin-bottom: -13px;
padding-bottom: 13px;
} .mobile-social {
display: none;
}
.main-navigation > ul {
display: flex;
list-style: none;
gap: 30px;
}
.main-navigation > ul > li {
position: relative;
padding-bottom: 13px;
margin-bottom: -13px;
}
.main-navigation a {
color: #000;
font-size: 16px;
font-weight: 600;
position: relative;
display: inline-block;
letter-spacing: 0.3px;
}
.main-navigation a i {
font-size: 10px;
margin-left: 5px;
}
.main-navigation > ul > li > a::after {
content: '';
position: absolute;
width: 0;
height: 3px;
bottom: -13px;
left: 0;
background-color: #f7931a;
transition: width 0.3s ease;
}
.main-navigation > ul > li:hover > a::after {
width: 100%;
}
.main-navigation > ul > li:hover > a {
color: #f7931a;
} .sub-menu {
position: absolute;
top: 100%;
left: -20px;
background: #fff;
min-width: 240px;
padding: 0;
margin-top: 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
border-top: 3px solid #f7931a;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
z-index: 1000;
display: block !important;
list-style: none;
}
.menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .menu-item-has-children:hover > a::after {
opacity: 0;
}
.sub-menu li {
display: block;
padding: 0;
margin: 0;
}
.sub-menu li:first-child a {
padding-top: 15px;
}
.sub-menu li:last-child a {
padding-bottom: 15px;
}
.sub-menu a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 25px;
color: #333;
font-size: 15px;
font-weight: 500;
text-transform: none;
transition: all 0.2s;
}
.sub-menu a::after {
display: none !important;
}
.sub-menu a:hover {
background-color: #fef7ed;
color: #f7931a;
padding-left: 30px;
} .header-actions {
display: flex;
align-items: center;
gap: 15px;
}
.header-icon {
background: none;
border: none;
cursor: pointer;
font-size: 14px;
color: #000;
transition: all 0.2s;
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 50%;
}
.header-icon:hover {
background-color: #f5f5f5;
color: #f7931a;
}
.subscribe-btn {
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
border: none;
color: #fff;
padding: 10px 20px;
cursor: pointer;
font-family: inherit;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 4px;
transition: all 0.2s;
}
.subscribe-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(247, 147, 26, 0.4);
} .mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background: none;
border: none;
cursor: pointer;
padding: 8px;
gap: 5px;
}
.mobile-menu-toggle span {
display: block;
width: 24px;
height: 2px;
background-color: #000;
transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
} .ticker-bar {
background-color: #0d1117;
padding: 8px 0;
overflow: hidden;
position: relative;
}
.ticker-container {
width: 100%;
overflow: hidden;
}
.ticker-content {
display: flex;
gap: 20px;
width: max-content;
animation: ticker-scroll 60s linear infinite;
}
.ticker-content:hover {
animation-play-state: paused;
}
@keyframes ticker-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-33.333%);
}
}
.ticker-item {
display: flex;
align-items: center;
gap: 6px;
color: #fff;
font-size: 13px;
white-space: nowrap;
flex-shrink: 0;
}
.ticker-item .coin-name {
color: #f7931a;
font-weight: 600;
}
.ticker-item .coin-price {
color: #fff;
font-weight: 500;
}
.ticker-item .coin-change {
font-size: 11px;
font-weight: 600;
padding: 2px 6px;
border-radius: 3px;
}
.ticker-item .coin-change.up {
color: #3fb950;
background: rgba(63, 185, 80, 0.15);
}
.ticker-item .coin-change.down {
color: #f85149;
background: rgba(248, 81, 73, 0.15);
}
.ticker-coin-icon {
border-radius: 50%;
flex-shrink: 0;
} .site-footer {
background: #0d1117;
color: #fff;
padding: 40px 40px 25px;
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
}
.footer-top {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #21262d;
margin-bottom: 25px;
}
.footer-brand {
display: flex;
align-items: center;
gap: 30px;
}
.footer-logo {
display: flex;
align-items: center;
}
.footer-logo a {
display: flex;
align-items: center;
text-decoration: none;
}
.footer-logo-img {
max-height: 65px;
width: auto;
}
.footer-logo-text {
display: flex;
align-items: center;
font-size: 26px;
font-weight: 800;
color: #fff;
text-decoration: none;
}
.footer-logo .logo-icon {
width: 42px;
height: 42px;
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
color: #fff;
font-weight: bold;
font-size: 18px;
}
.footer-logo-text span {
color: #f7931a;
}
.footer-social {
display: flex;
gap: 10px;
}
.footer-social a {
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #21262d;
color: #c9d1d9;
font-size: 15px;
transition: all 0.2s;
}
.footer-social a:hover {
background: #f7931a;
color: #000;
}
.footer-main {
display: grid;
grid-template-columns: 1fr auto;
gap: 50px;
margin-bottom: 30px;
}
.footer-links-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.footer-column {
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-column a {
color: #8b949e;
font-size: 15px;
font-weight: 500;
transition: color 0.2s;
}
.footer-column a:hover {
color: #f7931a;
}
.footer-boxes {
display: flex;
gap: 20px;
}
.footer-box {
background: #161b22;
padding: 20px;
border-radius: 8px;
width: 220px;
}
.footer-box h4 {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.footer-box h4 i {
color: #f7931a;
}
.footer-box p {
font-size: 13px;
color: #8b949e;
margin-bottom: 15px;
line-height: 1.5;
}
.footer-btn {
display: inline-block;
background: #21262d;
color: #fff;
padding: 10px 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 5px;
transition: all 0.2s;
}
.footer-btn:hover {
background: #f7931a;
color: #000;
}
.footer-bottom-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
padding: 25px 0;
border-top: 1px solid #21262d;
border-bottom: 1px solid #21262d;
}
.footer-bottom-links a {
color: #8b949e;
font-size: 14px;
font-weight: 500;
transition: color 0.2s;
}
.footer-bottom-links a:hover {
color: #f7931a;
}
.footer-bottom-links .separator {
color: #30363d;
}
.footer-copyright {
padding-top: 25px;
text-align: center;
}
.footer-copyright p {
font-size: 13px;
color: #8b949e;
margin-bottom: 10px;
}
.footer-disclaimer {
font-size: 12px !important;
color: #6e7681 !important;
max-width: 900px;
margin: 0 auto;
line-height: 1.6;
} .back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
color: #000;
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
cursor: pointer;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
box-shadow: 0 4px 15px rgba(247, 147, 26, 0.4);
opacity: 0;
visibility: hidden;
z-index: 999;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
transform: translateY(-3px);
} .wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-size: 13px;
color: #666;
padding: 8px 0;
}
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} @media (max-width: 1200px) {
.site-footer {
padding: 45px 30px 25px;
}
.footer-main {
gap: 40px;
}
}
@media (max-width: 992px) {
.main-navigation {
position: fixed;
top: 0;
left: -100%;
width: 280px;
height: 100vh;
background: #fff;
z-index: 99999;
padding: 80px 0 30px;
margin: 0;
overflow-y: auto;
box-shadow: 2px 0 20px rgba(0,0,0,0.15);
transition: left 0.3s ease;
}
.main-navigation.active {
left: 0;
}
.main-navigation > ul {
flex-direction: column;
gap: 0;
pointer-events: auto;
}
.main-navigation > ul > li {
border-bottom: 1px solid #eee;
pointer-events: auto;
margin: 0 20px;
}
.main-navigation > ul > li:last-child {
border-bottom: 1px solid #eee;
}
.main-navigation > ul > li > a {
display: block;
padding: 15px 5px;
font-size: 14px;
pointer-events: auto;
text-align: left;
} .mobile-social {
display: flex;
gap: 12px;
padding: 25px 25px;
margin-top: 10px;
}
.mobile-social a {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 50%;
background: #f5f5f5;
color: #333;
font-size: 16px;
transition: all 0.2s;
}
.mobile-social a:hover {
background: #f7931a;
color: #fff;
}
.main-navigation > ul > li > a::after {
display: none;
}
.main-navigation > ul > li > a i {
float: right;
margin-top: 3px;
}
.sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
border-top: none;
margin-top: 0;
display: none !important;
background: #f9f9f9;
pointer-events: auto;
}
.menu-item-has-children.open > .sub-menu {
display: block !important;
}
.sub-menu a {
padding: 12px 5px 12px 20px;
pointer-events: auto;
text-align: left;
}
.mobile-menu-toggle {
display: flex;
}
.subscribe-btn {
display: none;
}
.menu-overlay {
display: none;
position: fixed;
top: 0;
left: 280px;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 9998;
}
.menu-overlay.active {
display: block;
}
.site-footer {
padding: 40px 25px 25px;
}
.footer-main {
grid-template-columns: 1fr;
gap: 35px;
}
.footer-boxes {
flex-direction: row;
}
}
@media (max-width: 768px) {
.site-header {
padding: 12px 20px;
}
.footer-container {
padding: 30px 15px;
}
.footer-top {
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
.footer-brand {
flex-direction: column;
gap: 15px;
text-align: left;
}
.footer-logo {
justify-content: flex-start;
}
.footer-social {
justify-content: flex-start;
}
.footer-main {
grid-template-columns: 1fr;
gap: 30px;
}
.footer-links-grid {
grid-template-columns: repeat(3, 1fr);
gap: 15px;
text-align: left;
}
.footer-boxes {
flex-direction: column;
gap: 15px;
}
.footer-box {
text-align: left;
width: 100%;
}
.footer-box h4 {
justify-content: flex-start;
}
.footer-bottom-links {
flex-wrap: wrap;
justify-content: flex-start;
gap: 5px 15px;
line-height: 2;
}
.footer-bottom-links .separator {
display: none;
}
.footer-bottom-links a {
padding: 0 5px 0 0;
}
.footer-copyright {
text-align: left;
}
.footer-disclaimer {
font-size: 11px;
}
.ticker-bar {
display: none;
}
.back-to-top {
right: 15px;
bottom: 15px;
width: 40px;
height: 40px;
}
}
@media (max-width: 480px) {
.site-header {
padding: 10px 15px;
}
.site-logo a {
font-size: 18px;
}
.site-logo .logo-icon {
width: 30px;
height: 30px;
font-size: 14px;
}
.header-icon {
width: 34px;
height: 34px;
}
.site-footer {
padding: 30px 15px 20px;
}
.footer-logo {
font-size: 20px;
}
.footer-logo .logo-icon {
width: 32px;
height: 32px;
font-size: 14px;
}
.footer-social a {
width: 34px;
height: 34px;
font-size: 14px;
}
.footer-links-grid {
grid-template-columns: repeat(3, 1fr);
text-align: left;
gap: 10px;
}
.footer-column {
padding: 0;
}
.footer-column a {
font-size: 12px;
}
.footer-box {
padding: 20px 15px;
text-align: left;
}
.footer-box h4 {
font-size: 14px;
}
.footer-box p {
font-size: 12px;
}
.footer-btn {
padding: 8px 16px;
font-size: 11px;
}
.footer-bottom-links a {
font-size: 12px;
}
.footer-copyright p {
font-size: 12px;
}
.footer-disclaimer {
font-size: 10px !important;
}
} .search-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.95);
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
padding: 20px;
}
.search-overlay.active {
display: flex;
}
.search-overlay-content {
width: 100%;
max-width: 700px;
text-align: center;
}
.search-overlay .search-title {
color: #fff;
font-size: 28px;
font-weight: 700;
margin-bottom: 30px;
}
.search-overlay .search-form {
position: relative;
margin-bottom: 30px;
}
.search-overlay .search-field {
width: 100%;
padding: 18px 60px 18px 25px;
font-size: 18px;
border: 2px solid #333;
border-radius: 50px;
background: #1a1a1a;
color: #fff;
outline: none;
transition: border-color 0.3s;
}
.search-overlay .search-field:focus {
border-color: #f7931a;
}
.search-overlay .search-field::placeholder {
color: #666;
}
.search-overlay .search-submit {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
background: #f7931a;
color: #000;
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
cursor: pointer;
font-size: 16px;
transition: background 0.3s;
}
.search-overlay .search-submit:hover {
background: #ff6b00;
}
.search-close {
position: absolute;
top: 30px;
right: 30px;
background: none;
border: none;
color: #fff;
font-size: 32px;
cursor: pointer;
transition: color 0.3s;
padding: 10px;
}
.search-close:hover {
color: #f7931a;
}
.search-overlay .popular-searches {
color: #888;
font-size: 14px;
}
.search-overlay .popular-searches span {
color: #fff;
margin-right: 10px;
}
.search-overlay .popular-searches a {
color: #888;
margin: 0 8px;
transition: color 0.3s;
}
.search-overlay .popular-searches a:hover {
color: #f7931a;
}  .main-navigation ul {
display: flex;
align-items: center;
gap: 5px;
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation > ul > li {
position: relative;
}
.main-navigation > ul > li > a {
display: block;
padding: 12px 16px;
font-size: 14px;
font-weight: 600;
color: #000;
transition: color 0.2s;
}
.main-navigation > ul > li > a:hover {
color: #f7931a;
} .main-navigation .menu-item-has-children > a .dropdown-icon,
.main-navigation .menu-item-has-children > a::after,
.main-navigation .menu-item-has-children > a i.fa-chevron-down,
.main-navigation .menu-item-has-children > a i.fas {
display: none !important;
} .main-navigation .sub-menu {
position: absolute;
top: 100%;
left: 0;
background: #fff;
min-width: 200px;
box-shadow: 0 5px 25px rgba(0,0,0,0.15);
border-radius: 8px;
padding: 8px 0;
z-index: 1000;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
pointer-events: none;
list-style: none;
margin: 0;
} .main-navigation .menu-item-has-children::after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 15px;
background: transparent;
} .main-navigation .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
.main-navigation .sub-menu li {
display: block;
margin: 0;
}
.main-navigation .sub-menu a {
display: block;
padding: 12px 25px;
color: #333;
font-size: 15px;
font-weight: 500;
transition: background 0.2s, color 0.2s;
}
.main-navigation .sub-menu a:hover {
background: #fef7ed;
color: #f7931a;
} .footer-top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid #21262d;
}
.footer-brand {
display: flex;
align-items: center;
gap: 0;
} .footer-social {
display: flex;
gap: 12px;
margin-left: auto;
}
.footer-social a {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #21262d;
color: #c9d1d9;
font-size: 16px;
transition: all 0.3s;
}
.footer-social a:hover {
background: #f7931a;
color: #000;
transform: translateY(-2px);
} .footer-main {
display: flex;
gap: 40px;
margin-bottom: 40px;
} .footer-links-section {
flex: 1;
min-width: 0;
}
.footer-links-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.footer-column {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-column a,
.footer-column .menu-item a {
color: #8b949e;
font-size: 14px;
transition: color 0.3s;
display: block;
}
.footer-column a:hover,
.footer-column .menu-item a:hover {
color: #f7931a;
} .footer-column ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-column li {
margin-bottom: 12px;
}
.footer-column li:last-child {
margin-bottom: 0;
} .footer-boxes-section {
flex: 1;
min-width: 0;
}
.footer-boxes {
display: flex;
gap: 20px;
height: 100%;
}
.footer-box {
background: #161b22;
padding: 30px;
border-radius: 12px;
flex: 1;
display: flex;
flex-direction: column;
}
.footer-box h4 {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
display: flex;
align-items: flex-start;
gap: 10px;
color: #fff;
line-height: 1.3;
}
.footer-box h4 i {
color: #f7931a;
font-size: 20px;
margin-top: 2px;
}
.footer-box p {
font-size: 14px;
color: #8b949e;
margin-bottom: 20px;
line-height: 1.6;
flex-grow: 1;
}
.footer-btn {
display: inline-block;
background: #21262d;
color: #fff;
padding: 14px 28px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 6px;
transition: all 0.3s;
text-align: center;
align-self: flex-start;
}
.footer-btn:hover {
background: #f7931a;
color: #000;
} .footer-bottom-links .separator:last-child {
display: none;
} @media (max-width: 1100px) {
.footer-main {
flex-direction: column;
gap: 40px;
}
.footer-links-section,
.footer-boxes-section {
flex: none;
width: 100%;
}
}
@media (max-width: 768px) {
.footer-top {
flex-direction: column;
gap: 25px;
text-align: center;
}
.footer-social {
margin-left: 0;
}
.footer-boxes {
flex-direction: column;
}
.footer-box {
padding: 25px;
}
.footer-links-grid {
grid-template-columns: repeat(3, 1fr);
text-align: center;
gap: 20px;
}
.footer-column {
align-items: center;
}
}
@media (max-width: 480px) {
.footer-links-grid {
grid-template-columns: 1fr;
gap: 30px;
}
}.home-v2 {
background: #f5f5f5;
}
.v2-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.v2-container-full {
max-width: 100%;
padding: 0 40px;
} .v2-hero {
position: relative;
width: 100%;
height: 70vh;
min-height: 500px;
max-height: 700px;
overflow: hidden;
}
.v2-hero-link {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.v2-hero-image {
position: absolute;
inset: 0;
}
.v2-hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.v2-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
}
.v2-hero-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 60px 40px;
}
.v2-hero-inner {
max-width: 800px;
}
.v2-hero-cat {
display: inline-block;
background: #f7931a;
color: #000;
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
padding: 6px 14px;
margin-bottom: 15px;
}
.v2-hero-title {
font-size: 46px;
font-weight: 900;
color: #fff;
line-height: 1.1;
margin-bottom: 15px;
letter-spacing: -1px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.v2-hero-excerpt {
font-size: 17px;
color: rgba(255,255,255,0.8);
line-height: 1.5;
margin-bottom: 15px;
}
.v2-hero-meta {
font-size: 14px;
color: rgba(255,255,255,0.6);
}
.v2-hero-author {
color: #f7931a;
font-weight: 600;
}
.v2-hero-sep {
margin: 0 10px;
} .v2-section-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
padding-bottom: 12px;
border-bottom: 3px solid #000;
gap: 20px;
}
.v2-header-left {
flex-shrink: 0;
}
.v2-header-right {
display: flex;
align-items: center;
gap: 25px;
flex-wrap: wrap;
justify-content: flex-end;
}
.v2-subcats {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
.v2-subcat-link {
font-size: 14px;
font-weight: 500;
color: #555;
text-decoration: none;
transition: color 0.3s;
}
.v2-subcat-link:hover {
color: #f7931a;
}
.v2-section-header.v2-header-orange {
border-bottom-color: #f7931a;
}
.v2-section-header.v2-header-light {
border-bottom-color: #f7931a;
}
.v2-section-header.v2-header-light .v2-section-title,
.v2-section-header.v2-header-light .v2-section-title a {
color: #fff;
}
.v2-section-header.v2-header-light .v2-subcat-link {
color: rgba(255,255,255,0.7);
}
.v2-section-header.v2-header-light .v2-subcat-link:hover {
color: #f7931a;
}
.v2-section-header.v2-header-light .v2-view-all {
color: #f7931a;
}
.v2-section-title {
font-size: 22px;
font-weight: 900;
color: #000;
letter-spacing: 0.5px;
margin: 0;
}
.v2-section-title a {
color: inherit;
text-decoration: none;
transition: color 0.3s;
}
.v2-section-title a:hover {
color: #f7931a;
}
.v2-view-all {
font-size: 13px;
font-weight: 700;
color: #f7931a;
text-decoration: none;
letter-spacing: 0.5px;
white-space: nowrap;
}
.v2-view-all:hover {
color: #000;
} .v2-latest-section {
padding: 30px 0 50px;
background: #fff;
}
.v2-latest-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.v2-latest-card a {
display: block;
text-decoration: none;
background: #fff;
border: 1px solid #eee;
transition: transform 0.3s, box-shadow 0.3s;
}
.v2-latest-card:hover a {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.v2-latest-image {
aspect-ratio: 16/9;
overflow: hidden;
}
.v2-latest-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
}
.v2-latest-card:hover .v2-latest-image img {
transform: scale(1.05);
}
.v2-latest-content {
padding: 18px;
}
.v2-latest-cats {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.v2-latest-cat {
display: inline-block;
font-size: 11px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
}
.v2-latest-subcat {
font-size: 11px;
font-weight: 600;
color: #666;
text-transform: uppercase;
}
.v2-latest-subcat::before {
content: "›";
margin-right: 6px;
color: #999;
}
.v2-latest-title {
font-size: 16px;
font-weight: 700;
color: #000;
line-height: 1.3;
margin: 0 0 10px;
}
.v2-latest-meta {
font-size: 12px;
color: #888;
} .panel-magazine {
padding: 50px 0 30px;
background: #f5f5f5;
}
.panel-magazine-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
height: 480px;
}
.pm-featured {
height: 100%;
}
.pm-featured a {
display: block;
position: relative;
height: 100%;
overflow: hidden;
text-decoration: none;
}
.pm-image {
position: absolute;
inset: 0;
}
.pm-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s;
}
.pm-featured:hover .pm-image img,
.pm-medium:hover .pm-image img {
transform: scale(1.05);
}
.pm-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}
.pm-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 25px;
}
.pm-subcat {
display: inline-block;
background: #f7931a;
color: #000;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
padding: 3px 8px;
margin-bottom: 10px;
}
.pm-featured .pm-content h3 {
font-size: 24px;
font-weight: 800;
color: #fff;
line-height: 1.2;
margin: 0 0 10px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.pm-featured .pm-content p {
font-size: 14px;
color: rgba(255,255,255,0.8);
margin: 0 0 10px;
line-height: 1.4;
}
.pm-content span {
font-size: 12px;
color: #f7931a;
font-weight: 600;
} .pm-right-col {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr auto auto;
gap: 15px;
height: 100%;
} .pm-medium {
position: relative;
overflow: hidden;
min-height: 140px;
}
.pm-medium a {
display: block;
position: relative;
height: 100%;
overflow: hidden;
text-decoration: none;
}
.pm-medium .pm-content {
padding: 15px;
}
.pm-medium .pm-content h4 {
font-size: 14px;
font-weight: 700;
color: #fff;
line-height: 1.3;
margin: 0 0 6px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .pm-small {
background: #fff;
height: 75px;
}
.pm-small a {
display: flex;
gap: 12px;
padding: 12px;
height: 100%;
text-decoration: none;
transition: all 0.3s;
border-left: 3px solid transparent;
align-items: center;
}
.pm-small:hover a {
border-left-color: #f7931a;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.pm-thumb {
width: 50px;
height: 50px;
flex-shrink: 0;
overflow: hidden;
border-radius: 50%;
}
.pm-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pm-info {
flex: 1;
min-width: 0;
}
.pm-small-subcat {
display: block;
font-size: 9px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
margin-bottom: 3px;
}
.pm-info h5 {
font-size: 13px;
font-weight: 700;
color: #000;
line-height: 1.3;
margin: 0 0 4px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.pm-info span {
font-size: 11px;
color: #888;
} .pm-bottom-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
margin-top: 20px;
}
.pm-bottom-card {
background: #fff;
}
.pm-bottom-card a {
display: flex;
gap: 15px;
padding: 20px;
height: 100%;
min-height: 90px;
text-decoration: none;
transition: all 0.3s;
border-left: 3px solid transparent;
align-items: center;
}
.pm-bottom-card:hover a {
border-left-color: #f7931a;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.pm-bottom-thumb {
width: 60px;
height: 60px;
flex-shrink: 0;
overflow: hidden;
border-radius: 50%;
}
.pm-bottom-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pm-bottom-info {
flex: 1;
min-width: 0;
}
.pm-bottom-info h5 {
font-size: 14px;
font-weight: 700;
color: #000;
line-height: 1.35;
margin: 0 0 5px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.pm-bottom-info span {
font-size: 12px;
color: #888;
} .panel-grid {
padding: 50px 0;
background: #fff;
}
.panel-grid-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-bottom: 20px;
}
.pg-card a {
display: block;
text-decoration: none;
}
.pg-image {
aspect-ratio: 4/3;
overflow: hidden;
background: #000;
}
.pg-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s, opacity 0.4s;
}
.pg-card:hover .pg-image img {
transform: scale(1.05);
}
.pg-content {
padding: 15px 0;
}
.pg-subcat {
display: inline-block;
font-size: 10px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
margin-bottom: 6px;
background: rgba(247,147,26,0.1);
padding: 3px 8px;
border-radius: 3px;
}
.pg-content h3 {
font-size: 15px;
font-weight: 700;
color: #000;
line-height: 1.3;
margin: 0 0 8px;
}
.pg-card:hover .pg-content h3 {
color: #f7931a;
}
.pg-content p {
font-size: 13px;
color: #666;
line-height: 1.4;
margin: 0 0 8px;
}
.pg-time {
font-size: 11px;
color: #888;
}
.panel-grid-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
}
.pg-small a {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 10px 0;
text-decoration: none;
transition: all 0.2s;
}
.pg-bullet {
color: #f7931a;
font-size: 8px;
margin-top: 5px;
flex-shrink: 0;
}
.pg-title {
flex: 1;
font-size: 13px;
font-weight: 600;
color: #000;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.pg-small .pg-time {
font-size: 11px;
color: #888;
white-space: nowrap;
flex-shrink: 0;
}
.pg-small:hover .pg-title {
color: #f7931a;
} .panel-dark {
padding: 50px 0;
background: #0d1117;
}
.panel-dark-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.pd-card a {
display: flex;
align-items: center;
gap: 15px;
padding: 18px;
text-decoration: none;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.06);
transition: all 0.3s;
}
.pd-card:hover a {
background: rgba(247,147,26,0.1);
border-color: rgba(247,147,26,0.3);
}
.pd-num {
font-size: 32px;
font-weight: 900;
color: #f7931a;
font-style: italic;
min-width: 45px;
}
.pd-thumb {
width: 100px;
height: 65px;
flex-shrink: 0;
overflow: hidden;
}
.pd-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pd-content {
flex: 1;
min-width: 0;
}
.pd-subcat {
display: inline-block;
font-size: 9px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
margin-bottom: 4px;
}
.pd-content h3 {
font-size: 14px;
font-weight: 700;
color: #fff;
line-height: 1.3;
margin: 0 0 6px;
}
.pd-time {
font-size: 11px;
color: rgba(255,255,255,0.5);
} .panel-spotlight {
padding: 50px 0;
background: #f5f5f5;
} .psp-featured {
position: relative;
height: 380px;
overflow: hidden;
margin-bottom: 20px;
}
.psp-featured a {
display: block;
position: relative;
height: 100%;
text-decoration: none;
}
.psp-featured-image {
position: absolute;
inset: 0;
}
.psp-featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s;
}
.psp-featured:hover .psp-featured-image img {
transform: scale(1.03);
}
.psp-featured-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
}
.psp-featured-content {
position: absolute;
bottom: 0;
left: 0;
padding: 40px;
max-width: 550px;
}
.psp-subcat {
display: inline-block;
background: #f7931a;
color: #000;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
padding: 4px 10px;
margin-bottom: 12px;
}
.psp-featured-content h3 {
font-size: 28px;
font-weight: 800;
color: #fff;
line-height: 1.2;
margin: 0 0 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.psp-featured-content p {
font-size: 15px;
color: rgba(255,255,255,0.8);
line-height: 1.5;
margin: 0 0 12px;
}
.psp-featured-content span {
font-size: 13px;
color: #f7931a;
font-weight: 600;
} .psp-medium-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 20px;
}
.psp-medium {
background: #fff;
transition: transform 0.3s, box-shadow 0.3s;
}
.psp-medium:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.psp-medium a {
display: block;
text-decoration: none;
}
.psp-medium-image {
aspect-ratio: 16/9;
overflow: hidden;
}
.psp-medium-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
}
.psp-medium:hover .psp-medium-image img {
transform: scale(1.05);
}
.psp-medium-content {
padding: 18px;
}
.psp-medium-subcat {
display: inline-block;
font-size: 10px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
margin-bottom: 6px;
}
.psp-medium-content h4 {
font-size: 16px;
font-weight: 700;
color: #000;
line-height: 1.3;
margin: 0 0 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.psp-medium:hover .psp-medium-content h4 {
color: #f7931a;
}
.psp-medium-content span {
font-size: 12px;
color: #888;
} .panel-cards-sidebar {
padding: 50px 0;
background: #fff;
}
.pcs-layout {
display: grid;
grid-template-columns: 1fr 350px;
gap: 30px;
} .pcs-cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.pcs-card {
position: relative;
height: 220px;
overflow: hidden;
}
.pcs-card a {
display: block;
position: relative;
height: 100%;
text-decoration: none;
}
.pcs-card-image {
position: absolute;
inset: 0;
}
.pcs-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s;
}
.pcs-card:hover .pcs-card-image img {
transform: scale(1.05);
}
.pcs-card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
}
.pcs-card-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
}
.pcs-subcat {
display: inline-block;
font-size: 9px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
margin-bottom: 6px;
}
.pcs-card-content h4 {
font-size: 16px;
font-weight: 700;
color: #fff;
line-height: 1.3;
margin: 0 0 6px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.pcs-card-content span {
font-size: 12px;
color: #f7931a;
font-weight: 600;
} .pcs-trending {
background: #0d1117;
padding: 25px;
}
.pcs-trending-header {
font-size: 18px;
font-weight: 800;
color: #fff;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 3px solid #f7931a;
}
.pcs-trending-list {
list-style: none;
padding: 0;
margin: 0;
}
.pcs-trending-item {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.pcs-trending-item:last-child {
border-bottom: none;
}
.pcs-trending-item a {
display: flex;
gap: 15px;
padding: 15px 0;
text-decoration: none;
align-items: flex-start;
transition: all 0.3s;
}
.pcs-trending-item:hover a {
padding-left: 10px;
}
.pcs-num {
font-size: 28px;
font-weight: 900;
font-style: italic;
color: #f7931a;
line-height: 1;
min-width: 35px;
}
.pcs-trending-info {
flex: 1;
}
.pcs-trending-info h5 {
font-size: 14px;
font-weight: 700;
color: #fff;
line-height: 1.4;
margin: 0 0 5px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transition: color 0.3s;
}
.pcs-trending-item:hover .pcs-trending-info h5 {
color: #f7931a;
}
.pcs-trending-info span {
font-size: 11px;
color: rgba(255,255,255,0.5);
} .panel-list {
padding: 50px 0;
background: #f5f5f5;
}
.panel-list-grid {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 25px;
}
.pl-featured a {
display: block;
text-decoration: none;
background: #fff;
transition: box-shadow 0.3s;
}
.pl-featured:hover a {
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.pl-image {
aspect-ratio: 16/9;
overflow: hidden;
}
.pl-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s;
}
.pl-featured:hover .pl-image img {
transform: scale(1.03);
}
.pl-content {
padding: 25px;
}
.pl-subcat {
display: inline-block;
background: #f7931a;
color: #000;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
padding: 3px 8px;
margin-bottom: 10px;
}
.pl-content h3 {
font-size: 22px;
font-weight: 800;
color: #000;
line-height: 1.2;
margin: 0 0 12px;
}
.pl-content p {
font-size: 15px;
color: #555;
line-height: 1.5;
margin: 0 0 12px;
}
.pl-meta {
font-size: 13px;
color: #888;
}
.pl-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.pl-item a {
display: flex;
gap: 15px;
padding: 15px;
background: #fff;
text-decoration: none;
border-left: 3px solid transparent;
transition: all 0.3s;
}
.pl-item:hover a {
border-left-color: #f7931a;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.pl-thumb {
width: 100px;
height: 70px;
flex-shrink: 0;
overflow: hidden;
}
.pl-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.pl-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
}
.pl-item-subcat {
display: inline-block;
font-size: 9px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
margin-bottom: 3px;
}
.pl-info h4 {
font-size: 14px;
font-weight: 700;
color: #000;
line-height: 1.3;
margin: 0 0 6px;
}
.pl-info span {
font-size: 11px;
color: #888;
} @media (max-width: 1200px) {
.v2-latest-grid {
grid-template-columns: repeat(2, 1fr);
}
.panel-grid-cards {
grid-template-columns: repeat(2, 1fr);
}
.panel-grid-row {
grid-template-columns: repeat(2, 1fr);
}
.psp-medium-row {
grid-template-columns: repeat(3, 1fr);
}
.pcs-layout {
grid-template-columns: 1fr 300px;
}
.pm-bottom-row {
grid-template-columns: repeat(2, 1fr);
}
.v2-subcats {
gap: 15px;
}
.v2-subcat-link {
font-size: 13px;
}
}
@media (max-width: 992px) {
.v2-container-full {
padding: 0 20px;
}
.v2-hero {
height: 60vh;
min-height: 400px;
}
.v2-hero-title {
font-size: 34px;
}
.panel-magazine-grid {
grid-template-columns: 1fr;
height: auto;
}
.pm-featured a {
min-height: 300px;
}
.pm-right-col {
grid-template-columns: 1fr 1fr;
height: auto;
}
.pm-medium a {
min-height: 150px;
}
.panel-dark-grid {
grid-template-columns: 1fr;
}
.panel-list-grid {
grid-template-columns: 1fr;
} .psp-featured {
height: 300px;
}
.psp-featured-content {
padding: 25px;
max-width: 100%;
}
.psp-featured-content h3 {
font-size: 22px;
}
.psp-medium-row {
grid-template-columns: repeat(3, 1fr);
} .pcs-layout {
grid-template-columns: 1fr;
}
.pcs-cards {
grid-template-columns: repeat(2, 1fr);
}
.pcs-trending {
display: grid;
grid-template-columns: 1fr;
}
.pcs-trending-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 20px;
} .v2-subcats {
display: none;
}
}
@media (max-width: 768px) {
.v2-hero {
height: 50vh;
min-height: 320px;
}
.v2-hero-content {
padding: 30px 20px;
}
.v2-hero-title {
font-size: 26px;
}
.v2-hero-excerpt {
display: none;
}
.v2-section-title {
font-size: 18px;
}
.v2-latest-grid {
grid-template-columns: 1fr;
}
.pm-right-col {
grid-template-columns: 1fr;
}
.pm-bottom-row {
grid-template-columns: 1fr;
}
.panel-grid-cards {
grid-template-columns: 1fr;
}
.panel-grid-row {
grid-template-columns: 1fr;
} .psp-featured {
height: 250px;
}
.psp-featured-overlay {
background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}
.psp-featured-content h3 {
font-size: 18px;
}
.psp-featured-content p {
display: none;
}
.psp-medium-row {
grid-template-columns: 1fr;
} .pcs-cards {
grid-template-columns: 1fr;
}
.pcs-card {
height: 180px;
}
.pcs-trending-list {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.v2-hero-title {
font-size: 22px;
}
.v2-section-header {
flex-direction: row;
flex-wrap: wrap;
}
.v2-header-right {
width: 100%;
justify-content: flex-end;
}
.pm-thumb,
.pl-thumb,
.pd-thumb {
width: 80px;
height: 55px;
}
}.page-v2 {
background: #f5f5f5;
min-height: 60vh;
} .cat-hero {
background: #0d1117;
padding: 50px 0;
}
.cat-hero-inner {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.cat-hero-breadcrumb {
font-size: 13px;
color: rgba(255,255,255,0.5);
margin-bottom: 12px;
}
.cat-hero-breadcrumb a {
color: rgba(255,255,255,0.7);
text-decoration: none;
}
.cat-hero-breadcrumb a:hover {
color: #f7931a;
}
.cat-hero-breadcrumb span {
margin: 0 8px;
}
.cat-hero-title {
font-size: 38px;
font-weight: 800;
color: #fff;
margin: 0 0 10px;
letter-spacing: -0.5px;
}
.cat-hero-desc {
font-size: 16px;
color: rgba(255,255,255,0.7);
max-width: 600px;
line-height: 1.5;
margin: 0 0 12px;
}
.cat-hero-count {
display: inline-block;
background: #f7931a;
color: #000;
font-size: 12px;
font-weight: 700;
padding: 5px 12px;
} .cat-panel {
padding: 40px 0;
background: #fff;
}
.cat-panel:nth-child(odd) {
background: #f8f8f8;
}
.cat-panel-alt {
background: #0d1117 !important;
}
.cat-panel-inner {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
.cat-panel-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
padding-bottom: 12px;
border-bottom: 3px solid #f7931a;
}
.cat-panel-alt .cat-panel-header {
border-bottom-color: #f7931a;
}
.cat-panel-header h2 {
font-size: 22px;
font-weight: 700;
color: #000;
margin: 0;
}
.cat-panel-alt .cat-panel-header h2 {
color: #fff;
}
.cat-panel-header a {
font-size: 13px;
color: #f7931a;
text-decoration: none;
font-weight: 600;
}
.cat-panel-header a:hover {
text-decoration: underline;
} .cat-panel-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 20px;
} .cat-card-featured {
grid-row: 1 / 3;
position: relative;
overflow: hidden;
min-height: 380px;
}
.cat-card-featured a {
display: block;
height: 100%;
text-decoration: none;
}
.cat-card-featured .cat-card-image {
position: absolute;
inset: 0;
}
.cat-card-featured .cat-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
}
.cat-card-featured:hover .cat-card-image img {
transform: scale(1.05);
}
.cat-card-featured .cat-card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
}
.cat-card-featured .cat-card-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 25px;
}
.cat-card-featured h3 {
font-size: 22px;
font-weight: 700;
color: #fff;
line-height: 1.3;
margin: 0 0 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cat-card-featured span {
font-size: 13px;
color: #f7931a;
font-weight: 600;
} .cat-card-small {
background: #fff;
}
.cat-panel-alt .cat-card-small {
background: #161b22;
}
.cat-card-small a {
display: flex;
gap: 15px;
padding: 15px;
text-decoration: none;
height: 100%;
}
.cat-card-small .cat-card-thumb {
width: 100px;
height: 70px;
flex-shrink: 0;
overflow: hidden;
}
.cat-card-small .cat-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.cat-card-small:hover .cat-card-thumb img {
transform: scale(1.05);
}
.cat-card-small .cat-card-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.cat-card-small h4 {
font-size: 14px;
font-weight: 600;
color: #000;
line-height: 1.4;
margin: 0 0 5px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cat-panel-alt .cat-card-small h4 {
color: #fff;
}
.cat-card-small:hover h4 {
color: #f7931a;
}
.cat-card-small span {
font-size: 12px;
color: #888;
} .cat-posts-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
}
.cat-post-card {
background: #fff;
transition: transform 0.3s, box-shadow 0.3s;
}
.cat-post-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.cat-post-card a {
display: block;
text-decoration: none;
}
.cat-post-image {
aspect-ratio: 16/9;
overflow: hidden;
}
.cat-post-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s;
}
.cat-post-card:hover .cat-post-image img {
transform: scale(1.05);
}
.cat-post-content {
padding: 18px;
}
.cat-post-cat {
display: inline-block;
font-size: 11px;
font-weight: 700;
color: #f7931a;
margin-bottom: 6px;
}
.cat-post-content h3 {
font-size: 16px;
font-weight: 700;
color: #000;
line-height: 1.35;
margin: 0 0 8px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.cat-post-card:hover h3 {
color: #f7931a;
}
.cat-post-content p {
font-size: 13px;
color: #666;
line-height: 1.5;
margin: 0 0 8px;
}
.cat-post-time {
font-size: 12px;
color: #888;
} .cat-pagination {
margin-top: 40px;
display: flex;
justify-content: center;
}
.cat-pagination .nav-links {
display: flex;
gap: 8px;
}
.cat-pagination a,
.cat-pagination span {
display: flex;
align-items: center;
justify-content: center;
min-width: 42px;
height: 42px;
padding: 0 12px;
background: #fff;
color: #000;
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s;
}
.cat-pagination a:hover {
background: #f7931a;
}
.cat-pagination .current {
background: #0d1117;
color: #fff;
} .error-section {
text-align: center;
padding: 80px 20px;
background: #fff;
}
.error-code {
font-size: 140px;
font-weight: 900;
color: #f7931a;
line-height: 1;
margin-bottom: 15px;
}
.error-title {
font-size: 28px;
font-weight: 700;
color: #000;
margin-bottom: 12px;
}
.error-desc {
font-size: 16px;
color: #666;
margin-bottom: 30px;
}
.error-search {
display: flex;
gap: 10px;
max-width: 450px;
margin: 0 auto 30px;
}
.error-search input {
flex: 1;
padding: 14px 18px;
border: 2px solid #eee;
font-size: 15px;
outline: none;
}
.error-search input:focus {
border-color: #f7931a;
}
.error-search button {
padding: 14px 28px;
background: #f7931a;
color: #000;
border: none;
font-weight: 700;
font-size: 14px;
cursor: pointer;
}
.error-links {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.error-links a {
padding: 10px 22px;
background: #0d1117;
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 14px;
transition: background 0.2s;
}
.error-links a:hover {
background: #f7931a;
color: #000;
} .author-hero {
display: flex;
align-items: center;
gap: 25px;
}
.author-avatar {
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
border: 3px solid #f7931a;
flex-shrink: 0;
}
.author-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.author-info {
flex: 1;
}
.author-stats {
display: flex;
gap: 25px;
margin-top: 12px;
}
.author-stat-num {
font-size: 22px;
font-weight: 800;
color: #f7931a;
}
.author-stat-label {
font-size: 12px;
color: rgba(255,255,255,0.6);
} .search-form-hero {
margin-top: 20px;
display: flex;
gap: 10px;
max-width: 500px;
}
.search-form-hero input {
flex: 1;
padding: 12px 16px;
border: none;
background: rgba(255,255,255,0.1);
color: #fff;
font-size: 15px;
outline: none;
}
.search-form-hero input::placeholder {
color: rgba(255,255,255,0.5);
}
.search-form-hero button {
padding: 12px 24px;
background: #f7931a;
color: #000;
border: none;
font-weight: 700;
cursor: pointer;
} .no-posts {
text-align: center;
padding: 60px;
font-size: 16px;
color: #666;
} .page-layout {
max-width: 1400px;
margin: 0 auto;
padding: 40px 20px;
display: grid;
grid-template-columns: 1fr 320px;
gap: 40px;
}
.page-content-area {
background: #fff;
padding: 40px;
}
.page-content-area h1 {
font-size: 28px;
font-weight: 700;
margin-bottom: 20px;
}
.page-content-area p {
font-size: 16px;
line-height: 1.7;
color: #333;
margin-bottom: 1.5em;
} .page-sidebar {
position: sticky;
top: 20px;
}
.sidebar-widget {
background: #fff;
padding: 20px;
margin-bottom: 20px;
}
.widget-title {
font-size: 16px;
font-weight: 700;
color: #000;
margin: 0 0 15px;
padding-bottom: 10px;
border-bottom: 3px solid #f7931a;
}
.trending-posts {
list-style: none;
margin: 0;
padding: 0;
}
.trending-item {
display: flex;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.trending-item:last-child {
border-bottom: none;
}
.trending-num {
font-size: 22px;
font-weight: 900;
color: #f7931a;
font-style: italic;
line-height: 1;
min-width: 28px;
}
.trending-content a {
font-size: 14px;
font-weight: 600;
color: #000;
text-decoration: none;
line-height: 1.3;
display: block;
}
.trending-content a:hover {
color: #f7931a;
}
.trending-date {
font-size: 11px;
color: #888;
margin-top: 4px;
} .newsletter-widget {
background: #0d1117;
}
.newsletter-widget .widget-title {
color: #fff;
}
.newsletter-widget p {
font-size: 14px;
color: rgba(255,255,255,0.7);
margin-bottom: 15px;
}
.newsletter-form input {
width: 100%;
padding: 12px;
border: 1px solid rgba(255,255,255,0.2);
background: rgba(255,255,255,0.05);
color: #fff;
font-size: 14px;
margin-bottom: 10px;
}
.newsletter-form button {
width: 100%;
padding: 12px;
background: #f7931a;
color: #000;
border: none;
font-weight: 700;
cursor: pointer;
} .tag-cloud {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tag-cloud a {
display: inline-block;
padding: 5px 12px;
background: #f5f5f5;
color: #333;
font-size: 12px;
font-weight: 600;
text-decoration: none;
}
.tag-cloud a:hover {
background: #f7931a;
color: #000;
} @media (max-width: 1200px) {
.cat-posts-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.cat-hero-title {
font-size: 30px;
}
.cat-panel-grid {
grid-template-columns: 1fr;
}
.cat-card-featured {
grid-row: auto;
min-height: 280px;
}
.cat-posts-grid {
grid-template-columns: repeat(2, 1fr);
}
.page-layout {
grid-template-columns: 1fr;
}
.page-sidebar {
position: static;
}
.author-hero {
flex-direction: column;
text-align: center;
}
.author-stats {
justify-content: center;
}
}
@media (max-width: 768px) {
.cat-hero {
padding: 35px 0;
}
.cat-hero-title {
font-size: 26px;
}
.cat-posts-grid {
grid-template-columns: 1fr;
}
.error-code {
font-size: 100px;
}
.error-search {
flex-direction: column;
}
}
@media (max-width: 480px) {
.cat-hero-title {
font-size: 22px;
}
.cat-panel-header h2 {
font-size: 18px;
}
.error-code {
font-size: 80px;
}
}