html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
    background: #fffdf9;
    color: #4b4b4b;
}

.site-header {
    background: linear-gradient(90deg, #dff8ea 0%, #fff8dc 50%, #ffe9f2 100%);
    border-bottom: 2px solid #f7dce7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.site-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #ff96bb;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.site-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #5ba286;
}

.site-subtitle {
    color: #7d7d7d;
    font-size: 0.95rem;
}

.site-footer {
    background: #fff7fb;
    border-top: 1px solid #f4dce7;
    color: #777;
}
