        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f5f3f0;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0;
        }
        a {
            color: #b45309;
            text-decoration: none;
            transition: color 0.25s;
        }
        a:hover,
        a:focus {
            color: #78350f;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.4rem;
        }
        hr {
            border: 0;
            height: 2px;
            background: linear-gradient(90deg, #d4a373, #faedcd, #d4a373);
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1a2e, #16213e);
            padding: 0.8rem 0;
            border-bottom: 4px solid #e67e22;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #fbbf24;
            text-shadow: 2px 2px 0 #92400e;
            letter-spacing: -0.5px;
            transition: transform 0.2s;
            display: inline-block;
            background: linear-gradient(45deg, #f59e0b, #fbbf24);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
        }
        .my-logo:hover {
            transform: scale(1.03);
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.75rem;
            font-weight: 400;
            color: #a78bfa;
            -webkit-text-fill-color: #a78bfa;
            background: none;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #fbbf24;
            color: #fbbf24;
            font-size: 1.5rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(251, 191, 36, 0.15);
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e2e8f0;
            padding: 0.4rem 1rem;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: #e67e22;
            color: #fff;
            text-decoration: none;
        }
        .main-nav .active {
            background: rgba(230, 126, 34, 0.25);
            color: #fbbf24;
        }
        .breadcrumb {
            background: #faedcd;
            padding: 0.6rem 1.2rem;
            border-radius: 12px;
            margin: 1.2rem 0;
            font-size: 0.9rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
        }
        .breadcrumb a {
            color: #7c2d12;
        }
        .breadcrumb span {
            color: #92400e;
            font-weight: 500;
        }
        .breadcrumb .sep {
            color: #b45309;
            margin: 0 0.2rem;
        }
        .hero {
            background: linear-gradient(135deg, #2d1b0e, #4a2c17, #2d1b0e);
            border-radius: 20px;
            padding: 2.5rem 2rem;
            margin: 1.5rem 0 2.5rem;
            color: #fef3c7;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
            position: relative;
            overflow: hidden;
        }
        .hero::before {
            content: "⚡";
            position: absolute;
            right: -20px;
            bottom: -30px;
            font-size: 12rem;
            opacity: 0.08;
        }
        .hero h1 {
            font-size: 2.6rem;
            font-weight: 800;
            color: #fbbf24;
            line-height: 1.2;
            margin-bottom: 0.8rem;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            opacity: 0.92;
        }
        .hero .badge {
            display: inline-block;
            background: #e67e22;
            color: #fff;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-top: 1rem;
        }
        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;
            margin-top: 1.2rem;
            font-size: 0.9rem;
            color: #d4a373;
        }
        .hero-meta i {
            margin-right: 0.4rem;
        }
        .toc {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
            margin: 2rem 0;
            border-left: 5px solid #e67e22;
        }
        .toc h2 {
            font-size: 1.3rem;
            color: #3d0c02;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .toc ol {
            columns: 2;
            column-gap: 2rem;
            list-style: none;
            counter-reset: toc-counter;
        }
        .toc ol li {
            counter-increment: toc-counter;
            margin-bottom: 0.4rem;
            break-inside: avoid;
        }
        .toc ol li::before {
            content: counter(toc-counter) ". ";
            color: #e67e22;
            font-weight: 700;
            margin-right: 0.3rem;
        }
        .toc a {
            color: #7c2d12;
            font-weight: 500;
        }
        .toc a:hover {
            color: #b45309;
        }
        @media (max-width: 600px) {
            .toc ol {
                columns: 1;
            }
        }
        section {
            background: #fff;
            border-radius: 18px;
            padding: 2.2rem 2rem;
            margin: 2rem 0;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        }
        section h2 {
            font-size: 1.9rem;
            color: #3d0c02;
            border-bottom: 3px solid #faedcd;
            padding-bottom: 0.5rem;
            margin-bottom: 1.4rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        section h3 {
            font-size: 1.4rem;
            color: #5c2e0e;
            margin: 1.6rem 0 0.8rem;
            padding-left: 0.3rem;
            border-left: 4px solid #e67e22;
            padding-left: 0.8rem;
        }
        section h4 {
            font-size: 1.15rem;
            color: #7c2d12;
            margin: 1.2rem 0 0.6rem;
            font-weight: 600;
        }
        section p {
            margin-bottom: 1rem;
            text-align: justify;
        }
        .highlight-box {
            background: #fef9ec;
            border-radius: 14px;
            padding: 1.2rem 1.6rem;
            border-left: 6px solid #e67e22;
            margin: 1.4rem 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin: 1.4rem 0;
        }
        .stat-card {
            background: #faf5eb;
            border-radius: 14px;
            padding: 1.2rem;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            transition: transform 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
        }
        .stat-card .num {
            font-size: 2.2rem;
            font-weight: 800;
            color: #e67e22;
            display: block;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #5c2e0e;
            font-weight: 500;
        }
        .interview-box {
            background: #1e1e2e;
            color: #e2e8f0;
            border-radius: 18px;
            padding: 1.8rem;
            margin: 1.6rem 0;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        }
        .interview-box h4 {
            color: #fbbf24;
        }
        .interview-box .quote {
            font-style: italic;
            font-size: 1.05rem;
            border-left: 4px solid #e67e22;
            padding-left: 1.2rem;
            margin: 1rem 0;
            color: #d4a373;
        }
        .tip-list li {
            margin-bottom: 0.6rem;
        }
        .feature-img {
            border-radius: 18px;
            margin: 1.6rem 0;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            background: #e2d6c8;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 260px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" viewBox="0 0 800 400"><rect width="800" height="400" fill="%23d4a373"/><circle cx="400" cy="180" r="60" fill="%23fbbf24" opacity="0.6"/><polygon points="400,120 440,170 370,170" fill="%23e67e22" opacity="0.5"/><text x="400" y="300" font-family="Arial" font-size="28" fill="%23fff" text-anchor="middle" opacity="0.8">🎯 Kick The Buddy Remastered</text></svg>');
            background-size: cover;
            background-position: center;
        }
        .feature-img img {
            width: 100%;
            height: auto;
            border-radius: 18px;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            color: #3d0c02;
            margin-bottom: 0.3rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #e2d6c8;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.2s;
            background: #fafaf9;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #e67e22;
            outline: none;
            box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.15);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: linear-gradient(145deg, #e67e22, #d35400);
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(230, 126, 34, 0.35);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #e67e22;
            color: #e67e22;
        }
        .btn-outline:hover {
            background: #e67e22;
            color: #fff;
        }
        .score-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 2rem;
            color: #d4a373;
            cursor: pointer;
            flex-direction: row-reverse;
            justify-content: flex-end;
        }
        .score-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .score-stars i:hover,
        .score-stars i:hover~i {
            color: #fbbf24;
            transform: scale(1.1);
        }
        .star-input:checked~.star-label i,
        .star-input:checked~.star-label~.star-label i {
            color: #fbbf24;
        }
        .star-wrapper {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
        }
        .star-wrapper input {
            display: none;
        }
        .star-wrapper label {
            font-size: 2rem;
            color: #d4a373;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-wrapper label:hover,
        .star-wrapper label:hover~label,
        .star-wrapper input:checked~label {
            color: #fbbf24;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0;
        }
        .friend-links-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 0.6rem 1.2rem;
        }
        .friend-links-grid a {
            color: #7c2d12;
            font-weight: 500;
            padding: 0.3rem 0;
            border-bottom: 1px dashed #e2d6c8;
        }
        .friend-links-grid a:hover {
            color: #e67e22;
            border-color: #e67e22;
        }
        .site-footer {
            background: #1a1a2e;
            color: #cbd5e1;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
            border-top: 4px solid #e67e22;
        }
        .site-footer .container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.6rem;
        }
        .site-footer h4 {
            color: #fbbf24;
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
        }
        .site-footer a {
            color: #a78bfa;
        }
        .site-footer a:hover {
            color: #fbbf24;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #2d2d4a;
            font-size: 0.9rem;
            color: #94a3b8;
        }
        .copyright strong {
            color: #fbbf24;
        }
        @media (max-width: 820px) {
            .hero h1 {
                font-size: 2rem;
            }
            section {
                padding: 1.6rem 1.2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.2rem;
                margin-top: 0.8rem;
                background: #0f172a;
                padding: 0.8rem;
                border-radius: 12px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-radius: 6px;
            }
            .breadcrumb {
                font-size: 0.8rem;
                padding: 0.4rem 0.8rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            .hero {
                padding: 1.6rem 1.2rem;
            }
            section {
                padding: 1.2rem 0.9rem;
            }
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .friend-links-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #e67e22;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(230, 126, 34, 0.4);
            cursor: pointer;
            transition: transform 0.2s, opacity 0.3s;
            opacity: 0.7;
            border: none;
            z-index: 999;
        }
        .scroll-top:hover {
            transform: translateY(-4px);
            opacity: 1;
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }
