.social-section{padding-top:70px}.social-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.social-head h2{margin:5px 0 0}.social-head p{margin:0;color:#9eabb9;max-width:540px;line-height:1.55}.social-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.social-card{position:relative;min-height:210px;padding:20px;border:1px solid #22384d;border-radius:16px;background:linear-gradient(145deg,#101722,#080b10);display:flex;flex-direction:column;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.social-card:hover{transform:translateY(-4px);border-color:#087cff;box-shadow:0 18px 36px #0008}.social-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-65px;top:-70px;background:#087cff22;filter:blur(2px)}.social-platform{font-size:11px;font-weight:900;letter-spacing:.14em;color:#8dc8ff;position:relative;z-index:1}.social-handle{font-size:22px;font-weight:900;margin:12px 0 8px;word-break:break-word;position:relative;z-index:1}.social-status{display:inline-flex;align-items:center;gap:7px;width:max-content;border:1px solid #ffffff1c;background:#05060899;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;letter-spacing:.08em;color:#aebcca;position:relative;z-index:1}.social-status .dot{width:7px;height:7px;border-radius:50%;background:#657585}.social-status.live{color:#ffacb5;border-color:#7c2833;background:#24080dcc}.social-status.live .dot{background:#ff334a;box-shadow:0 0 12px #ff334a}.social-status.connected{color:#8ef0bc;border-color:#275b42;background:#071b12cc}.social-status.connected .dot{background:#53dc91}.social-open{margin-top:auto;padding-top:20px;font-size:12px;font-weight:900;letter-spacing:.08em;color:#7ec0ff;position:relative;z-index:1}.social-card.twitch{border-color:#4a3476}.social-card.twitch:after{background:#9147ff30}.social-card.youtube{border-color:#64262a}.social-card.youtube:after{background:#ff003330}.social-card.tiktok{border-color:#31434a}.social-card.tiktok:after{background:#25f4ee22}.social-card.instagram{border-color:#5e344f}.social-card.instagram:after{background:#e1306c24}.social-card.kick{border-color:#345b27}.social-card.kick:after{background:#53fc1830}@media(max-width:1150px){.social-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.social-head{align-items:flex-start;flex-direction:column}.social-grid{grid-template-columns:1fr 1fr}.social-card{min-height:180px}}@media(max-width:480px){.social-grid{grid-template-columns:1fr}}