code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-bg-primary:#0a0a0c;--color-bg-secondary:#121317;--color-bg-tertiary:#1e1f24;--color-border:#2a2b31;--color-border-light:#ffffff14;--color-text-primary:#e7e8ee;--color-text-secondary:#9a9ba3;--color-text-muted:#6b7089;--color-accent:#fff;--color-accent-hover:#d0d0d4;--color-accent-light:#d1d5db;--color-success:#58c481;--color-error:#f44336;--color-link:#64b5f6}*,:after,:before{box-sizing:border-box}html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0c;background:var(--color-bg-primary);color:#e7e8ee;color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100%}a{color:#64b5f6;color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.app{display:flex;min-height:100vh}.app--dark{background:#0a0a0c;background:var(--color-bg-primary);color:#e7e8ee;color:var(--color-text-primary)}.app-main{flex:1 1;min-width:0;overflow-y:auto}.sidebar{display:flex;flex-shrink:0;z-index:50}.sidebar-nav{background:#121317;background:var(--color-bg-secondary);border-right:1px solid #2a2b31;border-right:1px solid var(--color-border);display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:8px 0;position:-webkit-sticky;position:sticky;top:0;transition:width .2s ease;width:56px}.sidebar-nav--expanded{width:220px}.sidebar-nav__hamburger{align-items:center;background:none;border:none;color:#9a9ba3;color:var(--color-text-secondary);cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:color .15s;width:56px}.sidebar-nav__hamburger:hover{color:#e7e8ee;color:var(--color-text-primary)}.sidebar-nav__items{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:4px 8px}.sidebar-nav__bottom{border-top:1px solid #2a2b31;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:2px;margin-top:auto;padding:4px 8px}.sidebar-nav__item{align-items:center;background:none;border:none;border-radius:10px;color:#9a9ba3;color:var(--color-text-secondary);cursor:pointer;display:flex;font-size:.88rem;font-weight:500;gap:12px;padding:10px;text-align:left;transition:background .15s,color .15s;white-space:nowrap;width:100%}.sidebar-nav__item:hover{background:#ffffff0a;color:#e7e8ee;color:var(--color-text-primary)}.sidebar-nav__item--active{background:#ffffff14;color:#fff;font-weight:600}.sidebar-nav__icon-wrap{flex-shrink:0;height:24px;justify-content:center;position:relative;width:24px}.sidebar-nav__icon,.sidebar-nav__icon-wrap{align-items:center;display:flex}.sidebar-nav__icon svg{height:22px;width:22px}.sidebar-nav__badge{background:#f44336;background:var(--color-error);border-radius:999px;color:#fff;display:grid;font-size:.65rem;font-weight:700;height:16px;min-width:16px;padding:0 4px;place-items:center;position:absolute;right:-6px;top:-4px}.sidebar-nav__label{overflow:hidden;text-overflow:ellipsis}.sidebar-nav:not(.sidebar-nav--expanded) .sidebar-nav__label{display:none}.community-home{margin:0 auto;max-width:780px;padding:24px 20px 48px}.community-home__hero{padding:48px 0 32px}.community-home__eyebrow{color:#9a9ba3;color:var(--color-text-secondary);display:inline-block;font-size:.82rem;font-weight:600;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.community-home__title{color:#fff;font-size:2.2rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 14px}.community-home__description{color:#9a9ba3;color:var(--color-text-secondary);font-size:1rem;line-height:1.6;margin:0 0 24px;max-width:520px}.community-home__hero-actions{display:flex;flex-wrap:wrap;gap:10px}.community-home__primary-action{background:#fff;border:none;border-radius:10px;color:#0a0a0c;cursor:pointer;font-size:.92rem;font-weight:600;padding:12px 22px;transition:background .15s,transform .1s}.community-home__primary-action:hover{background:#e0e0e4}.community-home__primary-action:active{transform:scale(.97)}.community-home__primary-action--small{font-size:.85rem;padding:8px 16px}.community-home__secondary-action{background:#1e1f24;background:var(--color-bg-tertiary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:10px;color:#e7e8ee;color:var(--color-text-primary);cursor:pointer;font-size:.92rem;font-weight:500;padding:12px 22px;transition:background .15s}.community-home__secondary-action:hover{background:#2a2b31}.community-home__secondary-action--small{font-size:.85rem;padding:8px 16px}.community-home__stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.community-home__stat-card{background:#1e1f24;background:var(--color-bg-tertiary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:14px;padding:18px;text-align:center}.community-home__stat-card strong{color:#fff;display:block;font-size:1.4rem;margin-bottom:4px}.community-home__stat-card span{color:#9a9ba3;color:var(--color-text-secondary);font-size:.82rem}.community-home__quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.community-home__toolbar{align-items:center;border-bottom:1px solid #2a2b31;border-bottom:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:16px 0}.community-home__toolbar-copy h2{color:#fff;font-size:1.3rem;font-weight:700;margin:0}.community-home__toolbar-copy p{color:#9a9ba3;color:var(--color-text-secondary);font-size:.85rem;margin:4px 0 0}.community-home__filters{display:flex;gap:6px}.community-home__filter{background:#1e1f24;background:var(--color-bg-tertiary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:8px;color:#9a9ba3;color:var(--color-text-secondary);cursor:pointer;font-size:.85rem;padding:8px 14px;transition:background .15s,color .15s}.community-home__filter:hover{background:#2a2b31;color:#e7e8ee;color:var(--color-text-primary)}.community-home__filter--active{background:#ffffff14;border-color:#ffffff2e;color:#fff}.community-home__composer-card{background:#1e1f24;background:var(--color-bg-tertiary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:14px;margin:16px 0 8px;padding:16px}.community-home__info-grid{display:flex;flex-direction:column;gap:16px;padding-top:24px}.community-rail__card{background:#1e1f24;background:var(--color-bg-tertiary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:14px;padding:20px}.community-rail__label{color:#9a9ba3;color:var(--color-text-secondary);display:block;font-size:.78rem;font-weight:600;letter-spacing:.04em;margin-bottom:10px;text-transform:uppercase}.community-rail__card h3{color:#fff;font-size:1.1rem;margin:0 0 6px}.community-rail__card p{color:#9a9ba3;color:var(--color-text-secondary);font-size:.9rem;line-height:1.5;margin:0}.community-rail__actions{display:flex;gap:8px;margin-top:14px}.community-rail__stack{display:flex;flex-direction:column;gap:14px}.community-rail__highlight h4{color:#fff;font-size:.95rem;margin:0 0 4px}.community-rail__highlight p{color:#9a9ba3;color:var(--color-text-secondary);font-size:.85rem;line-height:1.5;margin:0}.community-rail__rules{list-style:none;margin:0;padding:0}.community-rail__rules li{border-bottom:1px solid #2a2b31;border-bottom:1px solid var(--color-border);color:#9a9ba3;color:var(--color-text-secondary);font-size:.9rem;padding:6px 0}.community-rail__rules li:last-child{border-bottom:none}.community-post-list{display:flex;flex-direction:column}.community-post-list__item{border-bottom:1px solid #2a2b31;border-bottom:1px solid var(--color-border)}.community-post-list__item:last-child{border-bottom:none}.posts-feed__empty,.posts-feed__loading{color:#9a9ba3;color:var(--color-text-secondary);font-size:.92rem;padding:32px 0;text-align:center}.posts-feed__empty-wrap{padding:32px 0;text-align:center}.post-message{border-radius:10px;font-size:.88rem;margin-bottom:12px;padding:12px 16px}.post-message--success{background:#58c4811f;border:1px solid #58c48140;color:#9ce6b8}.post-message--error{background:#f443361f;border:1px solid #f4433640;color:#ffbcc0}.new-post-form{width:100%}.new-post-form--expanded{display:flex;flex-direction:column;gap:12px}.new-post-form__input{background:#121317;background:var(--color-bg-secondary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:10px;color:#e7e8ee;color:var(--color-text-primary);font-family:inherit;font-size:.92rem;outline:none;padding:12px 14px;transition:border-color .15s;width:100%}.new-post-form__input::placeholder{color:#6b7089;color:var(--color-text-muted)}.new-post-form__input:focus{border-color:#fff}.new-post-form__input--collapsed{cursor:pointer}.new-post-form__textarea{line-height:1.5;min-height:100px;resize:vertical}.new-post-form__actions{display:flex;gap:8px;justify-content:flex-end}.community-comments{margin-top:24px}.community-comments__header{align-items:baseline;display:flex;gap:8px;margin-bottom:16px}.community-comments__header h3{color:#fff;font-size:1.1rem;margin:0}.community-comments__header span{color:#9a9ba3;color:var(--color-text-secondary);font-size:.85rem}.community-comments__list{display:flex;flex-direction:column;gap:0}.community-comments__state{color:#9a9ba3;color:var(--color-text-secondary);font-size:.88rem;padding:16px 0;text-align:center}.community-comments__row{align-items:flex-start;border-bottom:1px solid #2a2b31;border-bottom:1px solid var(--color-border);display:flex;gap:12px;padding:14px 0}.community-comments__avatar{background:#1e1f24;background:var(--color-bg-tertiary);border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:.82rem;font-weight:700;height:36px;overflow:hidden;place-items:center;width:36px}.community-comments__avatar img{height:100%;object-fit:cover;width:100%}.community-comments__body{flex:1 1;min-width:0}.community-comments__meta{align-items:baseline;display:flex;gap:8px;margin-bottom:4px}.community-comments__meta strong{color:#fff;font-size:.88rem}.community-comments__meta span{color:#9a9ba3;color:var(--color-text-secondary);font-size:.78rem}.community-comments__body p{color:#e7e8ee;color:var(--color-text-primary);font-size:.9rem;line-height:1.5;margin:0}.community-comments__more{background:none;border:none;border-radius:4px;color:#9a9ba3;color:var(--color-text-secondary);cursor:pointer;flex-shrink:0;padding:4px;transition:color .15s}.community-comments__more:hover{color:#e7e8ee;color:var(--color-text-primary)}.community-comments__error{color:#f44336;color:var(--color-error);font-size:.85rem;margin:8px 0}.community-comments__composer{align-items:flex-end;border-top:1px solid #2a2b31;border-top:1px solid var(--color-border);display:flex;gap:10px;margin-top:16px;padding:14px 0}.community-comments__input-wrap{align-items:flex-end;background:#121317;background:var(--color-bg-secondary);border:1px solid #2a2b31;border:1px solid var(--color-border);border-radius:10px;display:flex;flex:1 1;overflow:hidden}.community-comments__textarea{background:#0000;border:none;color:#e7e8ee;color:var(--color-text-primary);flex:1 1;font-family:inherit;font-size:.9rem;min-height:38px;outline:none;padding:10px 12px;resize:none}.community-comments__textarea::placeholder{color:#6b7089;color:var(--color-text-muted)}.community-comments__attach{background:none;border:none;color:#9a9ba3;color:var(--color-text-secondary);cursor:pointer;flex-shrink:0;padding:8px 10px;transition:color .15s}.community-comments__attach:hover{color:#e7e8ee;color:var(--color-text-primary)}.community-comments__send{background:#fff;border:none;border-radius:10px;color:#0a0a0c;cursor:pointer;display:grid;flex-shrink:0;height:40px;place-items:center;transition:background .15s;width:40px}.community-comments__send:hover:not(:disabled){background:#d0d0d4}.community-comments__send:disabled{cursor:not-allowed;opacity:.4}.community-feed{margin:0 auto;max-width:780px;padding:28px 20px 48px}.feed-banner{align-items:flex-end;border-radius:18px;display:flex;min-height:300px;overflow:hidden;position:relative}.feed-banner__bg{background:url(https://cdn.omadacraft.net/banner_community.jpg) 50%/cover no-repeat;inset:0;position:absolute;z-index:0}.feed-banner__bg:after{background:#00000073;content:"";inset:0;position:absolute}.feed-banner__gradient{background:linear-gradient(180deg,#0000 30%,#000000d9);inset:0;position:absolute;z-index:1}.feed-banner__content{padding:60px 24px 48px;position:relative;width:100%;z-index:2}.feed-banner__title{color:#fff;font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin:0}.feed-banner__online{color:#ffffffb3;font-size:.95rem;margin:6px 0 0}.feed-banner__actions{align-items:center;display:flex;gap:12px;margin-top:24px}.feed-banner__write-btn{align-items:center;background:#fff;border:none;border-radius:10px;color:#0a0a0c;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:600;gap:8px;padding:12px 26px;transition:background .15s,transform .1s}.feed-banner__write-btn:hover{background:#e0e0e4}.feed-banner__write-btn:active{transform:scale(.97)}.feed-banner__more-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:grid;height:42px;place-items:center;transition:background .15s;width:42px}.feed-banner__more-btn:hover{background:#ffffff40}.feed-tabs{border-bottom:1px solid #2a2b31;border-bottom:1px solid var(--color-border);display:flex;margin-top:4px}.feed-tabs__tab{background:none;border:none;color:#9a9ba3;color:var(--color-text-secondary);cursor:pointer;font-size:.92rem;font-weight:600;padding:16px 20px;position:relative;transition:color .15s;white-space:nowrap}.feed-tabs__tab:hover{color:#e7e8ee;color:var(--color-text-primary)}.feed-tabs__tab:after{background:#0000;border-radius:1px;bottom:0;content:"";height:2px;left:12px;position:absolute;right:12px;transition:background .15s}.feed-tabs__tab--active{color:#fff}.feed-tabs__tab--active:after{background:#fff}.community-feed .community-post-list{gap:16px;margin-top:16px}.community-feed .community-home__composer-card{margin:16px 0 8px}@media (max-width:720px){.community-home__title{font-size:1.6rem}.community-home__stats{grid-template-columns:1fr}.community-feed{padding:16px 12px 40px}.feed-banner{border-radius:12px;min-height:220px}.feed-banner__title{font-size:1.6rem}.feed-banner__content{padding:40px 16px 28px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.post{border:none;border-bottom:1px solid #2a2b31;border-radius:0;color:#fff;display:flex;flex-direction:column;gap:10px;margin-bottom:0;padding:14px 0}.post,.post:hover{background-color:#0000}.post--small{padding:12px}.post--large{padding:20px}.post--menu-open{position:relative}.post__meta{display:none}.post__top{align-items:center;display:flex;gap:10px}.post__avatar{flex-shrink:0;height:40px;width:40px}.post__avatar img{border-radius:50%;height:40px;object-fit:cover;width:40px}.post__header{flex:1 1;flex-direction:row;min-width:0}.post__header,.post__header-container{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.post__header-container{flex:1 1}.post__header-badge-container{display:inline-flex}.post__header-item{color:#fff;font-size:.93em;font-weight:700}.post__header-item--date{color:#8b8d94;font-size:.85em;font-weight:400;white-space:nowrap}.post__link{color:#fff;text-decoration:none}.post__link:hover{text-decoration:underline}.post__header-actions{display:flex;gap:8px}.post__content{margin:0;padding-left:50px}.post__text{color:#e8e9ed;font-size:.95em;line-height:1.5;margin:0}.post__text p{margin:0}.post__text p+p{margin-top:8px}.post__read-more-link{color:#64b5f6;font-weight:500;text-decoration:none}.post__read-more-link:hover{text-decoration:underline}.post__meme-headline{font-size:1.4em;font-weight:700;margin:12px 0;text-align:center}.post__badge-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 12px;padding:0}.post__badge-list-item{margin:0}.post__original-button-container{margin:8px 0 12px}.post__footer{border-top:none;display:flex;flex-direction:column;gap:8px;padding-left:50px;padding-top:0;position:relative}.post__footer-actions{display:flex;gap:12px}.post__action-button{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2em;padding:4px 8px;transition:background-color .2s}.post__action-button:hover{background-color:#121317}.post__menu{background:#121317;border:1px solid #121317;border-radius:4px;bottom:0;box-shadow:0 2px 8px #00000080;display:flex;flex-direction:column;gap:4px;padding:4px;position:absolute;right:0;z-index:10}.badge{border-radius:4px;display:inline-block;font-size:.85em;font-weight:500;padding:4px 8px}.badge--primary{background-color:#121317;color:#64b5f6}.badge--secondary{background-color:#121317;color:#6b7380}.badge--tertiary{background-color:#1a1f3a;color:#ffb74d}.button{border:none;border-radius:4px;cursor:pointer;font-size:1em;font-weight:500;padding:8px 16px;transition:all .2s}.button--filled{background-color:#64b5f6;color:#0a0e27}.button--filled:hover{background-color:#42a5f5}.button--standard{background-color:#0000;border:1px solid #64b5f6;color:#64b5f6}.button--standard:hover,.button--tonal{background-color:#121317}.button--tonal{color:#64b5f6}.button--tonal:hover{background-color:#121317}.button--small{font-size:.9em;padding:4px 8px}.button--large{font-size:1.1em;padding:12px 24px}.button--xsmall{font-size:.8em;padding:2px 6px}.poll{margin:12px 0}.poll__options{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.poll__option{border:1px solid #2a2f4a;border-radius:4px;color:#e8e9ed;cursor:pointer;overflow:hidden;padding:8px;position:relative;transition:border-color .2s,background-color .2s}.poll__option:hover:not(.poll__option--closed){background-color:#ffffff0a;border-color:#64b5f6}.poll__option--closed{cursor:not-allowed}.poll__option--selected{background-color:#64b5f614;border-color:#64b5f6}.poll__option-bar{background-color:#64b5f624;height:100%;left:0;position:absolute;top:0;z-index:-1}.poll__option-content{align-items:center;display:flex;justify-content:space-between}.poll__option-text{flex:1 1}.poll__option-votes{color:#8b8d94;font-size:.9em;font-weight:500;margin-left:8px}.poll__footer{color:#8b8d94;display:flex;font-size:.9em;justify-content:space-between}.poll__total{font-weight:500}.poll__status{font-style:italic}.media{border:1px solid #2a2f4a;border-radius:8px;margin:12px 0;overflow:hidden;padding:0}.media__image{display:block;height:auto;max-height:500px;object-fit:cover;width:100%}.media__caption{background-color:#0f1320;color:#8b8d94;font-size:.9em;margin:0;padding:8px 12px}.feed-message{background-color:#ffffff0a;border-left:4px solid #ffc107;border-radius:8px;margin-bottom:12px;padding:12px 16px}.feed-message__label{color:#e8e9ed;font-weight:500;margin:0 0 8px}.feed-message__action{display:flex;gap:8px}.avatar-link{border-radius:50%;display:inline-block;overflow:hidden}.avatar{display:block;height:100%;width:100%}.category-image-link{border-radius:4px;display:inline-block;overflow:hidden}.category-image{display:block;height:100%;width:100%}.post__stats{gap:20px}.post__stat,.post__stats{align-items:center;display:flex}.post__stat{color:#8b8d94;font-size:.88em;gap:5px}.post__stat-icon{color:#8b8d94;display:block;flex-shrink:0}.post__stat-value{color:#9a9ba3;font-weight:400}.posts-feed{display:flex;flex-direction:column;gap:16px}.auth-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.auth-modal{background:#1e1f24;border:1px solid #2a2b31;border-radius:16px;box-shadow:0 24px 64px #00000080;max-width:380px;overflow:hidden;padding:0;width:100%}.auth-modal__tabs{border-bottom:1px solid #2a2b31;display:flex}.auth-modal__tab{background:none;border:none;border-bottom:2px solid #0000;color:#9a9ba3;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:500;margin-bottom:-1px;padding:16px;transition:color .15s}.auth-modal__tab:hover{color:#fff}.auth-modal__tab--active{border-bottom-color:#fff;color:#fff}.auth-modal__header{align-items:center;border-bottom:1px solid #2a2b31;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:10px;padding:16px 20px}.auth-modal__back{align-items:center;background:none;border:none;color:#9a9ba3;cursor:pointer;display:flex;padding:0;transition:color .15s}.auth-modal__back:hover{color:#fff}.auth-modal__info{color:#9a9ba3;font-size:.9rem;line-height:1.6;margin:0}.auth-modal__link{background:none;border:none;color:#9a9ba3;cursor:pointer;font-family:inherit;font-size:.82rem;padding:0;text-align:center;transition:color .15s}.auth-modal__link:hover{color:#fff}.auth-modal__form{display:flex;flex-direction:column;gap:14px;padding:24px}.auth-modal__field{display:flex;flex-direction:column;gap:6px}.auth-modal__label{color:#9a9ba3;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.auth-modal__input{background:#121317;border:1px solid #2a2b31;border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;outline:none;padding:10px 12px;transition:border-color .15s;width:100%}.auth-modal__input::placeholder{color:#555760}.auth-modal__input:focus{border-color:#fff}.auth-modal__error{background:#f443361a;border-radius:6px;color:#f44336;font-size:.85rem;margin:0;padding:8px 10px}.auth-modal__submit{background:#fff;border:none;border-radius:8px;color:#0a0a0c;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;margin-top:4px;padding:12px;transition:background .15s}.auth-modal__submit:hover:not(:disabled){background:#d0d0d4}.auth-modal__submit:disabled{cursor:not-allowed;opacity:.6}.settings-page{margin:0 auto;max-width:960px;padding:12px 18px 40px}.settings-page__header{align-items:center;display:flex;justify-content:center;margin-bottom:16px;min-height:44px;position:-webkit-sticky;position:sticky;top:8px;z-index:15}.settings-page__back{align-items:center;background:#0000;border:0;border-radius:8px;color:#a1a7bc;color:var(--color-text-secondary,#a1a7bc);cursor:pointer;display:inline-flex;height:32px;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);width:32px}.settings-page__back:hover{background:#ffffff0f}.settings-page__back:hover,.settings-page__title{color:#eef1ff;color:var(--color-text-primary,#eef1ff)}.settings-page__title{font-size:1.95rem;font-weight:700;letter-spacing:-.02em;margin:0}.settings-page__body{margin:0 auto;max-width:760px}.settings-page__login-hint{color:#a1a7bc;color:var(--color-text-secondary,#a1a7bc);padding:48px 0;text-align:center}.settings-list{border-top:1px solid #c2c9dc29}.settings-item,.settings-list{border-bottom:1px solid #c2c9dc29}.settings-item{align-items:flex-start;display:flex;gap:14px;padding:16px 0}.settings-item--last{border-bottom:0}.settings-item--media{align-items:center}.settings-item--action,.settings-item--bio,.settings-item--premium{display:block}.settings-item__media-preview{align-items:center;background:#ffffff0a;border-radius:999px;display:flex;flex-shrink:0;height:44px;justify-content:center;overflow:hidden;width:44px}.settings-item__media-preview--banner{border-radius:6px;height:44px;width:92px}.settings-item__content{flex:1 1;min-width:0}.settings-item__content h3{color:#eef1ff;color:var(--color-text-primary,#eef1ff);font-size:1.02rem;font-weight:700;margin:0}.settings-item__content p{color:#9aa3bb;color:var(--color-text-secondary,#9aa3bb);font-size:.92rem;line-height:1.4;margin:3px 0 0}.settings-item__content--full{width:100%}.settings-item__bio,.settings-item__name-input,.settings-item__path-input{background:#ffffff0a;border:1px solid #c2c9dc33;border-radius:10px;box-sizing:border-box;color:#eef1ff;color:var(--color-text-primary,#eef1ff);font:inherit;margin-top:8px;padding:9px 12px;width:100%}.settings-item__bio:focus,.settings-item__name-input:focus,.settings-item__path-input:focus{border-color:#abb7ff80;outline:none}.settings-item__bio{line-height:1.45;min-height:52px;resize:vertical}.settings-item__icon-btn{align-items:center;background:#0000;border:0;border-radius:8px;color:#c7ccda;cursor:pointer;display:inline-flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.settings-item__icon-btn:hover{background:#ffffff0f;color:#fff}.settings-item__row-btn{background:#0000;border:0;color:#eef1ff;color:var(--color-text-primary,#eef1ff);cursor:pointer;font:inherit;font-size:1.03rem;font-weight:700;padding:0;text-align:left;width:100%}.settings-item__row-btn:hover{color:#fff}.settings-item__row-btn--premium{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#6cc2ff,#ff63c5 60%,#ffc36a);-webkit-background-clip:text;background-clip:text;color:#0000}.settings-item__row-btn--danger{color:#ffb4b6}.settings-upload{align-items:center;background:#ffffff08;border:1px dashed #c2c9dc59;border-radius:10px;display:flex;gap:10px;justify-content:space-between;margin-top:8px;min-height:42px;padding:7px 9px}.settings-upload span{color:#9aa3bb;color:var(--color-text-secondary,#9aa3bb);font-size:.87rem}.settings-upload button{background:#bfc5dc33;border:0;border-radius:8px;color:#e6e9f8;cursor:pointer;font:inherit;font-weight:600;padding:7px 11px}.settings-upload button:disabled{cursor:not-allowed;opacity:.6}.settings-upload--dragover{background:#abb7ff1f;border-color:#abb7ffcc}.settings-avatar{align-items:center;border-radius:999px;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:44px;justify-content:center;width:44px}.settings-avatar--img{object-fit:cover}.settings-banner-preview{display:block;height:44px;object-fit:cover;width:92px}.settings-color-pills{display:flex;gap:8px;margin-top:10px}.settings-color-pills__item{background:#3a3f5a;border:0;border-radius:999px;color:#d8dcee;cursor:pointer;flex:1 1;font:inherit;font-size:.95rem;font-weight:700;padding:9px 10px}.settings-color-pills__item--active{background:#cbcfe2;color:#2f344b}.settings-password-form{grid-gap:8px;display:grid;gap:8px;margin-top:12px}.settings-password-form input{background:#ffffff0a;border:1px solid #c2c9dc33;border-radius:10px;box-sizing:border-box;color:#eef1ff;color:var(--color-text-primary,#eef1ff);font:inherit;padding:9px 12px;width:100%}.settings-password-form input:focus{border-color:#abb7ff80;outline:none}.settings-inline-btn,.settings-save{background:#bfc5dc;border:0;border-radius:10px;color:#2b3147;cursor:pointer;font:inherit;font-weight:700;padding:10px 16px}.settings-inline-btn:disabled,.settings-save:disabled{cursor:not-allowed;opacity:.6}.settings-inline-msg{border-radius:10px;font-size:.88rem;margin-top:10px;padding:9px 12px}.settings-inline-msg--success{background:#58c48129;border:1px solid #58c48140;color:#9ce6b8}.settings-inline-msg--error{background:#ff686d26;border:1px solid #ff686d42;color:#ffbcc0}.settings-save{margin-top:14px}@media(max-width:840px){.settings-page{padding:10px 14px 32px}.settings-page__title{font-size:1.55rem}.settings-item{padding:14px 0}}.profile-v2{color:#e7e8ee;padding-bottom:48px;width:100%}.profile-v2--error,.profile-v2--loading{color:#7d8296;display:grid;min-height:320px;place-items:center}.profile-v2__spinner{animation:pv2-spin .75s linear infinite;border:3px solid #ffffff24;border-radius:999px;border-top-color:#fff;height:34px;width:34px}@keyframes pv2-spin{to{transform:rotate(1turn)}}.profile-v2__banner{background:#0a0a0c;overflow:hidden;position:relative;width:100%}.profile-v2__banner-fallback,.profile-v2__banner-img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.profile-v2__banner-gradient{background:linear-gradient(180deg,#0000001a 0,#0000008c 40%,#000000d9);inset:0;pointer-events:none;position:absolute}.profile-v2__back-float{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border:1px solid #ffffff26;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:36px;left:16px;place-items:center;position:absolute;top:16px;transition:background .15s;width:36px;z-index:10}.profile-v2__back-float:hover{background:#000000b3}.profile-v2__overlay{align-items:center;display:flex;flex-direction:column;padding:60px 20px 28px;position:relative;z-index:5}.profile-v2__avatar-wrap{display:flex;justify-content:center;margin-bottom:8px;position:relative;z-index:5}.profile-v2__avatar{border:4px solid #00000059;border-radius:50%;box-shadow:0 4px 20px #0006;color:#fff;display:grid;flex-shrink:0;font-size:2.8rem;font-weight:700;height:128px;place-items:center;width:128px}.profile-v2__avatar--img{object-fit:cover}.profile-v2__center{margin:0 auto;max-width:680px;padding:0;text-align:center}.profile-v2__name{font-size:2rem;font-weight:700;line-height:1.15;margin:8px 0 2px}.profile-v2__handle{color:#9a9ba3;display:block;font-size:.92rem;margin-bottom:12px}.profile-v2__bio{word-wrap:break-word;color:#c2c8db;font-size:.92rem;line-height:1.6;margin:0 0 14px;white-space:pre-wrap}.profile-v2__bio--empty{color:#6b7089;font-style:italic}.profile-v2__meta-line{align-items:center;color:#8a8e9e;display:flex;flex-wrap:wrap;font-size:.82rem;gap:0;justify-content:center;margin-bottom:4px}.profile-v2__meta-line:last-of-type{margin-bottom:18px}.profile-v2__meta-dot{margin:0 6px}.profile-v2__actions{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:6px}.profile-v2__btn{border:0;border-radius:24px;cursor:pointer;font-size:.88rem;font-weight:600;height:40px;padding:0 22px;transition:opacity .15s,transform .1s}.profile-v2__btn:active{transform:scale(.97)}.profile-v2__btn--primary{background:#fff;color:#0a0a0c}.profile-v2__btn--primary:hover{opacity:.9}.profile-v2__btn--secondary{background:#2a2b31;border:1px solid #ffffff1f;color:#f2f3f8}.profile-v2__btn--ghost{background:#ffffff14;border:1px solid #ffffff2e;color:#d0d0d4}.profile-v2__btn--icon{background:#2a2b31;border:1px solid #ffffff1f;border-radius:50%;color:#d3d9ea;display:grid;height:40px;padding:0;place-items:center;width:40px}.profile-v2__menu{position:relative}.profile-v2__dropdown{background:#1e1f24;border:1px solid #ffffff1f;border-radius:12px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);width:180px;z-index:20}.profile-v2__dropdown button{background:#0000;border:0;border-radius:8px;color:#e7e8ee;cursor:pointer;display:block;font-size:.88rem;padding:9px 12px;text-align:left;width:100%}.profile-v2__dropdown button:hover{background:#ffffff14}.profile-v2__tabs{border-bottom:1px solid #ffffff14;display:flex;gap:0;justify-content:center;margin-left:auto;margin-right:auto;margin-top:0;max-width:780px;padding:0}.profile-v2__tab{background:#0000;border:0;color:#9a9ba3;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:14px 0;position:relative;text-align:center;transition:color .15s;white-space:nowrap}.profile-v2__tab:hover{color:#e7e8ee}.profile-v2__tab:after{background:#0000;border-radius:1px;bottom:0;content:"";height:2px;left:8px;position:absolute;right:8px;transition:background .15s}.profile-v2__tab--active{color:#fff}.profile-v2__tab--active:after{background:#fff}.profile-v2__content{margin:0 auto;max-width:780px;padding:16px 20px 0}.profile-v2__feed{display:flex;flex-direction:column;gap:0}.profile-v2__post{border-radius:0;cursor:pointer;outline:none;padding:16px 0;transition:background .12s}.profile-v2__post:hover{background:#ffffff08}.profile-v2__post:focus-visible{outline:2px solid #ffffff4d;outline-offset:2px}.profile-v2__post-head{align-items:center;display:flex;gap:12px}.profile-v2__post-icon{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.profile-v2__post-icon--letter{color:#fff;display:grid;font-size:.88rem;font-weight:700;place-items:center}.profile-v2__post-inline{align-items:baseline;display:flex;flex-wrap:wrap;gap:0 8px;min-width:0}.profile-v2__post-title{color:#e7e8ee;font-size:.95rem;font-weight:700}.profile-v2__post-meta,.profile-v2__post-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-v2__post-meta{color:#8a8e9e;font-size:.82rem}.profile-v2__post-media{border-radius:14px;margin-left:52px;margin-top:10px;overflow:hidden}.profile-v2__post-media img{border-radius:14px;display:block;max-height:420px;object-fit:cover;width:100%}.profile-v2__post-text{color:#b0b3c0;font-size:.88rem;line-height:1.5;margin:8px 0 0 52px}.profile-v2__empty{border:1px dashed #ffffff1f;border-radius:12px;color:#6b7089;padding:24px;text-align:center}.profile-v2__stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.profile-v2__stats-grid article{background:#1e1f24;border:1px solid #ffffff14;border-radius:14px;padding:18px}.profile-v2__stats-grid strong{display:block;font-size:1.2rem;margin-bottom:4px}.profile-v2__stats-grid span{color:#8a8e9e;font-size:.78rem}@media(max-width:720px){.profile-v2__avatar{font-size:2.2rem;height:100px;width:100px}.profile-v2__overlay{padding-top:40px}.profile-v2__name{font-size:1.5rem}.profile-v2__tabs{-webkit-overflow-scrolling:touch;justify-content:flex-start;overflow-x:auto}.profile-v2__stats-grid{grid-template-columns:1fr 1fr}}.auth-page{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:100}.auth-page__container{max-width:380px;width:100%}.auth-page__card{background:#1e1f24;border:1px solid #2a2b31;border-radius:16px;box-shadow:0 24px 64px #00000080;overflow:hidden;padding:0}.auth-page__header{align-items:center;border-bottom:1px solid #2a2b31;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:10px;padding:16px 20px}.auth-page__back{align-items:center;background:none;border:none;color:#9a9ba3;cursor:pointer;display:flex;flex-shrink:0;padding:0;transition:color .15s}.auth-page__back:hover{color:#fff}.auth-page__title{color:#fff;font-size:1.3rem;font-weight:600;line-height:1.2;margin:0;padding:24px 24px 0}.auth-page__subtitle{color:#9a9ba3;font-size:.9rem;margin:8px 0 0;padding:0 24px}.auth-page__form{display:flex;flex-direction:column;gap:14px;padding:24px}.auth-page__field{display:flex;flex-direction:column;gap:6px}.auth-page__label{color:#9a9ba3;font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.auth-page__input{background:#121317;border:1px solid #2a2b31;border-radius:8px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:.95rem;outline:none;padding:10px 12px;transition:border-color .15s;width:100%}.auth-page__input::placeholder{color:#555760}.auth-page__input:focus{border-color:#fff}.auth-page__submit{background:#fff;border:none;border-radius:8px;color:#0a0a0c;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;margin-top:4px;padding:12px;transition:background .15s}.auth-page__submit:hover:not(:disabled){background:#d0d0d4}.auth-page__submit:disabled{cursor:not-allowed;opacity:.6}.auth-page__link{background:none;border:none;color:#9a9ba3;cursor:pointer;font-family:inherit;font-size:.82rem;padding:0;text-align:center;transition:color .15s}.auth-page__link:hover{color:#fff}.auth-page__error{background:#f443361a;border-radius:6px;color:#f44336;font-size:.85rem;margin:0;padding:8px 10px}.auth-page__info{color:#9a9ba3;font-size:.9rem;line-height:1.6;margin:0}.auth-page__footer{color:#9a9ba3;font-size:.82rem;margin-top:8px;text-align:center}.auth-page__footer .auth-page__link,.auth-page__footer a{color:#fff;cursor:pointer;text-decoration:none;transition:color .15s}.auth-page__footer .auth-page__link:hover,.auth-page__footer a:hover{color:#d0d0d4}@media(max-width:480px){.auth-page{padding:16px}.auth-page__card{border-radius:12px}.auth-page__title{font-size:1.1rem;padding:20px 20px 0}.auth-page__form{gap:12px;padding:20px}}
/*# sourceMappingURL=main.4ddf80d0.css.map*/