        *,
        *::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: #0b0d11;
            color: #e8eaed;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #ff4d4d;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ff8080;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.5rem;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #14181c;
        }
        ::-webkit-scrollbar-thumb {
            background: #3a1c1c;
            border-radius: 8px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #5c2a2a;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(145deg, #14181c 0%, #1a1f24 100%);
            border-bottom: 2px solid #2a1a1a;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem 1rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #ff1a1a, #cc0000);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 26, 26, 0.15);
            display: flex;
            align-items: center;
            gap: 0.4rem;
            line-height: 1.2;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #ff4d4d;
            font-size: 1.8rem;
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: inherit;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e8eaed;
            font-size: 1.7rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.05);
        }
        .primary-nav {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        .primary-nav a {
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #c8ccd0;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .primary-nav a:hover,
        .primary-nav a:focus {
            background: rgba(255, 77, 77, 0.12);
            color: #ff4d4d;
            text-decoration: none;
        }
        .primary-nav a.active {
            background: rgba(255, 77, 77, 0.18);
            color: #ff4d4d;
        }
        .breadcrumb {
            background: #101316;
            padding: 0.6rem 0;
            border-bottom: 1px solid #1e2328;
            font-size: 0.85rem;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #666;
        }
        .breadcrumb a {
            color: #999;
        }
        .breadcrumb a:hover {
            color: #ff4d4d;
        }
        .breadcrumb .current {
            color: #ccc;
            font-weight: 500;
        }
        .main-content {
            padding: 2.5rem 0 3rem;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 0.75rem;
            background: linear-gradient(135deg, #ff3333, #ff6b6b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-top: 3rem;
            margin-bottom: 1rem;
            color: #f0f2f5;
            border-left: 5px solid #ff4d4d;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 2.2rem;
            margin-bottom: 0.8rem;
            color: #e0e4e8;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-top: 1.6rem;
            margin-bottom: 0.5rem;
            color: #d0d4d8;
        }
        p {
            margin-bottom: 1.4rem;
            color: #cfd3d7;
            max-width: 75ch;
        }
        .content-section {
            margin-bottom: 2.5rem;
        }
        strong,
        b {
            color: #ffcccc;
            font-weight: 700;
        }
        .featured-media {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
            background: #14181c;
        }
        .featured-media img {
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        .featured-media:hover img {
            transform: scale(1.02);
        }
        .featured-media figcaption {
            padding: 0.75rem 1.25rem;
            font-size: 0.9rem;
            color: #aaa;
            background: #1a1f24;
            border-top: 1px solid #2a2f34;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 0.75rem;
            margin: 1.5rem 0 2rem;
            padding: 0;
            list-style: none;
        }
        .link-grid li {
            margin: 0;
        }
        .link-grid a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.75rem 1.1rem;
            background: #14181c;
            border-radius: 12px;
            border: 1px solid #2a2f34;
            font-weight: 500;
            transition: all 0.25s ease;
            color: #ddd;
        }
        .link-grid a:hover {
            background: #1e242a;
            border-color: #ff4d4d;
            color: #ff4d4d;
            text-decoration: none;
            transform: translateY(-2px);
        }
        .link-grid a i {
            color: #ff4d4d;
            font-size: 1rem;
            width: 1.4rem;
            text-align: center;
        }
        .search-block {
            background: #14181c;
            border-radius: 16px;
            padding: 2rem 2rem 2.2rem;
            margin: 2.5rem 0;
            border: 1px solid #2a2f34;
        }
        .search-block h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 1rem;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3a3f44;
            background: #0b0d11;
            color: #e8eaed;
            font-size: 1rem;
            outline: none;
            transition: border 0.25s ease;
        }
        .search-form input[type="text"]:focus {
            border-color: #ff4d4d;
            box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.15);
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #ff1a1a, #cc0000);
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.25s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 24px rgba(255, 26, 26, 0.3);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.5rem 0;
        }
        @media (max-width: 720px) {
            .feedback-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        .comment-block,
        .score-block {
            background: #14181c;
            border-radius: 16px;
            padding: 1.8rem 2rem 2.2rem;
            border: 1px solid #2a2f34;
        }
        .comment-block h3,
        .score-block h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-block textarea {
            width: 100%;
            padding: 0.9rem 1.2rem;
            border-radius: 12px;
            border: 1px solid #3a3f44;
            background: #0b0d11;
            color: #e8eaed;
            font-size: 1rem;
            resize: vertical;
            min-height: 120px;
            outline: none;
            transition: border 0.25s ease;
            font-family: inherit;
        }
        .comment-block textarea:focus {
            border-color: #ff4d4d;
            box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.12);
        }
        .comment-block .form-actions,
        .score-block .form-actions {
            display: flex;
            justify-content: flex-end;
            margin-top: 1rem;
        }
        .btn-primary {
            padding: 0.7rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #ff1a1a, #cc0000);
            color: #fff;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-primary:hover {
            transform: scale(1.03);
            box-shadow: 0 6px 24px rgba(255, 26, 26, 0.3);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            font-size: 2rem;
            margin: 0.8rem 0 0.4rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #3a3f44;
            transition: color 0.2s ease;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffcc00;
        }
        .star-rating label i {
            font-size: 2rem;
        }
        .site-footer {
            background: #0d1013;
            border-top: 2px solid #1e2328;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        @media (max-width: 720px) {
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        .footer-brand .my-logo {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        .footer-brand p {
            font-size: 0.9rem;
            color: #999;
            max-width: 40ch;
        }
        friend-link {
            display: block;
        }
        friend-link h4 {
            color: #ddd;
            margin-top: 0;
            font-size: 1.1rem;
        }
        friend-link ul {
            list-style: none;
            padding: 0;
            margin: 0.5rem 0 0;
        }
        friend-link li {
            margin-bottom: 0.4rem;
        }
        friend-link a {
            color: #aaa;
            font-size: 0.95rem;
        }
        friend-link a:hover {
            color: #ff4d4d;
        }
        .copyright {
            grid-column: 1 / -1;
            border-top: 1px solid #1e2328;
            padding-top: 1.5rem;
            margin-top: 1rem;
            text-align: center;
            font-size: 0.85rem;
            color: #777;
        }
        .copyright strong {
            color: #bbb;
        }
        @media (max-width: 820px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #14181c;
                border-radius: 16px;
                padding: 1rem 0.5rem;
                margin-top: 0.5rem;
                border: 1px solid #2a2f34;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.7rem 1.2rem;
                width: 100%;
                border-radius: 10px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                align-items: center;
            }
        }
        @media (max-width: 480px) {
            .wrapper {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            .search-block {
                padding: 1.2rem;
            }
            .comment-block,
            .score-block {
                padding: 1.2rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .star-rating label i {
                font-size: 1.6rem;
            }
        }
        .last-update {
            display: inline-block;
            font-size: 0.85rem;
            color: #888;
            background: #14181c;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            border: 1px solid #2a2f34;
            margin-bottom: 1.5rem;
        }
        .emoji-big {
            font-size: 1.4em;
            line-height: 1;
        }
        .highlight-box {
            background: #1a1f24;
            border-left: 4px solid #ff4d4d;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .section-divider {
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, transparent, #2a2f34, transparent);
            margin: 2.5rem 0;
        }
