* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f9f7fc;
            color: #1e1a2e;
            line-height: 1.7;
            font-size: 1.05rem;
            padding: 0 1rem;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            background: #fff;
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
            border-radius: 32px;
            padding: 1.5rem 2rem 2rem;
            margin-top: 1.2rem;
            margin-bottom: 2rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 0 0.8rem;
            border-bottom: 2px solid #efeaf5;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            background: linear-gradient(135deg, #7c4dff, #e040fb);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            letter-spacing: -0.5px;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.82;
        }
        .my-logo small {
            font-size: 0.9rem;
            -webkit-text-fill-color: #6a5d8e;
            color: #6a5d8e;
            font-weight: 400;
            display: block;
            font-size: 0.7rem;
            letter-spacing: 0.3px;
            background: none;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #4a3f6b;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 10px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #efeaf5;
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem 0.6rem;
        }
        .main-nav a {
            text-decoration: none;
            color: #3d3357;
            font-weight: 500;
            font-size: 0.9rem;
            padding: 0.4rem 0.9rem;
            border-radius: 100px;
            transition: all 0.2s;
        }
        .main-nav a:hover {
            background: #ede6f7;
            color: #5c3d99;
        }
        .breadcrumb {
            width: 100%;
            font-size: 0.8rem;
            color: #7a6d9a;
            margin-top: 0.7rem;
            padding-top: 0.4rem;
            border-top: 1px solid #f0ecf5;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb a {
            color: #6a4e9e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #b2a8c8;
        }
        .hero {
            padding: 2.2rem 0 1.8rem;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #6a3de8, #d946ef);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
            margin-bottom: 0.6rem;
        }
        .hero p {
            max-width: 720px;
            margin: 0.6rem auto 0;
            color: #5b4e78;
            font-size: 1.15rem;
        }
        .hero .meta-badge {
            display: inline-block;
            background: #efeaf5;
            padding: 0.3rem 1.2rem;
            border-radius: 100px;
            font-size: 0.75rem;
            color: #4a3a6b;
            margin-top: 0.8rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            margin-top: 1.2rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .section-block {
            margin-bottom: 3rem;
        }
        .section-block h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2a1f42;
            margin: 1.8rem 0 0.8rem;
            padding-bottom: 0.3rem;
            border-bottom: 3px solid #e8dff5;
        }
        .section-block h3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #3d2d5e;
            margin: 1.5rem 0 0.6rem;
        }
        .section-block h4 {
            font-size: 1.12rem;
            font-weight: 600;
            color: #4d3a72;
            margin: 1.2rem 0 0.4rem;
        }
        .section-block p {
            margin-bottom: 1.1rem;
            color: #2d243e;
        }
        .section-block p.lead {
            font-size: 1.15rem;
            color: #3b2f57;
            font-weight: 500;
        }
        .section-block ul,
        .section-block ol {
            margin: 0.6rem 0 1.2rem 1.5rem;
            color: #2d243e;
        }
        .section-block li {
            margin-bottom: 0.4rem;
        }
        .section-block a {
            color: #6a3de8;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted #c5b5e0;
            transition: border 0.2s;
        }
        .section-block a:hover {
            border-bottom: 1px solid #6a3de8;
        }
        .section-block .highlight-box {
            background: #f5f0fc;
            border-left: 4px solid #7c4dff;
            padding: 1.2rem 1.6rem;
            border-radius: 16px;
            margin: 1.4rem 0;
        }
        .section-block .highlight-box strong {
            color: #3d1f6e;
        }
        .featured-img {
            margin: 1.8rem 0;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
        }
        .featured-img img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        .featured-img figcaption {
            background: #f5f0fc;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            color: #5b4a7a;
        }
        .track-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            font-size: 0.95rem;
            background: #faf8fe;
            border-radius: 16px;
            overflow: hidden;
        }
        .track-table th {
            background: #e8dff5;
            color: #2a1f42;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .track-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #efeaf5;
        }
        .track-table tr:last-child td {
            border-bottom: none;
        }
        .track-table tr:hover td {
            background: #f3edfc;
        }
        .interview-card {
            background: #f5f0fc;
            border-radius: 20px;
            padding: 1.6rem 1.8rem;
            margin: 1.6rem 0;
            border: 1px solid #e4daf0;
        }
        .interview-card .interviewee {
            font-weight: 700;
            color: #3d1f6e;
            font-size: 1.1rem;
        }
        .interview-card .role {
            color: #7a6d9a;
            font-size: 0.85rem;
            display: block;
            margin-bottom: 0.8rem;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 1rem;
            margin: 1.4rem 0;
        }
        .stat-card {
            background: #f5f0fc;
            border-radius: 16px;
            padding: 1.2rem;
            text-align: center;
        }
        .stat-card .number {
            font-size: 2rem;
            font-weight: 800;
            color: #6a3de8;
            display: block;
        }
        .stat-card .label {
            font-size: 0.8rem;
            color: #5b4e78;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .comment-section,
        .rating-section,
        .search-section {
            background: #f9f7fc;
            border-radius: 20px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0 1.4rem;
            border: 1px solid #e8dff5;
        }
        .comment-section h3,
        .rating-section h3,
        .search-section h3 {
            margin-top: 0;
            font-size: 1.3rem;
            color: #2a1f42;
        }
        .comment-section form,
        .rating-section form,
        .search-section form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 0.6rem;
        }
        .comment-section input,
        .comment-section textarea,
        .rating-section input,
        .rating-section select,
        .search-section input {
            flex: 1 1 200px;
            padding: 0.7rem 1rem;
            border: 2px solid #e0d6ee;
            border-radius: 12px;
            font-size: 0.95rem;
            background: #fff;
            transition: border 0.2s;
            font-family: inherit;
        }
        .comment-section input:focus,
        .comment-section textarea:focus,
        .rating-section input:focus,
        .rating-section select:focus,
        .search-section input:focus {
            border-color: #7c4dff;
            outline: none;
        }
        .comment-section textarea {
            min-height: 80px;
            flex-basis: 100%;
            resize: vertical;
        }
        .comment-section button,
        .rating-section button,
        .search-section button {
            background: #7c4dff;
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 100px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .comment-section button:hover,
        .rating-section button:hover,
        .search-section button:hover {
            background: #6a3de8;
            transform: scale(0.98);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #d4c5e8;
            cursor: pointer;
        }
        .rating-stars .star.active {
            color: #f9a825;
        }
        .rating-stars .star:hover,
        .rating-stars .star.hover {
            color: #f9a825;
        }
        .sidebar-card {
            background: #f9f7fc;
            border-radius: 20px;
            padding: 1.4rem 1.5rem;
            margin-bottom: 1.6rem;
            border: 1px solid #ede6f7;
        }
        .sidebar-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #2a1f42;
            margin-bottom: 0.8rem;
            border-bottom: 2px solid #e0d6ee;
            padding-bottom: 0.4rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-card li {
            margin-bottom: 0.5rem;
        }
        .sidebar-card a {
            color: #4a3a6b;
            text-decoration: none;
            font-size: 0.92rem;
            display: block;
            padding: 0.3rem 0;
            border-bottom: 1px solid #ede6f7;
            transition: color 0.2s, padding-left 0.2s;
        }
        .sidebar-card a:hover {
            color: #7c4dff;
            padding-left: 4px;
        }
        .site-footer {
            margin-top: 3rem;
            padding-top: 1.8rem;
            border-top: 2px solid #efeaf5;
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: space-between;
            align-items: flex-start;
        }
        .site-footer .copyright {
            font-size: 0.85rem;
            color: #7a6d9a;
            flex: 1 1 260px;
        }
        .site-footer .copyright strong {
            color: #4a3a6b;
        }
        friend-link {
            display: block;
            flex: 1 1 200px;
            font-size: 0.88rem;
            color: #5b4e78;
        }
        friend-link a {
            color: #6a3de8;
            text-decoration: none;
            display: inline-block;
            margin-right: 1rem;
            margin-bottom: 0.3rem;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        friend-link::before {
            content: "🔗 Friend Links";
            display: block;
            font-weight: 700;
            color: #2a1f42;
            margin-bottom: 0.4rem;
            font-size: 0.95rem;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .wrapper {
                padding: 1rem 1.2rem 1.5rem;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .site-header {
                flex-wrap: wrap;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 0.8rem 0 0.2rem;
                gap: 0.3rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-radius: 12px;
            }
            .hamburger {
                display: block;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .track-table {
                font-size: 0.82rem;
            }
            .track-table th,
            .track-table td {
                padding: 0.4rem 0.6rem;
            }
            .sidebar {
                margin-top: 1rem;
            }
            .site-footer {
                flex-direction: column;
                gap: 1.2rem;
            }
        }
        @media (max-width: 480px) {
            .wrapper {
                padding: 0.8rem 0.8rem 1.2rem;
                border-radius: 20px;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .hero p {
                font-size: 0.95rem;
            }
            .section-block h2 {
                font-size: 1.4rem;
            }
            .section-block h3 {
                font-size: 1.15rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .comment-section,
            .rating-section,
            .search-section {
                padding: 1rem 1.2rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
                gap: 0.6rem;
            }
            .stat-card .number {
                font-size: 1.5rem;
            }
        }
        .text-muted {
            color: #7a6d9a;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .gap-1 {
            gap: 1rem;
        }
        .last-updated {
            font-size: 0.8rem;
            color: #9a8db5;
            display: block;
            margin-top: 0.8rem;
            text-align: right;
        }
