/*! @license
(c) 2025–20XX c-render.net. All rights reserved.

This file is licensed solely for use in delivering c-render.net's
online services. Use is governed by the following source code policy:

The code supporting the project-sharing system, online IDE, editor, and
related platform features is proprietary and not distributed under any
Creative Commons license. You may not copy, modify, distribute, adapt,
reverse-engineer, or decompile any portion of this codebase.

Rehosting, scraping, or duplicating the online IDE or project-sharing
environment is strictly prohibited. To reference C-Render content,
please use the official project player or editor through provided links
or embeds.
*/
body{background-color:#0f172a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;margin:0;padding:0}.community-container{max-width:95%;margin:0 auto;padding:80px 2rem 2rem;width:100%;box-sizing:border-box}@media (min-width:1600px){.community-container{max-width:1600px}}.community-header{margin-bottom:2.5rem;text-align:center}.community-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#3b82f6 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.community-header .subtitle{font-size:1.1rem;color:#94a3b8;margin:0}.filter-controls{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.toggle-group{display:flex;background:#1e293b;border-radius:8px;padding:4px;border:1px solid #334155}.toggle-btn{padding:.6rem 1.25rem;border:none;background:0 0;color:#94a3b8;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:6px;transition:.2s;display:flex;align-items:center;gap:.5rem}.toggle-btn:hover{color:#e2e8f0;background:#334155}.toggle-btn.active{background:#3b82f6;color:#fff}.toggle-btn i{font-size:.9rem}.search-container{flex:1;position:relative;min-width:250px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:.95rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.95rem;transition:.2s;box-sizing:border-box}.search-input:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.search-input::placeholder{color:#64748b}.view-toggle{display:flex;background:#1e293b;border-radius:8px;padding:4px;border:1px solid #334155}.view-btn{padding:.6rem .9rem;border:none;background:0 0;color:#94a3b8;font-size:1rem;cursor:pointer;border-radius:6px;transition:.2s}.view-btn:hover{color:#e2e8f0;background:#334155}.view-btn.active{background:#3b82f6;color:#fff}.results-container{position:relative}.view-section{display:none}.view-section.active{display:block}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.view-header h2{font-size:1.5rem;font-weight:600;margin:0;color:#f1f5f9}.result-count{font-size:.9rem;color:#64748b;background:#1e293b;padding:.4rem .8rem;border-radius:6px}.users-grid{display:grid;gap:1.5rem;margin-top:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}.users-grid.grid-layout{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.users-grid.details-layout{grid-template-columns:1fr}.user-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:.3s;cursor:pointer;position:relative;overflow:hidden}.user-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .3s}.user-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 24px -10px rgba(59,130,246,.3)}.user-card:hover::before{transform:scaleX(1)}.grid-layout .user-card{text-align:center}.grid-layout .user-avatar{width:80px;height:80px;margin:0 auto 1rem}.grid-layout .user-info{align-items:center}.grid-layout .user-stats{justify-content:center}.details-layout .user-card{display:flex;align-items:center;gap:1.5rem}.details-layout .user-avatar{width:64px;height:64px;flex-shrink:0}.details-layout .user-content{flex:1;display:flex;align-items:center;gap:2rem}.details-layout .user-info{flex:1}.user-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#fff;border:3px solid #334155;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin:0}.user-email{font-size:.9rem;color:#64748b;word-break:break-word}.user-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;margin-top:0;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:.2s}.user-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.user-badge.founding-user{background:linear-gradient(135deg,#b87333 0,#daa520 100%);font-weight:700;box-shadow:0 3px 12px rgba(184,115,51,.4)}.user-badge.admin{background:linear-gradient(135deg,#dc2626 0,#ef4444 100%);font-weight:700;box-shadow:0 3px 12px rgba(220,38,38,.4)}.user-badge i{font-size:.875rem}.user-stats{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #334155}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-value{font-size:1.1rem;font-weight:600;color:#3b82f6}.stat-label{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.loading-state{text-align:center;padding:4rem 2rem;color:#64748b}.loading-state i{font-size:2.5rem;margin-bottom:1rem;color:#3b82f6}.loading-state p{font-size:1.1rem;margin:0}.empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.empty-state i{font-size:3rem;margin-bottom:1rem;color:#475569}.empty-state h3{font-size:1.25rem;font-weight:600;color:#94a3b8;margin:0 0 .5rem}.empty-state p{font-size:.95rem;margin:0}.coming-soon-message{text-align:center;padding:4rem 2rem;background:#1e293b;border:1px solid #334155;border-radius:12px;margin-top:1.5rem}.coming-soon-message i{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.coming-soon-message h3{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin:0 0 .5rem}.coming-soon-message p{font-size:1rem;margin:0}.projects-grid{display:grid;gap:1.5rem;margin-top:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%}.projects-grid.grid-layout{grid-template-columns:repeat(auto-fill,minmax(323px,1fr))}.projects-grid.details-layout{grid-template-columns:1fr;max-width:900px;margin:1.5rem auto}@media (min-width:2200px){.projects-grid.grid-layout{grid-template-columns:repeat(5,1fr)}}@media (max-width:2199px) and (min-width:1700px){.projects-grid.grid-layout{grid-template-columns:repeat(4,1fr)}}@media (max-width:1699px) and (min-width:1250px){.projects-grid.grid-layout{grid-template-columns:repeat(3,1fr)}}@media (max-width:1249px) and (min-width:850px){.projects-grid.grid-layout{grid-template-columns:repeat(2,1fr)}}@media (max-width:849px){.projects-grid.grid-layout{grid-template-columns:1fr}}.project-card{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:column;height:100%;width:100%;margin:0;padding:0;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.project-card::after{content:'';position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .3s}.project-card:hover{transform:translateY(-8px) scale(1.07);box-shadow:0 20px 40px -12px rgba(59,130,246,.4)}.project-card:hover::after{opacity:1}.project-thumbnail{width:100%;height:65%;background:linear-gradient(135deg,#1e293b 0,#0f172a 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.05);padding:1rem;box-sizing:border-box}.project-thumbnail::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));opacity:0;transition:opacity .3s}.project-card:hover .project-thumbnail::before{opacity:1}.project-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card:hover .project-thumbnail img{transform:scale(1.05)}.thumbnail-placeholder{font-size:3.5rem;color:#475569;transition:.3s}.project-card:hover .thumbnail-placeholder{color:#3b82f6;transform:scale(1.1) rotate(5deg)}.project-info{padding:.8rem .8rem 3rem;display:flex;flex-direction:column;gap:.4rem;background:#1e293b;flex:1;min-height:50%;box-sizing:border-box;position:relative;text-align:center;overflow:hidden}.project-title{width:100%;text-align:center;padding:0 .3rem}.run-button{position:absolute;left:0;right:0;bottom:0;width:100%;background:#0d9c6e;color:#fff;border:none;border-radius:0;padding:.6rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:.2s;margin:0;font-size:.9rem;box-sizing:border-box}.run-button:hover{background:#0a7a56;transform:none}.run-button i{font-size:.9rem}.project-title{font-size:1.05rem;font-weight:600;color:#f1f5f9;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s;line-height:1.3}.project-card:hover .project-title{color:#3b82f6}.project-author{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.2rem;font-size:.85rem}.author-avatar-small{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden;border:2px solid #334155;transition:.3s}.project-card:hover .author-avatar-small{border-color:#3b82f6;transform:scale(1.1)}.author-avatar-small img{width:100%;height:100%;object-fit:cover}.author-name{font-size:.875rem;color:#94a3b8;font-weight:500;transition:color .2s}.project-card:hover .author-name{color:#cbd5e1}.error-message{text-align:center;padding:4rem 2rem;color:#64748b}.error-message i{font-size:3rem;color:#ef4444;margin-bottom:1rem}.error-message p{font-size:1rem;margin:0}@media (max-width:1024px){.projects-grid.grid-layout,.users-grid.grid-layout{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.community-container{padding:80px 1.5rem 1.5rem}.community-header h1{font-size:2rem}.filter-controls{flex-direction:column;align-items:stretch}.search-container,.toggle-group,.view-toggle{width:100%}.projects-grid.grid-layout,.users-grid.grid-layout{grid-template-columns:1fr}.details-layout .user-card{flex-direction:column;text-align:center}.details-layout .user-content{flex-direction:column;gap:1rem}.user-stats{justify-content:center}}.ad-sidebar-left,.ad-sidebar-right{display:none;width:300px;height:600px;background:#1e293b;border:1px solid #334155;border-radius:12px;margin:20px;position:sticky;top:100px}.ad-sidebar-left{float:left;margin-right:20px}.ad-sidebar-right{float:right;margin-left:20px}.ad-inline{width:100%;height:250px;background:#1e293b;border:1px solid #334155;border-radius:8px;margin:20px 0;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.9rem}@media (max-width:1200px){.ad-sidebar-left,.ad-sidebar-right{width:250px;height:500px}}@media (max-width:1024px){.ad-sidebar-left,.ad-sidebar-right{display:none}.ad-inline{height:200px}}@media (max-width:768px){.ad-inline{height:150px;margin:15px 0}}