        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f5fc;
            color: #1e1a2b;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #7b2d8e;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #b44ac9;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #2d1b3e 0%, #1f122b 100%);
            padding: 0.8rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 3px solid #b44ac9;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #e8d0f5, #b77ad9);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 12px rgba(180, 74, 201, 0.3);
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #d9a6eb;
            font-size: 2rem;
        }
        .my-logo a {
            color: inherit;
            -webkit-text-fill-color: inherit;
            background: none;
            text-decoration: none;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: initial;
            color: #bda2d4;
            letter-spacing: 0.3px;
            display: block;
            margin-top: -4px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #d9c6e8;
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            transition: all 0.25s ease;
            font-size: 0.95rem;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(180, 74, 201, 0.2);
            color: #f0e4f7;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
            font-size: 0.85rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #b77ad9;
            color: #e8d0f5;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: rgba(180, 74, 201, 0.2);
        }
        .nav-toggle {
            display: none;
        }
        .nav-overlay {
            display: none;
        }
        .breadcrumb-wrap {
            background: #ede6f5;
            padding: 0.7rem 0;
            border-bottom: 1px solid #d9c6e8;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 0.9rem;
            color: #4a3760;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 10px;
            color: #9a7db5;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #6b3f82;
        }
        .breadcrumb .current {
            color: #2d1b3e;
            font-weight: 600;
        }
        main {
            padding: 2.5rem 0 3rem;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #2d1b3e;
            margin-bottom: 0.6rem;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #3d2355;
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 3px solid #d9c6e8;
            position: relative;
        }
        h2::after {
            content: "";
            display: block;
            width: 70px;
            height: 3px;
            background: #b44ac9;
            position: relative;
            top: 6px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #4a2d5e;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #5c3d72;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #2a2336;
        }
        .lead {
            font-size: 1.25rem;
            font-weight: 400;
            color: #3d2a4f;
            background: #ede6f5;
            padding: 1.2rem 1.8rem;
            border-radius: 16px;
            border-left: 5px solid #b44ac9;
            margin-bottom: 2rem;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.8rem;
            margin: 2rem 0;
        }
        .card {
            background: #fff;
            border-radius: 18px;
            padding: 1.8rem 1.5rem;
            box-shadow: 0 6px 24px rgba(45, 27, 62, 0.07);
            transition: transform 0.25s ease, box-shadow 0.3s ease;
            border: 1px solid #ede6f5;
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 14px 36px rgba(45, 27, 62, 0.12);
        }
        .card i {
            font-size: 2.2rem;
            color: #b44ac9;
            margin-bottom: 0.8rem;
        }
        .card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .featured-media {
            margin: 2.2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        }
        .featured-media figcaption {
            background: #ede6f5;
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #4a3760;
            font-style: italic;
            border-radius: 0 0 16px 16px;
        }
        blockquote {
            background: #f0e8f7;
            border-left: 6px solid #b44ac9;
            padding: 1.2rem 2rem;
            margin: 1.8rem 0;
            border-radius: 0 16px 16px 0;
            font-style: italic;
            color: #3d2a4f;
            font-size: 1.1rem;
        }
        blockquote footer {
            font-style: normal;
            font-weight: 600;
            margin-top: 0.6rem;
            color: #6b3f82;
        }
        .highlight-box {
            background: linear-gradient(135deg, #f5edfa, #ede6f5);
            padding: 1.8rem 2rem;
            border-radius: 18px;
            margin: 2rem 0;
            border: 1px solid #d9c6e8;
        }
        .form-section {
            background: #fff;
            border-radius: 20px;
            padding: 2rem 2.2rem;
            box-shadow: 0 6px 28px rgba(45, 27, 62, 0.06);
            margin: 2.5rem 0;
            border: 1px solid #ede6f5;
        }
        .form-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .form-group {
            margin-bottom: 1.4rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            color: #3d2355;
            margin-bottom: 0.4rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.8rem 1.2rem;
            border: 2px solid #d9c6e8;
            border-radius: 12px;
            font-size: 1rem;
            background: #fcfaff;
            transition: border 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #b44ac9;
            outline: none;
            box-shadow: 0 0 0 4px rgba(180, 74, 201, 0.1);
        }
        .form-group textarea {
            min-height: 110px;
            resize: vertical;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s ease;
            background: linear-gradient(135deg, #7b2d8e, #b44ac9);
            color: #fff;
            box-shadow: 0 4px 16px rgba(180, 74, 201, 0.3);
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(180, 74, 201, 0.4);
            background: linear-gradient(135deg, #8f35a5, #c55cdb);
        }
        .btn-secondary {
            background: #ede6f5;
            color: #3d2355;
            box-shadow: none;
        }
        .btn-secondary:hover {
            background: #d9c6e8;
            box-shadow: none;
            transform: none;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            font-size: 2rem;
            margin: 0.6rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #d9c6e8;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
        }
        .site-footer {
            background: #1f122b;
            color: #cbb8dc;
            padding: 2.8rem 0 1.8rem;
            margin-top: 2rem;
            border-top: 4px solid #b44ac9;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-inner h4 {
            color: #e8d0f5;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-inner a {
            color: #cbb8dc;
            display: inline-block;
            margin-bottom: 0.3rem;
        }
        .footer-inner a:hover {
            color: #e8d0f5;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0;
            border-top: 1px solid #3d2a4f;
            border-bottom: 1px solid #3d2a4f;
            margin: 1.2rem 0;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #d9a6eb;
            margin: 0 0.8rem 0 0;
            display: inline-block;
        }
        friend-link a:hover {
            color: #f0e4f7;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            font-size: 0.9rem;
            color: #9a7db5;
            border-top: 1px solid #3d2a4f;
        }
        .copyright strong {
            color: #d9c6e8;
        }
        @media (max-width: 900px) {
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .lead {
                font-size: 1.1rem;
                padding: 1rem 1.4rem;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #2d1b3e;
                padding: 1rem 0.5rem;
                border-radius: 0 0 16px 16px;
                margin-top: 0.5rem;
                border-top: 2px solid #b44ac9;
            }
            .main-nav a {
                width: 100%;
                text-align: center;
                padding: 0.8rem;
            }
            .nav-toggle:checked~.main-nav {
                display: flex;
            }
            .header-inner {
                position: relative;
            }
            .form-section {
                padding: 1.5rem 1.2rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
            .footer-inner {
                grid-template-columns: 1fr;
            }
            .star-rating {
                font-size: 1.6rem;
            }
        }
        .anchor-offset {
            scroll-margin-top: 100px;
        }
        .kw {
            font-weight: 600;
            color: #6b3f82;
        }
        .emoji-lg {
            font-size: 1.4rem;
            margin-right: 0.3rem;
        }
        .shimmer {
            background: linear-gradient(90deg, #ede6f5 25%, #f5edfa 50%, #ede6f5 75%);
            background-size: 200% 100%;
            animation: shimmer 1.6s infinite;
            border-radius: 8px;
        }
        @keyframes shimmer {
            0% {
                background-position: -200% 0;
            }
            100% {
                background-position: 200% 0;
            }
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }
        :focus-visible {
            outline: 3px solid #b44ac9;
            outline-offset: 2px;
        }
