        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0c10;
            color: #e0e0e0;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #f9a825;
            text-decoration: none;
            transition: color 0.25s;
        }
        a:hover,
        a:focus {
            color: #ffd54f;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.8rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #fff;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.6rem;
            border-left: 6px solid #f9a825;
            padding-left: 1rem;
        }
        h2 {
            font-size: 2rem;
            border-bottom: 2px solid #f9a82533;
            padding-bottom: 0.5rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #fdd835;
        }
        h4 {
            font-size: 1.2rem;
            color: #ffe082;
        }
        p {
            margin-bottom: 1.25rem;
            font-size: 1.05rem;
            color: #cfd8dc;
        }
        strong,
        b {
            color: #fff;
            font-weight: 700;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        header {
            background: linear-gradient(135deg, #0f1419 0%, #1a1f2b 100%);
            border-bottom: 2px solid #f9a82530;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 999;
            backdrop-filter: blur(10px);
            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.8rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 900;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f9a825, #ff6f00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px #f9a82530;
            display: inline-block;
        }
        .my-logo:hover {
            text-decoration: none;
            filter: brightness(1.2);
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #aaa;
            color: #aaa;
            display: block;
            font-weight: 400;
            letter-spacing: 1px;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            flex-wrap: wrap;
        }
        nav a {
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            color: #cfd8dc;
            transition: all 0.25s;
            white-space: nowrap;
        }
        nav a:hover,
        nav a.active {
            background: #f9a82520;
            color: #f9a825;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 2rem;
            color: #f9a825;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: #ffffff10;
        }
        #nav-toggle {
            display: none;
        }
        #nav-toggle:checked~.nav-links {
            display: flex;
            flex-direction: column;
            width: 100%;
            background: #141a24;
            padding: 1rem 0.5rem;
            border-radius: 0 0 16px 16px;
            border-top: 1px solid #f9a82530;
            margin-top: 0.8rem;
        }
        .nav-links {
            display: flex;
            gap: 0.3rem;
            flex-wrap: wrap;
            align-items: center;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-links {
                display: none;
                width: 100%;
            }
            .nav-links a {
                width: 100%;
                text-align: center;
                padding: 0.8rem;
            }
            .header-inner {
                gap: 0.4rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            body {
                font-size: 0.95rem;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.2rem;
            }
            .header-inner {
                flex-wrap: nowrap;
            }
            nav a {
                font-size: 0.8rem;
                padding: 0.4rem 0.7rem;
            }
        }
        .breadcrumb {
            background: #141a24;
            padding: 0.7rem 1.2rem;
            border-radius: 30px;
            display: inline-flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            margin: 1.2rem 0 0.8rem;
            border: 1px solid #2a2f3a;
        }
        .breadcrumb a {
            color: #90a4ae;
        }
        .breadcrumb a:hover {
            color: #f9a825;
        }
        .breadcrumb span {
            color: #f9a825;
            font-weight: 600;
        }
        .hero-img {
            margin: 2rem 0 1.5rem;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px -10px #00000080;
            background: #1a1f2b;
            position: relative;
        }
        .hero-img img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .hero-img .img-caption {
            padding: 0.8rem 1.2rem;
            background: #0b0c10cc;
            font-size: 0.9rem;
            color: #bbb;
        }
        .card {
            background: #141a24;
            border-radius: 18px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a2f3a;
            box-shadow: 0 8px 30px -8px #00000060;
            transition: transform 0.2s;
        }
        .card:hover {
            transform: translateY(-2px);
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #fdd835;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 12px;
            border: 1px solid #2a2f3a;
            background: #0f1419;
            color: #e0e0e0;
            font-size: 1rem;
            transition: 0.25s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #f9a825;
            box-shadow: 0 0 0 3px #f9a82520;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            padding: 0.8rem 2.2rem;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #f9a825, #ff6f00);
            color: #0b0c10;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s;
            display: inline-block;
            text-align: center;
        }
        .btn:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 30px #f9a82540;
            text-decoration: none;
            color: #0b0c10;
        }
        .btn-small {
            padding: 0.5rem 1.2rem;
            font-size: 0.85rem;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            direction: rtl;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2.2rem;
            color: #3a3f4a;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f9a825;
        }
        .comment-item {
            background: #0f1419;
            border-radius: 14px;
            padding: 1rem 1.4rem;
            margin-bottom: 1rem;
            border-left: 4px solid #f9a825;
        }
        .comment-item .meta {
            font-size: 0.8rem;
            color: #78909c;
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .comment-item .name {
            font-weight: 700;
            color: #fdd835;
        }
        footer {
            background: #0f1419;
            border-top: 2px solid #f9a82520;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        footer .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        @media (max-width: 768px) {
            footer .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        footer h4 {
            color: #f9a825;
            margin-top: 0;
        }
        footer a {
            color: #90a4ae;
        }
        footer a:hover {
            color: #f9a825;
        }
        friend-link {
            display: block;
            background: #141a24;
            border-radius: 16px;
            padding: 1.2rem 1.6rem;
            margin: 1.5rem 0 0.8rem;
            border: 1px solid #2a2f3a;
        }
        friend-link .fl-title {
            font-weight: 700;
            color: #fdd835;
            margin-bottom: 0.6rem;
            font-size: 1.1rem;
        }
        friend-link .fl-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.4rem;
        }
        friend-link .fl-list a {
            color: #90a4ae;
            font-size: 0.9rem;
            padding: 0.2rem 0.6rem;
            border-radius: 20px;
            background: #0b0c10;
            transition: 0.2s;
        }
        friend-link .fl-list a:hover {
            background: #f9a82515;
            color: #f9a825;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            padding-top: 1.8rem;
            margin-top: 1.8rem;
            border-top: 1px solid #1e2430;
            font-size: 0.85rem;
            color: #607d8b;
        }
        .copyright strong {
            color: #f9a825;
        }
        @media (max-width: 600px) {
            .card {
                padding: 1.2rem 1rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.5rem 0.8rem;
            }
            .star-rating label {
                font-size: 1.8rem;
            }
            .btn {
                width: 100%;
            }
        }
        .badge {
            display: inline-block;
            background: #f9a82520;
            color: #f9a825;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            border: 1px solid #f9a82530;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, transparent, #f9a82530, transparent);
            margin: 2.5rem 0;
        }
        .highlight-box {
            background: #1a1f2b;
            border-left: 6px solid #f9a825;
            padding: 1.4rem 1.8rem;
            border-radius: 12px;
            margin: 1.8rem 0;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }
        @media (max-width: 640px) {
            .grid-2 {
                grid-template-columns: 1fr;
            }
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #0f1419;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #1e2430;
        }
        th {
            background: #1a1f2b;
            color: #f9a825;
            font-weight: 700;
        }
        tr:hover {
            background: #141a24;
        }
        .back-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f9a825;
            color: #0b0c10;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            box-shadow: 0 8px 24px #00000080;
            transition: 0.3s;
            z-index: 99;
            border: none;
            cursor: pointer;
        }
        .back-top:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px #f9a82540;
        }
        @media (max-width: 480px) {
            .back-top {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
                bottom: 1rem;
                right: 1rem;
            }
        }
