        *,
        *::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, Roboto, 'Helvetica Neue', sans-serif;
            background: #f8f5f0;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #6b2fa0;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #3d1b6e;
            text-decoration: underline;
        }
        :focus-visible {
            outline: 2px dashed #6b2fa0;
            outline-offset: 4px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1a1a2e;
            margin-top: 1.8em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.6rem;
            margin-top: 0.4em;
            margin-bottom: 0.3em;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 2rem;
            border-left: 6px solid #6b2fa0;
            padding-left: 18px;
            margin-top: 2.4em;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 1.8em;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-top: 1.4em;
        }
        p {
            margin-bottom: 1.2em;
        }
        .lead {
            font-size: 1.2rem;
            color: #3d3d5c;
            font-weight: 400;
            max-width: 800px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1a2e 0%, #2d1b4e 100%);
            color: #f5f0eb;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        .my-logo {
            font-size: 1.5rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #f7d94e, #f0a500);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(247, 217, 78, 0.15);
            transition: transform 0.3s ease;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: transparent;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5f0eb;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .primary-nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        .primary-nav a {
            color: #e8e0f0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 12px;
            border-radius: 40px;
            transition: background 0.25s, color 0.25s;
        }
        .primary-nav a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #f7d94e;
            text-decoration: none;
        }
        .primary-nav .active {
            color: #f7d94e;
            background: rgba(247, 217, 78, 0.12);
        }
        .breadcrumb {
            background: #ece6de;
            padding: 12px 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #d6cdc0;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            align-items: center;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #8a7a6a;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #6b2fa0;
        }
        .breadcrumb .current {
            color: #3d3d5c;
            font-weight: 500;
        }
        .hero {
            background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 70%, #4a2c6e 100%);
            color: #f5f0eb;
            padding: 60px 0 50px;
            margin-bottom: 40px;
            border-radius: 0 0 40px 40px;
        }
        .hero h1 {
            color: #f7d94e;
            font-size: 3rem;
            margin-top: 0;
            border: none;
            padding-left: 0;
        }
        .hero .lead {
            color: #d6cce8;
            font-size: 1.3rem;
        }
        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px 40px;
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 0.95rem;
            color: #bfb0d6;
        }
        .hero-meta i {
            margin-right: 8px;
            color: #f7d94e;
        }
        .featured-figure {
            margin: 40px 0 32px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
            background: #e8e0f0;
            position: relative;
        }
        .featured-figure img {
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            transition: transform 0.6s ease;
        }
        .featured-figure:hover img {
            transform: scale(1.02);
        }
        .featured-figure figcaption {
            background: rgba(26, 26, 46, 0.85);
            backdrop-filter: blur(8px);
            color: #f5f0eb;
            padding: 14px 24px;
            font-size: 0.9rem;
            font-style: italic;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        .grid-3 {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 28px;
        }
        .card {
            background: #fffcf8;
            border-radius: 20px;
            padding: 28px 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.4s ease;
            border: 1px solid #ede6dc;
        }
        .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 32px rgba(107, 47, 160, 0.10);
        }
        .card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .card h3 i {
            color: #6b2fa0;
            margin-right: 10px;
        }
        .card .stat {
            font-size: 2.2rem;
            font-weight: 800;
            color: #6b2fa0;
            line-height: 1.2;
            display: block;
            margin-bottom: 4px;
        }
        .card .stat-label {
            font-size: 0.9rem;
            color: #6a5a7a;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
        .link-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            padding: 16px 0;
            list-style: none;
        }
        .link-cloud li a {
            background: #f0eae2;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #2c2c2c;
            transition: background 0.25s, color 0.25s;
            display: inline-block;
        }
        .link-cloud li a:hover {
            background: #6b2fa0;
            color: #fff;
            text-decoration: none;
        }
        .search-section {
            background: #fffcf8;
            border-radius: 24px;
            padding: 32px 28px;
            margin: 48px 0;
            border: 1px solid #ede6dc;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            max-width: 640px;
            margin-top: 12px;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 14px 20px;
            border: 2px solid #ddd6cc;
            border-radius: 60px;
            font-size: 1rem;
            background: #faf7f2;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #6b2fa0;
            box-shadow: 0 0 0 4px rgba(107, 47, 160, 0.12);
            outline: none;
        }
        .search-form button {
            padding: 14px 32px;
            border: none;
            border-radius: 60px;
            background: #6b2fa0;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .search-form button:hover {
            background: #3d1b6e;
            transform: scale(1.02);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 48px 0;
        }
        .interaction-card {
            background: #fffcf8;
            border-radius: 24px;
            padding: 28px 26px;
            border: 1px solid #ede6dc;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }
        .interaction-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .interaction-card form {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 16px;
        }
        .interaction-card input,
        .interaction-card textarea,
        .interaction-card select {
            padding: 12px 16px;
            border: 2px solid #ddd6cc;
            border-radius: 16px;
            font-size: 0.95rem;
            background: #faf7f2;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .interaction-card input:focus,
        .interaction-card textarea:focus,
        .interaction-card select:focus {
            border-color: #6b2fa0;
            outline: none;
            box-shadow: 0 0 0 4px rgba(107, 47, 160, 0.08);
        }
        .interaction-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .interaction-card .btn-submit {
            padding: 12px 28px;
            border: none;
            border-radius: 60px;
            background: #6b2fa0;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            align-self: flex-start;
        }
        .interaction-card .btn-submit:hover {
            background: #3d1b6e;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            gap: 4px;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #ddd6cc;
            cursor: pointer;
            transition: color 0.2s, transform 0.1s;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f7b731;
        }
        .star-rating label:hover {
            transform: scale(1.1);
        }
        .site-footer {
            background: #1a1a2e;
            color: #c8c0d6;
            padding: 48px 0 28px;
            margin-top: 60px;
            border-radius: 40px 40px 0 0;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px 30px;
            margin-bottom: 32px;
        }
        .site-footer h4 {
            color: #f7d94e;
            margin-top: 0;
            font-size: 1.1rem;
            letter-spacing: 0.02em;
        }
        .site-footer a {
            color: #bfb0d6;
        }
        .site-footer a:hover {
            color: #f7d94e;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 18px;
            list-style: none;
            padding: 0;
            margin: 12px 0 0;
        }
        .friend-link li a {
            background: rgba(255, 255, 255, 0.06);
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.9rem;
            transition: background 0.25s, color 0.25s;
        }
        .friend-link li a:hover {
            background: rgba(247, 217, 78, 0.12);
            color: #f7d94e;
            text-decoration: none;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            color: #8f84a0;
        }
        @media (max-width: 900px) {
            .grid-2,
            .grid-3 {
                grid-template-columns: 1fr;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 16px 0 8px;
                gap: 4px;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 10px 16px;
                border-radius: 12px;
                width: 100%;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .hero {
                padding: 36px 0 30px;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .container {
                padding: 0 16px;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
        }
        @media (max-width: 480px) {
            html {
                font-size: 15px;
            }
            .card {
                padding: 20px 16px;
            }
            .interaction-card {
                padding: 20px 16px;
            }
            .search-section {
                padding: 20px 16px;
            }
        }
