* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0a0e17;
            color: #e8edf5;
            line-height: 1.7;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #d4a843;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #f5d742;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: #111a28;
            border-bottom: 3px solid #d4a843;
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(6px);
            background: rgba(17, 26, 40, 0.96);
        }
        .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;
            background: linear-gradient(135deg, #d4a843, #f5d742);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 20px rgba(212, 168, 67, 0.25);
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #8a9bb5;
            color: #8a9bb5;
            letter-spacing: 2px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #d4a843;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(212, 168, 67, 0.12);
        }
        .nav-menu {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 0.95rem;
            font-weight: 500;
            color: #c8d0dc;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .nav-menu a:hover {
            background: rgba(212, 168, 67, 0.15);
            color: #d4a843;
            text-decoration: none;
        }
        .nav-menu a.active {
            background: #d4a843;
            color: #0a0e17;
            font-weight: 600;
        }
        .breadcrumb {
            padding: 14px 0 6px;
            font-size: 0.85rem;
            color: #7a8aa0;
        }
        .breadcrumb a {
            color: #d4a843;
        }
        .breadcrumb span {
            color: #5a6a80;
        }
        .hero {
            padding: 40px 0 30px;
            text-align: center;
            background: radial-gradient(ellipse at 50% 0%, #1a2638 0%, #0a0e17 70%);
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 12px;
            background: linear-gradient(135deg, #f5d742, #d4a843, #e8a53a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.15rem;
            color: #b0b8c4;
            max-width: 720px;
            margin: 0 auto 18px;
        }
        .last-update {
            display: inline-block;
            font-size: 0.85rem;
            color: #7a8aa0;
            background: rgba(212, 168, 67, 0.08);
            padding: 4px 16px;
            border-radius: 30px;
            border: 1px solid rgba(212, 168, 67, 0.15);
        }
        .last-update i {
            margin-right: 6px;
            color: #d4a843;
        }
        .search-section {
            padding: 20px 0 10px;
        }
        .search-form {
            display: flex;
            max-width: 560px;
            margin: 0 auto;
            gap: 8px;
        }
        .search-form input {
            flex: 1;
            padding: 14px 20px;
            border: 2px solid #2a3a50;
            border-radius: 30px;
            background: #111a28;
            color: #e8edf5;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input:focus {
            border-color: #d4a843;
        }
        .search-form button {
            padding: 14px 28px;
            border: none;
            border-radius: 30px;
            background: #d4a843;
            color: #0a0e17;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .search-form button:hover {
            background: #f5d742;
            transform: scale(1.03);
        }
        .content {
            padding: 30px 0 50px;
        }
        .content h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin: 50px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid rgba(212, 168, 67, 0.25);
            color: #f0e6d0;
        }
        .content h3 {
            font-size: 1.6rem;
            font-weight: 600;
            margin: 36px 0 12px;
            color: #d4a843;
        }
        .content h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 24px 0 10px;
            color: #e8c87a;
        }
        .content p {
            margin-bottom: 18px;
            color: #c8d0dc;
        }
        .content ul,
        .content ol {
            margin: 10px 0 20px 28px;
            color: #c8d0dc;
        }
        .content li {
            margin-bottom: 8px;
        }
        .content strong {
            color: #f0e6d0;
        }
        .highlight-box {
            background: #111a28;
            border-left: 4px solid #d4a843;
            padding: 20px 24px;
            margin: 24px 0;
            border-radius: 0 12px 12px 0;
        }
        .highlight-box p {
            margin-bottom: 0;
        }
        .img-wrapper {
            margin: 30px 0;
            border-radius: 12px;
            overflow: hidden;
            background: #111a28;
            padding: 12px;
            text-align: center;
        }
        .img-wrapper img {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }
        .img-wrapper figcaption {
            font-size: 0.85rem;
            color: #7a8aa0;
            margin-top: 10px;
            font-style: italic;
        }
        .rating-section {
            background: #111a28;
            border-radius: 16px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid #2a3a50;
        }
        .rating-section h3 {
            margin-top: 0;
        }
        .star-rating {
            display: flex;
            gap: 8px;
            font-size: 2rem;
            color: #3a4a5a;
            cursor: pointer;
            margin: 12px 0 16px;
        }
        .star-rating i {
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #d4a843;
            transform: scale(1.1);
        }
        .rating-form textarea {
            width: 100%;
            padding: 14px;
            border: 2px solid #2a3a50;
            border-radius: 10px;
            background: #0d1420;
            color: #e8edf5;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .rating-form textarea:focus {
            border-color: #d4a843;
        }
        .rating-form button,
        .comment-form button {
            padding: 12px 32px;
            border: none;
            border-radius: 30px;
            background: #d4a843;
            color: #0a0e17;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            margin-top: 12px;
        }
        .rating-form button:hover,
        .comment-form button:hover {
            background: #f5d742;
            transform: scale(1.03);
        }
        .comment-section {
            background: #111a28;
            border-radius: 16px;
            padding: 30px;
            margin: 40px 0;
            border: 1px solid #2a3a50;
        }
        .comment-form textarea {
            width: 100%;
            padding: 14px;
            border: 2px solid #2a3a50;
            border-radius: 10px;
            background: #0d1420;
            color: #e8edf5;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus {
            border-color: #d4a843;
        }
        .comment-form input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #2a3a50;
            border-radius: 10px;
            background: #0d1420;
            color: #e8edf5;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s;
            margin-bottom: 12px;
            font-family: inherit;
        }
        .comment-form input:focus {
            border-color: #d4a843;
        }
        friend-link {
            display: block;
            background: #111a28;
            border-radius: 16px;
            padding: 30px 30px 20px;
            margin: 40px 0 20px;
            border: 1px solid #2a3a50;
        }
        friend-link h3 {
            color: #d4a843;
            margin-bottom: 16px;
            font-size: 1.4rem;
        }
        friend-link a {
            display: inline-block;
            padding: 6px 16px;
            margin: 4px 8px 4px 0;
            background: rgba(212, 168, 67, 0.08);
            border-radius: 20px;
            font-size: 0.9rem;
            transition: background 0.25s;
        }
        friend-link a:hover {
            background: rgba(212, 168, 67, 0.2);
            text-decoration: none;
        }
        .site-footer {
            background: #070b12;
            border-top: 2px solid #1a2638;
            padding: 30px 0 20px;
            margin-top: 20px;
            text-align: center;
            font-size: 0.9rem;
            color: #5a6a80;
        }
        .site-footer .copyright {
            margin-top: 12px;
            color: #4a5a70;
        }
        .site-footer a {
            color: #d4a843;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: nowrap;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 14px;
                gap: 4px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 10px 18px;
                border-radius: 8px;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .content h2 {
                font-size: 1.6rem;
            }
            .content h3 {
                font-size: 1.3rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .search-form {
                flex-direction: column;
                gap: 10px;
            }
            .search-form button {
                width: 100%;
            }
            .rating-section,
            .comment-section,
            friend-link {
                padding: 20px;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .container {
                padding: 0 14px;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.5rem;
            }
            .content h2 {
                font-size: 1.3rem;
            }
            .content h3 {
                font-size: 1.1rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0a0e17;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3a50;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3a4a60;
        }
        html {
            scroll-behavior: smooth;
        }
