        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
            background: #f4f7f2;
            color: #1e2a1e;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #1e6b3e;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #b8860b;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 20, 0, 0.06);
            border-radius: 28px 28px 0 0;
            overflow: hidden;
            padding: 0 1.5rem 2rem;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #0f3b1a;
            margin: 1.2rem 0 0.6rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
            border-left: 6px solid #b8860b;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #1a4a2a;
            margin: 2.2rem 0 0.8rem;
            padding-bottom: 0.3rem;
            border-bottom: 2px dashed #c0d4b0;
            position: relative;
        }
        h2::after {
            content: "⚽";
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1.6rem;
        }
        h3 {
            font-size: 1.45rem;
            font-weight: 600;
            color: #2a5e3a;
            margin: 1.6rem 0 0.6rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3a6e4a;
            margin: 1.2rem 0 0.4rem;
        }
        p {
            margin-bottom: 1rem;
            color: #2a372a;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #1f3f2a;
            background: #eaf5e5;
            padding: 1.2rem 1.6rem;
            border-radius: 20px;
            border-left: 6px solid #b8860b;
            margin: 1.2rem 0;
        }
        .highlight {
            background: #fcf3d9;
            padding: 0.1rem 0.4rem;
            border-radius: 6px;
            font-weight: 600;
        }
        strong {
            color: #0f3b1a;
        }
        em {
            font-style: italic;
            color: #5a7a4a;
        }
        header {
            background: linear-gradient(145deg, #0f3b1a 0%, #1a5a2a 100%);
            padding: 0.8rem 1.5rem;
            border-radius: 0 0 28px 28px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
            margin: 0 -1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 900;
            color: #f9e7b3;
            letter-spacing: -0.03em;
            background: linear-gradient(to right, #f9e7b3, #e8c96a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #e8c96a;
            font-size: 2rem;
        }
        .my-logo:hover {
            opacity: 0.88;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 2rem;
            color: #f9e7b3;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 12px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 200, 0.15);
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem 0.8rem;
            list-style: none;
        }
        .nav-menu li a {
            color: #e5f0df;
            font-weight: 500;
            padding: 0.4rem 0.8rem;
            border-radius: 40px;
            font-size: 0.9rem;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .nav-menu li a:hover {
            background: #b8860b;
            color: #0f3b1a;
            text-decoration: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.8rem 0 0.4rem;
            font-size: 0.85rem;
            color: #5a7a5a;
            background: transparent;
            margin: 0 -1.5rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.5rem;
            color: #8aaa7a;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #1e6b3e;
        }
        .breadcrumb a:hover {
            color: #b8860b;
        }
        .breadcrumb .active {
            color: #5a7a4a;
            font-weight: 500;
        }
        .hero-img {
            margin: 1.5rem 0 1.8rem;
            border-radius: 24px;
            overflow: hidden;
            background: #dce8d4;
            box-shadow: 0 12px 30px rgba(0, 30, 0, 0.1);
        }
        .hero-img img {
            width: 100%;
            height: auto;
            max-height: 480px;
            object-fit: cover;
        }
        .hero-img figcaption {
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            color: #4a6a4a;
            background: #edf5e8;
            font-style: italic;
        }
        .form-section {
            background: #f5faf3;
            border-radius: 24px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            box-shadow: inset 0 1px 4px rgba(0, 30, 0, 0.04);
        }
        .form-section h3 {
            margin-top: 0;
        }
        .form-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
            margin: 0.8rem 0;
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            flex: 1 1 220px;
            padding: 0.7rem 1rem;
            border: 1.5px solid #c0d4b0;
            border-radius: 40px;
            font-size: 0.95rem;
            background: white;
            transition: border 0.2s, box-shadow 0.2s;
            min-width: 0;
        }
        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #1e6b3e;
            box-shadow: 0 0 0 3px rgba(30, 107, 62, 0.15);
        }
        .form-group textarea {
            border-radius: 18px;
            resize: vertical;
            min-height: 80px;
        }
        .btn {
            background: #1e6b3e;
            color: white;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            background: #b8860b;
            transform: translateY(-2px);
            text-decoration: none;
            color: white;
        }
        .btn:active {
            transform: translateY(0);
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #d4c9a0;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            transition: color 0.2s, transform 0.1s;
            color: #d4c9a0;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #e8b820;
            transform: scale(1.1);
        }
        .related-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 1rem 0;
            list-style: none;
        }
        .related-links li a {
            background: #eaf5e5;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 500;
            color: #1a4a2a;
            border: 1px solid #c0d4b0;
            transition: background 0.2s, border-color 0.2s;
        }
        .related-links li a:hover {
            background: #b8860b;
            border-color: #b8860b;
            color: white;
            text-decoration: none;
        }
        friend-link {
            display: block;
            background: #f0f7ec;
            padding: 1.4rem 1.8rem;
            border-radius: 24px;
            margin: 2rem 0 0.5rem;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
            padding: 0.3rem 1rem;
            background: white;
            border-radius: 40px;
            border: 1px solid #b0c8a0;
            font-weight: 500;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #b8860b;
            border-color: #b8860b;
            color: white;
            text-decoration: none;
        }
        footer {
            background: #0f3b1a;
            color: #d0e0c8;
            padding: 2rem 1.5rem 1.2rem;
            border-radius: 28px 28px 0 0;
            margin: 2rem -1.5rem -2rem;
            text-align: center;
            font-size: 0.9rem;
        }
        footer a {
            color: #e8c96a;
        }
        footer a:hover {
            color: #f9e7b3;
        }
        footer .copyright {
            border-top: 1px solid #2a5a3a;
            padding-top: 1.2rem;
            margin-top: 1.2rem;
            font-size: 0.82rem;
            color: #8aaa7a;
        }
        @media (max-width: 820px) {
            body {
                padding: 0 0.5rem;
            }
            .container {
                padding: 0 1rem 1.5rem;
                border-radius: 20px 20px 0 0;
            }
            header {
                padding: 0.6rem 1rem;
                margin: 0 -1rem;
                border-radius: 0 0 20px 20px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 1rem 0 0.4rem;
                gap: 0.2rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                white-space: normal;
                padding: 0.6rem 1rem;
                border-radius: 12px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .form-section {
                padding: 1.2rem 1rem;
            }
            .form-group {
                flex-direction: column;
                align-items: stretch;
            }
            .form-group input,
            .form-group select,
            .form-group textarea {
                flex: 1 1 auto;
            }
            .star-rating {
                font-size: 1.4rem;
                justify-content: center;
            }
            .breadcrumb {
                font-size: 0.78rem;
                padding-left: 1rem;
                padding-right: 1rem;
                margin: 0 -1rem;
            }
            footer {
                margin: 2rem -1rem -1.5rem;
                padding: 1.5rem 1rem 1rem;
                border-radius: 20px 20px 0 0;
            }
            .hero-img {
                margin: 1rem 0 1.2rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
                padding-left: 0.6rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo i {
                font-size: 1.4rem;
            }
            .lead {
                font-size: 1rem;
                padding: 0.8rem 1rem;
            }
            .btn {
                padding: 0.6rem 1.4rem;
                font-size: 0.85rem;
            }
            .form-section {
                padding: 1rem 0.8rem;
            }
        }
        .schema-hidden {
            display: none;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.6rem;
            margin: 1.2rem 0;
        }
        @media (max-width: 600px) {
            .two-col {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        .card {
            background: #f9fcf7;
            border-radius: 20px;
            padding: 1.2rem 1.4rem;
            box-shadow: 0 4px 12px rgba(0, 20, 0, 0.04);
            border: 1px solid #e0ecd8;
        }
        .card h4 {
            margin-top: 0;
        }
        .stat {
            font-weight: 700;
            color: #b8860b;
            font-size: 1.1rem;
        }
        .tag {
            display: inline-block;
            background: #1e6b3e;
            color: white;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 0.15rem 0.7rem;
            border-radius: 40px;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }
        .divider {
            border: none;
            height: 2px;
            background: linear-gradient(to right, transparent, #c0d4b0, transparent);
            margin: 2rem 0;
        }
        blockquote {
            background: #f5faf3;
            border-left: 5px solid #b8860b;
            padding: 1rem 1.6rem;
            border-radius: 0 20px 20px 0;
            margin: 1.2rem 0;
            font-style: italic;
            color: #2a4a2a;
        }
        blockquote footer {
            background: transparent;
            color: #5a7a5a;
            padding: 0.4rem 0 0;
            font-size: 0.85rem;
            text-align: right;
            margin: 0;
            border-radius: 0;
        }
        .emoji-big {
            font-size: 1.8rem;
            line-height: 1;
        }
