        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            background: #faf8f5;
            color: #1e1a1d;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #7b2d8b;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #a84fc4;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
            color: #1e1a1d;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 3px solid #e8d5f0;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #3d2a4a;
        }
        h4 {
            font-size: 1.1rem;
            color: #5a3f6b;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(135deg, #2c1a3a 0%, #4a2c5e 50%, #2c1a3a 100%);
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(44, 26, 58, 0.3);
        }
        .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: -0.5px;
            color: #f5e9fc;
            text-shadow: 0 2px 8px rgba(168, 79, 196, 0.4);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            color: #ffffff;
            text-decoration: none;
        }
        .my-logo span {
            color: #d9a4ed;
        }
        .my-logo small {
            font-size: 0.75rem;
            font-weight: 400;
            display: block;
            color: #b88fcc;
            letter-spacing: 1px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }
        .main-nav a {
            color: #e8d5f0;
            padding: 0.5rem 0.9rem;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.2s;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(217, 164, 237, 0.18);
            color: #ffffff;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5e9fc;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(217, 164, 237, 0.15);
        }
        .breadcrumbs {
            background: #efe8f3;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #ddd2e6;
        }
        .breadcrumbs ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            padding-left: 0;
        }
        .breadcrumbs li+li::before {
            content: "›";
            margin-right: 0.4rem;
            color: #9a7eb3;
        }
        .breadcrumbs a {
            color: #5a3f6b;
        }
        .breadcrumbs .current {
            color: #2c1a3a;
            font-weight: 600;
        }
        .search-section {
            background: #f0e9f5;
            padding: 1.5rem 0;
            border-bottom: 1px solid #ddd2e6;
        }
        .search-form {
            display: flex;
            gap: 0.5rem;
            max-width: 560px;
            margin: 0 auto;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #d4c2e0;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
            background: #ffffff;
        }
        .search-form input[type="text"]:focus {
            border-color: #7b2d8b;
        }
        .search-form button {
            background: #7b2d8b;
            color: #fff;
            border: none;
            border-radius: 40px;
            padding: 0.7rem 1.6rem;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #9e44b4;
            transform: scale(1.02);
        }
        .hero {
            background: linear-gradient(145deg, #f5edfa 0%, #ede4f3 100%);
            padding: 2.5rem 0 2rem;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.6rem;
            margin-bottom: 0.5rem;
            background: linear-gradient(135deg, #2c1a3a, #7b2d8b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.2rem;
            color: #4a3a55;
            max-width: 720px;
            margin: 0.5rem auto 1rem;
        }
        .hero .meta-info {
            font-size: 0.9rem;
            color: #7a6a85;
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        .content-area {
            padding: 2rem 0 3rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.5rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 90px;
            align-self: start;
        }
        .sidebar-card {
            background: #f5edfa;
            border-radius: 12px;
            padding: 1.25rem;
            margin-bottom: 1.5rem;
            border: 1px solid #e2d4ec;
        }
        .sidebar-card h3 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 2px solid #d4c2e0;
            padding-bottom: 0.5rem;
            margin-bottom: 0.75rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding-left: 0;
        }
        .sidebar-card li {
            padding: 0.3rem 0;
            border-bottom: 1px solid #e8ddf0;
        }
        .sidebar-card li:last-child {
            border-bottom: none;
        }
        .sidebar-card a {
            font-weight: 500;
        }
        .img-feature {
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(44, 26, 58, 0.12);
            margin: 1.5rem 0;
            background: #e2d4ec;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #5a3f6b;
            font-weight: 500;
            min-height: 280px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400" width="800" height="400"><rect fill="%23d9c4e8" width="800" height="400"/><circle cx="400" cy="180" r="70" fill="%23b88fcc"/><circle cx="400" cy="175" r="30" fill="%23a06bb8"/><rect x="310" y="260" width="180" height="100" rx="10" fill="%23a06bb8"/><circle cx="370" cy="310" r="12" fill="%23ffffff" opacity="0.3"/><circle cx="430" cy="310" r="12" fill="%23ffffff" opacity="0.3"/><rect x="350" y="340" width="100" height="6" rx="3" fill="%23ffffff" opacity="0.5"/><text x="400" y="390" font-family="system-ui" font-size="18" fill="%235a3f6b" text-anchor="middle" font-weight="600">🎭 Episode Outfit Inspiration</text></svg>');
            background-size: cover;
            background-position: center;
        }
        .img-feature img {
            width: 100%;
            border-radius: 12px;
            display: block;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        }
        .styled-table thead {
            background: #3d2a4a;
            color: #ffffff;
        }
        .styled-table th,
        .styled-table td {
            padding: 0.75rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e2d4ec;
        }
        .styled-table tbody tr:nth-child(even) {
            background: #f8f4fb;
        }
        .styled-table tbody tr:hover {
            background: #efe8f3;
        }
        .interaction-area {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin: 2rem 0;
        }
        .rating-box,
        .comment-box {
            background: #f5edfa;
            border-radius: 14px;
            padding: 1.5rem;
            border: 1px solid #e2d4ec;
        }
        .rating-box h3,
        .comment-box h3 {
            margin-top: 0;
            font-size: 1.2rem;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #d4c2e0;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
        }
        .rating-form select,
        .rating-form button,
        .comment-form input,
        .comment-form textarea,
        .comment-form button {
            width: 100%;
            padding: 0.65rem 0.9rem;
            border: 2px solid #d4c2e0;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: inherit;
            margin-top: 0.5rem;
            transition: border-color 0.2s;
            background: #ffffff;
        }
        .rating-form select:focus,
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #7b2d8b;
            outline: none;
        }
        .rating-form button,
        .comment-form button {
            background: #7b2d8b;
            color: #fff;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            margin-top: 0.8rem;
        }
        .rating-form button:hover,
        .comment-form button:hover {
            background: #9e44b4;
            transform: scale(1.01);
        }
        .comment-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        friend-link {
            display: block;
            background: #efe8f3;
            padding: 1.5rem 0;
            border-top: 2px solid #ddd2e6;
            border-bottom: 2px solid #ddd2e6;
            margin-top: 2rem;
        }
        friend-link .friend-inner {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.8rem;
            justify-content: center;
        }
        friend-link a {
            font-weight: 500;
            color: #4a2c5e;
            padding: 0.2rem 0.4rem;
        }
        friend-link a:hover {
            color: #7b2d8b;
            text-decoration: underline;
        }
        .site-footer {
            background: #1e1a1d;
            color: #c9b8d4;
            padding: 1.8rem 0;
            text-align: center;
            font-size: 0.9rem;
        }
        .site-footer a {
            color: #d9a4ed;
        }
        .site-footer a:hover {
            color: #ffffff;
        }
        .site-footer .copyright {
            margin-top: 0.5rem;
            opacity: 0.8;
            font-size: 0.8rem;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .interaction-area {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #3d2a4a;
                padding: 0.75rem 0;
                border-radius: 0 0 12px 12px;
                margin-top: 0.5rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1.2rem;
                border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            }
            .header-inner {
                align-items: center;
            }
            h1 {
                font-size: 1.8rem;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .styled-table {
                font-size: 0.85rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .hero .meta-info {
                flex-direction: column;
                gap: 0.3rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 1.8rem;
            right: 1.8rem;
            background: #7b2d8b;
            color: #fff;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: 0 4px 16px rgba(123, 45, 139, 0.35);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
            border: none;
            cursor: pointer;
            z-index: 999;
        }
        .scroll-top.visible {
            opacity: 1;
            visibility: visible;
        }
        .scroll-top:hover {
            transform: translateY(-4px);
            background: #9e44b4;
        }
        .highlight {
            background: linear-gradient(120deg, #f0e6f7 0%, #f0e6f7 40%, transparent 80%);
            padding: 0 0.2rem;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #7b2d8b;
            color: #fff;
            font-size: 0.7rem;
            padding: 0.15rem 0.6rem;
            border-radius: 30px;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .fa-ul li {
            margin-bottom: 0.4rem;
        }
        hr {
            border: none;
            border-top: 2px dashed #ddd2e6;
            margin: 2rem 0;
        }
        .last-update {
            color: #7a6a85;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
