/* Platforms entry: lightweight navigation matching the dark workspace. */
#communitiesView.platforms-workspace{width:100%;min-width:0;box-sizing:border-box;padding:20px 0 40px;color:#efedf3;font-family:Geist,system-ui,sans-serif}
#communitiesView[hidden],#communitiesView [hidden]{display:none!important}
#communitiesView .platforms-tabs{display:flex;gap:30px;align-items:center;border-bottom:1px solid #29272e;overflow-x:auto;padding:0 4px;scrollbar-width:none}
#communitiesView .platforms-tabs button{position:relative;display:flex;align-items:center;gap:9px;flex-shrink:0;padding:15px 0 18px;border:0;background:none;color:#96919e;font:600 16px Geist,system-ui,sans-serif;cursor:pointer;white-space:nowrap}
#communitiesView .platforms-tabs button span{color:#7f7a87;font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}
#communitiesView .platforms-tabs button:hover{color:#efedf3}
#communitiesView .platforms-tabs button[aria-selected="true"]{color:#f4f0fa}
#communitiesView .platforms-tabs button[aria-selected="true"]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#baa6dc;border-radius:2px}
#communitiesView .platforms-tabs button:focus-visible{outline:2px solid #baa6dc;outline-offset:-2px;border-radius:4px}
#communitiesView .platforms-panel{min-height:330px;display:grid;place-items:center;padding:40px 20px;box-sizing:border-box}
#communitiesView .platforms-empty{text-align:center;max-width:430px}
#communitiesView .platforms-empty h2{font-size:18px;font-weight:600;line-height:1.4;margin:0 0 10px;color:#d8d3df}
#communitiesView .platforms-empty p{font-size:14px;line-height:1.65;color:#86818d;margin:0}
@media(max-width:760px){#communitiesView.platforms-workspace{padding:8px 14px 90px}#communitiesView .platforms-tabs{gap:22px}#communitiesView .platforms-tabs button{font-size:14px;gap:6px}#communitiesView .platforms-panel{min-height:280px;padding:32px 10px}}

#communitiesView #platform-membership.has-recommendations{display:block;padding:28px 0;min-height:0}
#communitiesView .platform-section+.platform-section{margin-top:32px}
#communitiesView .platform-section-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}
#communitiesView .platform-section-head h2{font-size:17px;font-weight:600;margin:0;color:#e8e3ed}
#communitiesView .platform-demo-label{font-size:11px;color:#a49aa9;border:1px solid #36303a;padding:3px 7px;border-radius:5px}
#communitiesView .platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
#communitiesView .platform-card{display:flex;flex-direction:column;min-width:0;padding:20px;background:#18171b;border:1px solid #2c2931;border-radius:16px;box-sizing:border-box}
#communitiesView .platform-card-head{display:flex;gap:12px;align-items:center}
#communitiesView .platform-mark{width:48px;height:48px;display:grid;place-items:center;flex-shrink:0;border-radius:14px;font-size:17px;font-weight:700;letter-spacing:-.5px}
#communitiesView .platform-mark.violet{background:#332b44;color:#d6baff}#communitiesView .platform-mark.green{background:#253c35;color:#abe0c5}#communitiesView .platform-mark.orange{background:#423128;color:#eec5a0}
#communitiesView .platform-card h3{font-size:16px;line-height:1.3;margin:0 0 5px;color:#f0edf4;font-weight:650}
#communitiesView .platform-card-head span{font-size:12px;color:#918a9b}
#communitiesView .platform-card p{font-size:13px;line-height:1.65;color:#b6aebf;margin:20px 0 18px;flex:1}
#communitiesView .platform-formats{font-size:11px;color:#8e8698;line-height:1.6;margin-bottom:18px}
#communitiesView .platform-join{width:100%;height:38px;border:1px solid #544560;border-radius:9px;background:#382e43;color:#e5d4f5;font:600 13px Geist,system-ui,sans-serif;cursor:pointer}
#communitiesView .platform-join:hover{background:#493a58}#communitiesView .platform-join.is-member{background:transparent;border-color:#39333f;color:#aaa0b5}#communitiesView .platform-join:focus-visible{outline:2px solid #c6abe3;outline-offset:3px}
@media(max-width:1100px){#communitiesView .platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){#communitiesView .platform-grid{grid-template-columns:1fr}#communitiesView .platform-card{padding:18px}#communitiesView .platform-section-head{gap:8px}#communitiesView .platform-section-head h2{font-size:16px}}

#communitiesView .platform-open{display:block;text-align:center;margin-top:14px;font-size:13px;color:#c9b5df;text-decoration:none}#communitiesView .platform-open:hover{text-decoration:underline}
