        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        :root {
            --uno-red: #ff2d2d;
            --uno-yellow: #ffce00;
            --uno-green: #00a651;
            --uno-blue: #0072bc;
            --card-white: #f9f6ef;
            --dark: #1b1b1f;
            --gray-light: #f2f2f7;
            --gray-mid: #767680;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: var(--gray-light);
            color: #1d1d1d;
            line-height: 1.65;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: var(--uno-blue);
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        .my-header {
            background: var(--dark);
            padding: 0 24px;
            position: sticky;
            top: 0;
            z-index: 999;
            box-shadow: 0 2px 16px rgba(0, 0, 0, .24);
        }
        .nav-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1280px;
            margin: 0 auto;
            flex-wrap: wrap;
            min-height: 64px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 900;
            letter-spacing: -.5px;
            color: var(--card-white);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            color: var(--uno-yellow);
        }
        .my-logo:hover {
            color: var(--uno-yellow);
            text-decoration: none;
        }
        .nav-links {
            display: flex;
            list-style: none;
            gap: 4px;
            flex-wrap: wrap;
        }
        .nav-links li a {
            display: block;
            padding: 8px 16px;
            color: #eaeaea;
            font-weight: 500;
            border-radius: 28px;
            transition: all .2s;
        }
        .nav-links li a:hover {
            background: rgba(255, 255, 255, .12);
            color: #fff;
            text-decoration: none;
        }
        .nav-toggle-label {
            display: none;
            font-size: 1.6rem;
            color: #fff;
            cursor: pointer;
            padding: 8px;
        }
        #nav-toggle-check {
            display: none;
        }
        .breadcrumb {
            max-width: 1280px;
            margin: 0 auto;
            padding: 14px 24px 0;
            font-size: .86rem;
            color: #777;
        }
        .breadcrumb a {
            color: var(--uno-blue);
        }
        .breadcrumb span {
            margin: 0 6px;
        }
        .hero {
            background: linear-gradient(112deg, #1b1b1f 0%, #34343c 72%);
            color: #fff;
            padding: 64px 24px;
            text-align: center;
            border-bottom: 6px solid var(--uno-yellow);
        }
        .hero h1 {
            font-size: clamp(2rem, 5vw, 3.4rem);
            font-weight: 900;
            max-width: 900px;
            margin: 0 auto 16px;
            line-height: 1.15;
        }
        .hero p {
            max-width: 720px;
            margin: 0 auto 24px;
            font-size: 1.05rem;
            opacity: .85;
        }
        .hero-actions {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        .btn {
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 700;
            display: inline-block;
            transition: all .2s;
            border: 2px solid transparent;
        }
        .btn-yellow {
            background: var(--uno-yellow);
            color: var(--dark);
        }
        .btn-outline {
            border-color: rgba(255, 255, 255, .7);
            color: #fff;
        }
        .btn:hover {
            transform: translateY(-3px);
            text-decoration: none;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
        }
        .layout {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 36px;
            padding: 36px 24px;
        }
        .post {
            background: #fff;
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 2px 14px rgba(0, 0, 0, .04);
        }
        .post-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-bottom: 20px;
            font-size: .88rem;
            color: var(--gray-mid);
        }
        .post-meta i {
            margin-right: 4px;
        }
        .post img.feature-img {
            border-radius: 18px;
            margin: 24px 0;
            width: 100%;
        }
        .post h2 {
            font-size: 1.75rem;
            margin-top: 2.2em;
            margin-bottom: .5em;
            line-height: 1.2;
            color: #15151a;
            border-left: 5px solid var(--uno-red);
            padding-left: 14px;
        }
        .post h3 {
            font-size: 1.3rem;
            margin-top: 1.6em;
            margin-bottom: .3em;
        }
        .post h4 {
            font-size: 1.1rem;
            margin-top: 1.1em;
            color: #3a3a3a;
        }
        .post p {
            margin-bottom: 1rem;
        }
        .post ul,
        .post ol {
            margin: 0 0 1.4rem 1.4rem;
        }
        .post li {
            margin-bottom: .28rem;
        }
        .post blockquote {
            border-left: 4px solid var(--uno-green);
            padding: 12px 20px;
            background: #f6fbf8;
            margin: 20px 0;
            border-radius: 0 12px 12px 0;
            color: #2f3e3a;
        }
        .highlight-box {
            background: #fff8e0;
            border-radius: 14px;
            padding: 22px 18px;
            border-left: 5px solid var(--uno-yellow);
            margin: 24px 0;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 18px;
            margin: 24px 0;
        }
        .stat-item {
            background: var(--gray-light);
            border-radius: 16px;
            padding: 22px 12px;
            text-align: center;
        }
        .stat-item .num {
            font-size: 2rem;
            font-weight: 800;
            color: var(--uno-eye);
        }
        .stat-item .num.red {
            color: var(--uno-red);
        }
        .stat-item .num.blue {
            color: var(--uno-blue);
        }
        .stat-item .num.green {
            color: var(--uno-green);
        }
        .profile-card {
            display: grid;
            grid-template-columns: 100px 1fr;
            gap: 20px;
            background: var(--gray-light);
            border-radius: 18px;
            padding: 18px;
            margin: 22px 0;
        }
        .profile-card img {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            object-fit: cover;
        }
        .table-scroll {
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: .92rem;
        }
        th,
        td {
            padding: 12px 14px;
            border-bottom: 1px solid #eee;
            text-align: left;
        }
        th {
            background: var(--dark);
            color: #fff;
        }
        tbody tr:hover {
            background: #f4f9ff;
        }
        .form-card {
            background: #fff;
            border-radius: 20px;
            padding: 28px;
            margin-top: 28px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
        }
        .form-card h3 {
            margin-top: 0;
            margin-bottom: 1rem;
        }
        .form-group {
            margin-bottom: 16px;
        }
        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            font-size: .88rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 14px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: .95rem;
            transition: border .2s;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--uno-blue);
            box-shadow: 0 0 0 3px rgba(0, 114, 188, .08);
        }
        .form-group textarea {
            min-height: 98px;
            resize: vertical;
        }
        .star-row {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 2px;
        }
        .star-row input {
            display: none;
        }
        .star-row label {
            font-size: 1.9rem;
            color: #ccc;
            cursor: pointer;
            padding: 0 2px;
            transition: transform .2s;
        }
        .star-row label:hover,
        .star-row label:hover~label,
        .star-row input:checked~label {
            color: #f5a623;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
        }
        .side-card {
            background: #fff;
            border-radius: 20px;
            padding: 22px;
            margin-bottom: 20px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
        }
        .side-card h3 {
            font-size: 1.15rem;
            margin-bottom: 12px;
            border-bottom: 2px dashed #eee;
            padding-bottom: 10px;
        }
        .side-card ul {
            list-style: none;
            margin-left: 0;
        }
        .side-card li {
            padding: 6px 0;
            line-height: 1.4;
        }
        .side-card li i {
            margin-right: 6px;
            color: var(--uno-yellow);
        }
        .footer {
            background: var(--dark);
            color: #e0e0e0;
            padding: 40px 24px 24px;
        }
        .footer-inner {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 28px;
        }
        .footer-bottom {
            border-top: 1px solid #2f2f2f;
            margin-top: 28px;
            padding-top: 20px;
            font-size: .8rem;
            text-align: center;
        }
        .footer a {
            color: #9ec3e8;
        }
        friend-link {
            display: block;
            background: #232327;
            border-radius: 14px;
            padding: 18px 24px;
            margin: 18px 0 8px;
            font-size: .92rem;
            line-height: 2;
        }
        friend-link a {
            margin: 0 8px;
        }
        @media screen and (max-width: 980px) {
            .layout {
                grid-template-columns: 1fr;
                padding: 24px 16px;
            }
            .sidebar {
                position: static;
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
                gap: 16px;
            }
            .side-card {
                margin-bottom: 0;
            }
        }
        @media screen and (max-width: 720px) {
            .nav-wrap {
                flex-wrap: wrap;
                min-height: 56px;
            }
            .nav-toggle-label {
                display: inline-block;
            }
            .nav-links {
                display: none;
                flex-basis: 100%;
                flex-direction: column;
                padding: 10px 0 20px;
                gap: 8px;
            }
            #nav-toggle-check:checked~.nav-links {
                display: flex;
            }
            .nav-links li a {
                padding: 10px 12px;
                border-radius: 9px;
            }
            .post {
                padding: 22px;
            }
            .hero {
                padding: 42px 12px;
            }
        }
