        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #0d0d1a;
            color: #e8e8f0;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            padding: 0;
        }
        a {
            color: #ffb347;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffd700;
            outline: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #ffffff;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.8rem;
            letter-spacing: -0.5px;
            border-bottom: 3px solid #ffb347;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 2rem;
            border-left: 5px solid #ffb347;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #f5d78a;
        }
        h4 {
            font-size: 1.2rem;
            color: #d4b87a;
        }
        p {
            margin-bottom: 1.2rem;
        }
        strong,
        b {
            color: #ffffff;
            font-weight: 700;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .badge {
            display: inline-block;
            background: #ffb347;
            color: #0d0d1a;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 0.3px;
        }
        header {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            padding: 0.8rem 0;
            border-bottom: 2px solid #ffb34733;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(10px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            color: #ffb347;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-shadow: 0 0 20px #ffb34744;
            transition: transform 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            transform: scale(1.03);
            color: #ffd700;
        }
        .my-logo i {
            font-size: 1.8rem;
        }
        .my-logo span {
            font-size: 0.7rem;
            display: block;
            color: #aaa;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #ffb347;
            color: #ffb347;
            font-size: 1.6rem;
            padding: 0.4rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #ffb34722;
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            color: #ddd;
            transition: 0.25s;
            position: relative;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: #ffb34722;
            color: #ffb347;
        }
        .main-nav a.active::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 1rem;
            right: 1rem;
            height: 2px;
            background: #ffb347;
            border-radius: 2px;
        }
        .breadcrumb {
            background: #12121f;
            padding: 0.6rem 0;
            border-bottom: 1px solid #2a2a3e;
            font-size: 0.85rem;
            color: #999;
        }
        .breadcrumb a {
            color: #bbb;
        }
        .breadcrumb a:hover {
            color: #ffb347;
        }
        .breadcrumb span {
            color: #ffb347;
        }
        .hero {
            background: linear-gradient(145deg, #0d0d1a 0%, #1a1a2e 40%, #2a1a3e 100%);
            padding: 3rem 0 2rem;
            text-align: center;
            border-bottom: 1px solid #ffb34722;
        }
        .hero h1 {
            border-bottom: none;
            padding-bottom: 0;
            margin-top: 0;
            font-size: 3.2rem;
            background: linear-gradient(135deg, #ffb347, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero .sub {
            color: #ccc;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0.8rem auto 0;
        }
        .hero .badge-wrap {
            display: flex;
            justify-content: center;
            gap: 0.8rem;
            flex-wrap: wrap;
            margin-top: 1rem;
        }
        .search-section {
            background: #12121f;
            padding: 1.5rem 0;
            border-bottom: 1px solid #2a2a3e;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            gap: 0.5rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border: 2px solid #2a2a3e;
            border-radius: 30px;
            background: #1a1a2e;
            color: #fff;
            font-size: 1rem;
            transition: 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #ffb347;
            outline: none;
            box-shadow: 0 0 20px #ffb34722;
        }
        .search-form button {
            background: #ffb347;
            border: none;
            border-radius: 30px;
            padding: 0 1.6rem;
            color: #0d0d1a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffd700;
            transform: scale(1.02);
        }
        .main-wrap {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
            background: #12121f;
            border-radius: 16px;
            padding: 1.5rem;
            border: 1px solid #2a2a3e;
            max-height: calc(100vh - 140px);
            overflow-y: auto;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            margin-top: 0;
            color: #ffb347;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar li {
            margin-bottom: 0.5rem;
        }
        .sidebar a {
            display: block;
            padding: 0.4rem 0.8rem;
            border-radius: 6px;
            font-size: 0.9rem;
            background: #1a1a2e;
            border-left: 3px solid transparent;
            transition: 0.2s;
        }
        .sidebar a:hover {
            border-left-color: #ffb347;
            background: #2a2a3e;
        }
        .cast-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.8rem;
            margin: 2rem 0;
        }
        .cast-card {
            background: #12121f;
            border-radius: 16px;
            padding: 1.5rem;
            border: 1px solid #2a2a3e;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .cast-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(255, 179, 71, 0.12);
            border-color: #ffb34755;
        }
        .cast-card .icon {
            font-size: 2.5rem;
            color: #ffb347;
            margin-bottom: 0.5rem;
        }
        .cast-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .cast-card .role {
            color: #ffb347;
            font-weight: 600;
            font-size: 0.9rem;
            display: block;
            margin-bottom: 0.6rem;
        }
        .cast-card p {
            font-size: 0.95rem;
            color: #ccc;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .stat-item {
            background: #12121f;
            border-radius: 12px;
            padding: 1.2rem;
            text-align: center;
            border: 1px solid #2a2a3e;
        }
        .stat-item .num {
            font-size: 2.2rem;
            font-weight: 900;
            color: #ffb347;
        }
        .stat-item .label {
            font-size: 0.85rem;
            color: #aaa;
        }
        .interact-section {
            background: #12121f;
            border-radius: 16px;
            padding: 2rem;
            border: 1px solid #2a2a3e;
            margin: 2.5rem 0;
        }
        .interact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .interact-box h3 {
            margin-top: 0;
            color: #ffb347;
        }
        .interact-box form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .interact-box input,
        .interact-box textarea,
        .interact-box select {
            padding: 0.7rem 1rem;
            border: 2px solid #2a2a3e;
            border-radius: 10px;
            background: #1a1a2e;
            color: #fff;
            font-size: 0.95rem;
            transition: 0.25s;
            width: 100%;
        }
        .interact-box input:focus,
        .interact-box textarea:focus,
        .interact-box select:focus {
            border-color: #ffb347;
            outline: none;
        }
        .interact-box textarea {
            min-height: 100px;
            resize: vertical;
        }
        .interact-box button {
            background: #ffb347;
            border: none;
            border-radius: 10px;
            padding: 0.8rem 1.5rem;
            color: #0d0d1a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            align-self: flex-start;
        }
        .interact-box button:hover {
            background: #ffd700;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            gap: 0.3rem;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #444;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #ffb347;
        }
        .links-section {
            background: #12121f;
            border-radius: 16px;
            padding: 1.8rem;
            border: 1px solid #2a2a3e;
            margin: 2rem 0;
        }
        .links-section ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 0.6rem;
            list-style: none;
            padding: 0;
        }
        .links-section a {
            display: block;
            padding: 0.6rem 1rem;
            background: #1a1a2e;
            border-radius: 8px;
            border-left: 3px solid #ffb34755;
            transition: 0.2s;
            font-size: 0.9rem;
        }
        .links-section a:hover {
            background: #2a2a3e;
            border-left-color: #ffb347;
        }
        footer {
            background: #0a0a14;
            border-top: 2px solid #1a1a2e;
            padding: 2.5rem 0 1.5rem;
            margin-top: auto;
        }
        footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        footer h4 {
            color: #ffb347;
            margin-top: 0;
            font-size: 1.1rem;
        }
        footer p,
        footer li {
            font-size: 0.9rem;
            color: #aaa;
        }
        footer ul {
            list-style: none;
            padding: 0;
        }
        footer li {
            margin-bottom: 0.4rem;
        }
        footer a {
            color: #bbb;
        }
        footer a:hover {
            color: #ffb347;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #1a1a2e;
            font-size: 0.85rem;
            color: #777;
        }
        friend-link {
            display: block;
            padding: 1rem 0 0.5rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
            padding: 0.3rem 1rem;
            background: #1a1a2e;
            border-radius: 20px;
            font-size: 0.85rem;
            border: 1px solid #2a2a3e;
        }
        friend-link a:hover {
            border-color: #ffb347;
        }
        @media (max-width: 992px) {
            .main-wrap {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                max-height: none;
                order: 2;
            }
            .interact-grid {
                grid-template-columns: 1fr;
            }
            footer .container {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #1a1a2e;
                border-radius: 12px;
                padding: 0.8rem;
                border: 1px solid #2a2a3e;
                margin-top: 0.5rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-radius: 6px;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .cast-grid {
                grid-template-columns: 1fr;
            }
            footer .container {
                grid-template-columns: 1fr;
            }
            .stats-grid {
                grid-template-columns: 1fr 1fr;
            }
            .links-section ul {
                grid-template-columns: 1fr;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.7rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                padding: 0.7rem;
                justify-content: center;
            }
            .stats-grid {
                grid-template-columns: 1fr;
            }
            .interact-box button {
                width: 100%;
                text-align: center;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        ::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }
        ::-webkit-scrollbar-track {
            background: #0d0d1a;
        }
        ::-webkit-scrollbar-thumb {
            background: #ffb34755;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #ffb34799;
        }
        .emoji-big {
            font-size: 1.8rem;
            margin-right: 0.3rem;
        }
        .highlight-box {
            background: #1a1a2e;
            border-left: 4px solid #ffb347;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }
        @media (max-width: 600px) {
            .two-col {
                grid-template-columns: 1fr;
            }
        }
        .last-updated {
            color: #999;
            font-size: 0.85rem;
            text-align: right;
            margin-top: 1rem;
            border-top: 1px solid #2a2a3e;
            padding-top: 0.8rem;
        }
