.articles-page-container{box-sizing:border-box;background-color:#fafafa;flex-direction:column;flex:1;width:100%;display:flex;overflow-y:auto}.articles-page-container>*{flex-shrink:0}.art-hero{background:linear-gradient(135deg,#f0fdf4 0%,#e0f2fe 100%);flex:none;height:fit-content;position:relative;overflow:hidden}.art-hero-inner{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:32px 120px;display:flex}.art-hero-content{z-index:2;flex:1;max-width:500px;position:relative}.art-hero-content h1{color:#1e293b;margin:0 0 16px;font-size:32px;font-weight:800}.art-hero-content p{color:#475569;margin:0;font-size:15px;line-height:1.6}.art-hero-illu{z-index:2;width:400px;height:220px;position:relative}.art-bg-glow{filter:blur(40px);z-index:0;background:#fff9;border-radius:50%;width:300px;height:300px;position:absolute;top:-30px;right:50px}.art-doc-window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:16px;flex-direction:column;gap:16px;width:280px;height:320px;padding:24px;display:flex;position:absolute;top:-20px;right:60px;transform:rotate(5deg);box-shadow:0 20px 40px #10b98114}.art-doc-line{background:#e2e8f0;border-radius:4px;height:8px}.art-doc-line.w-full{width:100%}.art-doc-line.w-3-4{width:75%}.art-doc-line.w-1-2{width:50%}.art-doc-img{background:#dcfce7;border-radius:12px;justify-content:center;align-items:center;height:120px;display:flex}.art-float{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;box-shadow:0 10px 20px #0000000f}.art-float.f-bulb{color:#fff;background:#10b981;animation:5s ease-in-out infinite float;top:60px;left:20px}.art-float.f-msg{color:#fff;background:#a855f7;width:48px;height:48px;animation:6s ease-in-out infinite reverse float;top:20px;right:-20px}.art-float.f-pic{color:#fff;background:#3b82f6;width:40px;height:40px;animation:7s ease-in-out 1s infinite float;bottom:20px;right:10px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.art-main{box-sizing:border-box;flex:1 0 auto;gap:32px;width:100%;max-width:1440px;margin:0 auto;padding:40px 120px;display:flex}.art-sidebar{flex-direction:column;flex-shrink:0;gap:24px;width:260px;display:flex}.art-sb-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #00000005}.art-sb-title{color:#1e293b;margin:0 0 16px;font-size:14px;font-weight:700}.art-cat-list{flex-direction:column;gap:4px;display:flex}.art-cat-item{cursor:pointer;color:#64748b;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;transition:all .2s;display:flex}.art-cat-item:hover{color:#1e293b;background:#f8fafc}.art-cat-item.active{color:#10b981;background:#f0fdf4;font-weight:600}.art-cat-left{align-items:center;gap:12px;display:flex}.art-cat-count{color:#94a3b8;font-size:12px}.art-cat-item.active .art-cat-count{color:#10b981}.art-sub-desc{color:#64748b;margin:0 0 16px;font-size:12px;line-height:1.5}.art-sub-input{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:10px 12px;font-size:13px}.art-sub-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;width:100%;padding:10px;font-size:13px;font-weight:600}.art-tags-grid{flex-wrap:wrap;gap:8px;display:flex}.art-tag{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:6px 12px;font-size:11px;transition:all .2s}.art-tag:hover{color:#fff;background:#10b981;border-color:#10b981}.art-rl-list{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.art-rl-item{cursor:pointer;gap:12px;display:flex}.art-rl-num{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.art-rl-item:first-child .art-rl-num{color:#fff;background:#3b82f6}.art-rl-item:nth-child(2) .art-rl-num{color:#fff;background:#10b981}.art-rl-item:nth-child(3) .art-rl-num{color:#fff;background:#a855f7}.art-rl-content h4{color:#1e293b;margin:0 0 4px;font-size:13px;line-height:1.4;transition:color .2s}.art-rl-item:hover .art-rl-content h4{color:#10b981}.art-rl-content p{color:#94a3b8;margin:0;font-size:11px}.art-rl-btn{color:#10b981;cursor:pointer;background:#f0fdf4;border:none;border-radius:8px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.art-rl-btn:hover{background:#dcfce7}.art-promo-card{background:linear-gradient(135deg,#e0f2fe 0%,#dcfce7 100%);border-radius:16px;padding:20px;position:relative;overflow:hidden}.art-promo-card h3{color:#064e3b;margin:0 0 8px;font-size:15px}.art-promo-card p{color:#047857;margin:0 0 16px;font-size:12px;line-height:1.5}.art-promo-card button{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600}.art-promo-illu{justify-content:flex-end;align-items:flex-end;width:80px;height:80px;display:flex;position:absolute;bottom:-10px;right:-10px}.art-promo-box{background:#34d399;border-radius:8px;width:60px;height:40px;position:relative}.art-promo-card-item{background:#fff;border-radius:4px;position:absolute;box-shadow:0 4px 10px #0000001a}.ap-1{width:30px;height:40px;top:-30px;left:10px;transform:rotate(-10deg)}.ap-2{width:40px;height:30px;top:-20px;left:20px;transform:rotate(15deg)}.art-content{flex-direction:column;flex:1;display:flex}.art-header-bar{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.art-header-left h2{color:#1e293b;margin:0 0 4px;font-size:20px;font-weight:800}.art-header-left p{color:#64748b;margin:0;font-size:13px}.art-header-right{gap:12px;display:flex}.art-search{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;width:280px;padding:10px 16px;transition:all .2s;display:flex;box-shadow:0 1px 2px #00000005}.art-search:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.art-search input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;margin-left:8px;font-size:14px}.art-search input::placeholder{color:#94a3b8}.art-sort{color:#475569;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #e2e8f0;border-radius:12px;outline:none;padding:10px 36px 10px 16px;font-size:14px;transition:all .2s;box-shadow:0 1px 2px #00000005}.art-sort:hover{border-color:#cbd5e1}.art-sort:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.art-list{flex-direction:column;gap:20px;display:flex}.art-card{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:16px;gap:24px;padding:20px;transition:all .3s;display:flex;position:relative;box-shadow:0 2px 10px #00000005}.art-card:hover{border-color:#f1f5f9;transform:translateY(-4px);box-shadow:0 12px 30px #0000000f}.art-bookmark{color:#cbd5e1;transition:color .2s;position:absolute;top:24px;right:24px}.art-card:hover .art-bookmark{color:#94a3b8}.art-bookmark:hover{color:#3b82f6!important}.art-card-img{border-radius:12px;flex-shrink:0;width:280px;height:200px;position:relative;overflow:hidden}.art-card-info{flex-direction:column;flex:1;display:flex}.art-card-tag{border-radius:20px;align-self:flex-start;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.theme-green .art-card-tag{color:#10b981;background:#dcfce7}.theme-green .art-read-link{color:#10b981}.theme-purple .art-card-tag{color:#a855f7;background:#f3e8ff}.theme-purple .art-read-link{color:#a855f7}.theme-orange .art-card-tag{color:#f97316;background:#ffedd5}.theme-orange .art-read-link{color:#f97316}.theme-blue .art-card-tag{color:#3b82f6;background:#dbeafe}.theme-blue .art-read-link{color:#3b82f6}.art-card-info h3{color:#1e293b;margin:0 0 12px;padding-right:40px;font-size:18px;font-weight:700}.art-card-info p{color:#64748b;flex:1;margin:0;font-size:14px;line-height:1.6}.art-card-footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.art-card-meta{color:#94a3b8;gap:16px;font-size:12px;display:flex}.art-card-meta span{align-items:center;gap:4px;display:flex}.art-read-link{align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.art-pagination{justify-content:center;align-items:center;gap:8px;margin-top:40px;margin-bottom:40px;display:flex}.page-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:all .2s;display:flex}.page-btn:hover{color:#1e293b;background:#f8fafc}.page-btn.active{color:#fff;background:#10b981;border-color:#10b981;font-weight:600}.page-dots{color:#94a3b8;padding:0 4px;font-size:13px}.mock-illu{width:100%;height:100%;position:relative;overflow:hidden}.illu-1{background:#eff6ff}.illu-1 .box-1{background:#fff;border-radius:12px;flex-direction:column;gap:8px;width:140px;height:120px;padding:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #3b82f61a}.illu-1 .box-1-header{background:#dbeafe;border-radius:4px;width:60%;height:12px}.illu-1 .box-1-body{color:#fff;background:#3b82f6;border-radius:8px;flex:1;justify-content:center;align-items:center;display:flex}.illu-1 .float-1{background:#fff;border-radius:8px;width:40px;height:40px;position:absolute;top:30px;left:30px;box-shadow:0 4px 10px #0000000d}.illu-2{background:#f0fdf4}.illu-2 .phone{background:#fff;border:4px solid #dcfce7;border-radius:16px;justify-content:center;align-items:center;width:100px;height:160px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #10b9811a}.illu-2 .text{color:#10b981;font-size:10px;font-weight:700}.illu-2 .lines{border-top:2px dashed #10b981;width:40px;position:absolute;top:30px;left:20px}.illu-2 .lines2{border-top:2px dashed #10b981;width:40px;position:absolute;bottom:30px;right:20px}.illu-3{background:#f3e8ff}.illu-3 .circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #a855f71a}.illu-3 .pen{background:#a855f7;border-radius:4px 20px;width:30px;height:30px;transform:rotate(45deg)}.illu-3 .dot{background:#a855f7;border-radius:50%;width:8px;height:8px;position:absolute}.illu-3 .d1{top:40px;left:60px}.illu-3 .d2{bottom:60px;right:40px}.illu-3 .float{background:#fff;border-radius:8px;width:30px;height:30px;position:absolute;top:50px;left:30px;box-shadow:0 4px 10px #0000000d}.illu-4{background:#fff7ed}.illu-4 .phones{gap:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.illu-4 .p1{background:#fff;border-radius:8px;flex-direction:column;gap:6px;width:60px;height:100px;padding:8px;display:flex;box-shadow:0 10px 20px #f973161a}.illu-4 .p1 .l{background:#ffedd5;border-radius:2px;height:4px}.illu-4 .p2{background:#fff;border-radius:8px;flex-direction:column;gap:6px;width:70px;height:120px;padding:8px;display:flex;box-shadow:0 10px 20px #f9731626}.illu-4 .p2 .l{background:#f97316;border-radius:3px;height:6px}.illu-4 .badge{color:#fff;background:#f97316;border-radius:10px;padding:2px 6px;font-size:8px;font-weight:700;position:absolute;top:-10px;right:-10px}.illu-5{background:#eff6ff}.illu-5 .template{background:#fff;border-radius:12px;gap:12px;width:160px;height:100px;padding:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #3b82f61a}.illu-5 .t-img{background:#dbeafe;border-radius:8px;width:60px;height:100%}.illu-5 .t-lines{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.illu-5 .t-line{background:#f1f5f9;border-radius:3px;height:6px}.illu-6{background:#f0fdf4}.illu-6 .cards{gap:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.illu-6 .c{background:#fff;border-radius:8px;flex-direction:column;width:50px;height:80px;display:flex;overflow:hidden;box-shadow:0 10px 20px #10b9811a}.illu-6 .c-top{height:50px}.illu-6 .c1 .c-top{background:#10b981}.illu-6 .c2 .c-top{background:#3b82f6}.illu-6 .c3 .c-top{background:#a855f7}.illu-7{background:#f3e8ff}.illu-7 .chart{background:#fff;border-radius:12px;flex-direction:column;gap:12px;width:160px;height:110px;padding:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #a855f71a}.illu-7 .bars{align-items:flex-end;gap:12px;height:50px;display:flex}.illu-7 .bar{background:#e9d5ff;border-radius:4px 4px 0 0;width:16px}.illu-7 .bar.active{background:#a855f7}.illu-8{background:#fff7ed}.illu-8 .exports{gap:16px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.illu-8 .exp{color:#f97316;background:#fff;border:2px solid #ffedd5;border-radius:8px;justify-content:center;align-items:center;width:50px;height:60px;font-size:10px;font-weight:700;display:flex;box-shadow:0 10px 20px #f973161a}
