* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            background: #0d0d0f;
            color: #e8e8ee;
            line-height: 1.75;
            font-size: 16px;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1a24 0%, #0f0f16 100%);
            border-bottom: 2px solid #2a2a3a;
            padding: 14px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5c542, #f0a832);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(245, 197, 66, 0.15);
            transition: transform 0.3s ease;
        }
        .my-logo:hover {
            transform: scale(1.03);
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5c542;
            margin-right: 6px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #c8c8d8;
            transition: all 0.25s ease;
            border: 1px solid transparent;
        }
        .main-nav a:hover,
        .main-nav a.active {
            color: #f5c542;
            border-color: #f5c54244;
            background: rgba(245, 197, 66, 0.06);
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5c542;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(245, 197, 66, 0.1);
        }
        .breadcrumb {
            padding: 14px 0 6px;
            font-size: 0.85rem;
            color: #888;
        }
        .breadcrumb a {
            color: #aaa;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb span {
            color: #666;
            margin: 0 4px;
        }
        .content-wrap {
            padding: 30px 0 50px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0 0 18px;
            background: linear-gradient(135deg, #f5c542, #e8a832);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 48px 0 16px;
            color: #f0d080;
            border-left: 5px solid #f5c542;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 36px 0 12px;
            color: #e8c86a;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 28px 0 10px;
            color: #d8b85a;
        }
        p {
            margin-bottom: 18px;
            color: #d0d0de;
        }
        .lead {
            font-size: 1.2rem;
            color: #e0e0ee;
            font-weight: 400;
            line-height: 1.8;
        }
        .highlight {
            background: linear-gradient(120deg, rgba(245, 197, 66, 0.12), rgba(245, 197, 66, 0.03));
            padding: 2px 10px;
            border-radius: 4px;
            font-weight: 600;
            color: #f5c542;
        }
        .stat-box {
            background: #1a1a28;
            border-radius: 16px;
            padding: 24px 28px;
            margin: 28px 0;
            border-left: 4px solid #f5c542;
        }
        .stat-box ul {
            list-style: none;
            padding: 0;
        }
        .stat-box li {
            padding: 8px 0;
            border-bottom: 1px solid #2a2a3a;
            display: flex;
            align-items: baseline;
            gap: 8px;
        }
        .stat-box li:last-child {
            border-bottom: none;
        }
        .stat-box li i {
            color: #f5c542;
            width: 24px;
        }
        .badge {
            display: inline-block;
            background: #f5c54222;
            color: #f5c542;
            padding: 2px 14px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            border: 1px solid #f5c54233;
        }
        .image-wrapper {
            margin: 32px 0;
            border-radius: 16px;
            overflow: hidden;
            background: #1a1a28;
            padding: 12px;
        }
        .image-wrapper img {
            width: 100%;
            border-radius: 10px;
        }
        .image-wrapper figcaption {
            text-align: center;
            padding: 12px 0 4px;
            font-size: 0.9rem;
            color: #999;
            font-style: italic;
        }
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, #f5c542, #e0a832);
            color: #0d0d0f;
            font-weight: 700;
            padding: 12px 32px;
            border-radius: 40px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1rem;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(245, 197, 66, 0.25);
            color: #0d0d0f;
            text-decoration: none;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f5c542;
            color: #f5c542;
        }
        .btn-outline:hover {
            background: #f5c542;
            color: #0d0d0f;
        }
        .search-section {
            background: #1a1a28;
            border-radius: 20px;
            padding: 32px 28px;
            margin: 40px 0;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border-radius: 40px;
            border: 1px solid #333;
            background: #0d0d0f;
            color: #e8e8ee;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input:focus {
            border-color: #f5c542;
        }
        .search-form button {
            padding: 14px 32px;
            border-radius: 40px;
            border: none;
            background: #f5c542;
            color: #0d0d0f;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
            font-size: 1rem;
        }
        .search-form button:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        .card {
            background: #1a1a28;
            border-radius: 20px;
            padding: 28px 26px;
            border: 1px solid #2a2a3a;
        }
        .card h3 {
            margin-top: 0;
            font-size: 1.4rem;
        }
        .form-group {
            margin-bottom: 16px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 6px;
            color: #ccc;
            font-size: 0.92rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border-radius: 12px;
            border: 1px solid #333;
            background: #0d0d0f;
            color: #e8e8ee;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.3s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #f5c542;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #444;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c542;
        }
        .related-links {
            background: #1a1a28;
            border-radius: 20px;
            padding: 28px 26px;
            margin: 36px 0;
        }
        .related-links ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 10px 20px;
        }
        .related-links li a {
            display: block;
            padding: 10px 14px;
            border-radius: 10px;
            background: #0d0d0f;
            border: 1px solid #2a2a3a;
            transition: all 0.25s ease;
            font-weight: 500;
        }
        .related-links li a:hover {
            border-color: #f5c54244;
            background: #14141f;
            transform: translateX(4px);
        }
        .related-links li a i {
            margin-right: 8px;
            color: #f5c542;
        }
        .site-footer {
            background: #12121c;
            border-top: 2px solid #1e1e2e;
            padding: 40px 0 24px;
            margin-top: 50px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 30px;
            margin-bottom: 30px;
        }
        .footer-grid h4 {
            color: #f5c542;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-grid p,
        .footer-grid a {
            font-size: 0.92rem;
            color: #aaa;
        }
        .footer-grid a:hover {
            color: #f5c542;
        }
        friend-link {
            display: block;
            padding: 16px 0;
            border-top: 1px solid #1e1e2e;
            margin-top: 16px;
            font-size: 0.92rem;
            color: #888;
        }
        friend-link a {
            color: #bbb;
            margin: 0 6px;
        }
        friend-link a:hover {
            color: #f5c542;
        }
        .copyright {
            text-align: center;
            color: #666;
            font-size: 0.85rem;
            padding-top: 20px;
            border-top: 1px solid #1e1e2e;
            margin-top: 16px;
        }
        .last-updated {
            text-align: right;
            font-size: 0.85rem;
            color: #777;
            margin-top: 20px;
            font-style: italic;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 16px 0 8px;
                gap: 4px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                width: 100%;
                text-align: center;
                padding: 12px;
                border-radius: 8px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form input {
                min-width: auto;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .stat-box {
                padding: 18px 16px;
            }
            .related-links ul {
                grid-template-columns: 1fr;
            }
            .container {
                padding: 0 14px;
            }
        }
        @media (min-width: 769px) {
            .main-nav {
                display: flex !important;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0d0d0f;
        }
        ::-webkit-scrollbar-thumb {
            background: #3a3a4a;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #f5c54266;
        }
        @media print {
            .site-header {
                position: static;
                background: #fff;
            }
            body {
                background: #fff;
                color: #111;
            }
            a {
                color: #1155cc;
            }
            .search-section,
            .feedback-grid .card:last-child {
                display: none;
            }
        }
