* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ff6b9d;
    --secondary: #4a90e2;
    --accent: #ffd93d;
    --dark: #1a1a2e;
    --light: #f8f9fa;
    --text: #333;
    --border: #e1e8ed;
    --shadow: rgba(0, 0, 0, 0.1);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.kfjdnwq {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.plmqwer {
    padding: 1rem 0;
}

.xnmzaqw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.ytplmnb {
    font-size: 0;
    margin-bottom: 1rem;
}

.ytplmnb a {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    display: inline-block;
    animation: gradient 3s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.qwemnzx {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.qwemnzx a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.qwemnzx a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.qwemnzx a:hover {
    color: var(--primary);
}

.qwemnzx a:hover::after {
    width: 100%;
}

.zmxcqwe {
    display: flex;
    gap: 0.5rem;
}

.pqwemzx {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid var(--border);
    border-radius: 25px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.pqwemzx:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(255, 107, 157, 0.1);
}

.lkjmnbv {
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.lkjmnbv:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
}

.mnbvcxz {
    padding: 2rem 0;
}

.qazwsxe {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.9), rgba(74, 144, 226, 0.9));
    padding: 4rem 0;
    margin-bottom: 3rem;
    border-radius: 20px;
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plkmnbv {
    text-align: center;
    color: white;
}

.zxcvbnm {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: slideUp 0.8s ease 0.2s both;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.asdfghj {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    animation: slideUp 0.8s ease 0.4s both;
}

.qwertyu {
    display: flex;
    gap: 1rem;
    justify-content: center;
    animation: slideUp 0.8s ease 0.6s both;
}

.poiuytr, .lkjhgfd {
    padding: 1rem 2.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.poiuytr {
    background: white;
    color: var(--primary);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.poiuytr:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

.lkjhgfd {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.lkjhgfd:hover {
    background: white;
    color: var(--secondary);
    transform: translateY(-3px);
}

.mnbvcxz-section {
    background: white;
    border-radius: 20px;
    padding: 3rem 0;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.zxcvbnm-article, .plkjmnb-article {
    margin-bottom: 3rem;
}

.qwertyu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary);
}

.asdfghj-title {
    font-size: 2rem;
    color: var(--dark);
    position: relative;
}

.asdfghj-title::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: var(--primary);
    border-radius: 5px;
}

.plkmnbv-more {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.plkmnbv-more:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.zxcvbnm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.qweasd-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px var(--shadow);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: cardFadeIn 0.6s ease both;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.qweasd-card:nth-child(1) { animation-delay: 0.1s; }
.qweasd-card:nth-child(2) { animation-delay: 0.2s; }
.qweasd-card:nth-child(3) { animation-delay: 0.3s; }
.qweasd-card:nth-child(4) { animation-delay: 0.4s; }
.qweasd-card:nth-child(5) { animation-delay: 0.5s; }
.qweasd-card:nth-child(6) { animation-delay: 0.6s; }

.qweasd-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.plmnbv-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 140%;
}

.zxcqwe-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.qweasd-card:hover .zxcqwe-img {
    transform: scale(1.1);
}

.asdzxc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1rem;
}

.plkmju-tag {
    background: var(--primary);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(255, 107, 157, 0.4);
    animation: pulse 2s ease infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.qwezxc-content {
    padding: 1.5rem;
}

.asdqwe-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.asdqwe-title a {
    color: var(--dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.asdqwe-title a:hover {
    color: var(--primary);
}

.plmnbv-desc {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.zxcasd-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: #999;
}

.qwemnb-views {
    color: var(--secondary);
    font-weight: 600;
}

.zxcmnb-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.qweasd-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    animation: slideInRight 0.6s ease both;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.qweasd-item:nth-child(1) { animation-delay: 0.1s; }
.qweasd-item:nth-child(2) { animation-delay: 0.2s; }
.qweasd-item:nth-child(3) { animation-delay: 0.3s; }
.qweasd-item:nth-child(4) { animation-delay: 0.4s; }
.qweasd-item:nth-child(5) { animation-delay: 0.5s; }

.qweasd-item:hover {
    background: white;
    box-shadow: 0 5px 20px var(--shadow);
    transform: translateX(10px);
}

.plkmnb-thumb {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 3px 10px var(--shadow);
}

.zxcqwe-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.asdqwe-name {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.asdqwe-name a {
    color: var(--dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.asdqwe-name a:hover {
    color: var(--primary);
}

.plmnbv-update {
    color: #666;
    margin-bottom: 0.5rem;
}

.qwemnb-date {
    color: #999;
    font-size: 0.875rem;
}

.plkjmnb-aside {
    background: white;
    border-radius: 20px;
    padding: 2rem 0;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.qweasd-sidebar {
    padding: 2rem;
}

.zxcmnb-widget {
    margin-bottom: 2rem;
}

.plkmnb-widget-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--dark);
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary);
}

.qwemnb-ranking {
    list-style: none;
}

.zxcasd-rank-item {
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.zxcasd-rank-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.plkmju-num {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1e8ed;
    color: #666;
    font-weight: 700;
    border-radius: 5px;
}

.plkmju-num.top {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    box-shadow: 0 2px 10px rgba(255, 107, 157, 0.3);
}

.zxcasd-rank-item a {
    flex: 1;
    color: var(--dark);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.zxcasd-rank-item a:hover {
    color: var(--primary);
}

.zxcvbnm-footer {
    background: rgba(26, 26, 46, 0.95);
    color: white;
    padding: 3rem 0 2rem;
    margin-top: 4rem;
    backdrop-filter: blur(10px);
}

.plkmnbv-footer-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.plkmnbv-footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.plkmnbv-footer-nav a:hover {
    color: var(--primary);
    transform: translateY(-2px);
}

.qwemnb-copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.plkjhg-totop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.plkjhg-totop.show {
    opacity: 1;
    visibility: visible;
}

.plkjhg-totop:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.6);
}

@media (max-width: 768px) {
    .xnmzaqw {
        padding: 0 1rem;
    }

    .ytplmnb a {
        font-size: 1.5rem;
    }

    .qwemnzx {
        gap: 1rem;
    }

    .zxcvbnm {
        font-size: 2rem;
    }

    .asdfghj {
        font-size: 1rem;
    }

    .qwertyu {
        flex-direction: column;
    }

    .zxcvbnm-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1rem;
    }

    .qweasd-item {
        flex-direction: column;
        gap: 1rem;
    }

    .plkmnb-thumb {
        width: 100%;
        height: 200px;
    }

    .plkmnbv-footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}
