* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            background: #f5f7fc;
            color: #1a1a2e;
            line-height: 1.7;
            padding: 20px;
        }
        .wrapper {
            max-width: 1280px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 32px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
            padding: 28px 32px 20px;
            transition: all 0.2s;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 16px;
            border-bottom: 2px solid #eef1f8;
            position: relative;
        }
        .logo-area {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(145deg, #e8491d, #ff6f3c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            font-family: 'Segoe UI', sans-serif;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #e8491d;
            margin-right: 6px;
        }
        .my-logo:hover {
            opacity: 0.85;
        }
        .nav-toggle {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #1a1a2e;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 12px;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f0f2f8;
        }
        nav {
            display: flex;
            gap: 10px 24px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            text-decoration: none;
            color: #2d3142;
            font-weight: 600;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        nav a:hover {
            color: #e8491d;
            border-bottom-color: #e8491d;
        }
        .breadcrumb {
            width: 100%;
            margin-top: 14px;
            font-size: 0.9rem;
            color: #5a5f7a;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
            padding: 6px 0 2px;
        }
        .breadcrumb a {
            color: #2d3142;
            text-decoration: none;
            font-weight: 500;
        }
        .breadcrumb a:hover {
            color: #e8491d;
        }
        .breadcrumb span {
            color: #999fb5;
        }
        main {
            padding: 32px 0 20px;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 12px;
            color: #0f0f1a;
            letter-spacing: -0.02em;
        }
        h1 i {
            color: #e8491d;
            margin-right: 10px;
        }
        .update-badge {
            display: inline-block;
            background: #edf2ff;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #1e3a8a;
            font-weight: 600;
            margin-bottom: 28px;
            border: 1px solid #d0d9f0;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 48px 0 16px;
            color: #0f0f1a;
            border-left: 6px solid #e8491d;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.45rem;
            font-weight: 600;
            margin: 32px 0 12px;
            color: #1f2340;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 24px 0 8px;
            color: #2d3142;
        }
        p {
            margin-bottom: 18px;
            color: #2d3142;
        }
        .hero-img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
            border-radius: 24px;
            margin: 24px 0 28px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        }
        .highlight-box {
            background: #f8faff;
            padding: 24px 28px;
            border-radius: 20px;
            border-left: 6px solid #e8491d;
            margin: 28px 0;
            box-shadow: 0 4px 12px rgba(232, 73, 29, 0.06);
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .tip-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            margin: 24px 0;
        }
        .tip-card {
            background: #fafbff;
            padding: 22px 20px;
            border-radius: 20px;
            border: 1px solid #eef1f8;
            transition: 0.25s ease;
        }
        .tip-card:hover {
            transform: translateY(-4px);
            border-color: #e8491d;
            box-shadow: 0 12px 28px rgba(232, 73, 29, 0.08);
        }
        .tip-card i {
            font-size: 1.8rem;
            color: #e8491d;
            margin-bottom: 10px;
        }
        .tip-card h4 {
            margin-top: 0;
        }
        .feature-list {
            list-style: none;
            padding: 0;
            margin: 18px 0;
        }
        .feature-list li {
            padding: 10px 0 10px 32px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e8491d" width="18px" height="18px"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') left center no-repeat;
            background-size: 18px;
            border-bottom: 1px solid #f0f2f8;
        }
        .feature-list li:last-child {
            border-bottom: none;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 24px 0;
            border-radius: 16px;
            border: 1px solid #eef1f8;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        th {
            background: #f0f4ff;
            color: #0f1a3a;
            font-weight: 700;
            padding: 14px 18px;
            text-align: left;
        }
        td {
            padding: 12px 18px;
            border-top: 1px solid #eef1f8;
        }
        tr:hover td {
            background: #fafbff;
        }
        .btn {
            display: inline-block;
            background: #e8491d;
            color: #fff;
            padding: 10px 28px;
            border-radius: 40px;
            font-weight: 700;
            text-decoration: none;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #c93716;
            transform: scale(1.02);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #e8491d;
            color: #e8491d;
        }
        .btn-outline:hover {
            background: #e8491d;
            color: #fff;
        }
        .search-form {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin: 28px 0 20px;
            padding: 18px 0;
        }
        .search-form input {
            flex: 1 1 260px;
            padding: 14px 20px;
            border-radius: 60px;
            border: 2px solid #e0e4f0;
            font-size: 1rem;
            background: #fafcff;
            transition: 0.2s;
        }
        .search-form input:focus {
            outline: none;
            border-color: #e8491d;
            box-shadow: 0 0 0 4px rgba(232, 73, 29, 0.1);
        }
        .search-form button {
            padding: 14px 32px;
            border-radius: 60px;
            border: none;
            background: #e8491d;
            color: #fff;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1rem;
        }
        .search-form button:hover {
            background: #c93716;
        }
        .comment-section,
        .score-section {
            background: #f8faff;
            padding: 28px 30px;
            border-radius: 24px;
            margin: 32px 0 20px;
            border: 1px solid #eef1f8;
        }
        .comment-section h3,
        .score-section h3 {
            margin-top: 0;
        }
        .comment-form,
        .score-form {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 12px;
        }
        .comment-form input,
        .comment-form textarea,
        .score-form input,
        .score-form select {
            padding: 12px 18px;
            border-radius: 16px;
            border: 2px solid #e0e4f0;
            font-size: 0.95rem;
            background: #fff;
            transition: 0.2s;
            font-family: inherit;
        }
        .comment-form input:focus,
        .comment-form textarea:focus,
        .score-form input:focus,
        .score-form select:focus {
            border-color: #e8491d;
            outline: none;
            box-shadow: 0 0 0 4px rgba(232, 73, 29, 0.06);
        }
        .comment-form input,
        .score-form input {
            flex: 1 1 200px;
        }
        .comment-form textarea {
            flex: 1 1 100%;
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .score-form button {
            padding: 12px 32px;
            border-radius: 40px;
            border: none;
            background: #e8491d;
            color: #fff;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
        }
        .comment-form button:hover,
        .score-form button:hover {
            background: #c93716;
        }
        .friend-link {
            display: block;
            margin-top: 8px;
        }
        friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            padding: 18px 0 10px;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #2d3142;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid transparent;
            transition: 0.2s;
        }
        friend-link a:hover {
            color: #e8491d;
            border-bottom-color: #e8491d;
        }
        footer {
            border-top: 2px solid #eef1f8;
            padding-top: 22px;
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
            color: #5a5f7a;
        }
        footer .copy {
            font-weight: 500;
        }
        @media (max-width: 768px) {
            .wrapper {
                padding: 16px 14px 12px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 16px 0 6px;
                gap: 8px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                font-size: 1rem;
                padding: 8px 0;
                width: 100%;
                border-bottom: 1px solid #eef1f8;
            }
            .hero-img {
                max-height: 220px;
            }
            .tip-grid {
                grid-template-columns: 1fr;
            }
            .comment-section,
            .score-section {
                padding: 18px 16px;
            }
            footer {
                flex-direction: column;
                text-align: center;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.5rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            .search-form input,
            .search-form button {
                width: 100%;
            }
        }
        .schema-hidden {
            display: none;
        }
        .star-rating {
            color: #f5b342;
            letter-spacing: 2px;
        }
        .emoji-big {
            font-size: 1.4rem;
        }
        .tag {
            display: inline-block;
            background: #eef1f8;
            padding: 2px 14px;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #2d3142;
        }
