* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #f5f2ed;
            color: #2d2a24;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #7a3b5e;
            text-decoration: underline;
            transition: color 0.2s;
        }
        a:hover {
            color: #b05a7d;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            box-shadow: 0 4px 14px rgba(0,0,0,0.06);
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .header {
            background: #2d2a24;
            color: #f5f2ed;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 999;
            box-shadow: 0 2px 12px rgba(0,0,0,0.15);
        }
        .header .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            color: #f5c7b6;
            text-decoration: none;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.8;
            color: #f5c7b6;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 20px;
            font-weight: 500;
        }
        .nav-list li a {
            color: #e8ddd0;
            text-decoration: none;
            font-size: 0.95rem;
            padding: 4px 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        .nav-list li a:hover {
            border-bottom-color: #f5c7b6;
            color: #f5c7b6;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f5c7b6;
            cursor: pointer;
            padding: 4px 8px;
        }
        .hamburger:focus {
            outline: 2px solid #f5c7b6;
            outline-offset: 2px;
        }
        .breadcrumb {
            background: #e8e0d6;
            padding: 10px 0;
            font-size: 0.85rem;
            color: #4a4238;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .breadcrumb a {
            color: #7a3b5e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            margin: 0 4px;
        }
        .main {
            padding: 32px 0 48px;
        }
        .main .container {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 40px;
        }
        .content {
            min-width: 0;
        }
        .sidebar {
            font-size: 0.95rem;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 14px;
            padding: 24px 20px;
            margin-bottom: 24px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.04);
        }
        .sidebar-card h4 {
            font-size: 1.1rem;
            margin-bottom: 14px;
            border-left: 4px solid #7a3b5e;
            padding-left: 12px;
            color: #2d2a24;
        }
        .sidebar-card ul {
            list-style: none;
        }
        .sidebar-card li {
            margin-bottom: 10px;
        }
        .sidebar-card li a {
            color: #7a3b5e;
            text-decoration: none;
            font-weight: 500;
        }
        .sidebar-card li a:hover {
            text-decoration: underline;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 12px;
            color: #1f1c18;
        }
        h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-top: 48px;
            margin-bottom: 16px;
            color: #2d2a24;
            border-bottom: 2px solid #e0d6ca;
            padding-bottom: 8px;
        }
        h3 {
            font-size: 1.35rem;
            font-weight: 600;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #3d352e;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 8px;
            color: #4a4238;
        }
        p {
            margin-bottom: 18px;
        }
        .meta-line {
            font-size: 0.9rem;
            color: #6b6258;
            margin-bottom: 24px;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }
        .meta-line i {
            margin-right: 4px;
        }
        .featured-image {
            margin: 24px 0 28px;
            border-radius: 14px;
            background: #e8e0d6;
        }
        .featured-image figcaption {
            font-size: 0.85rem;
            color: #4a4238;
            margin-top: 8px;
            text-align: center;
            font-style: italic;
        }
        .highlight-box {
            background: #f0ebe3;
            border-left: 5px solid #7a3b5e;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .btn {
            display: inline-block;
            background: #7a3b5e;
            color: #fff;
            padding: 10px 28px;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            transition: background 0.25s, transform 0.1s;
            border: none;
            cursor: pointer;
        }
        .btn:hover {
            background: #5f2e48;
            color: #fff;
            transform: translateY(-1px);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #7a3b5e;
            color: #7a3b5e;
            padding: 8px 24px;
        }
        .btn-outline:hover {
            background: #7a3b5e;
            color: #fff;
        }
        .search-form {
            display: flex;
            gap: 8px;
            margin: 20px 0 28px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 12px 18px;
            border: 2px solid #d6cec2;
            border-radius: 40px;
            font-size: 1rem;
            background: #fff;
            transition: border-color 0.2s;
        }
        .search-form input:focus {
            outline: none;
            border-color: #7a3b5e;
        }
        .search-form button {
            background: #7a3b5e;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 1rem;
        }
        .search-form button:hover {
            background: #5f2e48;
        }
        .feedback-section {
            background: #fff;
            border-radius: 18px;
            padding: 32px 28px;
            margin-top: 48px;
            box-shadow: 0 2px 16px rgba(0,0,0,0.04);
        }
        .feedback-section h3 {
            margin-top: 0;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #d6cec2;
            cursor: pointer;
            margin: 12px 0 18px;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color 0.15s, transform 0.1s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #e8a838;
            transform: scale(1.1);
        }
        .comment-form textarea {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #d6cec2;
            border-radius: 14px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 120px;
            transition: border-color 0.2s;
        }
        .comment-form textarea:focus {
            outline: none;
            border-color: #7a3b5e;
        }
        .comment-form .btn {
            margin-top: 12px;
        }
        .form-row {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 12px;
        }
        .form-row input {
            flex: 1;
            min-width: 160px;
            padding: 10px 16px;
            border: 2px solid #d6cec2;
            border-radius: 40px;
            font-size: 0.95rem;
        }
        .form-row input:focus {
            outline: none;
            border-color: #7a3b5e;
        }
        .footer {
            background: #2d2a24;
            color: #ccc5bb;
            padding: 40px 0 24px;
            font-size: 0.9rem;
        }
        .footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 32px;
        }
        .footer a {
            color: #dcc8b8;
        }
        .footer a:hover {
            color: #f5c7b6;
        }
        friend-link {
            display: block;
            margin: 12px 0 8px;
        }
        friend-link a {
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 6px;
        }
        .copyright {
            grid-column: 1 / -1;
            border-top: 1px solid #4a4238;
            padding-top: 20px;
            margin-top: 16px;
            text-align: center;
            font-size: 0.85rem;
            color: #999086;
        }
        @media (max-width: 820px) {
            .main .container {
                grid-template-columns: 1fr;
            }
            .footer .container {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 640px) {
            .nav-list {
                display: none;
                flex-direction: column;
                background: #3a352e;
                position: absolute;
                top: 68px;
                left: 0;
                right: 0;
                padding: 18px 24px;
                gap: 14px;
                border-radius: 0 0 16px 16px;
                box-shadow: 0 8px 24px rgba(0,0,0,0.2);
            }
            .nav-list.open {
                display: flex;
            }
            .hamburger {
                display: inline-block;
            }
            .header .container {
                flex-wrap: nowrap;
            }
            .feedback-section {
                padding: 20px 16px;
            }
            .search-form button {
                padding: 12px 18px;
            }
        }
        @media (min-width: 641px) {
            .nav-list {
                display: flex !important;
            }
        }
        .table-wrap {
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 6px rgba(0,0,0,0.04);
        }
        th, td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #e8e0d6;
        }
        th {
            background: #2d2a24;
            color: #f5f2ed;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .tag {
            display: inline-block;
            background: #e0d6ca;
            padding: 2px 12px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #2d2a24;
        }
        .emoji-big {
            font-size: 1.2em;
            margin-right: 4px;
        }
        .interview-box {
            background: #f0ebe3;
            border-radius: 16px;
            padding: 24px;
            margin: 24px 0;
        }
        .interview-box .quote {
            font-style: italic;
            font-size: 1.05rem;
            border-left: 4px solid #7a3b5e;
            padding-left: 18px;
            margin: 12px 0;
        }
        .interview-box .attribution {
            font-weight: 600;
            text-align: right;
            color: #4a4238;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 20px 0;
        }
        @media (max-width: 560px) {
            .grid-2 {
                grid-template-columns: 1fr;
            }
        }
