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

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

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

.skin-dream .pagination a,
.skin-dream .pagination span {
    border: 1px solid #D8B4FE;
    color: #581C87;
}
.skin-dream .pagination .current,
.skin-dream .pagination a:hover {
    background: #A855F7;
    color: #fff;
    border-color: #A855F7;
}

footer { background: #581C87; color: #fff; padding: 30px 0; text-align: center; margin-top: 60px; }
footer a { color: #D8B4FE; }

.skin-dream .bento-header { padding: 50px 20px; text-align: center; }
.skin-dream .bento-title { font-size: 2.5rem; color: #581C87; letter-spacing: -1px; }
.skin-dream .bento-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
}
.skin-dream .bento-large { position: relative; height: 500px; border-radius: 20px; overflow: hidden; }
.skin-dream .bento-small-wrap { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.skin-dream .bento-small { position: relative; border-radius: 20px; overflow: hidden; min-height: 240px; }
.skin-dream .bento-thumb { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.4s; }
.skin-dream .bento-large:hover .bento-thumb, .skin-dream .bento-small:hover .bento-thumb { transform: scale(1.05); }
.skin-dream .bento-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 50%); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.skin-dream .bento-overlay h3, .skin-dream .bento-overlay h4 { color: #fff; }
.skin-dream .bento-cat { background: #A855F7; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; display: inline-block; margin-bottom: 8px; width: fit-content; }
.skin-dream .split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}
.skin-dream .split-col .section-label { border-bottom: 2px solid #A855F7; }
.skin-dream .split-item { display: flex; gap: 16px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.skin-dream .split-thumb { width: 120px; height: 90px; background-size: cover; background-position: center; border-radius: 6px; flex-shrink: 0; }
.skin-dream .split-info h4 { font-size: 0.95rem; margin: 4px 0; }
.skin-dream .split-info span { color: #A855F7; font-size: 0.7rem; text-transform: uppercase; }
.skin-dream .split-info time { font-size: 0.75rem; color: #888; display: block; margin-top: 5px; }
@media (max-width: 768px) {
    .skin-dream .bento-top, .skin-dream .split-section { grid-template-columns: 1fr; }
    .skin-dream .bento-large { height: 320px; }
}
