*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));border-bottom:1px solid rgba(255,255,255,.08);background:var(--app-bg, #0f0f0f);gap:.5rem;flex-wrap:wrap}.header__left{display:flex;align-items:center;gap:.5rem;min-width:0}.header__brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.header__logo{width:28px;height:28px;flex-shrink:0}.header__name{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.header__menu-wrap{position:relative}.header__menu{width:40px;height:40px;min-width:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:8px;-webkit-tap-highlight-color:transparent}.header__menu-bar{display:block;width:18px;height:2px;background:#fffc;border-radius:1px}.header__menu-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:260px;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 12px 32px #0006;z-index:100;padding:.5rem}.header__menu-search-wrap{position:relative;margin-bottom:.5rem}.header__menu-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#ffffff80;display:flex;align-items:center;justify-content:center}.header__menu-search-input{width:100%;padding:.6rem .75rem .6rem 2.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.9rem;outline:none}.header__menu-search-input::placeholder{color:#ffffff73}.header__menu-search-input:focus{border-color:#fff3}.header__menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;background:none;border:none;border-radius:8px;color:#fff;font-size:.9rem;text-align:left;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.header__menu-item:hover{background:#ffffff14}.header__menu-item-icon{display:flex;align-items:center;justify-content:center;font-size:1rem}.header__btn-create{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;font-size:.85rem;text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}.header__btn-create:hover{background:#ffffff0f;border-color:#ffffff80}.header__btn-create-icon{font-size:1rem;line-height:1}@media(max-width:380px){.header__btn-create-text{display:none}}.header__right{display:flex;align-items:center;gap:.5rem}.header__lang-wrap{position:relative}.header__lang{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:none;color:#fff;cursor:pointer;padding:.4rem .5rem;border-radius:8px;-webkit-tap-highlight-color:transparent}.header__lang:hover{background:#ffffff0f}.header__lang-icon{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0}.header__lang-code{font-size:.75rem;font-weight:600;opacity:.9}.header__arrow{font-size:.5rem;opacity:.8}.header__lang-dropdown{position:absolute;top:100%;right:0;margin:.25rem 0 0;padding:.25rem;list-style:none;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:10px;min-width:120px;box-shadow:0 8px 24px #0000004d;z-index:100}.header__lang-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;border:none;border-radius:6px;color:#ffffffe6;font-size:.9rem;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.header__lang-option:hover{background:#ffffff14}.header__lang-option--active{background:#ffffff1f;color:#fff}.header__lang-option-icon{width:20px;height:15px;object-fit:cover;border-radius:2px;flex-shrink:0}.header__btn-login{padding:.5rem .9rem;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;font-size:.85rem;-webkit-tap-highlight-color:transparent}.header__btn-login:hover{background:#ffffff14}.header__icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#ffffffe6;cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent}.header__icon-btn:hover{background:#ffffff14}.header__user-wrap{position:relative}.header__user-btn{width:36px;height:36px;border-radius:50%;border:none;padding:0;overflow:hidden;cursor:pointer;background:#ffffff1f;color:#fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.header__user-btn:hover{background:#ffffff2e}.header__user-avatar{width:100%;height:100%;object-fit:cover}.header__user-initials{line-height:1}.header__user-dropdown{position:absolute;top:100%;right:0;margin-top:.35rem;min-width:240px;background:#1a1a1a;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 12px 32px #0006;z-index:100;padding:.5rem 0;max-height:80vh;overflow-y:auto}.header__user-head{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem .75rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.25rem}.header__user-dropdown-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.header__user-dropdown-initials{width:40px;height:40px;border-radius:50%;background:#ffffff26;color:#fff;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__user-name{font-size:.95rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__user-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem 1rem;background:none;border:none;border-radius:0;color:#ffffffe6;font-size:.9rem;text-align:left;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.header__user-item:hover{background:#ffffff14}.header__user-item svg{flex-shrink:0}.header__user-item span{flex:1}.header__user-item--external{display:flex}.header__user-item-arrow{opacity:.6;font-size:1rem}.header__user-divider{height:1px;background:#ffffff1a;margin:.4rem 0}.header__user-item--logout{color:#f87171}.header__user-item--logout:hover{background:#f871711f}.header__user-item--logout svg{stroke:#f87171}.header__user-lang-list{padding-left:.25rem}@media(min-width:768px){.header{padding:1rem 1.5rem;gap:.75rem}.header__logo{width:32px;height:32px}.header__name{font-size:1.25rem}.header__btn-create,.header__btn-login{padding:.5rem 1rem;font-size:.9rem}}.auth-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.auth-modal{width:100%;max-width:420px;background:#1a1a1a;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 48px #0006}.auth-modal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.5rem}.auth-modal__title{margin:0;font-size:1.35rem;font-weight:700;color:#fff}.auth-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:none;border-radius:8px;color:#fffc;font-size:1.5rem;line-height:1;cursor:pointer}.auth-modal__close:hover{background:#ffffff1f;color:#fff}.auth-modal__error{padding:.6rem .75rem;margin-bottom:1rem;background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#fca5a5;font-size:.875rem}.auth-modal__hint{margin:0 0 1rem;color:#ffffffb3;font-size:.9rem}.auth-modal__input--code{text-align:center;letter-spacing:.5em;font-size:1.25rem}.auth-modal__back-link{display:block;margin-top:.75rem;text-align:center}.auth-modal__tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;background:#ffffff0f;padding:4px;border-radius:10px}.auth-modal__tab{flex:1;padding:.6rem 1rem;background:transparent;border:none;border-radius:8px;color:#ffffffb3;font-size:.9rem;font-weight:500;cursor:pointer}.auth-modal__tab:hover{color:#fff}.auth-modal__tab--active{background:#ffffff1f;color:#fff}.auth-modal__form{display:flex;flex-direction:column;gap:1rem}.auth-modal__field{position:relative}.auth-modal__field--password .auth-modal__input{padding-right:48px}.auth-modal__input{width:100%;padding:.85rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:1rem;outline:none;min-height:48px}.auth-modal__input::placeholder{color:#ffffff73}.auth-modal__input:focus{border-color:#ffffff4d;background:#ffffff14}.auth-modal__eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffff80;cursor:pointer;border-radius:8px}.auth-modal__eye:hover{color:#fffc}.auth-modal__link{background:none;border:none;padding:0;color:#60a5fa;font-size:.9rem;cursor:pointer;text-decoration:none}.auth-modal__link:hover{text-decoration:underline;color:#93c5fd}.auth-modal__submit{width:100%;padding:.9rem 1.25rem;background:#facc15;color:#1a1a1a;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.25rem}.auth-modal__submit:hover{background:#fde047}.auth-modal__switch{margin:0;text-align:center;color:#ffffffb3;font-size:.9rem}.main-layout{min-height:100vh;background:var(--app-bg, #0f0f0f);color:#fff;display:flex;flex-direction:column}.main-layout__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1rem}@media(min-width:768px){.main-layout__content{padding:2rem 1.5rem}}.search-bar{max-width:100%;width:100%;position:relative;margin:0 auto}.search-bar__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#ffffff80;display:flex;align-items:center;justify-content:center}.search-bar__input{width:100%;padding:.85rem 1rem .85rem 2.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:1rem;outline:none;min-height:48px}.search-bar__input::placeholder{color:#ffffff73}.search-bar__input:focus{border-color:#ffffff40;background:#ffffff14}@media(min-width:768px){.search-bar{max-width:480px}}.hero{text-align:center;margin-bottom:1.5rem;padding:.5rem 0}.hero__title{font-size:1.75rem;font-weight:700;margin:0 0 .35rem;line-height:1.2}.hero__subtitle{color:#ffffffb3;font-size:1rem;margin:0 0 1.25rem}@media(min-width:768px){.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.1rem}}.category-filters{margin-bottom:1.5rem}.category-filters__scroll{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.category-filters__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffd9;border-radius:999px;font-size:.85rem;cursor:pointer;white-space:nowrap;flex-shrink:0;-webkit-tap-highlight-color:transparent}.category-filters__btn:hover{background:#ffffff1a;border-color:#fff3}.category-filters__btn--active{background:#ffffff26;border-color:#ffffff40;color:#fff}.category-filters__icon{font-size:.95rem}@media(min-width:768px){.category-filters__scroll{flex-wrap:wrap;justify-content:center;overflow-x:visible}.category-filters__btn{font-size:.9rem}}.community-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s}.community-card:hover{background:#ffffff12;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 12px 24px #00000040}.community-card__link{display:block;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.community-card__image-wrap{aspect-ratio:16/10;overflow:hidden;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.community-card__image{width:100%;height:100%;object-fit:cover}.community-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.community-card__image-placeholder--cover{min-height:100%;background:linear-gradient(135deg,#2d2d3d,#1e1e2e)}.community-card__image-placeholder-letter{font-size:3.5rem;font-weight:700;color:#fffffff2;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.3)}.community-card__body{padding:1.15rem 1.25rem}.community-card__logo,.community-card__avatar{width:44px;height:44px;border-radius:50%;margin-bottom:.75rem;object-fit:cover;flex-shrink:0}.community-card__logo{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.15rem;color:#fff}.community-card__title{font-size:1.08rem;font-weight:600;margin:0 0 .4rem;line-height:1.3;color:#fffffff2}.community-card__desc{font-size:.875rem;color:#ffffffa6;margin:0 0 .75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.community-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffff8c}.community-card__price{color:#ffffffe6;font-weight:500}.community-grid__list{display:grid;grid-template-columns:1fr;gap:1.25rem}.community-grid__empty{text-align:center;color:#fff9;padding:2rem 1rem}@media(min-width:480px){.community-grid__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.community-grid__list{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.home-page{width:100%}.home-page__loading,.home-page__error{text-align:center;padding:1rem;color:#fffc}.home-page__error{color:#f87171}.login-page{max-width:400px;margin:0 auto;padding:2rem 0;text-align:center}.login-page__title{font-size:1.75rem;margin:0 0 .5rem}.login-page__text{color:#ffffffb3;margin:0}.create-community-page{max-width:560px;margin:0 auto;padding:2rem 1rem}.create-community-page__title{font-size:1.75rem;margin:0 0 1rem;color:#fffffff2}.create-community-page__text{color:#ffffffb3;margin:0 0 1rem}.create-community-page__link{color:#818cf8;text-decoration:none}.create-community-page__link:hover{text-decoration:underline}.create-community-page__form{display:flex;flex-direction:column;gap:1rem;text-align:left}.create-community-page__error{color:#f87171;margin:0;font-size:.9rem}.create-community-page__label{display:flex;flex-direction:column;gap:.35rem;color:#ffffffe6;font-size:.9rem}.create-community-page__label--row{flex-direction:row;align-items:center}.create-community-page__input,.create-community-page__textarea,.create-community-page__select{padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;font-size:1rem}.create-community-page__input:focus,.create-community-page__textarea:focus,.create-community-page__select:focus{outline:none;border-color:#6366f1}.create-community-page__textarea{resize:vertical;min-height:80px}.create-community-page__select{cursor:pointer}.create-community-page__hint{color:#ffffff80;font-size:.8rem}.create-community-page__checkbox{width:1.1rem;height:1.1rem;margin-right:.5rem}.create-community-page__actions{display:flex;gap:1rem;align-items:center;margin-top:.5rem}.create-community-page__submit{padding:.65rem 1.25rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:1rem}.create-community-page__submit:hover:not(:disabled){background:#4f46e5}.create-community-page__submit:disabled{opacity:.6;cursor:not-allowed}.create-community-page__cancel{color:#ffffffb3;text-decoration:none;font-size:.95rem}.create-community-page__cancel:hover{color:#fff}.community-detail-page{padding:0 1rem 2rem;max-width:1280px;margin:0 auto}.community-detail-page__layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}@media(max-width:900px){.community-detail-page__layout{grid-template-columns:1fr}}.community-detail-page__main{min-width:0}.community-detail-page__title--page{font-size:1.75rem;margin-bottom:1rem}.community-detail-page__hero{margin-bottom:1rem}.community-detail-page__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.community-detail-page__badge{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;background:#ffffff14;color:#ffffffd9;border:1px solid rgba(255,255,255,.1)}.community-detail-page__badge--creator{color:#ffffffb3}.community-detail-page__about{margin-bottom:1.75rem}.community-detail-page__about-title{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#ffffffe6}.community-detail-page__desc--muted{color:#ffffff73;font-style:italic}.community-detail-page__setup-list{list-style:none;margin:0;padding:0}.community-detail-page__setup-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:#fffc}.community-detail-page__setup-check{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#ffffff80}.community-detail-page__setup-check--done{color:#4ade80}.community-detail-page__setup-label--done{color:#ffffff8c;text-decoration:line-through}.community-detail-page__sidebar{position:sticky;top:1.5rem}.community-detail-page__sidebar-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;box-shadow:0 4px 24px #00000026}.community-detail-page__sidebar-thumb{width:100%;aspect-ratio:2 / 1;border-radius:12px;overflow:hidden;background:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.community-detail-page__sidebar-thumb img{width:100%;height:100%;object-fit:cover}.community-detail-page__sidebar-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fffffff2}.community-detail-page__sidebar-title{font-size:1.15rem;font-weight:600;margin:0 0 .35rem;color:#fff}.community-detail-page__sidebar-url{display:block;font-size:.8rem;color:#6366f1;text-decoration:none;margin-bottom:.75rem;word-break:break-all}.community-detail-page__sidebar-url:hover{text-decoration:underline}.community-detail-page__sidebar-desc{font-size:.875rem;color:#ffffffb3;line-height:1.5;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.community-detail-page__sidebar-stats{display:flex;gap:1rem;font-size:.85rem;color:#fff9;margin-bottom:1rem}.community-detail-page__sidebar-actions,.community-detail-page__btn--full{width:100%;display:block;text-align:center;justify-content:center}.community-detail-page__btn--join-now{background:#eab308;color:#0f0f0f;font-weight:600;padding:.65rem 1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border:none;border-radius:10px;cursor:pointer;font-size:1rem;transition:background .2s,transform .15s}.community-detail-page__btn--join-now:hover:not(:disabled){background:#facc15;transform:translateY(-1px)}.community-detail-page__btn--join-now:disabled{opacity:.7;cursor:not-allowed}.community-detail-page__btn-arrow{font-size:1.1rem}.community-detail-page__powered{margin:1rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-size:.75rem;color:#fff6;text-align:center}a.community-detail-page__btn--join-now{text-decoration:none}.community-detail-page__back{display:inline-flex;align-items:center;gap:.35rem;color:#ffffffbf;text-decoration:none;margin-bottom:1rem;font-size:.9rem;transition:color .2s}.community-detail-page__back:hover{color:#fff}.community-detail-page__not-found{color:#ffffffb3;margin-bottom:1rem}.community-detail-page__image-wrap{aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:#1a1a1a;margin-bottom:0;box-shadow:0 4px 20px #0003;display:flex;align-items:center;justify-content:center}.community-detail-page__image{width:100%;height:100%;object-fit:cover}.community-detail-page__image-placeholder{width:100%;height:100%;min-height:140px;display:flex;align-items:center;justify-content:center;border-radius:16px}.community-detail-page__image-placeholder-letter{font-size:4rem;font-weight:700;color:#fffffff2;text-shadow:0 2px 12px rgba(0,0,0,.3)}.community-detail-page__info-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem 1.5rem;margin-top:-1.5rem;position:relative;z-index:1;margin-left:0;margin-right:0;box-shadow:0 4px 24px #00000026}.community-detail-page__info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.community-detail-page__logo{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:#fff;flex-shrink:0}.community-detail-page__title{font-size:1.5rem;margin:0;flex:1;min-width:0}.community-detail-page__meta{color:#fff9;font-size:.9rem;margin:.25rem 0 0;width:100%}.community-detail-page__desc{color:#fffc;line-height:1.65;margin:0;padding:1rem 1.25rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.community-detail-page__loading,.community-detail-page__error{color:#fffc;margin:0 0 1rem}.community-detail-page__error{color:#f87171}.community-detail-page__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.community-detail-page__info-text{flex:1;min-width:0}.community-detail-page__actions{margin-top:.75rem}.community-detail-page__btn{padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:.9rem}.community-detail-page__btn--join{background:#6366f1;color:#fff}.community-detail-page__btn--join:hover:not(:disabled){background:#4f46e5}.community-detail-page__btn--leave{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3)}.community-detail-page__btn--leave:hover:not(:disabled){border-color:#f87171;color:#f87171}.community-detail-page__btn:disabled{opacity:.6;cursor:not-allowed}.community-detail-page__section{margin-top:1.75rem}.community-detail-page__section--card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 2px 12px #0000001a}.community-detail-page__section-title{font-size:1.15rem;font-weight:600;margin:0 0 1rem;color:#fffffff2}.community-detail-page__members,.community-detail-page__challenges{list-style:none;margin:0;padding:0}.community-detail-page__member,.community-detail-page__challenge{padding:.5rem 0;display:flex;align-items:center;gap:.75rem;color:#ffffffd9}.community-detail-page__member-avatar,.community-detail-page__member-initials{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.community-detail-page__member-name{flex:1;min-width:0}.community-detail-page__challenge-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.community-detail-page__challenge-info{flex:1;min-width:0}.community-detail-page__challenge-title{font-weight:600;display:block}.community-detail-page__challenge-desc{font-size:.85rem;color:#fff9;display:block;margin-top:.25rem}.community-detail-page__challenge-actions{flex-shrink:0}.community-detail-page__btn--sm{padding:.35rem .75rem;font-size:.85rem}.community-detail-page__challenge-status{font-size:.85rem;padding:.35rem .75rem;border-radius:8px}.community-detail-page__challenge-status--pending{color:#fbbf24;background:#fbbf2426}.community-detail-page__challenge-status--rejected{color:#ffffff80;background:#ffffff14}.community-detail-page__chat{margin-top:2rem}.community-detail-page__chat-messages{background:#0003;border-radius:12px;padding:1rem;min-height:200px;max-height:360px;overflow-y:auto;margin-bottom:.75rem}.community-detail-page__chat-loading,.community-detail-page__chat-empty{color:#ffffff80;margin:0;font-size:.9rem}.community-detail-page__message{display:flex;gap:.75rem;margin-bottom:1rem}.community-detail-page__message:last-child{margin-bottom:0}.community-detail-page__message-avatar{width:36px;height:36px;border-radius:50%;background:#6366f166;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.community-detail-page__message-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.community-detail-page__message-body{flex:1;min-width:0}.community-detail-page__message-sender{font-size:.8rem;color:#ffffffb3;display:block;margin-bottom:.2rem}.community-detail-page__message-content{margin:0;font-size:.95rem;color:#ffffffe6;word-break:break-word}.community-detail-page__chat-form{display:flex;gap:.5rem}.community-detail-page__chat-input{flex:1;padding:.6rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#0003;color:#fff;font-size:.95rem}.community-detail-page__chat-input::placeholder{color:#fff6}.community-detail-page__chat-input:focus{outline:none;border-color:#6366f1}.community-detail-page__modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.community-detail-page__modal{background:#1e1e2e;border-radius:12px;padding:1.5rem;max-width:420px;width:100%;border:1px solid rgba(255,255,255,.1)}.community-detail-page__modal-title{margin:0 0 1rem;font-size:1.1rem;color:#fff}.community-detail-page__modal-label{display:block;font-size:.9rem;color:#fffc;margin-bottom:.5rem}.community-detail-page__modal-textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#0003;color:#fff;font-size:.95rem;resize:vertical;min-height:80px;margin-top:.35rem;box-sizing:border-box}.community-detail-page__modal-textarea::placeholder{color:#fff6}.community-detail-page__modal-actions{display:flex;gap:.75rem;margin-top:1.25rem;justify-content:flex-end}.profile-page{min-height:60vh;padding:1.5rem 1rem 3rem;background:transparent}.profile-page__container{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}@media(max-width:880px){.profile-page__container{grid-template-columns:1fr}}.profile-page__main{min-width:0}.profile-page__side{position:sticky;top:1.5rem}.profile-page--guest{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem}.profile-page__guest-text{color:#ffffffbf;margin:0 0 1rem}.profile-page__login-btn{display:inline-block;padding:.6rem 1.5rem;background:#6366f1;color:#fff;border-radius:8px;font-weight:600;text-decoration:none}.profile-page__login-btn:hover{background:#4f46e5}.profile-page__activity-card{background:#1e1e2e;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.profile-page__activity-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .25rem}.profile-page__activity-desc{font-size:.8rem;color:#ffffff73;margin:0 0 1rem;line-height:1.35}.profile-page__activity-body{margin-bottom:.5rem}.profile-page__months-row{display:flex;flex-wrap:wrap;gap:0 2px;margin-bottom:6px;font-size:.65rem;color:#fff6}.profile-page__month{min-width:26px}.profile-page__activity-inner{display:flex;gap:8px;align-items:flex-start}.profile-page__days-col{display:flex;flex-direction:column;gap:2px;font-size:.65rem;color:#fff6;padding-top:2px}.profile-page__day{height:12px;display:flex;align-items:center}.profile-activity-grid{display:grid;grid-template-columns:repeat(53,12px);grid-template-rows:repeat(7,12px);gap:2px;flex:1;min-width:0}.profile-activity-cell{width:12px;height:12px;border-radius:2px;background:#ffffff0f}.profile-activity-cell--1{background:#22c55e66}.profile-activity-cell--2{background:#22c55e99}.profile-activity-cell--3{background:#22c55ecc}.profile-activity-cell--4{background:#22c55e}.profile-page__legend{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:.7rem;color:#ffffff73}.profile-page__legend-squares{display:flex;gap:2px}.profile-page__legend-squares .profile-activity-cell{width:10px;height:10px}.profile-page__what-link{background:none;border:none;padding:0;margin-top:4px;font-size:.85rem;color:#6366f1;cursor:pointer}.profile-page__what-link:hover{text-decoration:underline}.profile-page__help-text{margin:.5rem 0 0;font-size:.8rem;color:#fff9;line-height:1.4}.profile-page__created{list-style:none;margin:0;padding:0}.profile-page__created li{margin-bottom:0}.profile-page__created-link{display:flex;align-items:center;gap:10px;padding:8px 0;text-decoration:none;color:inherit;border-radius:6px;transition:background .15s}.profile-page__created-link:hover{background:#ffffff0f}.profile-page__created-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.profile-page__created-name{font-weight:600;color:#fffffff2;flex:1;min-width:0}.profile-page__created-meta{font-size:.8rem;color:#ffffff80}.profile-page__muted{font-size:.9rem;color:#ffffff73;margin:0}.profile-page__user-card{background:#1e1e2e;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;text-align:center}.profile-page__user-avatar{width:88px;height:88px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:700;color:#fff;overflow:hidden}.profile-page__user-avatar img{width:100%;height:100%;object-fit:cover}.profile-page__user-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .2rem}.profile-page__user-handle{font-size:.9rem;color:#ffffff8c;margin:0 0 .75rem}.profile-page__user-hr{border:none;height:1px;background:#ffffff1a;margin:0 0 1rem}.profile-page__user-joined{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8rem;color:#ffffff80;margin:0 0 .4rem}.profile-page__user-joined-icon{font-size:.9rem}.profile-page__user-contrib{font-size:.8rem;color:#ffffff80;margin:0 0 1.25rem}.profile-page__edit-btn{display:block;width:100%;padding:.65rem 1rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-weight:600;font-size:.9rem;text-align:center;text-decoration:none;cursor:pointer;transition:background .2s}.profile-page__edit-btn:hover{background:#ffffff26}.my-communities-page{max-width:960px;margin:0 auto;padding:2rem 1rem}.my-communities-page__title{font-size:1.5rem;margin:0 0 1.5rem;color:#fffffff2}.my-communities-page__loading,.my-communities-page__empty,.my-communities-page__error{color:#ffffffb3;margin:0 0 1rem}.my-communities-page__error{color:#f87171}.my-communities-page__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:480px){.my-communities-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.my-communities-page__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}:root{--app-bg: #0f0f0f}
