        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #0e0716;
            color: #e8e0f0;
            line-height: 1.75;
            min-height: 100vh;
            padding: 0;
        }
        a {
            color: #f7d44a;
            text-decoration: none;
            transition: color 0.25s;
        }
        a:hover,
        a:focus {
            color: #ffec99;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f7f2fa;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 3px solid #f7d44a;
            padding-bottom: 0.4rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f7d44a;
            padding-left: 0.9rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #f0e6ff;
        }
        h4 {
            font-size: 1.15rem;
            color: #ddd0f0;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.4rem 2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        strong,
        b {
            color: #f7d44a;
            font-weight: 700;
        }
        hr {
            border: none;
            border-top: 2px solid #2d1b4a;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        header {
            background: linear-gradient(145deg, #130a22 0%, #1f1038 100%);
            padding: 0.8rem 0;
            border-bottom: 3px solid #f7d44a;
            position: sticky;
            top: 0;
            z-index: 100;
            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;
            letter-spacing: 1px;
            color: #f7d44a;
            text-shadow: 0 0 20px rgba(247, 212, 74, 0.25);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #ffec99;
        }
        .my-logo i {
            font-size: 1.6rem;
            color: #f7d44a;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.4rem 0.8rem;
            flex-wrap: wrap;
        }
        nav a {
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #d9cef0;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        nav a:hover,
        nav a:focus {
            background: #f7d44a;
            color: #1a0a2e;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #f7d44a;
            color: #f7d44a;
            font-size: 1.5rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #f7d44a22;
        }
        #nav-toggle {
            display: none;
        }
        #nav-toggle:checked~nav {
            display: flex;
            flex-direction: column;
            width: 100%;
            background: #1a0a2e;
            padding: 1rem 0 0.8rem;
            border-top: 2px solid #f7d44a44;
            margin-top: 0.5rem;
        }
        #nav-toggle:checked~nav a {
            width: 100%;
            text-align: center;
            padding: 0.6rem 0;
        }
        .breadcrumb {
            background: #1a0a2e;
            padding: 0.5rem 1.2rem;
            font-size: 0.85rem;
            border-bottom: 1px solid #2d1b4a;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb a {
            color: #b8a8d8;
        }
        .breadcrumb a:hover {
            color: #f7d44a;
        }
        .breadcrumb span {
            color: #8870a8;
        }
        .search-section {
            background: #1a0a2e;
            padding: 1.5rem 0;
            border-bottom: 1px solid #2d1b4a;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            max-width: 600px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.7rem 1.2rem;
            border-radius: 40px;
            border: 2px solid #3a2560;
            background: #0e0716;
            color: #f0e6ff;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f7d44a;
        }
        .search-form button {
            padding: 0.7rem 1.8rem;
            border-radius: 40px;
            border: none;
            background: #f7d44a;
            color: #1a0a2e;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffec99;
            transform: scale(1.02);
        }
        main {
            padding: 2rem 0 3rem;
        }
        .featured-image {
            margin: 1.8rem 0 2.2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
            background: #1a0a2e;
        }
        .featured-image img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #b8a8d8;
            background: #1a0a2e;
            border-top: 1px solid #2d1b4a;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0;
        }
        .panel {
            background: #1a0a2e;
            border: 1px solid #2d1b4a;
            border-radius: 16px;
            padding: 1.8rem 1.5rem;
            transition: box-shadow 0.3s;
        }
        .panel:hover {
            box-shadow: 0 8px 30px rgba(247, 212, 74, 0.08);
        }
        .panel h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 1.3rem;
            color: #f7d44a;
        }
        .panel h3 i {
            font-size: 1.2rem;
        }
        .panel form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 1rem;
        }
        .panel form textarea,
        .panel form input {
            padding: 0.7rem 1rem;
            border-radius: 10px;
            border: 2px solid #3a2560;
            background: #0e0716;
            color: #f0e6ff;
            font-size: 0.95rem;
            resize: vertical;
            outline: none;
            transition: border 0.3s;
        }
        .panel form textarea:focus,
        .panel form input:focus {
            border-color: #f7d44a;
        }
        .panel form button {
            align-self: flex-start;
            padding: 0.6rem 1.8rem;
            border-radius: 30px;
            border: none;
            background: #f7d44a;
            color: #1a0a2e;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s;
        }
        .panel form button:hover {
            background: #ffec99;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            direction: rtl;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #4a3570;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f7d44a;
        }
        .link-group {
            background: #1a0a2e;
            border-left: 4px solid #f7d44a;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .link-group h4 {
            margin-top: 0;
            color: #f7d44a;
        }
        .link-group ul {
            list-style: none;
            margin: 0.6rem 0 0;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.4rem 1.5rem;
        }
        .link-group li::before {
            content: "⚡ ";
            color: #f7d44a;
        }
        .link-group a {
            color: #d9cef0;
            font-weight: 500;
        }
        .link-group a:hover {
            color: #f7d44a;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.8rem 0;
            border-radius: 12px;
            border: 1px solid #2d1b4a;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #1a0a2e;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2d1b4a;
        }
        th {
            background: #2d1b4a;
            color: #f7d44a;
            font-weight: 700;
            white-space: nowrap;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #25163a;
        }
        .interview-box {
            background: #1a0a2e;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #3a2560;
            position: relative;
        }
        .interview-box::before {
            content: "🗣️";
            font-size: 2rem;
            position: absolute;
            top: -0.8rem;
            left: 1.5rem;
            background: #0e0716;
            padding: 0 0.5rem;
        }
        .interview-box p {
            font-style: italic;
            color: #ddd0f0;
        }
        .interview-box .attribution {
            font-weight: 700;
            color: #f7d44a;
            margin-top: 0.6rem;
        }
        footer {
            background: #0e0716;
            border-top: 3px solid #2d1b4a;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        footer h4 {
            color: #f7d44a;
            margin-top: 0;
            font-size: 1.1rem;
        }
        footer p,
        footer a {
            font-size: 0.95rem;
            color: #b8a8d8;
        }
        footer a:hover {
            color: #f7d44a;
        }
        .friend-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            margin-top: 0.5rem;
        }
        .friend-links a {
            background: #1a0a2e;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            border: 1px solid #2d1b4a;
            font-size: 0.85rem;
        }
        .friend-links a:hover {
            border-color: #f7d44a;
        }
        .copyright {
            text-align: center;
            padding-top: 1.8rem;
            margin-top: 2rem;
            border-top: 1px solid #2d1b4a;
            font-size: 0.85rem;
            color: #6a5a7a;
        }
        .copyright strong {
            color: #b8a8d8;
        }
        @media (max-width: 900px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .link-group ul {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: inline-block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #1a0a2e;
                padding: 0.5rem 0 0.8rem;
                border-top: 2px solid #f7d44a44;
                margin-top: 0.4rem;
            }
            nav a {
                width: 100%;
                text-align: center;
                padding: 0.6rem 0;
            }
            #nav-toggle:checked~nav {
                display: flex;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .search-form button span {
                display: none;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            body {
                font-size: 0.95rem;
            }
            p {
                font-size: 0.98rem;
            }
            .panel {
                padding: 1.2rem 1rem;
            }
            .star-rating {
                font-size: 1.3rem;
            }
        }
        .back-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f7d44a;
            color: #1a0a2e;
            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(247, 212, 74, 0.3);
            transition: transform 0.2s, opacity 0.3s;
            opacity: 0.85;
            z-index: 50;
        }
        .back-top:hover {
            transform: translateY(-4px);
            opacity: 1;
            color: #1a0a2e;
            text-decoration: none;
        }
        .updated-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #2d1b4a;
            padding: 0.3rem 1.2rem 0.3rem 0.8rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #f7d44a;
            border: 1px solid #f7d44a44;
            margin-bottom: 1.5rem;
        }
        .updated-badge i {
            font-size: 0.9rem;
        }
