.good-section{background:#202024;color:#fff;padding:2rem;width:100%;border-top:1px solid #232129}.good-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.good-title{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;color:#00B37E}.good-post{background:#232129;border-radius:1.2rem;padding:4rem;box-shadow:0 2px 16px #0006;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width:600px){.good-post{padding:1.5rem .7rem}}.good-post-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.good-post-content{font-size:1.08rem;line-height:1.7;color:#C4C4CC}.article-cards-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-top:2.5rem;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2vw}@media (max-width:1200px){.article-cards-list{max-width:98vw;gap:1.5rem;padding:0 1vw}}@media (max-width:900px){.article-cards-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;max-width:100vw;padding:0 .5vw}}@media (max-width:700px){.article-cards-list{grid-template-columns:1fr;gap:.9rem;padding:0 .2rem;max-width:100vw}}.article-card{min-width:0;display:flex;flex-direction:column;background:#18181b;border-radius:16px;box-shadow:0 2px 16px #000a;overflow:hidden;text-decoration:none;color:inherit;min-height:320px;transition:box-shadow .2s,transform .2s;border:1px solid #232129;position:relative}.article-card:hover{box-shadow:0 4px 32px #000c;transform:translateY(-4px) scale(1.01)}.article-card-image-bg{background:#232129;width:100%;display:flex;align-items:center;justify-content:center;position:relative;min-height:120px;border-top-left-radius:16px;border-top-right-radius:16px}.article-card-image{width:auto;height:auto;max-width:100%;max-height:180px;-o-object-fit:unset;object-fit:unset;display:block;margin:0 auto;filter:drop-shadow(0 2px 12px #0008);z-index:1}.article-card-info{background:#18181b;padding:1.2rem 1.2rem 1.4rem;display:flex;flex-direction:column;flex:1;gap:.7rem;position:relative;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:inset 0 -1px 0 0 #232129}.article-card-level{color:#00e1a0;font-size:.85rem;font-weight:600;letter-spacing:.04em;margin-bottom:.2rem;display:block}.article-card-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.3}.article-card-author-row{display:flex;align-items:center;gap:.7rem;margin-top:.5rem}.article-card-author-avatar{width:36px;height:36px;border-radius:50%;background:#232129;border:2px solid #232129;display:flex;align-items:center;justify-content:center;overflow:hidden}.article-card-author-details{display:flex;flex-direction:column}.article-card-author{color:#fff;font-weight:600;font-size:1rem}@media (max-width:700px){.article-cards-list{grid-template-columns:1fr;gap:1.2rem}.article-card{min-height:220px}.article-card-image{width:56px;height:56px}}.carousel-wrapper{width:100%;max-width:1200px;margin:0 auto;position:relative;padding:2rem 0 3rem}.carousel-container{display:flex;gap:2.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.carousel-container::-webkit-scrollbar{display:none}.card{min-width:320px;width:320px;height:480px;background:#232129;border-radius:2rem;box-shadow:0 4px 32px #000a;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s;flex-shrink:0}.card:hover{transform:scale(1.04) rotate(-1deg);box-shadow:0 8px 40px #00b37e55;border:2px solid #00b37e}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.arrow-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(18,18,20,.85);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#00b37e;font-size:2rem;cursor:pointer;z-index:2;transition:background .2s,color .2s;box-shadow:0 2px 8px #000a}.arrow-button:hover{background:#00b37e;color:#121214}.arrow-left{left:-24px}.arrow-right{right:-24px}