* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            padding: 0;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        a {
            color: #f0c75e;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #ffda85;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
        }
        header {
            background: #141a24;
            border-bottom: 2px solid #2a3548;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: rgba(20, 26, 36, 0.97);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #f0c75e;
            text-shadow: 0 2px 8px rgba(240, 199, 94, 0.25);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            color: #c99a3b;
            font-size: 2rem;
        }
        .my-logo:hover {
            text-decoration: none;
            color: #ffda85;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f0c75e;
            color: #f0c75e;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(240, 199, 94, 0.15);
        }
        nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            font-weight: 500;
            padding: 4px 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
            color: #bcc9e0;
            font-size: 0.95rem;
        }
        nav a:hover {
            border-bottom-color: #f0c75e;
            color: #f0c75e;
            text-decoration: none;
        }
        nav a i {
            margin-right: 6px;
            font-size: 0.85rem;
            color: #c99a3b;
        }
        .breadcrumb {
            background: #1a2230;
            padding: 12px 0;
            border-bottom: 1px solid #2a3548;
            font-size: 0.9rem;
            color: #9aabbf;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb span {
            color: #7a8ba0;
        }
        .breadcrumb a {
            color: #f0c75e;
        }
        .breadcrumb a:hover {
            color: #ffda85;
        }
        .breadcrumb i {
            font-size: 0.7rem;
            margin: 0 4px;
            color: #5a6b80;
        }
        main {
            flex: 1;
            padding: 40px 0 60px;
        }
        .hero {
            background: linear-gradient(145deg, #1a2230 0%, #0f1621 100%);
            border-radius: 20px;
            padding: 40px 36px;
            margin-bottom: 48px;
            border: 1px solid #2a3548;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f0c75e;
            margin-bottom: 12px;
            line-height: 1.2;
        }
        .hero h1 i {
            color: #c99a3b;
            margin-right: 12px;
        }
        .hero .subhead {
            font-size: 1.15rem;
            color: #bcc9e0;
            max-width: 780px;
            margin-bottom: 20px;
        }
        .hero .last-updated {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #232e40;
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #9aabbf;
            border: 1px solid #2a3548;
        }
        .hero .last-updated i {
            color: #f0c75e;
        }
        .hero-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 24px 40px;
            margin-top: 28px;
        }
        .hero-stats .stat {
            background: #141a24;
            padding: 16px 24px;
            border-radius: 14px;
            border-left: 4px solid #f0c75e;
            min-width: 150px;
        }
        .hero-stats .stat .num {
            font-size: 2.2rem;
            font-weight: 700;
            color: #f0c75e;
            line-height: 1.2;
        }
        .hero-stats .stat .label {
            font-size: 0.85rem;
            color: #9aabbf;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .content-section {
            background: #141a24;
            border-radius: 18px;
            padding: 36px 32px;
            margin-bottom: 36px;
            border: 1px solid #2a3548;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }
        .content-section h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #f0c75e;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #2a3548;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .content-section h2 i {
            color: #c99a3b;
            font-size: 1.6rem;
        }
        .content-section h3 {
            font-size: 1.45rem;
            font-weight: 600;
            color: #e0d5b0;
            margin-top: 28px;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .content-section h3 i {
            color: #c99a3b;
            font-size: 1.2rem;
        }
        .content-section h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #d4c9a8;
            margin-top: 20px;
            margin-bottom: 8px;
            padding-left: 4px;
        }
        .content-section p {
            margin-bottom: 16px;
            color: #d0dbe8;
            font-size: 1rem;
        }
        .content-section p strong {
            color: #f0c75e;
            font-weight: 600;
        }
        .content-section ul,
        .content-section ol {
            margin: 12px 0 20px 24px;
            color: #d0dbe8;
        }
        .content-section li {
            margin-bottom: 10px;
        }
        .content-section .insight-box {
            background: #1a2230;
            border-left: 4px solid #f0c75e;
            padding: 20px 24px;
            border-radius: 10px;
            margin: 20px 0;
        }
        .content-section .insight-box p:last-child {
            margin-bottom: 0;
        }
        .content-section .insight-box .quote {
            font-style: italic;
            color: #e0d5b0;
            font-size: 1.05rem;
        }
        .content-section .insight-box .attribution {
            font-size: 0.85rem;
            color: #9aabbf;
            margin-top: 8px;
        }
        .img-wrapper {
            margin: 28px 0;
            border-radius: 14px;
            overflow: hidden;
            background: #0b0e14;
            padding: 8px;
            border: 1px solid #2a3548;
        }
        .img-wrapper img {
            width: 100%;
            border-radius: 8px;
        }
        .img-wrapper .caption {
            padding: 12px 16px 6px;
            font-size: 0.85rem;
            color: #9aabbf;
            text-align: center;
            font-style: italic;
        }
        .search-block {
            background: #1a2230;
            border-radius: 14px;
            padding: 28px 32px;
            margin-bottom: 36px;
            border: 1px solid #2a3548;
        }
        .search-block h3 {
            color: #f0c75e;
            margin-bottom: 16px;
            font-size: 1.3rem;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border-radius: 10px;
            border: 2px solid #2a3548;
            background: #0b0e14;
            color: #e8edf5;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input:focus {
            border-color: #f0c75e;
        }
        .search-form button {
            padding: 14px 32px;
            background: #f0c75e;
            color: #0b0e14;
            font-weight: 700;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #ffda85;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin-top: 20px;
        }
        @media (max-width: 800px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .comment-box,
        .rating-box {
            background: #1a2230;
            border-radius: 14px;
            padding: 24px 28px;
            border: 1px solid #2a3548;
        }
        .comment-box h3,
        .rating-box h3 {
            color: #f0c75e;
            font-size: 1.25rem;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 12px 16px;
            border-radius: 10px;
            border: 2px solid #2a3548;
            background: #0b0e14;
            color: #e8edf5;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s;
            margin-bottom: 12px;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f0c75e;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            padding: 12px 28px;
            background: #f0c75e;
            color: #0b0e14;
            font-weight: 700;
            border: none;
            border-radius: 10px;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.15s;
            width: 100%;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffda85;
            transform: scale(1.01);
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            color: #3a4a5e;
            margin-bottom: 16px;
            cursor: pointer;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f0c75e;
            transform: scale(1.12);
        }
        .rating-form .score-value {
            color: #f0c75e;
            font-weight: 700;
            font-size: 1.2rem;
            margin-left: 8px;
        }
        footer {
            background: #0f141e;
            border-top: 2px solid #2a3548;
            padding: 40px 0 28px;
            margin-top: 40px;
        }
        footer .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
            margin-bottom: 32px;
        }
        @media (max-width: 700px) {
            footer .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
        }
        footer h4 {
            color: #f0c75e;
            font-size: 1.1rem;
            margin-bottom: 14px;
        }
        footer p,
        footer a {
            color: #9aabbf;
            font-size: 0.9rem;
        }
        footer a:hover {
            color: #f0c75e;
        }
        friend-link {
            display: block;
            background: #1a2230;
            padding: 20px 24px;
            border-radius: 12px;
            border: 1px solid #2a3548;
            margin-top: 12px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
            padding: 4px 0;
            color: #f0c75e;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #ffda85;
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            border-top: 1px solid #1a2230;
            color: #7a8ba0;
            font-size: 0.85rem;
            margin-top: 16px;
        }
        .copyright strong {
            color: #bcc9e0;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-direction: row;
            }
            .nav-toggle {
                display: inline-block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 16px;
                gap: 6px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 10px 0;
                border-bottom: 1px solid #2a3548;
                width: 100%;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero {
                padding: 28px 20px;
            }
            .content-section {
                padding: 24px 18px;
            }
            .content-section h2 {
                font-size: 1.5rem;
            }
            .breadcrumb .container {
                font-size: 0.8rem;
            }
            .hero-stats .stat .num {
                font-size: 1.6rem;
            }
            .search-form input {
                min-width: 140px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .content-section h2 {
                font-size: 1.3rem;
            }
            .content-section h3 {
                font-size: 1.15rem;
            }
        }
        .text-gold {
            color: #f0c75e;
        }
        .mt-20 {
            margin-top: 20px;
        }
        .mb-20 {
            margin-bottom: 20px;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        .tag {
            display: inline-block;
            background: #232e40;
            padding: 4px 14px;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #bcc9e0;
            border: 1px solid #2a3548;
        }
