        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #fafafa;
            color: #1a1a2e;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #e63946;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #b71c1c;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
            color: #fff;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 900;
            letter-spacing: -0.5px;
            background: linear-gradient(45deg, #ff416c, #ff4b2b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 65, 108, 0.3);
            transition: transform 0.3s;
        }
        .my-logo:hover {
            transform: scale(1.03);
            text-decoration: none;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #ff4b2b;
            margin-right: 0.3rem;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 1.8rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            color: #f0f0f0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.4rem 0;
            position: relative;
            transition: color 0.2s;
        }
        .nav-menu li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 2px;
            background: #ff4b2b;
            transition: width 0.3s;
        }
        .nav-menu li a:hover::after,
        .nav-menu li a.active::after {
            width: 100%;
        }
        .nav-menu li a:hover {
            color: #ff6b6b;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        .breadcrumb {
            background: #f1f1f1;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #e0e0e0;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem;
        }
        .breadcrumb a {
            color: #e63946;
        }
        .breadcrumb span {
            color: #555;
        }
        .hero {
            background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
            color: #fff;
            padding: 3rem 0 4rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::before {
            content: '🎮🔥';
            font-size: 12rem;
            position: absolute;
            right: -2rem;
            bottom: -2rem;
            opacity: 0.08;
            pointer-events: none;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 900;
            letter-spacing: -1px;
            background: linear-gradient(45deg, #ff416c, #ff9a56);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.8rem;
        }
        .hero p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 1.5rem;
            opacity: 0.9;
            line-height: 1.8;
        }
        .hero .meta-info {
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
            font-size: 0.95rem;
            opacity: 0.75;
        }
        .hero .meta-info i {
            margin-right: 0.4rem;
        }
        .main-content {
            padding: 2.5rem 0 3rem;
        }
        .content-section {
            margin-bottom: 3.5rem;
        }
        .content-section h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #1a1a2e;
            border-left: 5px solid #e63946;
            padding-left: 1.2rem;
            margin-bottom: 1.5rem;
            margin-top: 0;
        }
        .content-section h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2d2d44;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
        }
        .content-section h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3d3d5c;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }
        .content-section p {
            margin-bottom: 1.2rem;
            color: #2d2d3a;
        }
        .content-section .highlight-box {
            background: #fef3f0;
            border-left: 4px solid #e63946;
            padding: 1.2rem 1.8rem;
            border-radius: 0 8px 8px 0;
            margin: 1.5rem 0;
        }
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.8rem;
            margin: 2rem 0;
        }
        .feature-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 1.5rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid #f0f0f0;
        }
        .feature-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
        }
        .feature-card .icon {
            font-size: 2.2rem;
            margin-bottom: 0.8rem;
        }
        .feature-card h4 {
            margin-top: 0;
            color: #1a1a2e;
        }
        .feature-card p {
            font-size: 0.95rem;
            color: #555;
        }
        .interview-block {
            background: #f9f6ff;
            border-radius: 20px;
            padding: 2rem 2.2rem;
            margin: 2rem 0;
            border: 1px solid #e8e0f0;
        }
        .interview-block .quote {
            font-size: 1.1rem;
            font-style: italic;
            border-left: 4px solid #7c4dff;
            padding-left: 1.5rem;
            margin: 1rem 0;
            color: #333;
        }
        .interview-block .attribution {
            font-weight: 600;
            color: #7c4dff;
            margin-top: 0.5rem;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        }
        .styled-table thead {
            background: #1a1a2e;
            color: #fff;
        }
        .styled-table th,
        .styled-table td {
            padding: 0.9rem 1.2rem;
            text-align: left;
            font-size: 0.95rem;
        }
        .styled-table tbody tr {
            border-bottom: 1px solid #eee;
            transition: background 0.2s;
        }
        .styled-table tbody tr:hover {
            background: #f9f0f0;
        }
        .styled-table tbody tr:nth-of-type(even) {
            background: #fafafa;
        }
        .content-image {
            border-radius: 16px;
            margin: 2rem 0;
            background: #e8e8f0;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        }
        .content-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            min-height: 220px;
            background: linear-gradient(135deg, #302b63, #24243e);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.2rem;
            padding: 2rem;
        }
        .form-card {
            background: #fff;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
            margin: 2rem 0;
            border: 1px solid #eee;
        }
        .form-card h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.4rem;
            font-size: 0.95rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.3s;
            background: #fafafa;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #e63946;
            background: #fff;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            padding: 0.8rem 2.2rem;
            background: linear-gradient(135deg, #e63946, #b71c1c);
            color: #fff;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            font-family: inherit;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(230, 57, 70, 0.35);
        }
        .btn-secondary {
            background: #1a1a2e;
        }
        .btn-secondary:hover {
            box-shadow: 0 8px 24px rgba(26, 26, 46, 0.35);
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            cursor: pointer;
            direction: rtl;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #ddd;
            transition: color 0.2s, transform 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffb703;
            transform: scale(1.1);
        }
        .link-list {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem;
            border: 1px solid #eee;
            margin: 2rem 0;
        }
        .link-list h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .link-list ul {
            list-style: none;
            padding: 0;
        }
        .link-list ul li {
            padding: 0.6rem 0;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .link-list ul li:last-child {
            border-bottom: none;
        }
        .link-list ul li i {
            color: #e63946;
            width: 1.2rem;
        }
        .site-footer {
            background: #0f0c29;
            color: #ccc;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        .site-footer .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .site-footer h4 {
            color: #fff;
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #bbb;
            display: block;
            padding: 0.2rem 0;
            font-size: 0.9rem;
        }
        .site-footer a:hover {
            color: #ff6b6b;
        }
        .site-footer .copyright {
            border-top: 1px solid #2a2a4a;
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.85rem;
            color: #888;
        }
        friend-link {
            display: block;
            margin-bottom: 0.8rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 0.8rem;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: nowrap;
            }
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1a2e;
                padding: 1rem 0;
                border-radius: 0 0 16px 16px;
                gap: 0.6rem;
                margin-top: 0.8rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.6rem 1.2rem;
                display: block;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .content-section h2 {
                font-size: 1.6rem;
            }
            .content-section h3 {
                font-size: 1.3rem;
            }
            .feature-grid {
                grid-template-columns: 1fr;
            }
            .interview-block {
                padding: 1.5rem;
            }
            .styled-table {
                font-size: 0.85rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.6rem 0.8rem;
            }
            .breadcrumb .container {
                font-size: 0.8rem;
            }
            .hero .meta-info {
                flex-direction: column;
                gap: 0.4rem;
            }
            .form-card {
                padding: 1.5rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .hero {
                padding: 2rem 0 2.5rem;
            }
            .content-section h2 {
                font-size: 1.4rem;
                padding-left: 0.8rem;
            }
            .btn {
                padding: 0.7rem 1.5rem;
                font-size: 0.9rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }
        .gap-1 {
            gap: 1rem;
        }
        .tag {
            display: inline-block;
            background: #fef0ef;
            color: #e63946;
            padding: 0.2rem 1rem;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
        }
