        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
            -webkit-text-size-adjust: 100%;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        a {
            color: #4fc3f7;
            text-decoration: none;
            transition: color .2s, opacity .2s;
        }
        a:hover {
            color: #81d4fa;
            text-decoration: underline;
        }
        a:focus-visible {
            outline: 2px solid #4fc3f7;
            outline-offset: 2px;
            border-radius: 2px;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.45rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5f9ff;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: clamp(2rem, 5vw, 3.2rem);
            margin-bottom: 1rem;
        }
        h2 {
            font-size: clamp(1.5rem, 3.5vw, 2.2rem);
            margin-top: 2.8rem;
            margin-bottom: 0.9rem;
            border-bottom: 2px solid rgba(79, 195, 247, .25);
            padding-bottom: 0.5rem;
        }
        h3 {
            font-size: clamp(1.2rem, 2.5vw, 1.6rem);
            margin-top: 2rem;
            margin-bottom: 0.7rem;
        }
        h4 {
            font-size: clamp(1.05rem, 1.8vw, 1.25rem);
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            color: #d4e4f5;
        }
        p {
            margin-bottom: 1.1rem;
        }
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 1.25rem;
            width: 100%;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 1rem;
            background: #4fc3f7;
            color: #0b0e14;
            padding: 0.6rem 1.4rem;
            border-radius: 6px;
            font-weight: 600;
            z-index: 9999;
            transition: top .25s;
        }
        .skip-link:focus {
            top: 1rem;
            text-decoration: none;
        }
        .site-header {
            background: #131a24;
            border-bottom: 1px solid #2a3744;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            background: rgba(19, 26, 36, .94);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f5c518, #f57c00, #e53935);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            line-height: 1.2;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5c518;
            font-size: 1.4rem;
        }
        .my-logo:hover {
            opacity: .85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: .5rem;
            -webkit-text-fill-color: initial;
            color: #8a9bb5;
            display: block;
            font-weight: 400;
            letter-spacing: 0.3px;
            text-transform: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e8edf5;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.3rem 0.5rem;
            border-radius: 6px;
            transition: background .2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, .08);
        }
        .nav-toggle:focus-visible {
            outline: 2px solid #4fc3f7;
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #c8d4e3;
            padding: 0.4rem 0.9rem;
            border-radius: 6px;
            font-size: 0.92rem;
            font-weight: 500;
            transition: background .2s, color .2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: rgba(79, 195, 247, .12);
            color: #4fc3f7;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 0.35rem;
            font-size: .85em;
        }
        .breadcrumb {
            background: #10171f;
            padding: 0.6rem 0;
            font-size: 0.88rem;
            border-bottom: 1px solid #1f2a33;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #5a7388;
            margin-right: 0.6rem;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #7a94aa;
        }
        .breadcrumb a:hover {
            color: #4fc3f7;
        }
        .breadcrumb .current {
            color: #b8ccdd;
            font-weight: 500;
        }
        .hero-section {
            padding: 2.5rem 0 1.5rem;
            background: radial-gradient(ellipse at 30% 20%, #16232e, #0b0e14 70%);
        }
        .hero-section .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: center;
        }
        .hero-text .badge {
            display: inline-block;
            background: #1d3342;
            color: #81d4fa;
            font-size: 0.8rem;
            font-weight: 600;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            margin-bottom: 1rem;
            letter-spacing: 0.5px;
            border: 1px solid rgba(79, 195, 247, .2);
        }
        .hero-text .badge i {
            margin-right: 0.4rem;
        }
        .hero-text p {
            font-size: 1.08rem;
            color: #b8ccdd;
        }
        .hero-image {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, .6);
            background: #1a2530;
        }
        .hero-image img {
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
        }
        .hero-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem 2rem;
            margin-top: 1.2rem;
        }
        .hero-stats span {
            font-size: 0.95rem;
            color: #9ab0c4;
        }
        .hero-stats strong {
            color: #f5c518;
            font-weight: 700;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #6d8aa3;
            margin-top: 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .last-updated i {
            color: #4fc3f7;
        }
        .search-section {
            background: #10171f;
            padding: 1.8rem 0;
            border-top: 1px solid #1f2a33;
            border-bottom: 1px solid #1f2a33;
        }
        .search-form {
            display: flex;
            max-width: 640px;
            margin: 0 auto;
            gap: 0.5rem;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 0.8rem 1.2rem;
            border: 1px solid #2a3744;
            border-radius: 8px;
            background: #0d141c;
            color: #e8edf5;
            font-size: 1rem;
            transition: border .25s, box-shadow .25s;
        }
        .search-form input::placeholder {
            color: #5a7388;
        }
        .search-form input:focus {
            outline: none;
            border-color: #4fc3f7;
            box-shadow: 0 0 0 3px rgba(79, 195, 247, .15);
        }
        .search-form button {
            padding: 0.8rem 1.8rem;
            background: #4fc3f7;
            border: none;
            border-radius: 8px;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background .25s, transform .15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #81d4fa;
            transform: scale(1.02);
        }
        .search-form button:active {
            transform: scale(0.97);
        }
        .main-content {
            padding: 2.5rem 0 3rem;
            flex: 1;
        }
        .main-content .container {
            max-width: 840px;
        }
        .main-content p,
        .main-content li {
            color: #d0dceb;
        }
        .main-content strong {
            color: #f5f9ff;
        }
        .main-content .highlight-box {
            background: #16232e;
            border-left: 4px solid #4fc3f7;
            padding: 1.2rem 1.6rem;
            border-radius: 0 10px 10px 0;
            margin: 1.6rem 0;
        }
        .main-content .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .main-content .code-block {
            background: #0d141c;
            border: 1px solid #1f2a33;
            border-radius: 8px;
            padding: 1rem 1.4rem;
            font-family: 'Courier New', monospace;
            font-size: 0.92rem;
            overflow-x: auto;
            color: #c8d4e3;
            margin: 1.2rem 0;
        }
        .main-content .table-wrap {
            overflow-x: auto;
            margin: 1.4rem 0;
            border-radius: 10px;
            border: 1px solid #1f2a33;
        }
        .main-content table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        .main-content th {
            background: #1a2a38;
            color: #f5f9ff;
            font-weight: 600;
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 2px solid #2a3744;
        }
        .main-content td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #1a2530;
            color: #c8d4e3;
        }
        .main-content tr:last-child td {
            border-bottom: none;
        }
        .main-content tr:hover td {
            background: rgba(79, 195, 247, .04);
        }
        .main-content .emoji-lg {
            font-size: 1.3rem;
            margin-right: 0.3rem;
        }
        .main-content .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #4fc3f7;
            color: #0b0e14;
            font-weight: 700;
            padding: 0.6rem 1.6rem;
            border-radius: 8px;
            transition: background .25s, transform .15s;
        }
        .main-content .btn:hover {
            background: #81d4fa;
            transform: translateY(-2px);
            text-decoration: none;
            color: #0b0e14;
        }
        .main-content .btn-sm {
            padding: 0.4rem 1.2rem;
            font-size: 0.9rem;
        }
        .interview-block {
            background: #101c28;
            border-radius: 12px;
            padding: 1.6rem 2rem;
            margin: 2rem 0;
            border: 1px solid #1f3342;
        }
        .interview-block .quote {
            font-style: italic;
            font-size: 1.1rem;
            color: #d4e4f5;
            border-left: 3px solid #f5c518;
            padding-left: 1.2rem;
            margin: 0.8rem 0;
        }
        .interview-block .attribution {
            font-size: 0.9rem;
            color: #8a9bb5;
            margin-top: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .interview-block .attribution i {
            color: #f5c518;
        }
        .rating-section,
        .comment-section {
            margin-top: 2.8rem;
            padding-top: 2rem;
            border-top: 1px solid #1f2a33;
        }
        .rating-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 2rem;
            color: #3a4a5a;
            cursor: pointer;
            transition: color .2s;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color .2s, transform .15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f5c518;
            transform: scale(1.12);
        }
        .rating-stars i:hover~i {
            color: #3a4a5a;
        }
        .rating-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 520px;
            margin-top: 1rem;
        }
        .rating-form button {
            align-self: flex-start;
        }
        .comment-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-width: 640px;
            margin-top: 1rem;
        }
        .comment-form textarea {
            resize: vertical;
            min-height: 110px;
            padding: 0.9rem 1.2rem;
            border: 1px solid #2a3744;
            border-radius: 8px;
            background: #0d141c;
            color: #e8edf5;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border .25s, box-shadow .25s;
        }
        .comment-form textarea:focus {
            outline: none;
            border-color: #4fc3f7;
            box-shadow: 0 0 0 3px rgba(79, 195, 247, .12);
        }
        .comment-form input {
            padding: 0.7rem 1.2rem;
            border: 1px solid #2a3744;
            border-radius: 8px;
            background: #0d141c;
            color: #e8edf5;
            font-size: 0.95rem;
            transition: border .25s;
        }
        .comment-form input:focus {
            outline: none;
            border-color: #4fc3f7;
            box-shadow: 0 0 0 3px rgba(79, 195, 247, .1);
        }
        .comment-form .form-row {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .comment-form .form-row input {
            flex: 1;
            min-width: 160px;
        }
        .btn-submit {
            padding: 0.7rem 2rem;
            background: #4fc3f7;
            border: none;
            border-radius: 8px;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background .25s, transform .15s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .btn-submit:hover {
            background: #81d4fa;
            transform: translateY(-2px);
        }
        .btn-submit:active {
            transform: scale(0.97);
        }
        .rating-result {
            margin-top: 0.8rem;
            font-size: 0.95rem;
            color: #9ab0c4;
        }
        .rating-result strong {
            color: #f5c518;
        }
        .friend-links-section {
            background: #10171f;
            padding: 2rem 0;
            border-top: 1px solid #1f2a33;
        }
        friend-link {
            display: block;
        }
        friend-link .fl-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.8rem;
            justify-content: center;
        }
        friend-link a {
            color: #8a9bb5;
            font-size: 0.92rem;
            transition: color .2s;
            padding: 0.2rem 0.3rem;
        }
        friend-link a:hover {
            color: #4fc3f7;
            text-decoration: none;
        }
        friend-link .fl-title {
            text-align: center;
            font-size: 0.85rem;
            color: #5a7388;
            margin-bottom: 0.8rem;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .site-footer {
            background: #080c11;
            padding: 1.6rem 0;
            border-top: 1px solid #1a2530;
            text-align: center;
            font-size: 0.88rem;
            color: #5a7388;
        }
        .site-footer .copyright {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.3rem 1.5rem;
            align-items: center;
        }
        .site-footer a {
            color: #7a94aa;
        }
        .site-footer a:hover {
            color: #4fc3f7;
        }
        @media (max-width: 820px) {
            .hero-section .container {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .hero-image {
                order: -1;
            }
            .main-content .container {
                padding: 0 1rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #131a24;
                padding: 0.8rem 0.5rem;
                border-radius: 0 0 12px 12px;
                border: 1px solid #1f2a33;
                border-top: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                z-index: 999;
                box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-radius: 6px;
                font-size: 1rem;
            }
            .header-inner {
                position: relative;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .rating-stars {
                font-size: 1.7rem;
            }
            .interview-block {
                padding: 1.2rem 1.2rem;
            }
            .comment-form .form-row {
                flex-direction: column;
            }
            .hero-stats {
                gap: 0.8rem 1.2rem;
            }
        }
        @media (max-width: 440px) {
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo small {
                font-size: .45rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.25rem;
            }
            .main-content .table-wrap {
                font-size: 0.82rem;
            }
            .main-content th,
            .main-content td {
                padding: 0.5rem 0.6rem;
            }
        }
        @media (prefers-reduced-motion: no-preference) {
            html {
                scroll-behavior: smooth;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: .01ms !important;
                transition-duration: .01ms !important;
            }
        }
        @media print {
            .site-header,
            .search-section,
            .nav-toggle,
            .breadcrumb,
            .rating-section,
            .comment-section,
            .friend-links-section,
            .site-footer {
                display: none !important;
            }
            body {
                background: #fff;
                color: #111;
            }
            .container {
                max-width: 100%;
            }
            a {
                color: #0044cc;
            }
        }
