        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f7f5f2;
            color: #1e1e2a;
            line-height: 1.7;
            padding: 0 0 0 0;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
        }
        a {
            color: #2a6f97;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #1a4b6d;
            text-decoration: underline;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        h1 {
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.02em;
            margin-bottom: 0.5rem;
            color: #0f2b3d;
        }
        h2 {
            font-size: clamp(1.5rem, 3.5vw, 2.2rem);
            font-weight: 700;
            line-height: 1.25;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            color: #163a4a;
            border-left: 6px solid #f5a623;
            padding-left: 1rem;
        }
        h3 {
            font-size: clamp(1.2rem, 2.5vw, 1.6rem);
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
            color: #1d4e5e;
        }
        h4 {
            font-size: clamp(1rem, 1.8vw, 1.25rem);
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            color: #2a5f6f;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #2c3e4a;
            max-width: 80ch;
        }
        strong,
        b {
            color: #0b2a36;
            font-weight: 700;
        }
        .emoji {
            font-style: normal;
        }
        .site-header {
            background: linear-gradient(145deg, #ffffff 0%, #f3efe9 100%);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 0;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #f5a623, #e07c1f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none !important;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5a623;
            font-size: 1.6rem;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #1e2e3a;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: #e6ddd2;
            color: #0f2b3d;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1e2e3a;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #e6ddd2;
        }
        #nav-toggle-check {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.6rem;
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.88rem;
            color: #5a6a72;
        }
        .breadcrumb a {
            color: #3a5a6a;
        }
        .breadcrumb a:hover {
            color: #0f2b3d;
        }
        .breadcrumb span.sep {
            color: #9aabaf;
            font-weight: 300;
        }
        .hero {
            padding: 2rem 0 1.5rem 0;
        }
        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem 1.8rem;
            font-size: 0.95rem;
            color: #4a5f6a;
            margin: 0.6rem 0 1.4rem 0;
        }
        .hero-meta i {
            margin-right: 0.3rem;
            color: #f5a623;
        }
        .last-updated {
            background: #eef3f0;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.85rem;
        }
        .search-section {
            background: #eef3f0;
            border-radius: 24px;
            padding: 1.6rem 2rem;
            margin: 1.8rem 0 2.2rem 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem 1.5rem;
        }
        .search-section label {
            font-weight: 600;
            font-size: 1.1rem;
            color: #163a4a;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form {
            display: flex;
            flex: 1 1 300px;
            gap: 0.5rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1.2rem;
            border: 2px solid #d5d9d6;
            border-radius: 60px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.2s;
            outline: none;
            min-width: 0;
        }
        .search-form input:focus {
            border-color: #f5a623;
            box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.2);
        }
        .search-form button {
            background: #f5a623;
            border: none;
            border-radius: 60px;
            padding: 0.7rem 1.6rem;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.95rem;
        }
        .search-form button:hover {
            background: #e07c1f;
            transform: scale(1.02);
        }
        .value-table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0 2rem 0;
            border-radius: 16px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
        }
        .value-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            font-size: 0.95rem;
            min-width: 580px;
        }
        .value-table th {
            background: #163a4a;
            color: #fff;
            padding: 0.9rem 1.2rem;
            text-align: left;
            font-weight: 600;
            white-space: nowrap;
        }
        .value-table td {
            padding: 0.8rem 1.2rem;
            border-bottom: 1px solid #e2e6e4;
            vertical-align: middle;
        }
        .value-table tr:nth-child(even) td {
            background: #f8f7f4;
        }
        .value-table tr:hover td {
            background: #f0ede6;
        }
        .value-table .tier-badge {
            display: inline-block;
            padding: 0.15rem 0.8rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.02em;
        }
        .tier-legendary {
            background: #f5a623;
            color: #1e2a1e;
        }
        .tier-ultra-rare {
            background: #b484be;
            color: #fff;
        }
        .tier-rare {
            background: #6bb3d9;
            color: #fff;
        }
        .tier-uncommon {
            background: #8fbc8f;
            color: #1e2a1e;
        }
        .tier-common {
            background: #bcc0ba;
            color: #1e2a1e;
        }
        .highlight-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }
        .highlight-card {
            background: #fff;
            border-radius: 20px;
            padding: 1.6rem 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            transition: transform 0.2s, box-shadow 0.2s;
            border: 1px solid #ece8e2;
        }
        .highlight-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
        }
        .highlight-card .card-icon {
            font-size: 2rem;
            margin-bottom: 0.6rem;
            color: #f5a623;
        }
        .highlight-card h4 {
            margin-top: 0;
        }
        .feature-image-wrap {
            margin: 2.2rem 0;
            border-radius: 20px;
            overflow: hidden;
            background: #eae5de;
            position: relative;
        }
        .feature-image-wrap img {
            width: 100%;
            object-fit: cover;
            max-height: 480px;
        }
        .feature-image-wrap figcaption {
            padding: 0.8rem 1.4rem;
            font-size: 0.9rem;
            color: #3a4a52;
            background: #f3efe9;
            font-style: italic;
        }
        .interview-block {
            background: #f3efe9;
            border-radius: 20px;
            padding: 2rem 2.2rem;
            margin: 2rem 0;
            border-left: 6px solid #f5a623;
        }
        .interview-block blockquote {
            font-size: 1.1rem;
            font-style: italic;
            margin: 0.6rem 0;
            padding: 0.4rem 0 0.4rem 1.2rem;
            border-left: 3px solid #b8c7cb;
        }
        .interview-block .attribution {
            margin-top: 0.8rem;
            font-weight: 600;
            color: #163a4a;
        }
        .links-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            margin: 1.2rem 0;
            padding: 0;
            list-style: none;
        }
        .links-list li a {
            background: #eef3f0;
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            font-size: 0.92rem;
            display: inline-block;
            transition: background 0.2s;
        }
        .links-list li a:hover {
            background: #d5ddd6;
            text-decoration: none;
        }
        .feedback-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 3rem 0 2rem 0;
        }
        .feedback-card {
            background: #fff;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
            border: 1px solid #ece8e2;
        }
        .feedback-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-top: 0.8rem;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            padding: 0.7rem 1rem;
            border: 2px solid #d5d9d6;
            border-radius: 12px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border 0.2s;
            outline: none;
            background: #fafafa;
            width: 100%;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: #f5a623;
            box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.15);
        }
        .feedback-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-card button {
            background: #163a4a;
            color: #fff;
            border: none;
            padding: 0.8rem 1.6rem;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 1rem;
            align-self: flex-start;
        }
        .feedback-card button:hover {
            background: #0f2b3d;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #ccc;
            cursor: pointer;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5a623;
        }
        .site-footer {
            background: #163a4a;
            color: #dce3e0;
            padding: 3rem 0 2rem 0;
            margin-top: 3rem;
            border-radius: 32px 32px 0 0;
        }
        .site-footer a {
            color: #f5c282;
        }
        .site-footer a:hover {
            color: #f5a623;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
        }
        .footer-grid h4 {
            color: #f5e3c9;
            margin-top: 0;
            font-weight: 600;
            font-size: 1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        .footer-grid ul li a {
            font-size: 0.92rem;
        }
        friend-link {
            display: block;
            margin-top: 1.2rem;
            padding-top: 1.2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.92rem;
        }
        friend-link a {
            margin: 0 0.4rem;
        }
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            font-size: 0.88rem;
            color: #9bb0b0;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                gap: 0.2rem;
                padding: 0.8rem 0 0.4rem 0;
                border-top: 1px solid #e2ddd2;
                margin-top: 0.6rem;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-radius: 12px;
            }
            #nav-toggle-check:checked~.main-nav {
                display: flex;
            }
            .header-inner {
                padding: 0.6rem 0;
            }
            .feedback-section {
                grid-template-columns: 1fr;
            }
            .search-section {
                padding: 1.2rem 1.2rem;
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                flex: 1 1 auto;
            }
            .hero-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.4rem;
            }
            .interview-block {
                padding: 1.4rem 1.2rem;
            }
            .value-table th,
            .value-table td {
                padding: 0.6rem 0.8rem;
                font-size: 0.85rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            .feedback-card {
                padding: 1.2rem 1rem;
            }
            .highlight-grid {
                grid-template-columns: 1fr;
            }
        }
        :focus-visible {
            outline: 3px solid #f5a623;
            outline-offset: 2px;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: #163a4a;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 0 0 12px 12px;
            z-index: 200;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        section[id],
        h2[id],
        h3[id] {
            scroll-margin-top: 100px;
        }
