        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0d0f14;
            color: #e8edf2;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #fbbf24;
            text-decoration: none;
            transition: color 0.2s, opacity 0.2s;
        }
        a:hover,
        a:focus {
            color: #fcd34d;
            opacity: 0.85;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            line-height: 1.3;
            color: #f9fafb;
            margin-top: 1.6em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.2rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 4px solid #fbbf24;
            padding-left: 14px;
            margin-top: 2rem;
        }
        h3 {
            font-size: 1.3rem;
            color: #fde68a;
        }
        h4 {
            font-size: 1.1rem;
            color: #d1d5db;
        }
        p {
            margin-bottom: 1.2em;
            color: #d1d5db;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 8px;
        }
        .site-header {
            padding: 18px 0 10px;
            border-bottom: 1px solid #1f2937;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 700;
            background: linear-gradient(135deg, #fbbf24, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #fbbf24;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            opacity: 0.9;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 16px;
            margin: 0;
            padding: 0;
        }
        .nav-list li a {
            font-weight: 500;
            font-size: 0.98rem;
            padding: 6px 4px;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s;
        }
        .nav-list li a:hover {
            border-bottom-color: #fbbf24;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f9fafb;
            font-size: 1.7rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #1f2937;
        }
        .breadcrumbs {
            padding: 12px 0 6px;
            font-size: 0.9rem;
            color: #9ca3af;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
            list-style: none;
        }
        .breadcrumbs li+li::before {
            content: "›";
            margin-right: 10px;
            color: #6b7280;
        }
        .breadcrumbs a {
            color: #9ca3af;
        }
        .breadcrumbs a:hover {
            color: #fbbf24;
        }
        .breadcrumbs .current {
            color: #e8edf2;
            font-weight: 500;
        }
        .hero-figure {
            margin: 24px 0 28px;
            border-radius: 16px;
            overflow: hidden;
            background: #1a1e26;
            padding: 8px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
        }
        .hero-figure img {
            border-radius: 10px;
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .hero-caption {
            font-size: 0.85rem;
            color: #9ca3af;
            padding: 10px 8px 4px;
            text-align: center;
        }
        .section-card {
            background: #151a22;
            border-radius: 16px;
            padding: 24px 20px;
            margin: 24px 0;
            border: 1px solid #1f2937;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }
        .highlight-box {
            background: #1e293b;
            border-left: 4px solid #fbbf24;
            padding: 16px 20px;
            border-radius: 0 12px 12px 0;
            margin: 20px 0;
        }
        .highlight-box strong {
            color: #fde68a;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 16px;
            margin: 20px 0;
        }
        .stat-item {
            background: #1a1e26;
            padding: 16px 12px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #2d3748;
        }
        .stat-item .num {
            font-size: 2rem;
            font-weight: 700;
            color: #fbbf24;
            display: block;
        }
        .stat-item .label {
            font-size: 0.9rem;
            color: #9ca3af;
        }
        .link-group {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 18px;
            margin: 16px 0;
            padding: 0;
            list-style: none;
        }
        .link-group li a {
            background: #1f2937;
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid #374151;
            transition: background 0.2s, border-color 0.2s;
            display: inline-block;
        }
        .link-group li a:hover {
            background: #374151;
            border-color: #fbbf24;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 18px 0 8px;
        }
        .search-form input {
            flex: 1 1 200px;
            padding: 12px 18px;
            border-radius: 40px;
            border: 1px solid #374151;
            background: #1a1e26;
            color: #f9fafb;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.2s;
        }
        .search-form input:focus {
            border-color: #fbbf24;
        }
        .search-form button {
            padding: 12px 28px;
            border-radius: 40px;
            border: none;
            background: #fbbf24;
            color: #0d0f14;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #fcd34d;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 20px 0;
        }
        @media (max-width: 700px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #151a22;
            border-radius: 16px;
            padding: 20px 18px;
            border: 1px solid #1f2937;
        }
        .feedback-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 12px;
        }
        .feedback-card form input,
        .feedback-card form textarea,
        .feedback-card form select {
            padding: 10px 14px;
            border-radius: 10px;
            border: 1px solid #374151;
            background: #1a1e26;
            color: #f9fafb;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.2s;
            font-family: inherit;
        }
        .feedback-card form input:focus,
        .feedback-card form textarea:focus,
        .feedback-card form select:focus {
            border-color: #fbbf24;
        }
        .feedback-card form textarea {
            min-height: 80px;
            resize: vertical;
        }
        .feedback-card form button {
            align-self: flex-start;
            padding: 10px 24px;
            border-radius: 30px;
            border: none;
            background: #fbbf24;
            color: #0d0f14;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
        }
        .feedback-card form button:hover {
            background: #fcd34d;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            font-size: 1.6rem;
            color: #4b5563;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #fbbf24;
        }
        .site-footer {
            border-top: 1px solid #1f2937;
            padding: 30px 0 20px;
            margin-top: 40px;
        }
        friend-link {
            display: block;
            background: #151a22;
            border-radius: 14px;
            padding: 18px 20px;
            border: 1px solid #1f2937;
            margin: 16px 0 20px;
        }
        friend-link .fl-head {
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 12px;
            color: #fde68a;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        friend-link .fl-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 18px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        friend-link .fl-list li a {
            background: #1f2937;
            padding: 4px 14px;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid #374151;
            transition: background 0.2s;
        }
        friend-link .fl-list li a:hover {
            background: #374151;
            border-color: #fbbf24;
        }
        .copyright {
            text-align: center;
            font-size: 0.9rem;
            color: #6b7280;
            padding: 16px 0 6px;
            border-top: 1px solid #1f2937;
            margin-top: 16px;
        }
        .copyright strong {
            color: #9ca3af;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #6b7280;
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 8px 0 16px;
        }
        .last-updated i {
            color: #fbbf24;
        }
        @media (max-width: 768px) {
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #151a22;
                border-radius: 12px;
                padding: 14px 18px;
                margin-top: 10px;
                border: 1px solid #1f2937;
            }
            .nav-list.show {
                display: flex;
            }
            .hamburger {
                display: inline-block;
            }
            .site-header {
                flex-wrap: wrap;
            }
            .nav-wrapper {
                width: 100%;
                flex-direction: column;
                align-items: stretch;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            .section-card {
                padding: 18px 14px;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .search-form input {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
        }
        .emoji-lg {
            font-size: 1.4em;
            line-height: 1;
        }
        .mt-0 {
            margin-top: 0;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .fw-bold {
            font-weight: 700;
            color: #fde68a;
        }
        .text-accent {
            color: #fbbf24;
        }
        .gap-8 {
            gap: 8px;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
