        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', sans-serif;
            background: #faf8f5;
            color: #2d2d2d;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #c44b8b;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #9e2f6e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1a1a2e;
            margin-top: 1.6em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.2rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 5px solid #f7b731;
            padding-left: 16px;
        }
        h3 {
            font-size: 1.35rem;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2em;
        }
        ul,
        ol {
            margin-bottom: 1.4em;
            padding-left: 1.8em;
        }
        li {
            margin-bottom: 0.5em;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 12px;
        }
        .site-header {
            background: linear-gradient(135deg, #f7b731 0%, #f28b2e 100%);
            border-radius: 0 0 32px 32px;
            padding: 18px 0 14px;
            margin-bottom: 28px;
            box-shadow: 0 6px 24px rgba(247, 183, 49, 0.25);
            position: relative;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1a1a2e;
            text-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
            transition: transform 0.2s;
            display: inline-block;
            line-height: 1.2;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #1a1a2e;
        }
        .my-logo small {
            font-size: 0.5em;
            font-weight: 400;
            display: block;
            color: #4a2c1a;
            opacity: 0.85;
        }
        .hamburger {
            background: none;
            border: none;
            font-size: 2rem;
            color: #1a1a2e;
            cursor: pointer;
            padding: 4px 8px;
            display: none;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(0, 0, 0, 0.08);
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 18px;
            align-items: center;
        }
        .main-nav a {
            color: #1a1a2e;
            font-weight: 600;
            padding: 6px 10px;
            border-radius: 40px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .main-nav a:hover {
            background: rgba(255, 255, 255, 0.4);
            color: #000;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            padding: 10px 0 4px;
            font-size: 0.85rem;
            color: #5a4a3a;
            display: flex;
            flex-wrap: wrap;
            gap: 4px 10px;
            list-style: none;
            margin: 0;
        }
        .breadcrumb li {
            display: inline;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #b08a6a;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #5a3a2a;
        }
        .breadcrumb a:hover {
            color: #c44b8b;
        }
        .breadcrumb .current {
            color: #9e2f6e;
            font-weight: 600;
        }
        .search-section {
            background: #fff;
            border-radius: 60px;
            padding: 6px 6px 6px 20px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            max-width: 500px;
            margin: 18px auto 10px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #eee;
        }
        .search-section input {
            flex: 1;
            border: none;
            padding: 12px 6px;
            font-size: 0.95rem;
            background: transparent;
            outline: none;
            min-width: 120px;
        }
        .search-section button {
            background: #f7b731;
            border: none;
            border-radius: 60px;
            padding: 10px 24px;
            font-weight: 700;
            color: #1a1a2e;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-section button:hover {
            background: #f0a820;
            transform: scale(1.02);
        }
        .hero-img-wrap {
            margin: 24px 0 28px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            background: #f0e6d8;
        }
        .hero-img-wrap img {
            width: 100%;
            object-fit: cover;
            max-height: 420px;
        }
        .hero-img-caption {
            background: rgba(26, 26, 46, 0.7);
            color: #fff;
            padding: 12px 20px;
            font-size: 0.9rem;
            text-align: center;
            backdrop-filter: blur(4px);
        }
        .card {
            background: #fff;
            border-radius: 24px;
            padding: 28px 24px;
            margin-bottom: 28px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0ece8;
        }
        .card-tip {
            border-left: 5px solid #f7b731;
        }
        .card-interview {
            border-left: 5px solid #c44b8b;
            background: #fdf8f5;
        }
        .card-data {
            border-left: 5px solid #2d8f7b;
            background: #f5faf9;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            font-size: 1.8rem;
            cursor: pointer;
            unicode-bidi: bidi-override;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #ddd;
            transition: color 0.15s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f7b731;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e0d8d0;
            border-radius: 16px;
            font-size: 0.95rem;
            background: #fff;
            transition: border 0.2s;
            margin-bottom: 12px;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #c44b8b;
            outline: none;
            box-shadow: 0 0 0 3px rgba(196, 75, 139, 0.15);
        }
        .comment-form button {
            background: #c44b8b;
            color: #fff;
            border: none;
            padding: 14px 32px;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .comment-form button:hover {
            background: #9e2f6e;
            transform: scale(1.02);
        }
        .site-footer {
            background: #1a1a2e;
            color: #e0d8d0;
            border-radius: 32px 32px 0 0;
            padding: 40px 20px 28px;
            margin-top: 40px;
        }
        .site-footer a {
            color: #f7b731;
        }
        .site-footer a:hover {
            color: #ffd966;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            padding: 18px 0 12px;
            border-top: 1px solid #3a2a2a;
            margin-top: 20px;
            list-style: none;
        }
        .friend-link li {
            margin: 0;
        }
        .friend-link a {
            font-weight: 500;
            padding: 4px 0;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            font-size: 0.85rem;
            opacity: 0.8;
            border-top: 1px solid #2a2a3e;
            margin-top: 16px;
        }
        @media (max-width: 860px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 14px;
                gap: 4px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 12px 16px;
                border-radius: 12px;
                font-size: 1rem;
            }
            .main-nav a i {
                width: 24px;
            }
            .header-inner {
                gap: 8px 0;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .card {
                padding: 20px 16px;
            }
            .search-section {
                max-width: 100%;
            }
            .hero-img-wrap img {
                max-height: 240px;
            }
        }
        @media (min-width: 861px) {
            .hamburger {
                display: none !important;
            }
            .main-nav {
                display: flex !important;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo small {
                font-size: 0.45em;
            }
            h1 {
                font-size: 1.4rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
        }
        .text-muted {
            color: #6a5a4a;
        }
        .text-sm {
            font-size: 0.9rem;
        }
        .mt-1 {
            margin-top: 0.8em;
        }
        .mt-2 {
            margin-top: 1.6em;
        }
        .mb-1 {
            margin-bottom: 0.8em;
        }
        .flex-between {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }
        .gap-8 {
            gap: 8px;
        }
        .badge {
            background: #f7b731;
            color: #1a1a2e;
            padding: 2px 14px;
            border-radius: 40px;
            font-size: 0.75rem;
            font-weight: 700;
            display: inline-block;
        }
        .badge-pink {
            background: #c44b8b;
            color: #fff;
        }
        .highlight {
            background: #fef3e0;
            padding: 0 4px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.4em;
            display: inline-block;
            margin-right: 6px;
        }
        hr {
            border: none;
            border-top: 2px dashed #e8e0d8;
            margin: 32px 0;
        }
