        *,
        *::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, Arial, sans-serif;
            background: #fcf9f7;
            color: #2d3436;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #e17055;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #d63031;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 50%, #fbc2eb 100%);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            backdrop-filter: blur(4px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #2d3436;
            letter-spacing: -0.5px;
            background: rgba(255, 255, 255, 0.6);
            padding: 0.2rem 1.2rem;
            border-radius: 40px;
            backdrop-filter: blur(4px);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #2d3436;
        }
        .my-logo span {
            color: #e17055;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 1.2rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            font-weight: 600;
            padding: 0.4rem 0.8rem;
            border-radius: 30px;
            transition: background 0.25s, color 0.25s;
            font-size: 0.95rem;
            color: #2d3436;
        }
        .nav-menu li a:hover {
            background: rgba(255, 255, 255, 0.6);
            color: #d63031;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            cursor: pointer;
            color: #2d3436;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.4);
        }
        .breadcrumb {
            background: #fff5f0;
            padding: 0.7rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #f0e0d8;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #b2bec3;
        }
        .breadcrumb a {
            color: #636e72;
        }
        .breadcrumb .current {
            color: #e17055;
            font-weight: 600;
        }
        main {
            padding: 2rem 0 3rem;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            color: #2d3436;
            margin-bottom: 0.6rem;
            line-height: 1.25;
        }
        h1 .highlight {
            background: linear-gradient(135deg, #e17055, #d63031);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #2d3436;
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 4px solid #fad0c4;
            display: inline-block;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #34495e;
            margin-top: 2rem;
            margin-bottom: 0.6rem;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #636e72;
            margin-top: 1.4rem;
            margin-bottom: 0.4rem;
        }
        .subtitle {
            font-size: 1.2rem;
            color: #636e72;
            margin-bottom: 2rem;
        }
        .section-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 2rem 2.2rem;
            margin-bottom: 2rem;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
            border: 1px solid #f5ebe7;
        }
        .featured-image {
            margin: 1.8rem 0;
            border-radius: 16px;
            overflow: hidden;
        }
        .featured-image figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #b2bec3;
            margin-top: 0.6rem;
            font-style: italic;
        }
        .value-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
        }
        .value-table th {
            background: #ffe8e0;
            font-weight: 700;
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 2px solid #fad0c4;
        }
        .value-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #f0e0d8;
        }
        .value-table tr:hover {
            background: #fff9f6;
        }
        .value-table .tier-legendary {
            background: #fff3e0;
        }
        .value-table .tier-ultra {
            background: #f3e8ff;
        }
        .value-table .tier-rare {
            background: #e3f2fd;
        }
        .search-box {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin: 1.2rem 0;
            background: #fff;
            padding: 0.6rem 1rem;
            border-radius: 50px;
            border: 2px solid #fad0c4;
            transition: border-color 0.3s;
        }
        .search-box:focus-within {
            border-color: #e17055;
        }
        .search-box input {
            flex: 1;
            min-width: 160px;
            border: none;
            outline: none;
            font-size: 1rem;
            padding: 0.6rem 0.4rem;
            background: transparent;
        }
        .search-box button {
            background: #e17055;
            color: #fff;
            border: none;
            padding: 0.6rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .search-box button:hover {
            background: #d63031;
            transform: scale(1.02);
        }
        .comment-section,
        .rating-section {
            background: #fff;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin-top: 2rem;
            border: 1px solid #f0e0d8;
        }
        .comment-section textarea,
        .rating-section select,
        .rating-section input {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #f0e0d8;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.25s;
            margin-bottom: 0.8rem;
        }
        .comment-section textarea:focus,
        .rating-section select:focus,
        .rating-section input:focus {
            border-color: #e17055;
            outline: none;
        }
        .comment-section button,
        .rating-section button {
            background: #4ECDC4;
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .comment-section button:hover,
        .rating-section button:hover {
            background: #38b2ac;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #fdcb6e;
            margin-bottom: 0.8rem;
        }
        .rating-stars i {
            cursor: pointer;
            transition: transform 0.15s;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        .site-footer {
            background: #2d3436;
            color: #dfe6e9;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        .site-footer a {
            color: #fad0c4;
        }
        .site-footer a:hover {
            color: #fff;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.6rem;
            padding: 1rem 0;
            border-top: 1px solid #444;
            border-bottom: 1px solid #444;
            margin-bottom: 1.2rem;
        }
        .friend-link a {
            font-size: 0.95rem;
        }
        .copyright {
            text-align: center;
            font-size: 0.9rem;
            color: #b2bec3;
            padding-top: 1.2rem;
        }
        .copyright strong {
            color: #dfe6e9;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(255, 255, 255, 0.95);
                border-radius: 16px;
                padding: 1rem 0.8rem;
                margin-top: 0.6rem;
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
                backdrop-filter: blur(8px);
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.6rem 1rem;
                display: block;
                width: 100%;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .section-card {
                padding: 1.2rem 1.2rem;
            }
            .my-logo {
                font-size: 1.4rem;
                padding: 0.2rem 0.8rem;
            }
            .value-table {
                font-size: 0.85rem;
            }
            .value-table th,
            .value-table td {
                padding: 0.5rem 0.6rem;
            }
            .comment-section,
            .rating-section {
                padding: 1.2rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            .search-box {
                flex-direction: column;
                border-radius: 20px;
                padding: 0.8rem;
            }
            .search-box button {
                width: 100%;
            }
            .rating-stars {
                font-size: 1.5rem;
            }
        }
        .text-muted {
            color: #b2bec3;
            font-size: 0.9rem;
        }
        .update-badge {
            display: inline-block;
            background: #ffe8e0;
            color: #d63031;
            font-size: 0.85rem;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.6rem;
            margin-right: 0.3rem;
        }
        .highlight-box {
            background: #fff9f6;
            border-left: 5px solid #e17055;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .key-stat {
            font-weight: 700;
            color: #e17055;
            font-size: 1.1rem;
        }
        .tag {
            display: inline-block;
            background: #fad0c4;
            color: #2d3436;
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-right: 0.3rem;
        }
