        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Inter', system-ui, -apple-system, sans-serif;
            background: #0d0f14;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #f97316;
            text-decoration: none;
            transition: color 0.25s;
        }
        a:hover,
        a:focus {
            color: #fbbf24;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5f2ed;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            border-left: 6px solid #f97316;
            padding-left: 1rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #2a2e38;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #fbbf24;
        }
        h4 {
            font-size: 1.15rem;
            color: #fdba74;
        }
        p {
            margin-bottom: 1.1rem;
        }
        blockquote {
            border-left: 5px solid #f97316;
            background: #1a1e26;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #d6d3cc;
        }
        strong {
            color: #fbbf24;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 12px;
        }
        header {
            padding: 20px 0 8px;
            border-bottom: 1px solid #2a2e38;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #f97316, #fbbf24);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(249, 115, 22, 0.25);
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.65rem;
            -webkit-text-fill-color: #a0a0a0;
            color: #a0a0a0;
            display: block;
            letter-spacing: 0.4px;
            font-weight: 400;
        }
        .my-logo a {
            text-decoration: none;
            color: inherit;
            background: none;
            -webkit-text-fill-color: inherit;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f97316;
            color: #f97316;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f97316;
            color: #0d0f14;
        }
        nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            color: #cfcdc8;
            font-weight: 500;
            font-size: 0.92rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        nav a:hover {
            color: #fbbf24;
            border-bottom-color: #f97316;
            text-decoration: none;
        }
        .nav-active a {
            color: #f97316;
            border-bottom-color: #f97316;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 14px 0 8px;
            font-size: 0.85rem;
            color: #9ca3af;
            gap: 6px 10px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #f97316;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #b0aea8;
        }
        .breadcrumb a:hover {
            color: #fbbf24;
        }
        .breadcrumb .current {
            color: #fbbf24;
        }
        .search-wrap {
            background: #1a1e26;
            border-radius: 40px;
            padding: 4px 4px 4px 20px;
            display: flex;
            align-items: center;
            max-width: 460px;
            margin: 24px 0 28px;
            border: 1px solid #2a2e38;
            transition: 0.3s;
        }
        .search-wrap:focus-within {
            border-color: #f97316;
            box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
        }
        .search-wrap input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 14px 8px 14px 0;
            font-size: 1rem;
            color: #e8e6e3;
            outline: none;
        }
        .search-wrap input::placeholder {
            color: #6b7280;
        }
        .search-wrap button {
            background: #f97316;
            border: none;
            color: #0d0f14;
            font-weight: 700;
            padding: 10px 22px;
            border-radius: 30px;
            cursor: pointer;
            font-size: 0.95rem;
            transition: 0.25s;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .search-wrap button:hover {
            background: #fbbf24;
            transform: scale(1.02);
        }
        .section-card {
            background: #151a22;
            border-radius: 20px;
            padding: 28px 24px;
            margin-bottom: 28px;
            border: 1px solid #242a34;
            transition: 0.2s;
        }
        .section-card:hover {
            border-color: #3a4050;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }
        .grid-3 {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
        }
        .feature-img {
            border-radius: 16px;
            margin: 20px 0 24px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            color: #d6d3cc;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            background: #1a1e26;
            border: 1px solid #2a2e38;
            border-radius: 12px;
            color: #e8e6e3;
            font-size: 1rem;
            transition: 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #f97316;
            outline: none;
            box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: #f97316;
            color: #0d0f14;
            font-weight: 700;
            padding: 12px 32px;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            background: #fbbf24;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f97316;
            color: #f97316;
        }
        .btn-outline:hover {
            background: #f97316;
            color: #0d0f14;
        }
        .star-rating {
            display: flex;
            gap: 8px;
            font-size: 2rem;
            color: #4b5563;
            cursor: pointer;
            flex-wrap: wrap;
        }
        .star-rating i {
            transition: 0.2s;
        }
        .star-rating i.active,
        .star-rating i:hover,
        .star-rating i:hover~i {
            color: #fbbf24;
        }
        .star-rating i:hover {
            transform: scale(1.15);
        }
        footer {
            border-top: 1px solid #242a34;
            padding: 36px 0 28px;
            margin-top: 40px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
        }
        friend-link {
            display: block;
            background: #151a22;
            padding: 20px 24px;
            border-radius: 16px;
            border: 1px solid #242a34;
            margin: 20px 0 24px;
            font-style: normal;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
            padding: 4px 0;
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            color: #7a7f8a;
            font-size: 0.85rem;
            border-top: 1px solid #1e232c;
            margin-top: 24px;
        }
        .copyright strong {
            color: #b0aea8;
        }
        @media (max-width: 900px) {
            .grid-2,
            .grid-3 {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 0 4px;
                gap: 4px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 8px 0;
                width: 100%;
                border-bottom: 1px solid #242a34;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .search-wrap {
                max-width: 100%;
                flex-wrap: wrap;
                border-radius: 20px;
            }
            .search-wrap button {
                width: 100%;
                justify-content: center;
                border-radius: 20px;
                margin-top: 4px;
            }
            .section-card {
                padding: 20px 16px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 10px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        .tag {
            display: inline-block;
            background: #1e232c;
            color: #fbbf24;
            padding: 2px 14px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.3px;
            border: 1px solid #2a2e38;
        }
        .divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, #f97316, transparent);
            margin: 32px 0;
            opacity: 0.3;
        }
        .emoji-lg {
            font-size: 1.4em;
            margin-right: 4px;
        }
        .highlight-box {
            background: #1e232c;
            border-left: 6px solid #f97316;
            padding: 18px 22px;
            border-radius: 0 16px 16px 0;
            margin: 20px 0;
        }
        .flex-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }
        .last-update {
            font-size: 0.85rem;
            color: #9ca3af;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
            margin: 8px 0 14px;
        }
        .last-update i {
            color: #f97316;
        }
