/* Studio Tomorrow · Community Profiles + Feature Queue · Pass 18.4 */
.community-profile-view{display:grid;gap:16px}
.community-profile-hero{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.68)}
.community-profile-avatar{width:64px;height:64px;border-radius:18px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#111227,#4d5da8);color:#fff;font:900 18px/1 inherit;letter-spacing:-.04em}
.community-profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.community-profile-hero-copy{min-width:0}.community-profile-hero-copy strong{display:block;font-size:17px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-profile-hero-copy span{display:block;margin-top:5px;color:var(--muted);font-size:9px}.community-profile-hero-copy p{margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.5}
.community-profile-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:9px;color:var(--muted);font-size:7.5px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.community-profile-editor{display:grid;gap:9px;padding:14px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.54)}
.community-profile-editor label,.community-post-composer label{font-size:7px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--muted)}
.community-profile-editor textarea,.community-post-composer textarea{width:100%;resize:vertical;min-height:72px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);padding:10px 11px;font:600 10px/1.45 inherit;outline:none}
.community-profile-editor textarea:focus,.community-post-composer textarea:focus{border-color:rgba(77,93,168,.52);box-shadow:0 0 0 3px rgba(77,93,168,.07)}
.community-profile-save,.community-post-submit,.community-profile-friend,.community-admin-action{appearance:none;border:0;border-radius:999px;background:#111227;color:#fff;padding:9px 12px;font:850 8px/1 inherit;cursor:pointer;justify-self:start}
.community-profile-save:disabled,.community-post-submit:disabled,.community-admin-action:disabled{opacity:.38;cursor:default}
.community-post-composer{display:grid;gap:10px;padding:14px;border:1px solid rgba(77,93,168,.16);border-radius:18px;background:linear-gradient(145deg,rgba(77,93,168,.055),rgba(255,255,255,.66))}
.community-post-composer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-post-composer-head strong{font-size:11px}.community-post-composer-head span{font-size:7px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em;font-weight:850}
.community-post-media-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.community-post-file{appearance:none;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#4d5da8;padding:8px 10px;font:850 8px/1 inherit;cursor:pointer}.community-post-file input{display:none}.community-post-preview{width:58px;height:58px;border-radius:12px;overflow:hidden;background:rgba(17,18,39,.06);display:none}.community-post-preview.has-media{display:block}.community-post-preview img{width:100%;height:100%;object-fit:cover;display:block}.community-post-status{min-height:14px;color:var(--muted);font-size:8px;line-height:1.35}.community-post-status.is-error{color:#a23b45}.community-post-status.is-success{color:#4d5da8}
.community-profile-posts-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:3px}.community-profile-posts-head strong{font-size:12px}.community-profile-posts-head span{font-size:7px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.community-profile-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.community-profile-post-card{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.community-profile-post-media{aspect-ratio:1/1;background:linear-gradient(145deg,#151725,#5c69a3);display:grid;place-items:center;color:rgba(255,255,255,.75);font-size:9px;overflow:hidden}.community-profile-post-media img{width:100%;height:100%;object-fit:cover;display:block}.community-profile-post-copy{padding:10px}.community-profile-post-copy p{margin:0;font-size:8.5px;line-height:1.45;color:var(--ink);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.community-profile-post-foot{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:8px;color:var(--muted);font-size:6.5px}.community-post-state{padding:4px 6px;border-radius:999px;background:rgba(17,18,39,.055);text-transform:uppercase;letter-spacing:.07em;font-weight:900}.community-post-state[data-state="featured"]{background:rgba(77,93,168,.10);color:#4d5da8}.community-post-state[data-state="pending"]{background:rgba(197,145,58,.10);color:#8b671f}
.community-empty{padding:18px;border:1px dashed rgba(17,18,39,.14);border-radius:15px;color:var(--muted);font-size:9px;line-height:1.5;text-align:center}

.community-profile-modal{position:fixed;inset:0;z-index:2460;background:rgba(9,7,47,.20);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility 0s linear .22s}.community-profile-modal.open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.community-profile-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-48%) scale(.985);width:min(680px,calc(100vw - 28px));max-height:min(82vh,840px);overflow:auto;border-radius:26px;background:rgba(250,248,244,.985);border:1px solid rgba(255,255,255,.72);box-shadow:0 32px 100px rgba(9,7,47,.28);padding:18px;opacity:0;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s ease}.community-profile-modal.open .community-profile-panel{transform:translate(-50%,-50%) scale(1);opacity:1}.community-profile-modal-close{position:sticky;top:0;margin-left:auto;z-index:3;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--ink);display:grid;place-items:center;cursor:pointer}.community-public-head{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:-26px;padding:8px 2px 17px}.community-public-head .community-profile-avatar{width:72px;height:72px}.community-public-copy{min-width:0}.community-public-copy strong{display:block;font-size:23px;letter-spacing:-.045em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-public-copy span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.community-public-copy p{margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.community-profile-friend{background:transparent;color:#4d5da8;border:1px solid rgba(77,93,168,.22)}.community-profile-friend.is-friend{background:#111227;color:#fff;border-color:#111227}
.community-public-posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.community-public-post{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:linear-gradient(145deg,#151725,#5965ad);position:relative;display:grid;place-items:center}.community-public-post img{width:100%;height:100%;object-fit:cover;display:block}.community-public-post p{position:absolute;inset:auto 8px 8px;margin:0;padding:7px;border-radius:9px;background:rgba(10,11,17,.64);color:#fff;font-size:7px;line-height:1.35;backdrop-filter:blur(7px)}

.community-friends-live{display:grid;gap:8px}.community-friend-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--line);border-radius:15px;background:#fff}.community-friend-copy{display:flex;align-items:center;gap:10px;min-width:0;cursor:pointer}.community-friend-avatar{width:36px;height:36px;border-radius:12px;overflow:hidden;background:linear-gradient(145deg,#111227,#5965ad);display:grid;place-items:center;color:#fff;font:900 8px/1 inherit;flex:0 0 36px}.community-friend-avatar img{width:100%;height:100%;object-fit:cover}.community-friend-copy strong{display:block;font-size:10px}.community-friend-copy span{display:block;margin-top:3px;color:var(--muted);font-size:8px}.community-friend-row button{appearance:none;border:1px solid var(--line);border-radius:999px;background:transparent;color:#4d5da8;padding:6px 8px;font:850 7px/1 inherit;cursor:pointer}.community-friend-row button.is-friend{color:var(--muted)}

.community-admin-queue{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.community-admin-queue-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.community-admin-queue-head span{display:block;color:#4d5da8;font-size:7px;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.community-admin-queue-head strong{display:block;margin-top:4px;font-size:14px}.community-admin-count{min-width:25px;height:25px;border-radius:999px;background:#111227;color:#fff;display:grid;place-items:center;font:900 7px/1 inherit}.community-admin-list{display:grid;gap:9px}.community-admin-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:11px;padding:10px;border:1px solid var(--line);border-radius:15px;background:#fff}.community-admin-thumb{width:64px;height:64px;border-radius:11px;overflow:hidden;background:linear-gradient(145deg,#151725,#5965ad);display:grid;place-items:center;color:#fff;font-size:7px}.community-admin-thumb img{width:100%;height:100%;object-fit:cover}.community-admin-card-copy{min-width:0}.community-admin-card-copy strong{display:block;font-size:9px}.community-admin-card-copy span{display:block;margin-top:3px;color:var(--muted);font-size:7px}.community-admin-card-copy p{margin:7px 0 0;font-size:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.community-admin-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.community-admin-action{padding:7px 9px}.community-admin-action.secondary{background:transparent;color:var(--muted);border:1px solid var(--line)}

.community-feed-post{position:relative}.community-feed-post .community-feed-media-frame{padding:7px;border-radius:14px;background:#fff;border:1px solid rgba(17,18,39,.06);margin-top:2px}.community-feed-post .review-photo{position:relative;aspect-ratio:4/5;border-radius:11px;overflow:hidden;background:linear-gradient(145deg,#151725,#5965ad);display:grid;place-items:center}.community-feed-post .review-photo-image{width:100%;height:100%;object-fit:cover;display:block}.community-feed-post .community-text-media{padding:22px;color:#fff;font:800 18px/1.15 inherit;letter-spacing:-.035em}.community-feed-post .review-chat-window{min-height:0}.community-feed-post .review-post-community{margin-top:6px;color:var(--muted);font-size:7px}.community-feed-post .review-author{cursor:pointer}

body.night-mode .community-profile-hero,body.night-mode .community-profile-editor,body.night-mode .community-post-composer,body.night-mode .community-profile-post-card,body.night-mode .community-friend-row,body.night-mode .community-admin-card{background:#191c24;border-color:rgba(255,255,255,.09)}
body.night-mode .community-profile-editor textarea,body.night-mode .community-post-composer textarea,body.night-mode .community-post-file,body.night-mode .community-profile-modal-close{background:#20232d;color:var(--ink);border-color:rgba(255,255,255,.09)}
body.night-mode .community-profile-panel{background:rgba(20,22,29,.985);border-color:rgba(255,255,255,.09)}

@media(max-width:650px){.community-profile-post-grid{grid-template-columns:1fr}.community-public-head{grid-template-columns:58px minmax(0,1fr);align-items:start}.community-public-head .community-profile-avatar{width:58px;height:58px}.community-public-head .community-profile-friend{grid-column:1/-1;justify-self:start}.community-public-posts{grid-template-columns:repeat(2,minmax(0,1fr))}.community-admin-card{grid-template-columns:52px minmax(0,1fr)}.community-admin-thumb{width:52px;height:52px}}
