        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f7f4f0;
            color: #1e2a3a;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #b45309;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #7a2e0e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.5rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 28px;
            padding: 1.5rem 2rem 2rem;
            margin-top: 1.5rem;
            margin-bottom: 2.5rem;
        }
        @media (max-width: 640px) {
            .container {
                padding: 1rem 1rem 1.5rem;
                border-radius: 20px;
                margin-top: 0.8rem;
            }
            body {
                padding: 0 0.5rem;
            }
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 1rem;
            border-bottom: 2px solid #f0e7dd;
            margin-bottom: 1.2rem;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #1e2a3a;
            background: linear-gradient(145deg, #d97706, #b45309);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: transform 0.2s ease;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #5b6f82;
            color: #5b6f82;
            display: block;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1e2a3a;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #f0e7dd;
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1.2rem;
            align-items: center;
        }
        .main-nav a {
            font-weight: 500;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .main-nav a:hover {
            border-bottom-color: #b45309;
            color: #7a2e0e;
            text-decoration: none;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 1rem 0 0.5rem;
                gap: 0.6rem;
                border-top: 1px solid #f0e7dd;
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .site-header {
                align-items: center;
            }
            .my-logo {
                font-size: 1.6rem;
            }
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            color: #5b6f82;
            padding: 0.4rem 0 1rem;
            margin-bottom: 0.2rem;
        }
        .breadcrumb a {
            color: #5b6f82;
        }
        .breadcrumb a:hover {
            color: #b45309;
        }
        .breadcrumb .sep {
            color: #b9aa9a;
        }
        .breadcrumb .current {
            color: #1e2a3a;
            font-weight: 600;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0.5rem 0 1rem;
            color: #0f172a;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 2.2rem 0 1rem;
            padding-bottom: 0.3rem;
            border-bottom: 3px solid #f0e7dd;
            color: #1e293b;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 1.8rem 0 0.8rem;
            color: #2d3a4f;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 1.4rem 0 0.5rem;
            color: #3d4a5f;
        }
        p {
            margin: 0.9rem 0;
            font-size: 1.05rem;
            color: #1e2a3a;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #2d3a4f;
            background: #faf6f2;
            padding: 1.2rem 1.8rem;
            border-radius: 16px;
            border-left: 5px solid #b45309;
        }
        .highlight {
            background: #fef3c7;
            padding: 0.1rem 0.4rem;
            border-radius: 6px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.4rem;
            margin-right: 0.3rem;
        }
        .last-update {
            display: inline-block;
            background: #eef2f6;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #2d3a4f;
            margin: 0.8rem 0 1.2rem;
        }
        .feature-img {
            margin: 1.8rem 0 2.2rem;
            border-radius: 16px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
        }
        .feature-img figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #5b6f82;
            margin-top: 0.6rem;
            font-style: italic;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1.5rem;
            margin: 1.8rem 0 2.2rem;
        }
        .card {
            background: #faf8f5;
            padding: 1.5rem 1.2rem;
            border-radius: 16px;
            border: 1px solid #ede6dd;
            transition: transform 0.2s ease, box-shadow 0.25s ease;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
        }
        .card h4 {
            margin-top: 0;
        }
        .card i {
            color: #b45309;
            font-size: 1.6rem;
            margin-bottom: 0.5rem;
        }
        .search-section {
            background: #f4efe9;
            padding: 1.8rem 2rem;
            border-radius: 20px;
            margin: 2.2rem 0;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #ddd2c6;
            border-radius: 40px;
            font-size: 1rem;
            background: #fff;
            transition: border-color 0.25s;
            outline: none;
        }
        .search-form input[type="text"]:focus {
            border-color: #b45309;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            background: #b45309;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #7a2e0e;
            transform: scale(1.02);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0;
        }
        @media (max-width: 700px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
        }
        .comment-box,
        .rating-box {
            background: #faf8f5;
            padding: 1.8rem 2rem;
            border-radius: 20px;
            border: 1px solid #ede6dd;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-box textarea {
            width: 100%;
            min-height: 100px;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd2c6;
            border-radius: 14px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            transition: border-color 0.25s;
            outline: none;
            background: #fff;
        }
        .comment-box textarea:focus {
            border-color: #b45309;
        }
        .comment-box input[type="text"] {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #ddd2c6;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.25s;
            background: #fff;
        }
        .comment-box input[type="text"]:focus {
            border-color: #b45309;
        }
        .comment-box .form-group {
            margin: 0.8rem 0;
        }
        .comment-box button,
        .rating-box button {
            padding: 0.7rem 2rem;
            background: #b45309;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            margin-top: 0.5rem;
        }
        .comment-box button:hover,
        .rating-box button:hover {
            background: #7a2e0e;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.4rem;
            font-size: 2rem;
            margin: 0.6rem 0 0.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #ddd2c6;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f59e0b;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            font-size: 0.98rem;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .styled-table thead {
            background: #1e2a3a;
            color: #fff;
        }
        .styled-table th,
        .styled-table td {
            padding: 0.9rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #ede6dd;
        }
        .styled-table tbody tr:hover {
            background: #faf6f2;
        }
        .site-footer {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 2px solid #f0e7dd;
            font-size: 0.95rem;
            color: #2d3a4f;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.8rem 2.5rem;
            margin-bottom: 1.8rem;
        }
        friend-link {
            display: block;
            font-weight: 500;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
        }
        .copyright {
            text-align: center;
            padding: 1.2rem 0 0.5rem;
            border-top: 1px solid #ede6dd;
            font-size: 0.88rem;
            color: #5b6f82;
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .lead {
                font-size: 1rem;
                padding: 1rem;
            }
            .search-section {
                padding: 1.2rem 1rem;
            }
            .comment-box,
            .rating-box {
                padding: 1.2rem 1rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .styled-table {
                font-size: 0.82rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 1rem;
            background: #b45309;
            color: #fff;
            padding: 0.6rem 1.4rem;
            border-radius: 0 0 12px 12px;
            z-index: 100;
            transition: top 0.25s;
        }
        .skip-link:focus {
            top: 0;
        }
        section[id] {
            scroll-margin-top: 2rem;
        }
