        *,
        *::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, sans-serif;
            background: #f4f7fc;
            color: #1a2a3a;
            line-height: 1.75;
            padding: 0 1rem;
            max-width: 1280px;
            margin: 0 auto;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #0057a3;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #e67e22;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #0b1e2b;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 4px solid #e67e22;
            display: inline-block;
            padding-bottom: 0.3rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #e67e22;
            padding-left: 1rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #1e3b4f;
        }
        h4 {
            font-size: 1.1rem;
            color: #2c4a5e;
        }
        p {
            margin-bottom: 1.25rem;
            font-size: 1.05rem;
            color: #1f2e3a;
        }
        strong {
            color: #b35100;
            font-weight: 700;
        }
        .container {
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
            padding: 1.8rem 2rem 2.5rem;
            margin: 1.5rem 0 2.5rem;
        }
        .badge {
            display: inline-block;
            background: #e67e22;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            letter-spacing: 0.3px;
        }
        .emoji-big {
            font-size: 1.6rem;
            margin-right: 0.3rem;
        }
        .last-updated {
            font-size: 0.9rem;
            color: #6a7a8a;
            border-top: 1px solid #e2e8f0;
            padding-top: 0.8rem;
            margin-top: 2rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0 0.6rem;
            border-bottom: 2px solid #e2e8f0;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #0b1e2b;
            text-decoration: none;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #e67e22, #d35400);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .my-logo small {
            font-size: 0.9rem;
            font-weight: 400;
            -webkit-text-fill-color: #4a5a6a;
            color: #4a5a6a;
            background: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #1a2a3a;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list li a:hover {
            background: #e67e22;
            color: #fff;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1a2a3a;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #e8edf3;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.8rem 0 0.2rem;
            margin: 0 0 0.5rem;
            font-size: 0.9rem;
            color: #5a6a7a;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 0.6rem;
            color: #aab5c0;
        }
        .breadcrumb a {
            color: #0057a3;
        }
        .breadcrumb a:hover {
            color: #e67e22;
        }
        .search-section {
            background: #eef3f9;
            border-radius: 60px;
            padding: 0.3rem 0.3rem 0.3rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 1.5rem 0 0.8rem;
            gap: 0.3rem;
        }
        .search-section input {
            flex: 1 1 200px;
            border: none;
            background: transparent;
            padding: 0.8rem 0.5rem;
            font-size: 1rem;
            outline: none;
            min-width: 120px;
        }
        .search-section button {
            background: #e67e22;
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-section button:hover {
            background: #d35400;
            transform: scale(1.02);
        }
        .featured-image {
            margin: 1.8rem 0 2.2rem;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        }
        .featured-image img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.6rem 1rem;
            background: #f0f4fa;
            font-size: 0.9rem;
            color: #3a4a5a;
            font-style: italic;
        }
        .link-group {
            background: #f8faff;
            border: 1px solid #dce5ef;
            border-radius: 18px;
            padding: 1.2rem 1.6rem;
            margin: 1.8rem 0;
        }
        .link-group h4 {
            margin-top: 0;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 0.6rem 1.2rem;
            padding: 0;
            list-style: none;
        }
        .link-grid li a {
            font-weight: 500;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .link-grid li a::before {
            content: "⚽";
            font-size: 0.85rem;
        }
        .interaction-area {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0 1.5rem;
        }
        .comment-box,
        .rating-box {
            background: #f8faff;
            border-radius: 20px;
            padding: 1.6rem 1.8rem;
            border: 1px solid #e2e8f0;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-box textarea {
            width: 100%;
            border: 1px solid #d0dbe8;
            border-radius: 16px;
            padding: 0.9rem 1rem;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
            background: #fff;
            transition: border 0.2s;
        }
        .comment-box textarea:focus {
            border-color: #e67e22;
            outline: none;
        }
        .comment-box input[type="text"] {
            width: 100%;
            border: 1px solid #d0dbe8;
            border-radius: 40px;
            padding: 0.7rem 1.2rem;
            font-size: 1rem;
            margin: 0.5rem 0 0.8rem;
            background: #fff;
        }
        .comment-box input[type="text"]:focus {
            border-color: #e67e22;
            outline: none;
        }
        .comment-box button,
        .rating-box button {
            background: #0057a3;
            color: #fff;
            border: none;
            padding: 0.65rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .comment-box button:hover,
        .rating-box button:hover {
            background: #003f7a;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 2rem;
            cursor: pointer;
            color: #cbd5e1;
            transition: color 0.15s;
            margin: 0.6rem 0 1rem;
        }
        .rating-stars .star.active {
            color: #f5b342;
        }
        .rating-stars .star {
            transition: color 0.1s, transform 0.1s;
        }
        .rating-stars .star:hover {
            transform: scale(1.2);
        }
        .rating-stars .star.active~.star {
            color: #cbd5e1;
        }
        .rating-display {
            font-weight: 600;
            color: #1a2a3a;
            font-size: 1.1rem;
        }
        .site-footer {
            border-top: 2px solid #e2e8f0;
            padding: 2rem 0 1.5rem;
            margin-top: 2.5rem;
        }
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1.5rem;
        }
        friend-link {
            display: block;
            background: #f0f5fc;
            border-radius: 18px;
            padding: 1.4rem 1.8rem;
            font-style: normal;
            margin: 1rem 0 1.4rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1.5rem 0.3rem 0;
            font-weight: 500;
        }
        .copyright {
            font-size: 0.9rem;
            color: #5a6a7a;
            text-align: center;
            padding-top: 1.2rem;
            border-top: 1px solid #e2e8f0;
            margin-top: 1.2rem;
        }
        @media (max-width: 820px) {
            body {
                padding: 0 0.6rem;
            }
            .container {
                padding: 1.2rem 1rem 1.8rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .interaction-area {
                grid-template-columns: 1fr;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #ffffff;
                border-radius: 20px;
                padding: 0.8rem 0.4rem;
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
                position: absolute;
                top: 70px;
                left: 0;
                right: 0;
                z-index: 100;
                border: 1px solid #e2e8f0;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list li a {
                padding: 0.7rem 1.2rem;
            }
            .hamburger {
                display: block;
            }
            .search-section {
                border-radius: 40px;
                padding: 0.2rem 0.2rem 0.2rem 1rem;
            }
            .search-section input {
                font-size: 0.9rem;
                padding: 0.6rem 0.3rem;
                flex: 1 1 120px;
            }
            .search-section button {
                padding: 0.5rem 1.2rem;
                font-size: 0.85rem;
            }
            .link-grid {
                grid-template-columns: 1fr 1fr;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .site-header {
                padding-top: 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .link-grid {
                grid-template-columns: 1fr;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            .container {
                padding: 0.8rem 0.8rem 1.4rem;
            }
            .comment-box,
            .rating-box {
                padding: 1rem 1.2rem;
            }
        }
        .highlight-box {
            background: #fef9ed;
            border-left: 6px solid #e67e22;
            padding: 1.2rem 1.6rem;
            border-radius: 12px;
            margin: 1.8rem 0;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .stat-card {
            background: #f0f5fc;
            border-radius: 16px;
            padding: 1.2rem 0.8rem;
            text-align: center;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #e67e22;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #4a5a6a;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #fafcff;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        th {
            background: #eef3f9;
            font-weight: 700;
            color: #0b1e2b;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .interview-block {
            background: #f5f9ff;
            border-radius: 18px;
            padding: 1.4rem 1.8rem;
            margin: 1.8rem 0;
            border: 1px solid #dce5ef;
        }
        .interview-block .q {
            font-weight: 700;
            color: #0057a3;
        }
        .interview-block .a {
            margin-left: 0.8rem;
            margin-bottom: 1rem;
        }
        .fa-ul {
            list-style: none;
            padding-left: 0;
        }
        .fa-ul li {
            padding-left: 1.8rem;
            position: relative;
            margin-bottom: 0.5rem;
        }
        .fa-ul li::before {
            content: "⚡";
            position: absolute;
            left: 0;
            color: #e67e22;
        }
