* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background: #0d0f14; color: #e8edf2; line-height: 1.7; font-size: 16px; }
        a { color: #fbbf24; text-decoration: none; transition: color 0.2s; }
        a:hover { color: #fcd34d; text-decoration: underline; }
        img { max-width: 100%; height: auto; display: block; border-radius: 12px; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        h1, h2, h3, h4 { font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; }
        h1 { font-size: 2.8rem; margin: 1.5rem 0 0.8rem; background: linear-gradient(135deg, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        h2 { font-size: 2rem; margin: 2.5rem 0 1rem; border-bottom: 2px solid #fbbf24; padding-bottom: 0.4rem; color: #fbbf24; }
        h3 { font-size: 1.5rem; margin: 2rem 0 0.6rem; color: #fcd34d; }
        h4 { font-size: 1.2rem; margin: 1.2rem 0 0.4rem; color: #fde68a; }
        p { margin-bottom: 1.2rem; }
        ul, ol { margin: 0.6rem 0 1.2rem 1.8rem; }
        li { margin-bottom: 0.4rem; }
        strong { color: #fbbf24; font-weight: 600; }
        .my-logo { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.02em; background: linear-gradient(135deg, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
        .my-logo a { -webkit-text-fill-color: #fbbf24; }
        .my-logo a:hover { text-decoration: none; }
        header { background: #151a22; padding: 14px 0; border-bottom: 1px solid #2a3140; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(8px); background: rgba(21, 26, 34, 0.96); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .nav-toggle { display: none; background: none; border: 2px solid #fbbf24; color: #fbbf24; font-size: 1.4rem; padding: 6px 14px; border-radius: 8px; cursor: pointer; transition: 0.2s; }
        .nav-toggle:hover { background: #fbbf24; color: #0d0f14; }
        .nav-menu { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
        .nav-menu a { padding: 8px 14px; border-radius: 8px; font-weight: 500; font-size: 0.9rem; color: #c4cdd8; }
        .nav-menu a:hover { background: #2a3140; color: #fbbf24; text-decoration: none; }
        .breadcrumb { background: #1a202c; padding: 10px 0; font-size: 0.85rem; border-bottom: 1px solid #2a3140; }
        .breadcrumb span { color: #9ca3af; }
        .breadcrumb a { color: #fbbf24; }
        .breadcrumb a:hover { color: #fcd34d; }
        .hero { background: linear-gradient(145deg, #1a202c, #0d0f14); padding: 40px 0 30px; border-bottom: 1px solid #2a3140; }
        .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
        .hero-text p { font-size: 1.1rem; color: #c4cdd8; }
        .hero-img { border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
        .section { padding: 30px 0 40px; }
        .card { background: #151a22; border-radius: 16px; padding: 28px; margin-bottom: 28px; border: 1px solid #2a3140; transition: transform 0.2s, box-shadow 0.2s; }
        .card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.4); }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
        .feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 20px 0; }
        .feature-item { background: #1a202c; border-radius: 12px; padding: 18px; border-left: 4px solid #fbbf24; }
        .feature-item i { color: #fbbf24; margin-right: 10px; }
        .table-wrap { overflow-x: auto; margin: 20px 0; }
        table { width: 100%; border-collapse: collapse; background: #151a22; border-radius: 12px; overflow: hidden; border: 1px solid #2a3140; }
        th { background: #fbbf24; color: #0d0f14; padding: 14px 16px; text-align: left; font-weight: 700; }
        td { padding: 12px 16px; border-bottom: 1px solid #2a3140; }
        tr:last-child td { border-bottom: none; }
        .btn { display: inline-block; padding: 12px 28px; border-radius: 50px; font-weight: 600; font-size: 1rem; transition: all 0.25s; border: none; cursor: pointer; background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #0d0f14; }
        .btn:hover { transform: scale(1.04); box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3); text-decoration: none; color: #0d0f14; }
        .btn-outline { background: transparent; border: 2px solid #fbbf24; color: #fbbf24; }
        .btn-outline:hover { background: #fbbf24; color: #0d0f14; }
        .search-box { display: flex; gap: 8px; max-width: 500px; margin: 20px 0; }
        .search-box input { flex: 1; padding: 14px 18px; border-radius: 50px; border: 2px solid #2a3140; background: #1a202c; color: #e8edf2; font-size: 1rem; outline: none; transition: 0.2s; }
        .search-box input:focus { border-color: #fbbf24; }
        .search-box button { padding: 14px 28px; border-radius: 50px; border: none; background: #fbbf24; color: #0d0f14; font-weight: 700; cursor: pointer; transition: 0.2s; }
        .search-box button:hover { background: #fcd34d; }
        .comment-area { margin: 20px 0; }
        .comment-area textarea { width: 100%; padding: 16px; border-radius: 12px; border: 2px solid #2a3140; background: #1a202c; color: #e8edf2; font-size: 1rem; min-height: 120px; resize: vertical; outline: none; transition: 0.2s; }
        .comment-area textarea:focus { border-color: #fbbf24; }
        .comment-area .btn { margin-top: 10px; }
        .rating-stars { display: flex; gap: 6px; font-size: 1.6rem; color: #4b5563; cursor: pointer; margin: 10px 0; }
        .rating-stars i { transition: color 0.15s; }
        .rating-stars i.active { color: #fbbf24; }
        .rating-stars i:hover { color: #fbbf24; }
        .friend-links { background: #151a22; border-top: 2px solid #2a3140; padding: 32px 0; margin-top: 40px; }
        .friend-links h3 { margin-bottom: 16px; }
        .friend-links a { display: inline-block; margin: 4px 12px 4px 0; padding: 6px 16px; background: #1a202c; border-radius: 50px; font-size: 0.9rem; border: 1px solid #2a3140; }
        .friend-links a:hover { border-color: #fbbf24; }
        footer { background: #0a0d12; padding: 28px 0; text-align: center; border-top: 1px solid #2a3140; color: #9ca3af; font-size: 0.9rem; }
        footer p { margin: 4px 0; }
        .update-badge { display: inline-block; background: #2a3140; padding: 4px 16px; border-radius: 50px; font-size: 0.8rem; color: #c4cdd8; margin-bottom: 20px; }
        .emoji-big { font-size: 2rem; margin-right: 6px; }
        @media (max-width: 768px) {
            h1 { font-size: 2rem; }
            h2 { font-size: 1.5rem; }
            .hero-grid { grid-template-columns: 1fr; gap: 24px; }
            .nav-toggle { display: block; }
            .nav-menu { display: none; width: 100%; flex-direction: column; padding-top: 14px; gap: 6px; }
            .nav-menu.open { display: flex; }
            .nav-menu a { width: 100%; text-align: center; }
            .header-inner { position: relative; }
            .card-grid { grid-template-columns: 1fr; }
            .feature-list { grid-template-columns: 1fr; }
            .search-box { flex-direction: column; }
            .search-box button { width: 100%; }
            .rating-stars { font-size: 1.4rem; }
        }
        @media (max-width: 480px) {
            .container { padding: 0 12px; }
            h1 { font-size: 1.6rem; }
            .card { padding: 18px; }
        }
        .skip-link { position: absolute; top: -40px; left: 0; background: #fbbf24; color: #0d0f14; padding: 8px 16px; z-index: 999; }
        .skip-link:focus { top: 0; }
        .schema-hidden { display: none; }
        .tag { display: inline-block; background: #2a3140; padding: 2px 12px; border-radius: 50px; font-size: 0.75rem; color: #c4cdd8; margin: 2px 4px 2px 0; }
