.home-cs__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.home-cs__heading{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-transform:uppercase;background:linear-gradient(91deg,#BBBBBB,#EEEEEE,#BBBBBB,#EEEEEE);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}.home-cs__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home-cs__card{border-radius:20px;overflow:hidden;background:rgba(255,255,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);text-decoration:none;color:var(--color-text);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.home-cs__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,10,255,.08);border-color:rgba(0,10,255,.25)}.home-cs__card-cover{height:220px;background-size:cover;background-position:50%;transition:transform .5s ease}.home-cs__card:hover .home-cs__card-cover{transform:scale(1.04)}.home-cs__card-body{padding:24px;display:flex;flex-direction:column;gap:8px}.home-cs__card-category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.45}.home-cs__card-title{font-size:22px;font-weight:700;text-transform:uppercase;line-height:1.2}.home-cs__card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.home-cs__card-tag{padding:4px 10px;border:1px solid rgba(255,255,255,.2);border-radius:16px;font-size:11px;font-weight:500;font-family:var(--font-mono);opacity:.55}html.light-mode .home-cs__heading{background:linear-gradient(91deg,#0A0E5C,#000AFF,#0A0E5C,#000AFF);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}html.light-mode .home-cs__card{background:rgba(255,255,255,.8);border-color:rgba(0,0,0,.1);color:#111111}html.light-mode .home-cs__card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);border-color:rgba(0,43,255,.2)}html.light-mode .home-cs__card-title{color:#111111}html.light-mode .home-cs__card-category{color:rgba(0,0,0,.5)}html.light-mode .home-cs__card-tag{border-color:rgba(0,0,0,.15);color:rgba(0,0,0,.6)}@media (max-width:1024px){.home-cs__grid{grid-template-columns:repeat(2,1fr)}.home-cs__card:last-child{display:none}}@media (max-width:768px){.home-cs__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.home-cs__grid{grid-template-columns:1fr}.home-cs__card:last-child{display:block}.home-cs__card-cover{height:180px}.home-cs__card-title{font-size:20px}}