/* ============================================
   新设计样式 - 基于 WebStack 1.2024 home-design
   ============================================ */

*, *::before, *::after {
    box-sizing: border-box;
}

body.page-body {
    background: #f6f4ef !important;
    color: #090909;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a { color: #282828; outline: 0 !important; text-decoration: none; }
a:hover, a:focus { color: #232323; text-decoration: none; }
p { color: #878888; }
img { border: 0; }

.page-container {
    display: block !important;
    width: 100% !important;
    min-height: 100vh !important;
    table-layout: auto !important;
    background:
        radial-gradient(circle at 46% 18%, rgba(202, 255, 0, 0.22), transparent 12rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px),
        #f7f5ef !important;
    background-size: auto, 26px 26px, auto !important;
}

/* ==================== 侧边栏 ==================== */
.ws-home-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 30;
    width: 278px;
    padding: 28px 28px 30px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 16px 0 35px rgba(12, 12, 12, 0.08);
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.ws-home-logo {
    display: flex;
    align-items: center;
    height: 72px;
    color: #0a0a0a;
    cursor: pointer;
}

.ws-home-logo img {
    max-width: 132px;
    max-height: 70px;
    object-fit: contain;
}

.ws-home-logo strong {
    font-size: 26px;
    line-height: 1;
}

.ws-home-nav {
    display: grid;
    gap: 9px;
    flex: 1;
}

.ws-home-nav a {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 7px;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ws-home-nav a:hover,
.ws-home-nav a.is-active {
    color: #fff;
    background: linear-gradient(95deg, #4b25ff, #6a2cff);
}

.ws-home-nav i {
    width: 22px;
    text-align: center;
    font-size: 18px;
}

.ws-cat-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 4px;
}

.ws-cat-dot {
    font-size: 8px !important;
    opacity: 0.5;
}

.ws-submit-card {
    margin-top: auto;
    min-height: 194px;
    padding: 26px 28px;
    color: #fff;
    text-decoration: none;
    background: #050505;
    clip-path: polygon(0 8%, 93% 0, 100% 92%, 5% 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.ws-submit-card strong {
    color: #caff00;
    font-size: 25px;
    line-height: 1;
}

.ws-submit-card span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.ws-submit-card i {
    align-self: flex-end;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #070707;
    background: #caff00;
    font-size: 21px;
}

/* ==================== 主内容区 ==================== */
.main-content.ws-home-main {
    display: block !important;
    width: auto !important;
    height: 100vh;
    margin-left: 278px;
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ==================== 搜索框 ==================== */
.ws-search {
    position: relative;
    z-index: 5;
    width: min(700px, calc(100vw - 340px));
    height: 62px;
    margin: 30px 0 0 88px;
    padding: 0 62px 0 64px;
    background: #070707;
    border-radius: 10px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    clip-path: polygon(1% 8%, 98% 0, 100% 84%, 2% 100%);
}

.ws-search > i {
    position: absolute;
    left: 28px;
    color: #fff;
    font-size: 22px;
}

.ws-search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.ws-search input::placeholder {
    color: rgba(255, 255, 255, 0.92);
}

.ws-search button {
    position: absolute;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #1e1e1e;
    font-size: 22px;
    cursor: pointer;
}

/* ==================== Hero区域 ==================== */
.ws-hero {
    position: relative;
    min-height: 580px;
    padding: 60px 0 20px 120px;
}

.ws-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 50px;
    background: #050505;
    clip-path: polygon(0 38%, 8% 30%, 18% 42%, 30% 29%, 41% 36%, 50% 24%, 64% 37%, 74% 25%, 86% 34%, 100% 24%, 100% 100%, 0 100%);
}

.ws-hero-copy {
    position: relative;
    z-index: 4;
    width: min(620px, 52vw);
    margin-left: 40px;
}

.ws-brand-line {
    margin: 0;
    color: #050505;
    font-size: clamp(56px, 5.5vw, 96px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: 0;
    transform: rotate(-6deg);
    transform-origin: left center;
}

.ws-brand-line span {
    color: #6633ff;
}

.ws-brand-line .ws-subtitle {
    display: block;
    color: #050505;
    font-size: 0.58em;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 0;
    transform: none;
}

.ws-lime-stroke {
    width: 260px;
    max-width: 50%;
    height: 17px;
    margin: -2px 0 32px 200px;
    background: #caff00;
    border-radius: 999px;
    transform: rotate(-7deg);
    box-shadow: -22px 10px 0 -5px #caff00;
}

.ws-hero-note {
    display: inline-block;
    margin: 0 0 0 36px;
    padding: 5px 16px 7px;
    color: #fff;
    background: rgba(45, 45, 45, 0.78);
    font-size: clamp(18px, 1.7vw, 29px);
    line-height: 1.34;
    transform: rotate(-3deg);
    position: relative;
}

.ws-hero-note::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 58px;
    margin: -42px 0 0 -42px;
    border: 10px solid #caff00;
    border-right-color: transparent;
    border-radius: 50%;
    transform: rotate(32deg);
}

.ws-hero-media {
    position: absolute;
    z-index: 3;
    top: 58px;
    right: -24px;
    width: min(920px, 54vw);
    height: 560px;
    background: transparent;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

.ws-hero-media video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-mask-image: radial-gradient(ellipse at center, black 60%, transparent 95%);
    mask-image: radial-gradient(ellipse at center, black 60%, transparent 95%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* ==================== 精选推荐区 ==================== */
.ws-featured {
    position: relative;
    z-index: 6;
    padding: 42px 60px 64px 84px;
    color: #fff;
    background:
        radial-gradient(circle at 13% 12%, rgba(202, 255, 0, 0.12), transparent 16rem),
        #050505;
}

.ws-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.ws-section-head h2 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 3.2vw, 56px);
    line-height: 1;
    font-weight: 900;
}

.ws-section-head h2.search-title {
    font-size: clamp(20px, 2vw, 28px);
}

.ws-section-head h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 8px;
    background: #caff00;
    border-radius: 999px;
    transform: rotate(-4deg);
}

.ws-section-head a {
    color: #caff00;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.ws-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ws-tool-card {
    position: relative;
    min-height: 166px;
    padding: 24px 72px 20px 24px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 7px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
        #121b1f;
    box-shadow: inset 0 0 0 1px rgba(202, 255, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 13px;
    transition: all 0.3s ease;
}

.ws-tool-card:nth-child(8n+1) { background-color: #10251d; }
.ws-tool-card:nth-child(8n+2) { background-color: #171d2b; }
.ws-tool-card:nth-child(8n+3) { background-color: #5b1718; }
.ws-tool-card:nth-child(8n+4) { background-color: #f4f0e8; color: #090909; }
.ws-tool-card:nth-child(8n+5) { background-color: #1d201b; }
.ws-tool-card:nth-child(8n+6) { background-color: #111717; }
.ws-tool-card:nth-child(8n+7) { background-color: #17143b; }
.ws-tool-card:nth-child(8n+8) { background-color: #0e2329; }

.ws-tool-card:hover {
    color: #fff;
    transform: translateY(-4px);
    border-color: #caff00;
}

.ws-tool-card:nth-child(8n+4):hover {
    color: #090909;
}

.ws-paper-corner {
    position: absolute;
    right: -18px;
    top: -12px;
    width: 98px;
    height: 72px;
    background: rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 28%, 82% 0, 100% 76%, 24% 100%);
    opacity: 0.9;
}

.ws-tool-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ws-tool-top img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    background: #fff;
    flex-shrink: 0;
}

.ws-tool-top strong {
    min-width: 0;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.ws-tool-desc {
    position: relative;
    z-index: 1;
    min-height: 44px;
    color: currentColor;
    opacity: 0.9;
    font-size: 15px;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ws-tool-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.ws-tool-tag {
    position: relative;
    z-index: 1;
    padding: 3px 9px;
    color: #caff00;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(202, 255, 0, 0.55);
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.ws-tool-card > .fa {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #080808;
    background: #fff;
    font-size: 16px;
}

.ws-empty {
    grid-column: 1 / -1;
    padding: 38px;
    color: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

/* ==================== 分类列表区 ==================== */
.ws-original-list {
    padding: 56px 64px 80px 84px;
    background: #111;
}

.ws-original-list h4.text-gray {
    margin: 24px 0 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.ws-category-section {
    margin-bottom: 10px;
    scroll-margin-top: 20px;
}

.ws-original-list .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.xe-card {
    position: relative;
    margin: 0;
    flex: 0 0 calc(16.6667% - 13.3333px);
    max-width: calc(16.6667% - 13.3333px);
}

.xe-widget {
    position: relative;
}

.xe-widget.xe-conversations {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
    color: #fff;
    min-height: 76px;
}

.xe-widget.xe-conversations:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: rgba(202, 255, 0, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.xe-comment-entry {
    display: flex;
    align-items: center;
}

.xe-comment-entry img {
    float: left;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    border-radius: 50%;
}

.xe-comment {
    overflow: hidden;
}

.xe-comment p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.xe-user-name strong {
    color: #fff;
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
}

.img-circle {
    border-radius: 50%;
}

/* ==================== 友情链接 ==================== */
.ws-friendlink {
    margin-top: 20px;
}

.ws-friendlink .friendlink .panel {
    padding: 15px 0;
}

.ws-friendlink .friendlink .panel a {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
}

.ws-friendlink .friendlink .panel a:hover {
    color: #caff00;
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.ws-friendlink .friendlink .panel a:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ==================== Footer ==================== */
.main-footer {
    margin: 0;
    background: #050505;
    color: rgba(255, 255, 255, 0.66);
    border: 0;
    padding: 20px 30px;
}

.main-footer .go-up {
    width: 45px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer .go-up a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    background: rgba(123, 123, 123, 0.5);
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    padding: 0;
    transition: all 0.3s ease;
}

.main-footer .go-up a:hover {
    background-color: rgba(44, 46, 47, 0.1);
}

.footer-inner {
    text-align: center;
}

.footer-text {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.footer-text a {
    color: rgba(255, 255, 255, 0.66);
}

/* ==================== 同步提示 ==================== */
.sync-toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #050505;
    color: #fff;
    border-radius: 8px;
    padding: 15px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 300;
    transition: opacity 0.3s;
}

.sync-toast.hidden {
    opacity: 0;
    pointer-events: none;
}

.sync-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.spinning {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ==================== 响应式 ==================== */
/* ---- 大屏适配 ---- */
@media (max-width: 1680px) {
    .xe-card {
        flex: 0 0 calc(20% - 12.8px);
        max-width: calc(20% - 12.8px);
    }
}
@media (max-width: 1440px) {
    .xe-card {
        flex: 0 0 calc(25% - 12px);
        max-width: calc(25% - 12px);
    }
}
@media (max-width: 1280px) {
    .ws-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ws-hero-media { width: 50vw; }
    .xe-card {
        flex: 0 0 calc(33.3333% - 10.6667px);
        max-width: calc(33.3333% - 10.6667px);
    }
}

/* ---- 手机端：侧边栏变为顶部横向导航 ---- */
@media (max-width: 768px) {
    /* 页面容器 */
    .page-container {
        background: #f7f5ef !important;
    }

    /* 主内容区取消固定高度和左边距 */
    .main-content.ws-home-main {
        margin-left: 0 !important;
        height: auto !important;
        overflow-y: visible !important;
    }

    /* 侧边栏 → 顶部固定横条 */
    .ws-home-sidebar {
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
        min-height: 0;
        padding: 10px 16px;
        flex-direction: row;
        align-items: center;
        gap: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    }

    /* Logo 缩小 */
    .ws-home-logo {
        flex: 0 0 auto;
        height: 40px;
        margin-right: 12px;
    }
    .ws-home-logo img {
        max-width: 80px;
        max-height: 36px;
    }

    /* 导航横向排列（滚动容器） */
    .ws-home-nav {
        display: flex;
        flex-direction: row;
        gap: 6px;
        flex: 1 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        padding-bottom: 4px;
        max-width: calc(100vw - 120px);
    }
    .ws-home-nav::-webkit-scrollbar { display: none; }
    .ws-home-nav a {
        min-width: max-content;
        min-height: 36px;
        padding: 0 14px;
        grid-template-columns: 18px 1fr;
        font-size: 14px;
        border-radius: 20px;
        background: rgba(0,0,0,0.04);
        touch-action: manipulation;
    }
    .ws-home-nav a:hover,
    .ws-home-nav a.is-active {
        color: #fff;
        background: linear-gradient(95deg, #4b25ff, #6a2cff);
    }
    .ws-home-nav i { font-size: 14px; width: 16px; }
    .ws-cat-icon { width: 18px; height: 18px; }

    /* 隐藏提交收录卡片 */
    .ws-submit-card { display: none; }

    /* ===== 搜索框 ===== */
    .ws-search {
        position: relative;
        z-index: 5;
        width: calc(100% - 32px);
        height: 48px;
        margin: 16px auto;
        padding: 0 48px 0 44px;
        border-radius: 24px;
        clip-path: none;
    }
    .ws-search > i { left: 16px; font-size: 18px; }
    .ws-search input { font-size: 16px; }
    .ws-search button { right: 8px; width: 32px; height: 32px; font-size: 18px; border-radius: 50%; }

    /* ===== Hero 区域 ===== */
    .ws-hero {
        min-height: auto;
        padding: 32px 20px 16px;
        overflow: hidden;
    }
    .ws-hero::after { display: none; }
    .ws-hero-copy {
        width: 100%;
        margin-left: 0;
    }
    .ws-brand-line {
        font-size: 44px;
        transform: rotate(-3deg);
        white-space: normal;
        line-height: 1.05;
    }
    .ws-brand-line .ws-subtitle {
        display: block;
        font-size: 0.45em;
        margin-top: 6px;
    }
    .ws-lime-stroke {
        width: 120px;
        height: 10px;
        margin: 0 0 18px 60px;
        box-shadow: -14px 6px 0 -3px #caff00;
    }
    .ws-hero-note {
        margin-left: 8px;
        padding: 6px 14px;
        font-size: 15px;
        transform: rotate(-2deg);
        line-height: 1.5;
    }
    .ws-hero-note::before {
        width: 40px;
        height: 32px;
        margin: -24px 0 0 -24px;
        border-width: 6px;
    }
    .ws-hero-media {
        display: none;
    }
    .ws-hero-media video {
        -webkit-mask-image: radial-gradient(ellipse at center, black 70%, transparent 100%);
        mask-image: radial-gradient(ellipse at center, black 70%, transparent 100%);
    }

    /* ===== 精选推荐 ===== */
    .ws-featured {
        padding: 36px 20px 48px;
    }
    .ws-section-head {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .ws-section-head h2 {
        font-size: 28px;
    }
    .ws-section-head h2::after {
        bottom: -6px;
        height: 5px;
    }
    .ws-section-head h2.search-title {
        font-size: 20px;
    }
    .ws-section-head a {
        font-size: 14px;
    }
    .ws-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .ws-tool-card {
        min-height: 0;
        padding: 18px 56px 16px 18px;
        gap: 8px;
        border-radius: 12px;
    }
    .ws-tool-top img {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }
    .ws-tool-top strong {
        font-size: 20px;
    }
    .ws-tool-desc {
        font-size: 13px;
        min-height: 0;
        -webkit-line-clamp: 2;
    }
    .ws-tool-tags {
        gap: 5px;
        margin-top: 4px;
    }
    .ws-tool-tag {
        padding: 2px 8px;
        font-size: 12px;
    }
    .ws-tool-card > .fa {
        right: 12px;
        bottom: 12px;
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .ws-paper-corner {
        width: 70px;
        height: 50px;
        right: -12px;
        top: -8px;
    }

    /* ===== 分类列表 ===== */
    .ws-original-list {
        padding: 40px 20px 60px;
    }
    .ws-original-list h4.text-gray {
        font-size: 20px;
        margin: 28px 0 16px;
    }
    .ws-category-section {
        margin-bottom: 6px;
        scroll-margin-top: 60px;
    }
    .ws-original-list .row {
        gap: 10px;
    }
    .xe-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .xe-widget.xe-conversations {
        padding: 12px 14px;
        min-height: 0;
        border-radius: 10px;
    }
    .xe-comment-entry img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .xe-user-name strong {
        font-size: 16px;
    }
    .xe-comment p {
        font-size: 13px;
    }

    /* ===== 探索推荐 ===== */
    .ws-friendlink { margin-top: 14px; }
    .ws-friendlink .friendlink .panel { padding: 10px 0; }
    .ws-friendlink .friendlink .panel a { display: block; }

    /* ===== Footer ===== */
    .main-footer {
        margin-left: 0;
        padding: 16px 20px;
    }
    .footer-text { font-size: 12px; }
    .main-footer .go-up a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
}

/* ---- 小屏手机微调 ---- */
@media (max-width: 480px) {
    .ws-home-sidebar {
        padding: 8px 12px;
    }
    .ws-home-logo { height: 34px; }
    .ws-home-logo img { max-width: 68px; max-height: 30px; }
    .ws-home-nav a {
        min-height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }
    .ws-home-nav i { font-size: 12px; width: 14px; }

    .ws-search {
        width: calc(100% - 20px);
        height: 44px;
        margin: 10px auto;
        padding: 0 42px 0 40px;
    }
    .ws-search input { font-size: 15px; }
    .ws-search > i { left: 14px; font-size: 16px; }

    .ws-hero { padding: 24px 14px 12px; }
    .ws-brand-line { font-size: 36px; }
    .ws-lime-stroke { width: 100px; height: 8px; margin-left: 40px; }
    .ws-hero-note { font-size: 13px; padding: 5px 10px; }

    .ws-featured { padding: 28px 14px 40px; }
    .ws-section-head h2 { font-size: 24px; }
    .ws-tool-card { padding: 14px 48px 14px 14px; border-radius: 10px; }
    .ws-tool-top img { width: 38px; height: 38px; }
    .ws-tool-top strong { font-size: 18px; }

    .ws-original-list { padding: 32px 14px 48px; }
    .ws-original-list h4.text-gray { font-size: 18px; }
    .xe-comment-entry img { width: 36px; height: 36px; }
    .xe-user-name strong { font-size: 15px; }
    .xe-comment p { font-size: 12px; }
}
