body {
    background: #f8f5e6 url('/assets/images/bg.jpg') repeat top center;
    font-family: 'Noto Serif SC', '宋体', 'SimSun', '仿宋', 'FangSong', '楷体', 'KaiTi', serif;
}

.navbar {
    background: linear-gradient(90deg, #b22222 60%, #8c1c13 100%);
    border-bottom: 4px solid #e6c28b;
    box-shadow: 0 2px 8px rgba(178,34,34,0.08);
    position: relative;
}

.navbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: url('/assets/images/nav-pattern.svg') repeat-x;
}

.navbar-brand {
    font-family: 'Noto Serif SC', '宋体', serif;
    font-size: 2.2rem;
    letter-spacing: 8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    position: relative;
    padding: 0 20px;
}

.navbar-brand:before, .navbar-brand:after {
    content: '❖';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #e6c28b;
    font-size: 1.2rem;
}

.navbar-brand:before { left: 0; }
.navbar-brand:after { right: 0; }

.nav-link {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding: 0.5rem 1.5rem;
    position: relative;
}

.nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #e6c28b;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.nav-link:hover:after {
    width: 80%;
}

.dream-content {
    background: #fffdfa;
    border: 2px solid #e6c28b;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 4px 16px rgba(230,194,139,0.10);
}

.dream-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b22222, #e6c28b);
    border-radius: 18px 18px 0 0;
}

.dream-title {
    font-size: 2.2rem;
    color: #8c1c13;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.dream-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #b22222, #e6c28b);
}

.dream-meta {
    text-align: center;
    margin-bottom: 30px;
    color: #8c1c13;
    font-size: 1.1rem;
}

.dream-meta span {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 10px;
    background: #fffbe8;
    border: 1px solid #e6c28b;
    border-radius: 20px;
    transition: all 0.3s;
}

.dream-meta span:hover {
    background: #e6c28b;
    color: #fff;
    transform: translateY(-2px);
}

.dream-text {
    color: #4b2e0f;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
    position: relative;
    padding: 20px;
    background: rgba(255,251,232,0.5);
    border-radius: 12px;
    border: 1px solid rgba(230,194,139,0.3);
}

.dream-text:before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 4rem;
    color: rgba(230,194,139,0.3);
    font-family: 'Noto Serif SC', serif;
}

.dream-text:after {
    content: '"';
    position: absolute;
    bottom: -40px;
    right: 10px;
    font-size: 4rem;
    color: rgba(230,194,139,0.3);
    font-family: 'Noto Serif SC', serif;
}

.dream-actions {
    text-align: center;
    margin: 30px 0;
}

.dream-actions .btn {
    margin: 0 10px;
    padding: 10px 30px;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.btn-outline-secondary {
    border: 2px solid #e6c28b;
    color: #8c1c13;
    background: transparent;
    transition: all 0.3s;
}

.btn-outline-secondary:hover {
    background: #e6c28b;
    color: #fff;
    border-color: #e6c28b;
}

.card {
    border: 2px solid #e6c28b;
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(230,194,139,0.10);
    background: #fffdfa;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b22222, #e6c28b);
}

.card-title {
    font-family: 'Noto Serif SC', '宋体', serif;
    font-size: 1.8rem;
    color: #b22222;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.card-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #e6c28b;
}

.related-dreams {
    margin-top: 40px;
}

.related-dreams .card {
    border: 1px solid #e6c28b;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(230,194,139,0.10);
    background: #fffdfa;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    height: 100%;
}

.related-dreams .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #b22222, #e6c28b);
}

.related-dreams .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(178,34,34,0.15);
}

.related-dreams .card-title {
    font-size: 1.2rem;
    color: #8c1c13;
    margin-bottom: 10px;
    padding-bottom: 8px;
    position: relative;
}

.related-dreams .card-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #e6c28b;
}

.related-dreams .card-text {
    color: #4b2e0f;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.related-dreams .btn-outline-primary {
    padding: 6px 20px;
    font-size: 0.9rem;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
    font-size: 2rem;
    color: #8c1c13;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #b22222, #e6c28b);
}

.breadcrumb {
    background: #fffdfa;
    border-radius: 12px;
    border: 2px solid #e6c28b;
    font-family: 'Noto Serif SC', '宋体', serif;
    padding: 15px 25px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 2px 8px rgba(230,194,139,0.10);
    display: flex;
    align-items: center;
}

.breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b22222, #e6c28b);
    border-radius: 12px 12px 0 0;
}

.breadcrumb-item {
    font-size: 1.1rem;
    color: #8c1c13;
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.breadcrumb-item:not(:first-child):before {
    content: '❯';
    color: #e6c28b;
    font-size: 1.2rem;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-item a {
    color: #8c1c13;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
}

.breadcrumb-item a:hover {
    color: #b22222;
    background: rgba(230,194,139,0.1);
}

.breadcrumb-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #e6c28b;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.breadcrumb-item a:hover:after {
    width: 80%;
}

.breadcrumb-item.active {
    color: #b22222;
    font-weight: bold;
    padding: 5px 10px;
    background: rgba(230,194,139,0.1);
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
}

.btn-primary {
    background: linear-gradient(90deg, #b22222 60%, #e6c28b 100%);
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 25px;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #8c1c13;
    color: #fffbe8;
    transform: translateY(-2px);
}

.meta-info {
    color: #8c1c13;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #e6c28b;
}

.footer-bg {
    background: url('/assets/images/bg.jpg') repeat-x bottom center #fffbe8;
    border-top: 4px solid #e6c28b;
    padding: 40px 0;
    position: relative;
}

.footer-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: url('/assets/images/nav-pattern.svg') repeat-x;
}

footer p {
    font-family: 'Noto Serif SC', '宋体', serif;
    color: #8c1c13;
    font-size: 1.2rem;
    letter-spacing: 2px;
} 