
/* === nowspot skin - Generated === */
:root {
    --nowspot-primary: #EA580C;
    --nowspot-accent: #FDBA74;
    --nowspot-dark: #7C2D12;
}
.skin-nowspot {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    color: #1a1a1a;
}
.skin-nowspot .main-header {
    background: #ffffff;
    color: #7C2D12;
    border-bottom: 2px solid #EA580C;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.skin-nowspot .main-header a {
    color: #7C2D12;
}
.skin-nowspot .main-header .brand-logo a {
    color: #EA580C;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.skin-nowspot .main-header nav ul li a:hover {
    color: #EA580C;
}
.skin-nowspot h1, .skin-nowspot h2, .skin-nowspot h3, .skin-nowspot h4 {
    font-family: 'Roboto', sans-serif;
    color: #7C2D12;
}
.skin-nowspot a { color: inherit; text-decoration: none; }
.skin-nowspot .section-label {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #EA580C;
    color: #7C2D12;
    letter-spacing: -0.5px;
}
.skin-nowspot .post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.skin-nowspot .post-card {
    background: #fff;
    border: 1px solid #eef;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.skin-nowspot .post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #FDBA74;
}
.skin-nowspot .post-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
}
.skin-nowspot .post-content { padding: 16px; }
.skin-nowspot .post-category {
    display: inline-block;
    background: #EA580C;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-bottom: 8px;
}
.skin-nowspot .post-content h3 {
    font-size: 1.05rem;
    margin: 6px 0 10px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.skin-nowspot .post-excerpt {
    font-size: 0.85rem;
    color: #555;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.skin-nowspot .post-card time { font-size: 0.8rem; color: #888; }

/* Post detail */
.skin-nowspot .post-detail {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 20px;
}
.skin-nowspot .post-detail h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 15px 0;
    color: #7C2D12;
}
.skin-nowspot .post-thumb-full {
    height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 30px;
}
.skin-nowspot .post-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2a2a2a;
}
.skin-nowspot .post-body h2 { margin: 30px 0 15px; font-size: 1.5rem; color: #EA580C; }
.skin-nowspot .post-body h3 { margin: 25px 0 12px; font-size: 1.2rem; }
.skin-nowspot .post-body p { margin-bottom: 18px; }
.skin-nowspot .post-body a { color: #EA580C; text-decoration: underline; }
.skin-nowspot .post-body img { max-width: 100%; border-radius: 8px; margin: 15px 0; }
.skin-nowspot .related-content { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.skin-nowspot .related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.skin-nowspot .related-card { background: #f9f9f9; border-radius: 8px; overflow: hidden; }
.skin-nowspot .related-thumb { height: 140px; background-size: cover; background-position: center; }
.skin-nowspot .related-info { padding: 12px; }
.skin-nowspot .related-info h4 { font-size: 0.95rem; margin: 5px 0; }
.skin-nowspot .related-cat { font-size: 0.7rem; color: #EA580C; text-transform: uppercase; }

/* Category header */
.skin-nowspot .category-header {
    padding: 60px 20px 30px;
    text-align: center;
    background: linear-gradient(135deg, #EA580C15, #FDBA7420);
    margin-bottom: 40px;
    border-radius: 0 0 16px 16px;
}
.skin-nowspot .category-header h1 {
    font-size: 2.2rem;
    color: #7C2D12;
    margin: 0;
}
.skin-nowspot .category-sub { margin-top: 10px; color: #666; font-style: italic; }

.skin-nowspot .pagination a,
.skin-nowspot .pagination span {
    border: 1px solid #FDBA74;
    color: #7C2D12;
}
.skin-nowspot .pagination .current,
.skin-nowspot .pagination a:hover {
    background: #EA580C;
    color: #fff;
    border-color: #EA580C;
}

footer { background: #7C2D12; color: #fff; padding: 30px 0; text-align: center; margin-top: 60px; }
footer a { color: #FDBA74; }

.skin-nowspot .hero-banner {
    padding: 80px 20px;
    background: linear-gradient(135deg, #EA580C, #7C2D12);
    color: #fff;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 50px;
}
.skin-nowspot .hero-banner .hero-title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -1px;
}
.skin-nowspot .hero-banner .hero-sub { font-size: 1.1rem; opacity: 0.9; }
.skin-nowspot .featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}
.skin-nowspot .featured-card {
    position: relative;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
}
.skin-nowspot .featured-thumb {
    position: absolute; inset: 0; background-size: cover; background-position: center;
}
.skin-nowspot .featured-card::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 60%);
}
.skin-nowspot .featured-info { position: absolute; bottom: 20px; left: 20px; right: 20px; color: #fff; z-index: 1; }
.skin-nowspot .featured-info h3 { color: #fff; font-size: 1.3rem; margin: 6px 0 0; }
.skin-nowspot .featured-cat { background: #FDBA74; color: #7C2D12; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; }
@media (max-width: 768px) {
    .skin-nowspot .hero-banner .hero-title { font-size: 1.8rem; }
}
