        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #0d0d0d;
            color: #e8e8e8;
            line-height: 1.7;
            min-height: 100vh;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffda6b;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #f5d742;
            font-weight: 700;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.8rem;
            margin-bottom: 1rem;
            text-shadow: 0 0 20px rgba(245, 200, 66, 0.15);
        }
        h2 {
            font-size: 2.1rem;
            margin: 2.5rem 0 1.2rem 0;
            border-left: 6px solid #f5c842;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.6rem;
            margin: 2rem 0 0.8rem 0;
            color: #f0d060;
        }
        h4 {
            font-size: 1.25rem;
            margin: 1.4rem 0 0.5rem 0;
            color: #e8c84a;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1a1a2e, #16213e);
            border-bottom: 4px solid #f5c842;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #f5c842;
            text-transform: uppercase;
            letter-spacing: 3px;
            background: linear-gradient(90deg, #f5c842, #f5e642);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(245, 200, 66, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            font-size: 2rem;
            -webkit-text-fill-color: #f5c842;
            color: #f5c842;
        }
        .my-logo:hover {
            opacity: 0.88;
            text-decoration: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem 0.6rem;
            flex-wrap: wrap;
            padding: 0;
        }
        .nav-list a {
            padding: 0.5rem 0.9rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #ddd;
            transition: background 0.25s, color 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .nav-list a:hover,
        .nav-list a.active {
            background: rgba(245, 200, 66, 0.18);
            color: #f5c842;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #f5c842;
            color: #f5c842;
            font-size: 1.6rem;
            padding: 0.3rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(245, 200, 66, 0.15);
        }
        .breadcrumb {
            background: #1a1a2e;
            padding: 0.6rem 0;
            border-bottom: 1px solid #2a2a3e;
            font-size: 0.9rem;
            color: #aaa;
        }
        .breadcrumb a {
            color: #f5c842;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            margin: 0 0.4rem;
            color: #666;
        }
        .main-content {
            padding: 2.5rem 0 3rem 0;
        }
        .article-body {
            background: #141418;
            border-radius: 28px;
            padding: 2.5rem 2.2rem;
            box-shadow: 0 10px 60px rgba(0, 0, 0, 0.7);
            border: 1px solid #2a2a3a;
        }
        .feature-image {
            border-radius: 20px;
            overflow: hidden;
            margin: 1.8rem 0 2.2rem 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
            background: #1e1e2a;
            display: flex;
            justify-content: center;
        }
        .feature-image img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
            border-radius: 20px;
        }
        .feature-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #aaa;
            text-align: center;
            font-style: italic;
        }
        .last-updated {
            display: inline-block;
            background: #1e1e2e;
            padding: 0.4rem 1.2rem;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #aaa;
            border: 1px solid #2a2a3e;
            margin-bottom: 1rem;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #f5c842;
        }
        .inline-links {
            background: #1a1a2a;
            padding: 1.2rem 1.5rem;
            border-radius: 16px;
            margin: 1.8rem 0;
            border-left: 4px solid #f5c842;
        }
        .inline-links ul {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1.2rem;
            list-style: none;
            padding: 0;
        }
        .inline-links li::before {
            content: "▸ ";
            color: #f5c842;
        }
        .inline-links a {
            font-weight: 500;
        }
        .form-section {
            background: #1a1a2a;
            border-radius: 20px;
            padding: 2rem 2rem;
            margin: 2.5rem 0;
            border: 1px solid #2a2a3e;
        }
        .form-section h3 {
            margin-top: 0;
            border-bottom: 2px solid #2a2a3e;
            padding-bottom: 0.6rem;
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #ddd;
            font-size: 0.95rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.75rem 1rem;
            border-radius: 12px;
            border: 1px solid #3a3a4e;
            background: #0d0d14;
            color: #eee;
            font-size: 1rem;
            transition: border 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #f5c842;
            box-shadow: 0 0 0 3px rgba(245, 200, 66, 0.15);
        }
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            background: #f5c842;
            color: #0d0d0d;
            font-weight: 700;
            padding: 0.8rem 2.2rem;
            border: none;
            border-radius: 40px;
            font-size: 1.05rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .btn:hover {
            background: #ffda6b;
            transform: scale(1.02);
        }
        .btn:active {
            transform: scale(0.97);
        }
        .btn-secondary {
            background: #2a2a3e;
            color: #eee;
        }
        .btn-secondary:hover {
            background: #3a3a52;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            font-size: 2rem;
            margin: 0.6rem 0 1rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #444;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c842;
        }
        friend-link {
            display: block;
            background: #1a1a2a;
            border-radius: 16px;
            padding: 1.6rem 2rem;
            margin: 2rem 0 0.5rem 0;
            border: 1px solid #2a2a3e;
            font-style: normal;
        }
        friend-link::before {
            content: "🔗 FRIENDLY LINKS";
            display: block;
            font-weight: 700;
            font-size: 1.1rem;
            color: #f5c842;
            margin-bottom: 0.8rem;
            letter-spacing: 1px;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 1.2rem 0.2rem 0;
            padding: 0.3rem 0;
        }
        .site-footer {
            background: #0a0a12;
            border-top: 2px solid #1a1a2e;
            padding: 2.2rem 0;
            text-align: center;
            color: #888;
            font-size: 0.9rem;
        }
        .site-footer .copyright {
            margin-top: 0.8rem;
            font-size: 0.85rem;
        }
        .site-footer a {
            color: #f5c842;
        }
        @media (max-width: 820px) {
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.35rem;
            }
            .article-body {
                padding: 1.5rem 1.2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1a2e;
                padding: 1rem 0;
                border-radius: 16px;
                margin-top: 0.6rem;
                border: 1px solid #2a2a3e;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list a {
                padding: 0.7rem 1.5rem;
                border-radius: 0;
            }
            .hamburger {
                display: block;
            }
            .form-section {
                padding: 1.5rem 1.2rem;
            }
            .inline-links ul {
                flex-direction: column;
                gap: 0.2rem 0;
            }
            .star-rating {
                font-size: 1.6rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .my-logo {
                font-size: 1.4rem;
                letter-spacing: 1px;
            }
            .container {
                padding: 0 0.8rem;
            }
            .article-body {
                padding: 1.2rem 0.9rem;
                border-radius: 16px;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.4rem 0;
            }
        }
        .highlight-box {
            background: linear-gradient(145deg, #1e1e2e, #14141e);
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin: 1.8rem 0;
            border: 1px solid #2a2a3e;
            border-top: 4px solid #f5c842;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-big {
            font-size: 1.8rem;
            vertical-align: middle;
        }
        .tag {
            display: inline-block;
            background: #2a2a3e;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #ccc;
            margin-right: 0.3rem;
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f5c842;
            color: #0d0d0d;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 20px rgba(245, 200, 66, 0.3);
            transition: transform 0.2s, background 0.2s;
            z-index: 999;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            transform: scale(1.1);
            background: #ffda6b;
        }
        @media (max-width: 480px) {
            .scroll-top {
                bottom: 1rem;
                right: 1rem;
                width: 40px;
                height: 40px;
                font-size: 1.1rem;
            }
        }
        .schema-hidden {
            display: none;
        }
