        *,
        *::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: #f7f4f0;
            color: #2c2a28;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #c44536;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #8a2e22;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.25rem;
        }
        li {
            margin-bottom: 0.3rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(145deg, #1e3a5f 0%, #0f2b47 100%);
            color: #ffffff;
            padding: 0.75rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f9e7d2;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            transition: opacity 0.25s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            color: #f4cda5;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.88;
            text-decoration: none;
        }
        .my-logo span {
            font-weight: 300;
            color: #bdd3e8;
            font-size: 0.9rem;
        }
        .nav-toggle {
            display: none;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: #fff;
            font-size: 1.5rem;
            padding: 0.3rem 0.7rem;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #e8edf2;
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-size: 0.95rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .nav-menu a:hover,
        .nav-menu a:focus-visible {
            background: rgba(255, 255, 255, 0.15);
            color: #f9e7d2;
            text-decoration: none;
        }
        .nav-menu a i {
            margin-right: 0.35rem;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #ece7e1;
            padding: 0.6rem 1.25rem;
            font-size: 0.9rem;
            border-bottom: 1px solid #dbd3ca;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #8a7a6e;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #5f4e40;
        }
        .breadcrumb a:hover {
            color: #c44536;
        }
        .breadcrumb [aria-current="page"] {
            color: #2c2a28;
            font-weight: 600;
        }
        main {
            padding: 2rem 0 3rem;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            color: #1e3a5f;
            margin-bottom: 0.75rem;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.25;
            color: #1e3a5f;
            margin-top: 3rem;
            margin-bottom: 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 3px solid #e4d8ce;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.3;
            color: #2c4a6a;
            margin-top: 2.2rem;
            margin-bottom: 0.7rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.35;
            color: #3d5a78;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }
        p {
            margin-bottom: 1.1rem;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #4a3f36;
            background: #f0ebe5;
            padding: 1.2rem 1.8rem;
            border-radius: 12px;
            border-left: 5px solid #c44536;
        }
        .page-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 2rem;
            font-size: 0.95rem;
            color: #5f5a55;
            margin-bottom: 1.5rem;
            padding: 0.6rem 0;
            border-bottom: 1px dashed #d4cbc3;
        }
        .page-meta i {
            margin-right: 0.4rem;
            color: #c44536;
        }
        .last-updated {
            font-weight: 600;
        }
        .featured-image {
            margin: 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            background: #e8e0d8;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #5a4f44;
            background: #f5f0ea;
            font-style: italic;
        }
        .value-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        }
        .value-table thead {
            background: #1e3a5f;
            color: #fff;
        }
        .value-table th {
            padding: 0.9rem 1.2rem;
            text-align: left;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .value-table td {
            padding: 0.75rem 1.2rem;
            border-bottom: 1px solid #e4ddd6;
        }
        .value-table tbody tr {
            background: #fff;
            transition: background 0.15s;
        }
        .value-table tbody tr:hover {
            background: #f6f1eb;
        }
        .value-table .rarity-legend {
            color: #b8860b;
            font-weight: 600;
        }
        .value-table .rarity-ultra {
            color: #9b2d91;
            font-weight: 600;
        }
        .value-table .rarity-rare {
            color: #2a7a9e;
            font-weight: 600;
        }
        .value-table .rarity-common {
            color: #5f7a6b;
        }
        blockquote {
            background: #f0ebe5;
            border-left: 5px solid #c44536;
            padding: 1.2rem 1.8rem;
            margin: 1.8rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #3d342c;
        }
        blockquote footer {
            margin-top: 0.6rem;
            font-style: normal;
            font-weight: 600;
            color: #5f4e40;
        }
        .interview-box {
            background: #eef4f8;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            margin: 2rem 0;
            border: 1px solid #d4e0e8;
        }
        .interview-box h3 {
            margin-top: 0;
            color: #1e3a5f;
        }
        .interview-box .interviewee {
            font-weight: 700;
            color: #c44536;
        }
        .form-section {
            background: #fff;
            border-radius: 16px;
            padding: 2rem 2.2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            border: 1px solid #e8e0d8;
        }
        .form-section h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #2c2a28;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #dbd3ca;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            background: #fcfaf8;
            transition: border-color 0.25s, box-shadow 0.25s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #c44536;
            box-shadow: 0 0 0 4px rgba(196, 69, 54, 0.12);
        }
        .form-group textarea {
            min-height: 110px;
            resize: vertical;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #1e3a5f;
            color: #fff;
            padding: 0.75rem 2rem;
            border: none;
            border-radius: 40px;
            font-size: 1.05rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-family: inherit;
        }
        .btn:hover {
            background: #2c4a6a;
            transform: translateY(-1px);
        }
        .btn:active {
            transform: translateY(0);
        }
        .btn-secondary {
            background: #c44536;
        }
        .btn-secondary:hover {
            background: #a83a2c;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.25rem;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #dbd3ca;
            transition: color 0.15s;
        }
        .star-rating label i {
            font-size: 1.8rem;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f4b942;
        }
        friend-link {
            display: block;
            background: #1e3a5f;
            color: #e8edf2;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            margin: 2rem 0 1rem;
            text-align: center;
        }
        friend-link a {
            color: #f4cda5;
            font-weight: 500;
            margin: 0 0.6rem;
        }
        friend-link a:hover {
            color: #fff;
            text-decoration: underline;
        }
        friend-link::before {
            content: "🤝 Friends & Resources";
            display: block;
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 0.6rem;
            color: #f9e7d2;
        }
        .site-footer {
            background: #0f1f30;
            color: #bcc9d6;
            padding: 2.5rem 0 1.8rem;
            margin-top: 2.5rem;
            border-top: 4px solid #c44536;
        }
        .site-footer .footer-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem 1.5rem;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-footer h4 {
            color: #f9e7d2;
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 2px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 0.4rem;
        }
        .site-footer ul {
            list-style: none;
            padding: 0;
        }
        .site-footer li {
            margin-bottom: 0.35rem;
        }
        .site-footer a {
            color: #bcc9d6;
        }
        .site-footer a:hover {
            color: #f4cda5;
        }
        .copyright {
            text-align: center;
            padding-top: 1.8rem;
            margin-top: 1.8rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.9rem;
            color: #8a9ba8;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }
        .copyright strong {
            color: #d4dfe8;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: rgba(15, 43, 71, 0.98);
                padding: 0.8rem 0.5rem;
                border-radius: 12px;
                margin-top: 0.5rem;
                gap: 0.15rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .form-row {
                grid-template-columns: 1fr;
            }
            .value-table {
                font-size: 0.8rem;
            }
            .value-table th,
            .value-table td {
                padding: 0.5rem 0.6rem;
            }
            .lead {
                font-size: 1rem;
                padding: 1rem 1.2rem;
            }
            .form-section {
                padding: 1.2rem 1.2rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
                padding: 0.4rem 1rem;
            }
            .container {
                padding: 0 1rem;
            }
            .interview-box {
                padding: 1.2rem 1.2rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .value-table {
                font-size: 0.7rem;
            }
            .value-table th,
            .value-table td {
                padding: 0.35rem 0.4rem;
            }
            .page-meta {
                flex-direction: column;
                gap: 0.3rem;
                font-size: 0.85rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .highlight {
            background: #fcf2e8;
            padding: 0.1rem 0.3rem;
            border-radius: 4px;
            font-weight: 600;
        }
        .tag {
            display: inline-block;
            background: #e4d8ce;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #3d342c;
        }
        .tag-legend {
            background: #f4d7a8;
            color: #7a5a1a;
        }
        .tag-ultra {
            background: #e8c8e6;
            color: #6b2066;
        }
        .tag-rare {
            background: #c8dce8;
            color: #1a4a6a;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 1rem;
            background: #c44536;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 8px;
            z-index: 9999;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0.5rem;
        }
        :target {
            scroll-margin-top: 100px;
        }
        .inline-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1.2rem;
            list-style: none;
            padding: 0;
        }
        .inline-list li::before {
            content: "✦";
            color: #c44536;
            margin-right: 0.4rem;
        }
