* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }
        body {
            background: #f4f7f2;
            color: #1e2a1e;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #1a6b3c;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #d4a843;
            text-decoration: underline;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #0f2a1a 0%, #1a4d2e 100%);
            color: #fff;
            padding: 20px 0;
            border-bottom: 4px solid #d4a843;
            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 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            color: #fff;
            font-size: 1.8rem;
            font-weight: 900;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 1.2;
            text-decoration: none !important;
        }
        .my-logo span {
            font-size: 0.9rem;
            font-weight: 300;
            letter-spacing: 3px;
            color: #d4a843;
            text-transform: lowercase;
        }
        .my-logo:hover {
            color: #d4a843;
        }
        .my-logo:hover span {
            color: #fff;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .main-nav {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            list-style: none;
        }
        .main-nav li a {
            color: #e8f0e8;
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.25s;
            display: block;
            white-space: nowrap;
        }
        .main-nav li a:hover {
            background: #d4a843;
            color: #0f2a1a;
            text-decoration: none;
            transform: translateY(-2px);
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 6px 10px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .breadcrumb {
            background: #e8efe8;
            padding: 12px 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #c8dcc8;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 8px 16px;
        }
        .breadcrumb ul li+li::before {
            content: "›";
            margin-right: 16px;
            color: #6a8a6a;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #1a6b3c;
        }
        .breadcrumb .current {
            color: #4a6a4a;
            font-weight: 600;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 900;
            color: #0f2a1a;
            margin-bottom: 16px;
            line-height: 1.2;
            border-left: 6px solid #d4a843;
            padding-left: 20px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #1a4d2e;
            margin: 50px 0 20px;
            padding-bottom: 8px;
            border-bottom: 3px solid #d4a843;
            display: inline-block;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1e3a1e;
            margin: 36px 0 14px;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2a4a2a;
            margin: 24px 0 10px;
        }
        p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            color: #2a3a2a;
        }
        .update-badge {
            display: inline-block;
            background: #1a4d2e;
            color: #fff;
            padding: 6px 20px;
            border-radius: 30px;
            font-size: 0.9rem;
            margin-bottom: 24px;
            letter-spacing: 0.5px;
        }
        .update-badge i {
            margin-right: 8px;
        }
        .featured-image {
            margin: 30px 0 40px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            background: #d4a843;
            padding: 4px;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            background: #fff;
        }
        .featured-image figcaption {
            background: #0f2a1a;
            color: #e8f0e8;
            padding: 12px 20px;
            font-size: 0.9rem;
            text-align: center;
            border-radius: 0 0 12px 12px;
        }
        .standings-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        }
        .standings-table th {
            background: #1a4d2e;
            color: #fff;
            padding: 14px 12px;
            font-weight: 600;
            text-align: left;
        }
        .standings-table td {
            padding: 12px;
            border-bottom: 1px solid #dce8dc;
        }
        .standings-table tr:hover td {
            background: #f0f8f0;
        }
        .standings-table .rank {
            font-weight: 700;
            color: #d4a843;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 24px;
            margin: 30px 0;
        }
        .card {
            background: #fff;
            border-radius: 14px;
            padding: 24px 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            transition: transform 0.25s, box-shadow 0.25s;
            border-top: 4px solid #d4a843;
        }
        .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        }
        .card h4 {
            margin-top: 0;
        }
        .card i {
            color: #d4a843;
            font-size: 1.8rem;
            margin-bottom: 12px;
        }
        .search-section {
            background: linear-gradient(135deg, #e8f0e8, #d4e8d4);
            padding: 40px 30px;
            border-radius: 16px;
            margin: 40px 0;
            text-align: center;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 20px auto 0;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }
        .search-form input {
            flex: 1;
            padding: 16px 22px;
            border: none;
            font-size: 1rem;
            outline: none;
            background: #fff;
        }
        .search-form button {
            background: #1a4d2e;
            color: #fff;
            border: none;
            padding: 16px 32px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s;
        }
        .search-form button:hover {
            background: #d4a843;
            color: #0f2a1a;
        }
        .interact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        @media (max-width: 700px) {
            .interact-grid {
                grid-template-columns: 1fr;
            }
        }
        .comment-box,
        .rating-box {
            background: #fff;
            padding: 30px 28px;
            border-radius: 16px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            border: 1px solid #dce8dc;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .comment-box textarea {
            width: 100%;
            padding: 14px;
            border: 2px solid #dce8dc;
            border-radius: 10px;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            transition: border 0.2s;
        }
        .comment-box textarea:focus {
            border-color: #1a4d2e;
            outline: none;
        }
        .comment-box input[type="text"] {
            width: 100%;
            padding: 12px 14px;
            border: 2px solid #dce8dc;
            border-radius: 10px;
            font-size: 1rem;
            margin-bottom: 14px;
        }
        .comment-box input[type="text"]:focus {
            border-color: #1a4d2e;
            outline: none;
        }
        .btn {
            background: #1a4d2e;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .btn:hover {
            background: #d4a843;
            color: #0f2a1a;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 6px;
            margin: 16px 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2.2rem;
            color: #ccc;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating input:checked~label {
            color: #d4a843;
        }
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #e8b84a;
            transform: scale(1.1);
        }
        friend-link {
            display: block;
            padding: 40px 0 20px;
            border-top: 2px solid #d4a843;
            margin-top: 40px;
        }
        friend-link h3 {
            margin-top: 0;
            font-size: 1.4rem;
        }
        .friend-links-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            list-style: none;
            padding: 0;
        }
        .friend-links-list li a {
            background: #e8efe8;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.2s;
            display: inline-block;
        }
        .friend-links-list li a:hover {
            background: #1a4d2e;
            color: #fff;
            text-decoration: none;
        }
        .site-footer {
            background: #0f2a1a;
            color: #c8dcc8;
            padding: 40px 0 30px;
            margin-top: 40px;
            border-top: 4px solid #d4a843;
        }
        .site-footer .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }
        .site-footer .copyright {
            font-size: 0.95rem;
        }
        .site-footer .copyright strong {
            color: #d4a843;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0f2a1a;
                padding: 16px 0;
                border-radius: 0 0 16px 16px;
                margin-top: 12px;
                gap: 4px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav li a {
                padding: 12px 20px;
                border-radius: 0;
                border-bottom: 1px solid #2a4a2a;
            }
            h1 {
                font-size: 2rem;
                padding-left: 14px;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .standings-table {
                font-size: 0.85rem;
            }
            .standings-table th,
            .standings-table td {
                padding: 8px 6px;
            }
            .search-form {
                flex-direction: column;
                border-radius: 16px;
            }
            .search-form input {
                border-radius: 16px 16px 0 0;
            }
            .search-form button {
                border-radius: 0 0 16px 16px;
            }
            .site-footer .container {
                flex-direction: column;
                text-align: center;
            }
        }
        @media (max-width: 480px) {
            body {
                font-size: 15px;
            }
            .container {
                padding: 0 14px;
            }
            h1 {
                font-size: 1.7rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
        }
        .content-block {
            max-width: 880px;
        }
        .highlight {
            background: #fcf3e0;
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.4rem;
        }
        .fa-ul li {
            margin-bottom: 10px;
        }
        .tagline {
            font-size: 1.2rem;
            color: #4a6a4a;
            margin-bottom: 30px;
        }
        .stat-number {
            font-weight: 800;
            color: #d4a843;
            font-size: 1.1em;
        }
        .insight-box {
            background: #e8f0e8;
            border-left: 6px solid #d4a843;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .insight-box p:last-child {
            margin-bottom: 0;
        }
