        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
            background: #f5f3f0;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #b45309;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #7c2d12;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
            border-radius: 20px;
            padding: 20px 28px 40px;
        }
        .my-logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1f2937;
            text-decoration: none;
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.01);
            text-decoration: none;
        }
        .my-logo i {
            color: #b45309;
            font-size: 2.2rem;
        }
        .my-logo span {
            background: linear-gradient(145deg, #1f2937, #b45309);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0 8px;
            border-bottom: 2px solid #e9e6e1;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-menu {
            display: flex;
            gap: 6px;
            list-style: none;
            flex-wrap: wrap;
        }
        .nav-menu li a {
            display: inline-block;
            padding: 8px 16px;
            font-weight: 600;
            font-size: 0.95rem;
            border-radius: 40px;
            background: transparent;
            color: #1f2937;
            transition: all 0.2s;
        }
        .nav-menu li a:hover {
            background: #b45309;
            color: #fff;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1f2937;
            cursor: pointer;
            padding: 4px 8px;
            transition: color 0.2s;
        }
        .hamburger:hover {
            color: #b45309;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 4px;
            padding: 14px 0 10px;
            font-size: 0.9rem;
            color: #6b7280;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 8px 0 4px;
            color: #b45309;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #6b7280;
        }
        .breadcrumb a:hover {
            color: #b45309;
        }
        .breadcrumb .active {
            color: #1f2937;
            font-weight: 600;
        }
        .search-form {
            display: flex;
            max-width: 520px;
            margin: 20px 0 24px;
            border-radius: 60px;
            overflow: hidden;
            border: 2px solid #e9e6e1;
            background: #fff;
            transition: border-color 0.2s;
        }
        .search-form:focus-within {
            border-color: #b45309;
        }
        .search-form input {
            flex: 1;
            border: none;
            padding: 14px 20px;
            font-size: 1rem;
            background: transparent;
            outline: none;
        }
        .search-form button {
            background: #b45309;
            color: #fff;
            border: none;
            padding: 0 24px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .search-form button:hover {
            background: #7c2d12;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0.4em 0 0.2em;
            color: #1f2937;
        }
        h2 {
            font-size: 2.0rem;
            font-weight: 700;
            margin: 1.6em 0 0.6em;
            padding-bottom: 6px;
            border-bottom: 3px solid #b45309;
            display: inline-block;
            color: #1f2937;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.4em 0 0.5em;
            color: #2d3748;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.2em 0 0.4em;
            color: #3a4a5c;
        }
        p {
            margin-bottom: 1.2em;
            font-size: 1.05rem;
            color: #2d2d2d;
        }
        .highlight {
            font-weight: 700;
            color: #b45309;
        }
        .emoji-big {
            font-size: 1.6rem;
            margin-right: 6px;
        }
        .char-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
            margin: 28px 0;
        }
        .char-card {
            background: #faf8f6;
            border-radius: 20px;
            padding: 20px 20px 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            transition: transform 0.2s, box-shadow 0.3s;
            border: 1px solid #edeae5;
        }
        .char-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(180, 83, 9, 0.10);
            border-color: #b45309;
        }
        .char-card .char-icon {
            font-size: 2.4rem;
            color: #b45309;
            margin-bottom: 6px;
        }
        .char-card h4 {
            margin: 0 0 4px;
            font-size: 1.3rem;
        }
        .char-card .tag {
            display: inline-block;
            background: #e9e6e1;
            padding: 2px 14px;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #4a4a4a;
            margin-bottom: 10px;
        }
        .char-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            margin: 28px 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .char-table thead {
            background: #1f2937;
            color: #fff;
        }
        .char-table th {
            padding: 14px 18px;
            text-align: left;
            font-weight: 600;
            font-size: 0.95rem;
        }
        .char-table td {
            padding: 14px 18px;
            border-bottom: 1px solid #edeae5;
            background: #fcfbfa;
        }
        .char-table tr:last-child td {
            border-bottom: none;
        }
        .char-table tr:hover td {
            background: #f5f0eb;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            color: #d1d5db;
            cursor: pointer;
            transition: color 0.15s;
        }
        .rating-stars .star.active {
            color: #f59e0b;
        }
        .rating-stars .star:hover,
        .rating-stars .star.hover {
            color: #f59e0b;
        }
        .comment-box,
        .score-box {
            background: #faf8f6;
            border-radius: 20px;
            padding: 24px 28px;
            margin: 28px 0;
            border: 1px solid #edeae5;
        }
        .comment-box textarea {
            width: 100%;
            border: 2px solid #e9e6e1;
            border-radius: 16px;
            padding: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 110px;
            background: #fff;
            transition: border-color 0.2s;
        }
        .comment-box textarea:focus {
            border-color: #b45309;
            outline: none;
        }
        .btn {
            display: inline-block;
            background: #b45309;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .btn:hover {
            background: #7c2d12;
            transform: scale(0.98);
        }
        .btn-secondary {
            background: #374151;
        }
        .btn-secondary:hover {
            background: #1f2937;
        }
        footer {
            margin-top: 48px;
            padding-top: 28px;
            border-top: 2px solid #e9e6e1;
            font-size: 0.95rem;
            color: #4b5563;
        }
        friend-link {
            display: block;
            background: #faf8f6;
            padding: 18px 24px;
            border-radius: 16px;
            margin: 16px 0 20px;
            font-weight: 500;
            border: 1px solid #edeae5;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
        }
        .copyright {
            text-align: center;
            padding: 20px 0 8px;
            font-size: 0.9rem;
            color: #6b7280;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 12px 14px 28px;
                border-radius: 12px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo i {
                font-size: 1.6rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: inline-block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 12px;
                gap: 2px;
                background: #faf8f6;
                border-radius: 16px;
                padding: 8px 4px;
                border: 1px solid #edeae5;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                display: block;
                padding: 12px 18px;
                border-radius: 12px;
            }
            .search-form {
                max-width: 100%;
                margin: 16px 0;
            }
            .char-grid {
                grid-template-columns: 1fr;
            }
            .char-table {
                font-size: 0.85rem;
            }
            .char-table th,
            .char-table td {
                padding: 10px 12px;
            }
            .comment-box,
            .score-box {
                padding: 16px 18px;
            }
        }
        @media (min-width: 769px) {
            .hamburger {
                display: none !important;
            }
            .nav-menu {
                display: flex !important;
            }
        }
        .last-updated {
            display: inline-block;
            background: #f1eee9;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #5a5a5a;
            margin-bottom: 8px;
        }
        .featured-img {
            margin: 24px 0;
            border-radius: 16px;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
        }
        .inline-link {
            font-weight: 600;
        }
        .interview-block {
            background: #f1eee9;
            border-left: 5px solid #b45309;
            padding: 18px 24px;
            border-radius: 0 16px 16px 0;
            margin: 20px 0;
            font-style: italic;
        }
        .stat-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #1f2937;
            color: #fff;
            padding: 4px 16px;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-right: 8px;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
        }
