        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.75;
            padding: 0 1rem;
            max-width: 1280px;
            margin: 0 auto;
        }
        a {
            color: #f0c27f;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 0.75rem;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.25;
            letter-spacing: 0.01em;
            color: #f5e6c8;
        }
        h1 {
            font-size: 2.4rem;
            margin: 1.5rem 0 1rem;
            border-left: 6px solid #f0c27f;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem;
            border-bottom: 2px solid #2f3a4a;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.6rem;
            color: #f0d9b5;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.4rem;
            color: #dcc8a8;
        }
        p {
            margin: 0 0 1.2rem 0;
            font-size: 1.05rem;
            color: #d9e0ea;
        }
        strong {
            color: #f5e6c8;
            font-weight: 700;
        }
        .highlight {
            background: #1f2a36;
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
            color: #f0c27f;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0;
            border-bottom: 1px solid #2a3442;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #f0c27f;
            background: linear-gradient(135deg, #f0c27f, #d4a259);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #8899aa;
            color: #8899aa;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #c8d2e0;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list li a:hover {
            background: #1f2a36;
            color: #f0c27f;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f0c27f;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            color: #8899aa;
            border-bottom: 1px solid #1f2835;
            margin-bottom: 1rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.6rem;
            color: #556677;
        }
        .breadcrumb a {
            color: #aabbcc;
        }
        .breadcrumb a:hover {
            color: #f0c27f;
        }
        .breadcrumb .active {
            color: #f0c27f;
        }
        .search-wrap {
            background: #141b24;
            padding: 1.5rem 1.2rem;
            border-radius: 16px;
            margin: 1.8rem 0;
            border: 1px solid #2a3442;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 0.8rem 1.2rem;
            border: none;
            border-radius: 40px;
            background: #0b0e14;
            color: #e8edf5;
            font-size: 1rem;
            border: 1px solid #2f3a4a;
            transition: border 0.2s;
        }
        .search-form input[type="text"]:focus {
            outline: none;
            border-color: #f0c27f;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 40px;
            background: #f0c27f;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .search-form button:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .content-area {
            padding: 1rem 0 2rem;
        }
        .hero-img {
            margin: 1.5rem 0 2rem;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0 2rem;
        }
        .stat-card {
            background: #141b24;
            padding: 1.2rem;
            border-radius: 12px;
            border: 1px solid #2a3442;
            text-align: center;
        }
        .stat-card .label {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #8899aa;
        }
        .stat-card .value {
            font-size: 2rem;
            font-weight: 800;
            color: #f0c27f;
        }
        .stat-card .bar {
            height: 6px;
            background: #2f3a4a;
            border-radius: 6px;
            margin-top: 0.4rem;
            overflow: hidden;
        }
        .stat-card .bar-fill {
            height: 100%;
            border-radius: 6px;
            background: linear-gradient(90deg, #f0c27f, #d4a259);
        }
        .link-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
            padding: 0.8rem 0;
        }
        .link-list li a {
            background: #1a232e;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid #2a3442;
            transition: background 0.2s, border-color 0.2s;
        }
        .link-list li a:hover {
            background: #2a3442;
            border-color: #f0c27f;
            text-decoration: none;
        }
        .feedback-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 3rem 0 2rem;
            background: #141b24;
            padding: 1.8rem;
            border-radius: 20px;
            border: 1px solid #2a3442;
        }
        .feedback-wrap h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .feedback-form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .feedback-form input,
        .feedback-form textarea,
        .feedback-form select {
            padding: 0.7rem 1rem;
            border: none;
            border-radius: 10px;
            background: #0b0e14;
            color: #e8edf5;
            border: 1px solid #2f3a4a;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border 0.2s;
        }
        .feedback-form input:focus,
        .feedback-form textarea:focus,
        .feedback-form select:focus {
            outline: none;
            border-color: #f0c27f;
        }
        .feedback-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-form .btn-submit {
            background: #f0c27f;
            color: #0b0e14;
            font-weight: 700;
            border: none;
            padding: 0.8rem 1.8rem;
            border-radius: 40px;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 1rem;
        }
        .feedback-form .btn-submit:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 0.5rem;
            font-size: 1.8rem;
            color: #3a4a5a;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.1s;
        }
        .rating-stars i:hover,
        .rating-stars i:hover~i {
            color: #f0c27f;
            transform: scale(1.1);
        }
        .rating-stars i.active {
            color: #f0c27f;
        }
        .site-footer {
            border-top: 1px solid #2a3442;
            padding: 2rem 0 1.5rem;
            margin-top: 3rem;
        }
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1.5rem;
        }
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .footer-links a {
            font-size: 0.9rem;
            color: #aabbcc;
        }
        .footer-links a:hover {
            color: #f0c27f;
        }
        .copyright {
            font-size: 0.85rem;
            color: #667788;
            margin-top: 1.2rem;
            text-align: center;
            width: 100%;
        }
        friend-link {
            display: block;
            padding: 0.8rem 0;
            font-size: 0.9rem;
        }
        friend-link a {
            color: #aabbcc;
            margin: 0 0.4rem;
        }
        friend-link a:hover {
            color: #f0c27f;
        }
        .last-updated {
            font-size: 0.8rem;
            color: #667788;
            text-align: right;
            margin-top: 0.4rem;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #141b24;
                border-radius: 12px;
                padding: 0.8rem 0;
                margin-top: 0.6rem;
                border: 1px solid #2a3442;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list li a {
                padding: 0.7rem 1.2rem;
                border-radius: 0;
            }
            .site-header {
                flex-wrap: wrap;
            }
            .feedback-wrap {
                grid-template-columns: 1fr;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .footer-content {
                flex-direction: column;
                align-items: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        .text-gold {
            color: #f0c27f;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .gap-1 {
            gap: 1rem;
        }
        .rounded-full {
            border-radius: 999px;
        }
        .bg-card {
            background: #141b24;
            border-radius: 16px;
            padding: 1.2rem 1.5rem;
            border: 1px solid #2a3442;
        }
        .scroll-top {
            position: fixed;
            bottom: 1.8rem;
            right: 1.8rem;
            background: #f0c27f;
            color: #0b0e14;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 6px 20px rgba(240, 194, 127, 0.25);
            transition: transform 0.2s, opacity 0.2s;
            opacity: 0.7;
            border: none;
            cursor: pointer;
            z-index: 99;
        }
        .scroll-top:hover {
            transform: scale(1.1);
            opacity: 1;
        }
