.feed-home{min-height:100vh;background:#f5f5f5;color:#162018;padding:0 0 96px}.feed-home__shell{width:min(100%,500px);margin:0 auto;padding:0 14px 24px}.feed-topbar{position:sticky;top:0;z-index:20;height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f5f5f5f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.feed-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800}.feed-brand__logo{width:28px;height:28px;border-radius:999px}.feed-topbar__actions{display:flex;align-items:center;gap:10px}.feed-icon-btn{width:36px;height:36px;border:0;border-radius:12px;background:transparent;display:grid;place-items:center;color:#1d2a20}.feed-icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feed-icon-btn--ghost{background:#f5f5f5}.feed-topbar__dot{position:absolute;width:8px;height:8px;border-radius:999px;background:#1e7d4f;margin-left:14px;margin-top:-14px}.feed-create-ad{height:38px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:#173d2c;color:#fff;font-size:13px;font-weight:700}.feed-create-ad__plus{width:18px;height:18px;border-radius:999px;background:#ffffff24;display:grid;place-items:center;font-size:14px;line-height:1}.floating-wallet{position:fixed;top:72px;right:max(14px,calc((100vw - 500px)/2 + 14px));z-index:45;min-width:138px;min-height:54px;border:1px solid rgba(22,122,72,.18);border-radius:999px;padding:7px 13px 7px 7px;background:linear-gradient(135deg,#fffffff0,#eff8f2f0),#fff;box-shadow:0 16px 36px #0c301c29;color:#0d3a22;display:flex;align-items:center;gap:9px;overflow:visible;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.floating-wallet__coin{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;overflow:hidden;background:#f2c22f;box-shadow:0 5px 12px #a977003d}.floating-wallet__coin img{width:100%;height:100%;object-fit:cover}.floating-wallet__body{display:grid;gap:1px;text-align:left}.floating-wallet__body small{color:#66816f;font-size:10px;font-weight:800;text-transform:uppercase}.floating-wallet__body strong{font-size:16px;line-height:1;font-weight:900}.floating-wallet__delta{position:absolute;right:10px;top:-19px;padding:4px 8px;border-radius:999px;background:#15a452;color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 16px #15a45240;animation:wallet-delta-rise 1.6s ease both}.floating-wallet--gain .floating-wallet__coin{animation:wallet-coin-pop .72s ease both}.floating-wallet__drops{position:absolute;inset:0;pointer-events:none}.floating-wallet__drops i{position:absolute;top:-8px;width:11px;height:11px;border-radius:999px;background:#f5c928;box-shadow:inset 0 0 0 2px #0840242e;animation:wallet-drop .95s ease both}.floating-wallet__drops i:nth-child(1){left:22px}.floating-wallet__drops i:nth-child(2){left:45px;animation-delay:.12s}.floating-wallet__drops i:nth-child(3){left:68px;animation-delay:.22s}@keyframes wallet-coin-pop{0%{transform:scale(1) rotate(0)}35%{transform:scale(1.18) rotate(-10deg)}70%{transform:scale(.96) rotate(8deg)}to{transform:scale(1) rotate(0)}}@keyframes wallet-delta-rise{0%{opacity:0;transform:translateY(8px) scale(.92)}20%{opacity:1}to{opacity:0;transform:translateY(-22px) scale(1)}}@keyframes wallet-drop{0%{opacity:0;transform:translateY(-18px) scale(.72)}20%{opacity:1}72%{opacity:1;transform:translateY(26px) scale(1)}to{opacity:0;transform:translateY(34px) scale(.65)}}.communities-wrapper{position:sticky;top:60px;z-index:10;transition:transform .3s ease,opacity .3s ease;will-change:transform,opacity}.communities-wrapper.hide{pointer-events:none;transform:translateY(-100%);opacity:0}.communities-wrapper.show{pointer-events:auto;transform:translateY(0);opacity:1}.communities-bar{margin:8px 0 16px}.communities-bar__scroller{display:flex;gap:14px;overflow-x:auto;padding:4px 0 10px;scrollbar-width:none}.communities-bar__scroller::-webkit-scrollbar{display:none}.communities-bar__all,.community-pill{flex:0 0 auto;border:0;background:transparent;display:grid;gap:8px;justify-items:center;color:#4e5a51}.communities-bar__all{width:82px;padding:10px 6px;border-radius:20px;background:#eef3f0}.communities-bar__all--active{box-shadow:inset 0 0 0 2px #1c7b4f24}.communities-bar__all-icon,.community-pill__avatar{width:66px;height:66px;border-radius:999px;display:grid;place-items:center;overflow:hidden}.communities-bar__all-icon{background:linear-gradient(180deg,#f1f5f2,#e7efea);color:#357b58}.communities-bar__all-icon svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:1.8}.community-pill__avatar{background:linear-gradient(180deg,#ebf8ef,#d9efe2);border:2px solid #7fd0a8;box-shadow:0 0 0 2px #f5f5f5 inset}.community-pill__avatar img{width:100%;height:100%;object-fit:cover}.community-pill__avatar span{font-size:22px;font-weight:800;color:#1f4d35}.community-pill--active .community-pill__avatar{border-color:#1c7b4f;box-shadow:0 0 0 2px #1c7b4f29,0 0 0 2px #f5f5f5 inset}.communities-bar__all span:last-child,.community-pill__name{width:78px;text-align:center;font-size:11px;line-height:1.25;color:#4f5d54}.community-pill--active .community-pill__name{color:#1c7b4f;font-weight:700}.feed-tabs{margin-bottom:14px;padding:6px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 6px 18px #1225190f}.feed-tabs__group{display:flex;align-items:center;gap:4px}.feed-tabs__tab{min-height:38px;padding:0 12px;border:0;background:transparent;border-radius:12px;color:#7a877f;font-size:13px;font-weight:700}.feed-tabs__tab--active{color:#1c7b4f;background:#eef7f2}.feed-tabs__sort{position:relative;min-width:70px;margin-left:auto;padding:0 24px 0 8px;color:#5d695f;font-size:13px;font-weight:700}.feed-tabs__sort:after{content:"▾";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#69756d}.feed-tabs__sort select{position:absolute;inset:0;opacity:0}.feed-post-list{display:grid;gap:16px}.feed-post-card{background:#fff;border-radius:20px;padding:14px;box-shadow:0 10px 24px #13271b14}.feed-post-card__header,.feed-post-card__stats,.feed-post-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.feed-post-card__author-block{display:flex;align-items:center;gap:10px;min-width:0}.feed-post-card__author-button{border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.feed-post-card__author-button:disabled{cursor:default}.feed-post-card__avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;background:#e7efe9;display:grid;place-items:center;color:#205239;font-weight:800}.feed-post-card__avatar img{width:100%;height:100%;object-fit:cover}.feed-post-card__author-meta strong{font-size:16px}.feed-post-card__author-meta p{margin:2px 0 0;font-size:12px;color:#7b8780}.feed-post-card__author-line{display:flex;align-items:center;gap:6px}.feed-verified-badge{width:18px;height:18px;border-radius:999px;display:inline-block;object-fit:contain}.feed-post-card__content{margin:14px 0 10px;color:#233026;font-size:15px;line-height:1.5}.feed-post-card__content-button,.feed-post-card__media-button,.feed-post-card__text-panel-button,.feed-post-card__stats-button{display:block;width:100%;border:0;padding:0;background:transparent;text-align:inherit;color:inherit}.feed-post-card__content-button:disabled,.feed-post-card__media-button:disabled,.feed-post-card__text-panel-button:disabled{cursor:default}.feed-post-card__media,.feed-post-card__text-panel,.ad-card__media{overflow:hidden;border-radius:16px}.feed-post-card__media{background:#edf2ef;aspect-ratio:1 / 1}.feed-post-card__media img,.ad-card__media img{width:100%;height:100%;object-fit:cover;display:block}.feed-post-card__media video{width:100%;height:100%;object-fit:cover;display:block;background:#111}.feed-post-card__media--video{position:relative}.feed-post-card__audio{margin-top:14px;padding:16px;border-radius:16px;display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;background:linear-gradient(135deg,#f7efff,#edf6ff);color:#1d2632}.feed-post-card__audio-icon{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#8d43e8;color:#fff;font-size:28px}.feed-post-card__audio strong,.feed-post-card__audio span{display:block}.feed-post-card__audio span{margin-top:4px;color:#697386;font-size:13px}.feed-post-card__audio audio{grid-column:1 / -1;width:100%}.feed-post-card__media-badge{position:absolute;left:12px;bottom:12px;min-height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;background:#0c120fbd;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em}.feed-post-card__text-panel{min-height:280px;padding:22px;display:grid;place-items:center;background:#1f49b8;color:#fff;text-align:center;font-size:clamp(22px,6vw,28px);font-weight:800;line-height:1.2}.feed-post-card__stats{margin-top:12px;font-size:12px;color:#7a867f}.feed-post-card__stats-button{cursor:pointer}.feed-post-card__actions{margin-top:12px;padding-top:12px;border-top:1px solid #edf1ee}.feed-post-card__action{flex:1 1 0;min-height:38px;border:0;background:transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#667269;font-weight:600}.feed-post-card__action.is-active{color:#1c7b4f}.feed-comments-panel{margin-top:14px;padding-top:14px;border-top:1px solid #edf1ee;display:grid;gap:12px}.feed-comment-form{display:grid;gap:10px}.feed-comment-form textarea{width:100%;resize:vertical;min-height:72px;border:1px solid #dbe4de;border-radius:14px;padding:12px 14px;font:inherit;color:#233026;background:#f9fbfa}.feed-comment-form textarea:focus{outline:none;border-color:#1c7b4f;box-shadow:0 0 0 3px #1c7b4f1f}.feed-comment-form button{justify-self:end;min-width:88px;min-height:40px;border:0;border-radius:999px;padding:0 18px;background:linear-gradient(180deg,#1f9b61,#157a4a);color:#fff;font-weight:700}.feed-comment-form button:disabled{opacity:.6}.feed-comments-state,.feed-comments-error{font-size:13px;color:#7b8780}.feed-comments-error{color:#a13e3e}.feed-share-status{margin-top:10px;border-radius:999px;padding:8px 12px;background:#edf8f1;color:#187447;font-size:12px;font-weight:800;text-align:center}.feed-comments-list{display:grid;gap:10px}.feed-comment{display:flex;align-items:flex-start;gap:10px}.feed-comment__avatar{width:34px;height:34px;border-radius:999px;overflow:hidden;background:#e7efe9;color:#205239;font-size:12px;font-weight:800;display:grid;place-items:center;flex:0 0 34px}.feed-comment__avatar-button{border:0;padding:0;cursor:pointer}.feed-comment__avatar-button:disabled{cursor:default}.feed-comment__avatar img{width:100%;height:100%;object-fit:cover}.feed-comment__body{flex:1;min-width:0;border-radius:14px;background:#f7faf8;padding:10px 12px}.feed-comment__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.feed-comment__meta button{border:0;padding:0;background:transparent;color:#213126;font:inherit;font-weight:800;cursor:pointer}.feed-comment__meta button:disabled{cursor:default}.feed-comment__meta span{color:#7b8780}.feed-comment__body p{margin:6px 0 0;color:#233026;font-size:13px;line-height:1.5}.feed-comment__actions{margin-top:8px;display:flex;align-items:center;gap:10px;color:#7b8780;font-size:12px;font-weight:700}.feed-comment__actions button{border:0;background:transparent;color:#667269;padding:0;font:inherit;font-weight:800}.feed-comment__actions button.is-active{color:#1c7b4f}.feed-comment__actions button:disabled{opacity:.5}.feed-status-card,.feed-error-card,.empty-state{padding:18px;border-radius:18px;background:#fff;box-shadow:0 10px 24px #13271b0f}.feed-error-card{color:#9c3a3a}.feed-floating-button{position:fixed;right:max(calc((100vw - min(100vw,500px))/2 + 18px),18px);bottom:84px;width:56px;height:56px;border-radius:999px;border:0;background:linear-gradient(180deg,#1f9b61,#157a4a);color:#fff;font-size:34px;line-height:1;box-shadow:0 16px 30px #147a4a47}.feed-bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100%,500px);padding:10px 14px 18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;background:linear-gradient(180deg,#f5f5f5bf,#fff 24%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.feed-bottom-nav__item{min-height:54px;border-radius:18px;display:grid;place-items:center;gap:2px;color:#7e8a81;font-size:11px;font-weight:600}.feed-bottom-nav__item--active{color:#1c7b4f}.feed-bottom-nav__icon{font-size:18px;line-height:1}.ad-card{background:#fff;border:0;box-shadow:0 10px 24px #13271b14;color:#172118}.ad-card .muted,.ad-card .error-copy{color:#728077}.ad-card__media{margin:12px 0;aspect-ratio:16 / 10;background:#f1f4f2;position:relative}.ad-card__type-tag{position:absolute;right:10px;top:10px;background:#173d2ce0;color:#fff}.google-feed-ad{min-height:180px;border-radius:20px;padding:12px;background:#fff;box-shadow:0 10px 24px #13271b14;color:#172118;overflow:hidden}.google-feed-ad__label{margin-bottom:10px;color:#728077;font-size:12px;font-weight:800;text-transform:uppercase}.google-feed-ad__slot{display:block;width:100%;min-height:140px}.google-feed-ad--unfilled,.google-feed-ad--failed{min-height:0;padding:0;border:0;box-shadow:none;background:transparent}.google-feed-ad--unfilled .google-feed-ad__label,.google-feed-ad--unfilled .google-feed-ad__slot,.google-feed-ad--failed .google-feed-ad__label,.google-feed-ad--failed .google-feed-ad__slot{display:none}.google-feed-ad__placeholder{min-height:120px;border:1px dashed #cbd6cf;border-radius:16px;display:grid;place-items:center;padding:16px;color:#607269;text-align:center;font-size:13px;line-height:1.4;background:#f7faf8}.post-container{position:relative;border-radius:16px;overflow:hidden}.post-container>.feed-post-card__media,.post-container>.feed-post-card__text-panel,.post-container>.feed-post-card__audio,.post-container>.post-card__media{margin:0}.audio-post{margin-top:14px}.yenkasa-watermark{position:absolute;top:12px;right:12px;z-index:5;opacity:.35;pointer-events:none;-webkit-user-select:none;user-select:none}.yenkasa-watermark img{width:72px;height:auto;display:block;filter:drop-shadow(0 8px 16px rgba(0,0,0,.24))}.audio-post .yenkasa-watermark,.text-post .yenkasa-watermark{opacity:.28}.video-post .yenkasa-watermark{opacity:.32}@media(max-width:600px){.yenkasa-watermark img{width:48px}.yenkasa-watermark{top:10px;right:10px;opacity:.3}}@media(max-width:380px){.feed-home__shell{padding-inline:10px}.communities-bar__all span:last-child,.community-pill__name{width:68px}}.account-page{--account-bg: #080c0b;--account-surface: #14191c;--account-surface-strong: #0b2b20;--account-border: rgba(255, 255, 255, .08);--account-text: #f4f7f5;--account-muted: #9aa59f;--account-green: #1fc974;--account-gold: #d6b249;--account-red: #f15e5e;min-height:100vh;background:var(--account-bg);color:var(--account-text);padding:0 0 110px}.account-page__shell{width:min(100%,500px);margin:0 auto;padding:16px 14px 24px}.account-topbar{display:flex;align-items:center;gap:14px;margin-bottom:14px}.account-topbar__title{flex:1;text-align:center;font-size:22px;font-weight:800}.account-circle-btn{width:40px;height:40px;border-radius:999px;border:1px solid var(--account-border);background:#ffffff05;color:var(--account-text);font-size:18px}.account-circle-btn--spacer{visibility:hidden}.account-hero{border-radius:20px;padding:16px;background:radial-gradient(circle at 92% 22%,rgba(31,201,116,.15),transparent 22%),linear-gradient(180deg,#083122,#092419);border:1px solid rgba(31,201,116,.16)}.account-hero__header{display:flex;align-items:center;gap:16px}.account-hero__avatar-wrap{position:relative;width:88px;height:88px}.account-hero__avatar{width:88px;height:88px;border-radius:999px;object-fit:cover;border:3px solid rgba(214,178,73,.55);background:#ffffff14}.account-hero__camera{position:absolute;right:-2px;bottom:-2px;width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#13191cf5;color:#fff;font-size:13px}.account-hero__identity{flex:1;min-width:0}.account-hero__name-row{display:flex;align-items:center;gap:8px}.account-hero__name-row h1{margin:0;font-size:22px;font-weight:800}.account-hero__verified{width:20px;height:20px;border-radius:999px;display:inline-block;object-fit:contain}.account-hero__identity p{margin:6px 0 0;color:#b1beb7;font-size:14px}.account-hero__stats{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.account-stat{display:grid;justify-items:center;gap:6px}.account-stat+.account-stat{border-left:1px solid rgba(255,255,255,.1)}.account-stat strong{font-size:22px}.account-stat span{color:#b1beb7;font-size:12px}.account-wallet-card{width:100%;margin-top:14px;border:1px solid var(--account-border);border-radius:18px;background:var(--account-surface);padding:14px 16px;display:flex;align-items:center;gap:12px;color:inherit;text-align:left}.account-wallet-card__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#d6b2491f;color:var(--account-gold);font-size:20px}.account-wallet-card__body{flex:1;display:grid;gap:4px}.account-wallet-card__body span{color:var(--account-muted);font-size:12px}.account-wallet-card__body strong{font-size:32px;line-height:1}.account-wallet-card__cta{min-height:34px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;background:#d6b24914;color:var(--account-gold);font-size:12px;font-weight:800}.account-profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0 0}.account-profile-actions button{min-height:48px}.account-following-btn{background:linear-gradient(135deg,#173a2a,#10261d);color:var(--account-green);border:1px solid rgba(31,201,116,.35)}.account-section-label{margin:16px 6px 8px;color:var(--account-muted);font-size:12px;font-weight:600}.account-surface{border-radius:18px;background:var(--account-surface);border:1px solid var(--account-border);overflow:hidden}.account-info-row{width:100%;border:0;background:transparent;color:inherit;padding:14px 12px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:12px;text-align:left}.account-info-row__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#1fc9741f;color:var(--account-green);font-size:16px}.account-info-row__icon.is-danger{background:#f15e5e1f;color:var(--account-red)}.account-info-row__body{min-width:0;display:grid;gap:4px}.account-info-row__body strong{font-size:15px}.account-info-row__body span{color:var(--account-muted);font-size:12px;line-height:1.4}.account-info-row--danger .account-info-row__body strong{color:var(--account-red)}.account-info-row__chevron{color:var(--account-muted);font-size:18px;text-align:right}.account-divider{height:1px;margin-left:62px;background:var(--account-border)}.account-loading{padding:14px 6px 0;color:var(--account-muted);font-size:13px}.account-posts-list{display:grid;gap:14px}.account-empty-posts{padding:18px;border-radius:18px;color:var(--account-muted);background:var(--account-surface);border:1px solid var(--account-border);text-align:center}@media(prefers-color-scheme:light){.account-page{--account-bg: #f4f6f5;--account-surface: #ffffff;--account-surface-strong: #eaf6ef;--account-border: rgba(23, 45, 31, .08);--account-text: #132016;--account-muted: #6c7a71;background:radial-gradient(circle at top right,rgba(31,201,116,.08),transparent 24%),linear-gradient(180deg,#f7f8f8,#eef2f0)}.account-circle-btn{background:#ffffffd6}.account-hero{background:radial-gradient(circle at 92% 22%,rgba(31,201,116,.1),transparent 22%),linear-gradient(180deg,#f6fffa,#edf8f1)}.account-hero__identity p,.account-stat span{color:#516057}.account-wallet-card,.account-surface{box-shadow:0 12px 32px #1121160f}}.verification-page{min-height:100vh;background:#0b1012;color:#f6f7f4;padding:0 0 110px}.verification-shell{width:min(100%,500px);margin:0 auto;padding:18px 16px 24px}.verification-topbar{display:flex;align-items:center;gap:14px;margin-bottom:18px}.verification-topbar__title{flex:1;font-size:24px;font-weight:900;letter-spacing:0}.verification-topbar__icon{width:42px;height:42px;border-radius:999px;border:0;background:transparent;color:#f5d255;display:grid;place-items:center}.verification-topbar__icon:first-child{color:#fff}.verification-topbar__icon svg{width:26px;height:26px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.verification-hero{position:relative;overflow:hidden;border-radius:22px;padding:20px 18px;background:radial-gradient(circle at 92% 62%,rgba(246,209,75,.22),transparent 11%),radial-gradient(circle at 70% 70%,rgba(31,201,116,.12),transparent 26%),linear-gradient(135deg,#0e2419,#12251b 56%,#102016);border:2px solid rgba(39,120,72,.45);box-shadow:inset 0 0 0 1px #ffffff05}.verification-hero__content{display:flex;align-items:center;gap:16px}.verification-hero__avatar{width:92px;height:92px;border-radius:999px;overflow:hidden;padding:5px;flex:0 0 92px;background:linear-gradient(180deg,#24da7d,#1ac16c);box-shadow:0 0 0 1px #24da7d42,0 12px 28px #071a105c}.verification-hero__avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;background:#11251a}.verification-hero__body{flex:1;min-width:0}.verification-hero__name{display:flex;align-items:center;gap:8px}.verification-hero__name h1{margin:0;font-size:28px;line-height:1.05;font-weight:900}.verification-hero__check{width:25px;height:25px;border-radius:999px;display:grid;place-items:center;background:#ffd257;color:#132419;font-size:15px;font-weight:900}.verification-hero__chip{display:inline-flex;align-items:center;margin-top:12px;padding:8px 16px;border-radius:999px;background:#23c26a40;color:#45df88;font-size:16px;font-weight:900}.verification-hero__subcopy{margin:13px 0 0;color:#c9d1cd;font-size:16px}.verification-hero__badge{width:84px;height:84px;flex:0 0 84px}.verification-shield{position:relative;width:118px;height:118px;flex:0 0 118px}.verification-shield__glow{position:absolute;inset:12px;border-radius:999px;background:radial-gradient(circle,rgba(246,210,75,.48),transparent 68%);filter:blur(14px)}.verification-shield__body{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center}.verification-shield__body img{width:100%;height:100%;object-fit:contain}.verification-tabs{margin-top:16px;padding:4px;border-radius:999px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;background:#151b1c;border:2px solid rgba(255,255,255,.1)}.verification-tabs__tab{min-height:66px;border:0;border-radius:999px;background:transparent;color:#9da2a4;display:grid;place-items:center;align-content:center;gap:6px;font-size:15px;font-weight:900}.verification-tabs__tab--active{background:#17653c6b;color:#2ee07d}.verification-tabs__tab svg,.verification-metric-card__icon svg,.verification-requirement__dot svg,.verification-footer-card__icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.verification-summary{margin-top:18px;border-radius:22px;padding:18px;background:#1b2022;border:2px solid rgba(255,255,255,.09)}.verification-summary__grid{display:grid;grid-template-columns:1fr 112px 1fr;gap:12px;align-items:center}.verification-summary__label{color:#d7dcda;font-size:17px}.verification-summary__rank{margin-top:6px;font-size:23px;font-weight:900;color:#27d873}.verification-summary__next{margin-top:6px;font-size:23px;font-weight:900;color:#ffd451}.verification-summary__copy{margin-top:12px;color:#d1d6d4;font-size:14px;line-height:1.4}.verification-ring{width:90px;height:90px;border-radius:999px;display:grid;place-items:center;margin:0 auto;position:relative;background:conic-gradient(#ffd451 calc(var(--progress, 0) * 1%),#1fc974 0 62%,#333c3e 0)}.verification-ring:before{content:"";position:absolute;inset:9px;border-radius:inherit;background:#1b2022}.verification-ring__inner{position:relative;z-index:1;text-align:center}.verification-ring__value{font-size:27px;font-weight:900}.verification-ring__label{color:#c9cecc;font-size:13px}.verification-summary__progress-line{margin-top:14px}.verification-summary__points{display:flex;justify-content:space-between;gap:12px;color:#dce5de;font-size:13px;font-weight:700}.verification-summary__points-sub{margin-top:8px;color:#d0b145;font-size:12px;text-align:right}.verification-progress-track{margin-top:10px;height:6px;border-radius:999px;overflow:hidden;background:#f6d24b61}.verification-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#1ec974,#f0c84d)}.verification-section-title{margin:22px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:20px;font-weight:900}.verification-section-title span{display:block}.verification-link-pill{min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(240,200,77,.45);background:transparent;color:#f0c84d;font-size:14px;font-weight:900}.verification-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.verification-metric-card{border-radius:18px;padding:14px 10px 12px;background:#1b2022;border:2px solid rgba(255,255,255,.09);text-align:center}.verification-metric-card__icon{width:50px;height:50px;margin:0 auto 10px;border-radius:999px;display:grid;place-items:center;background:#0f7043;color:#fff}.verification-metric-card__value{font-size:25px;font-weight:900}.verification-metric-card__label{margin-top:4px;color:#c8d1cb;font-size:12px;font-weight:600}.verification-metric-card__goal{margin-top:6px;color:#8fa097;font-size:11px}.verification-metric-card__bar{margin-top:12px;height:4px;border-radius:999px;background:#2b3331;overflow:hidden}.verification-metric-card__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1fc974,#19a85f)}.verification-requirements{border-radius:18px;background:#1b2022;border:2px solid rgba(255,255,255,.09);overflow:hidden}.verification-requirement{display:grid;grid-template-columns:40px minmax(0,1fr) 78px 76px 18px;align-items:center;gap:10px;padding:12px 14px}.verification-requirement+.verification-requirement{border-top:1px solid rgba(255,255,255,.06)}.verification-requirement__dot{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#0f7043;color:#fff}.verification-requirement__title{font-size:15px;font-weight:900}.verification-requirement__helper{margin-top:3px;color:#d2d7d5;font-size:13px}.verification-requirement__track{margin-top:8px;height:4px;border-radius:999px;background:#2c3432;overflow:hidden}.verification-requirement__track span{display:block;height:100%;background:linear-gradient(90deg,#1ec974,#f0c84d)}.verification-requirement__count{color:#28cb70;font-size:15px;font-weight:900;text-align:right}.verification-requirement__badge{min-height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f6d24b24;color:#ffd451;font-size:13px;font-weight:900}.verification-requirement:after{content:"›";color:#a8aeac;font-size:30px;line-height:1}.verification-footer-card{margin-top:16px;border-radius:18px;padding:14px 16px;background:#0f2a18;border:2px solid rgba(246,210,75,.28);display:flex;align-items:center;justify-content:space-between;gap:16px}.verification-footer-card__icon{color:#ffd451;flex:0 0 auto}.verification-footer-card__icon svg{width:34px;height:34px}.verification-footer-card__copy strong{display:block;margin-bottom:6px;font-size:17px}.verification-footer-card__copy p{margin:0;color:#aec0b5;font-size:12px}.verification-footer-card__button{min-width:126px;min-height:44px;border-radius:999px;border:0;background:linear-gradient(180deg,#f3cf68,#e2b330);color:#102014;font-size:15px;font-weight:900}@media(max-width:420px){.verification-hero__content{align-items:flex-start}.verification-hero__avatar{width:76px;height:76px;flex-basis:76px}.verification-hero__name h1{font-size:22px}.verification-shield{width:86px;height:86px;flex-basis:86px}.verification-summary__grid{grid-template-columns:1fr}.verification-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.verification-requirement{grid-template-columns:34px minmax(0,1fr)}.verification-requirement__count,.verification-requirement__badge{grid-column:2;justify-self:end}.verification-requirement:after{grid-column:2;justify-self:end}}.notifications-page{padding-bottom:96px;background:radial-gradient(circle at top right,rgba(29,102,59,.12),transparent 22%),linear-gradient(180deg,#f7faf6,#eef4ee)}.notifications-header{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:12px;padding:18px 18px 14px;background:#f7faf6f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.notifications-header__back,.notifications-header__mark-all{border:0;border-radius:14px;background:#fff;min-height:42px;padding:0 14px;box-shadow:0 8px 18px #2d423014}.notifications-header__back{width:42px;color:#1f7349;font-size:1.2rem}.notifications-header__copy{flex:1;min-width:0}.notifications-header__copy h1{margin:2px 0 3px;font-size:1.55rem}.notifications-header__copy p{margin:0;color:#667468;font-size:.94rem}.notifications-header__mark-all{color:#1f7349;font-weight:700}.notifications-header__mark-all:disabled{opacity:.45}.notifications-prefs{display:grid;gap:12px;padding:0 18px 14px}.notifications-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:22px;background:#fff;box-shadow:0 12px 28px #2c463112}.notifications-toggle strong{display:block;font-size:1rem}.notifications-toggle span{display:block;margin-top:4px;color:#6f7c72;font-size:.88rem}.notifications-toggle.is-disabled{opacity:.58}.notifications-toggle__switch{width:56px;height:32px;border:0;border-radius:999px;background:#d9ded8;padding:4px;display:flex;align-items:center;transition:background-color .18s ease}.notifications-toggle__switch span{width:24px;height:24px;margin:0;border-radius:999px;background:#fff;box-shadow:0 3px 8px #1425142e;transition:transform .18s ease}.notifications-toggle__switch.is-on{background:#2d8c56}.notifications-toggle__switch.is-on span{transform:translate(24px)}.notifications-list{display:grid;gap:10px;padding:0 18px}.notifications-section-label{padding:8px 6px 2px;color:#6f7c72;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.notification-card{width:100%;border:0;border-radius:22px;background:#fff;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px;text-align:left;box-shadow:0 14px 26px #2b422f12}.notification-card--unread{box-shadow:inset 3px 0 #2d8c56,0 14px 26px #2b422f14}.notification-card__avatar{width:52px;height:52px;border-radius:16px;object-fit:cover;background:#edf2ea}.notification-card__copy{min-width:0}.notification-card__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.notification-card__row strong{font-size:.98rem}.notification-card__row span{color:#7a877d;font-size:.8rem;white-space:nowrap}.notification-card__copy p{margin:6px 0 4px;color:#273125;line-height:1.45}.notification-card__copy small{color:#7a877d;font-size:.8rem}.notification-card__dot{width:10px;height:10px;margin-top:8px;border-radius:999px;background:#2d8c56}.notifications-empty{margin-top:8px;padding:34px 20px;border-radius:24px;background:#fff;text-align:center;box-shadow:0 14px 26px #2b422f0f;color:#667468}.notifications-empty img{width:58px;height:58px;object-fit:contain;margin-bottom:14px}.notifications-empty strong{display:block;margin-bottom:6px;color:#253127;font-size:1rem}.notifications-empty p{margin:0;line-height:1.5}@media(prefers-color-scheme:dark){.notifications-page{background:radial-gradient(circle at top right,rgba(61,146,88,.14),transparent 22%),linear-gradient(180deg,#0e1511,#101913)}.notifications-header{background:#0e1511eb}.notifications-header__back,.notifications-header__mark-all,.notifications-toggle,.notification-card,.notifications-empty{background:#15201a;color:#eff6f0;box-shadow:0 12px 28px #0003}.notifications-header__copy p,.notifications-toggle span,.notifications-section-label,.notification-card__row span,.notification-card__copy small,.notifications-empty{color:#97a89b}.notification-card__copy p,.notifications-empty strong{color:#f2f7f3}.notifications-toggle__switch{background:#314238}.notification-card__avatar{background:#203026}}.verify-account-page{min-height:100vh;background:#f8f9f8;color:#062f1e;padding:0}.verify-account-shell,.verify-success-card{width:min(100%,430px);min-height:100vh;margin:0 auto;padding:42px 22px 32px;position:relative}.verify-back{position:absolute;top:44px;left:22px;width:44px;height:44px;border:0;border-radius:12px;background:#fff;color:#07361f;font-size:28px;font-weight:900;box-shadow:0 8px 20px #1630201f}.verify-account-header{display:grid;justify-items:center;gap:8px;text-align:center;padding-top:10px}.verify-account-header img,.verify-success-logo{width:74px;height:74px;object-fit:contain}.verify-account-header h1{margin:8px 0 0;font-size:31px;line-height:1}.verify-account-header p,.verify-success-card p{margin:0;color:#59615d;font-size:15px}.verify-steps{margin:24px auto 18px;width:min(100%,300px);display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:10px}.verify-step{position:relative;display:grid;justify-items:center;gap:8px;color:#646c68}.verify-step+.verify-step:before{content:"";position:absolute;left:calc(-50% - 8px);top:17px;width:calc(100% + 8px);height:2px;background:#d2d5d3}.verify-step.is-active+.verify-step:before,.verify-step.is-done+.verify-step:before{background:#128640}.verify-step span{position:relative;z-index:1;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#13231a;box-shadow:0 2px 8px #16302024;font-weight:900;font-size:12px}.verify-step.is-active span,.verify-step.is-done span{background:#128640;color:#fff}.verify-step small{text-align:center;font-weight:700;line-height:1.2}.verify-card{margin-top:14px;border-radius:12px;background:#fff;padding:16px;box-shadow:0 8px 20px #16302014;border:1px solid rgba(7,54,31,.06);display:grid;gap:12px}.verify-card--disabled{opacity:.76}.verify-card-title{display:flex;gap:12px;align-items:flex-start}.verify-card-title>span,.verify-secure-card img,.verify-success-info img{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#edf5ee;color:#138341;font-weight:900;object-fit:contain}.verify-card-title h2{margin:0;font-size:17px;color:#111915}.verify-card-title p{margin:5px 0 0;color:#69736e;font-size:13px}.verify-input{height:48px;border:1px solid #dde2df;border-radius:9px;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;background:#fff}.verify-input span{color:#142018;text-align:center;font-weight:900}.verify-input input{min-width:0;border:0;outline:0;font:inherit;background:transparent;color:#17221b}.verify-primary-btn{min-height:46px;border:0;border-radius:8px;background:#0f6f31;color:#fff;font-weight:900;font-size:15px}.verify-primary-btn:disabled{background:#edf2ea;color:#7b987d}.verify-phone-grid{display:grid;grid-template-columns:116px minmax(0,1fr);gap:10px}.verify-country{height:48px;border:1px solid #dde2df;border-radius:9px;display:grid;place-items:center;color:#1b241e;font-weight:800;background:#fff}.verify-code-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.verify-code-grid input{aspect-ratio:1;width:100%;border:1px solid #dfe5e1;border-radius:9px;text-align:center;font-size:22px;font-weight:800;color:#122119;outline-color:#128640}.verify-alert{margin-top:12px;border-radius:12px;padding:11px 12px;background:#edf7ef;color:#0f6f31;border:1px solid #d8eadc;font-weight:700}.verify-alert--error{background:#fff1f1;color:#a32020;border-color:#ffd3d3}.verify-secure-card,.verify-success-info{display:flex;align-items:center;gap:14px;margin-top:16px;border-radius:12px;background:#eef5ec;padding:14px 16px;color:#0a572d}.verify-secure-card div,.verify-success-info div{display:grid;gap:4px}.verify-secure-card span,.verify-success-info span{color:#496250;font-size:13px}.verify-account-page--success{display:grid;place-items:stretch;overflow:hidden}.verify-success-card{display:grid;justify-items:center;align-content:start;text-align:center;padding-top:70px;background:radial-gradient(circle at 50% 31%,rgba(18,134,64,.08),transparent 20%),linear-gradient(180deg,#fbfcfb 0% 78%,#e9f2e4)}.verify-success-check{margin-top:72px;width:128px;height:128px;border-radius:999px;display:grid;place-items:center;background:#159343;color:#fff;font-size:32px;font-weight:900;box-shadow:0 0 0 18px #e9f3e5,0 0 0 36px #f2f7ee}.verify-success-card h1{margin:72px 0 12px;font-size:30px;color:#083b22}.verify-success-info{width:min(100%,330px);margin-top:62px;text-align:left}.verify-success-card .verify-primary-btn{width:min(100%,330px);margin-top:62px}.verify-text-btn{margin-top:18px;border:0;background:transparent;color:#138341;font-weight:900}.verify-confetti{position:absolute;inset:86px 60px auto;height:210px;pointer-events:none}.verify-confetti span{position:absolute;width:8px;height:8px;background:#138341;transform:rotate(45deg)}.verify-confetti span:nth-child(1){left:12%;top:4%}.verify-confetti span:nth-child(2){left:3%;top:42%;background:#f2b714}.verify-confetti span:nth-child(3){left:80%;top:18%;background:#87b275}.verify-confetti span:nth-child(4){left:95%;top:54%}.verify-confetti span:nth-child(5){left:28%;top:58%;background:#8aaa55}.verify-confetti span:nth-child(6){left:50%;top:30%}@media(max-width:420px){.verify-account-shell,.verify-success-card{padding-inline:16px}.verify-phone-grid{grid-template-columns:1fr}.verify-code-grid{gap:8px}}.wallet-page{min-height:100vh;padding:24px 14px 118px;background:#fbfcfb;color:#101426}.wallet-shell{width:min(100%,500px);margin:0 auto;display:grid;gap:16px}.wallet-topbar{display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:12px}.wallet-back,.wallet-bell{width:58px;height:58px;border:1px solid #edf1ef;border-radius:18px;background:#fff;color:#082f20;box-shadow:0 10px 24px #112b1d0f;font-size:30px}.wallet-bell{position:relative;margin-left:auto;background:#eff8f3;font-size:28px}.wallet-bell i{position:absolute;top:12px;right:14px;width:10px;height:10px;border-radius:999px;background:#0c8f52}.wallet-topbar h1{margin:0;color:#073522;font-size:28px;line-height:1.1}.wallet-topbar h1 span{color:#0a9b58;font-size:20px}.wallet-topbar p{margin:8px 0 0;color:#697383;font-size:16px}.wallet-hero{position:relative;overflow:hidden;min-height:222px;border-radius:24px;padding:24px;display:grid;align-content:space-between;background:radial-gradient(circle at 86% 28%,rgba(220,185,69,.2),transparent 22%),repeating-radial-gradient(circle at 82% 25%,rgba(255,255,255,.035) 0 1px,transparent 1px 10px),linear-gradient(135deg,#00291a,#001b13);color:#fff;box-shadow:0 14px 30px #07352233}.wallet-coin-mark{position:absolute;top:22px;right:18px;width:148px;height:148px;border-radius:999px;display:grid;place-items:center;border:6px solid rgba(214,184,80,.28);background:#ffffff0f;opacity:.55}.wallet-coin-mark img{width:88px;height:88px;object-fit:contain}.wallet-hero__label{display:block;color:#ffffffc7;font-size:18px}.wallet-hero>div:not(.wallet-coin-mark)>strong{display:block;margin-top:16px;font-size:44px;line-height:.95;letter-spacing:0}.wallet-hero em{display:block;margin-top:12px;color:#18d978;font-style:normal;font-size:18px;font-weight:900}.wallet-hero small{display:inline-flex;width:max-content;margin-top:14px;padding:8px 12px;border-radius:999px;background:#ffffff1f;color:#ffffffe6;font-weight:800}.wallet-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.wallet-hero__stats article{min-width:0;padding-left:14px;border-left:1px solid rgba(255,255,255,.18)}.wallet-hero__stats article:first-child{padding-left:0;border-left:0}.wallet-hero__stats span,.wallet-hero__stats strong{display:block}.wallet-hero__stats span{color:#ffffffad;font-size:13px}.wallet-hero__stats strong{margin-top:8px;color:#fff;font-size:18px}.wallet-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-radius:22px;background:#fff;box-shadow:0 12px 28px #12251914;overflow:hidden}.wallet-action-tile{min-height:96px;border:0;border-left:1px solid #edf1ef;background:#fff;color:#101426;display:grid;place-items:center;align-content:center;gap:5px}.wallet-action-tile:first-child{border-left:0}.wallet-action-tile span{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#0b9656;color:#fff;font-size:27px}.wallet-action-tile:nth-child(2) span{background:#16b96b}.wallet-action-tile:nth-child(3) span{background:#ffca25}.wallet-action-tile:nth-child(4) span{background:#eef1f4;color:#1b2430}.wallet-action-tile strong{font-size:15px}.wallet-action-tile small{color:#697383;font-size:12px}.wallet-address-card{min-height:78px;padding:14px 18px;border-radius:20px;display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;background:#ebf7f1;color:#0a7c45}.wallet-address-card>span{font-size:34px}.wallet-address-card small,.wallet-address-card strong{display:block}.wallet-address-card small{color:#697383;font-size:14px}.wallet-address-card strong{margin-top:4px;font-size:18px}.wallet-address-card button,.wallet-address-card a{border:0;background:transparent;color:#0a7c45;font-weight:900}.wallet-transfer{border-radius:22px;padding:18px;background:#fff;box-shadow:0 12px 28px #12251914}.wallet-transfer h2{margin:0;font-size:20px}.wallet-transfer form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.wallet-transfer label{display:grid;gap:8px;color:#697383;font-size:13px;font-weight:800}.wallet-transfer__full{grid-column:1 / -1}.wallet-transfer input{width:100%;min-height:48px;border-radius:14px;border:1px solid #e4e9e6;background:#fbfcfb;color:#101426;padding:0 14px}.wallet-transfer form>button{grid-column:1 / -1;min-height:50px;border:0;border-radius:16px;background:#0b9656;color:#fff;font-weight:900}.wallet-recipient{color:#0a7c45;font-size:12px}.wallet-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-tabs{display:flex;gap:22px;min-width:0}.wallet-tabs button,.wallet-section-title>button{border:0;background:transparent;color:#7b8190;font-weight:900;font-size:15px}.wallet-tabs button{position:relative;padding:0 0 14px}.wallet-tabs button.is-active{color:#0a7c45}.wallet-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:#0a7c45}.wallet-section-title>button{min-height:42px;padding:0 16px;border-radius:999px;background:#f2f4f3;color:#202634}.wallet-history{display:grid;gap:10px}.wallet-transaction{min-height:86px;padding:14px 16px;border:1px solid #edf1ef;border-radius:18px;background:#fff;display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:12px;box-shadow:0 8px 20px #1225190a}.wallet-transaction__coin{position:relative;width:62px;height:62px}.wallet-transaction__coin img{width:56px;height:56px;border-radius:999px;object-fit:contain;background:#d9b338}.wallet-transaction__icon{position:absolute;right:0;bottom:0;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#eaf7f1;color:#0a8d50;font-size:20px}.wallet-transaction__icon.is-out{background:#fff4d8;color:#c58a00}.wallet-transaction strong,.wallet-transaction span,.wallet-transaction small{display:block}.wallet-transaction>div:nth-child(2) strong{font-size:15px}.wallet-transaction>div:nth-child(2) span{margin-top:6px;color:#7b8190;font-size:12px;font-weight:800}.wallet-transaction>div:nth-child(2) small{margin-top:6px;color:#354055;font-size:12px}.wallet-transaction__amount{text-align:right}.wallet-transaction__amount strong{color:#0a8d50;font-size:15px}.wallet-transaction__amount span{display:inline-flex;margin-top:16px;padding:6px 9px;border-radius:999px;background:#eaf7f1;color:#0a7c45;font-size:12px;font-weight:900}.wallet-error,.wallet-success,.wallet-empty{border-radius:18px;padding:14px 16px}.wallet-error{background:#ff6d6d1f;color:#9c3a3a;border:1px solid rgba(255,109,109,.24)}.wallet-success{margin-top:12px;background:#1ec9741f;color:#0a7c45;border:1px solid rgba(30,201,116,.24)}.wallet-empty{background:#fff;color:#697383;border:1px dashed #dfe7e2}@media(max-width:420px){.wallet-page{padding-inline:10px}.wallet-topbar{grid-template-columns:48px minmax(0,1fr) 48px}.wallet-back,.wallet-bell{width:48px;height:48px}.wallet-topbar h1{font-size:24px}.wallet-hero{padding:20px}.wallet-hero>div:not(.wallet-coin-mark)>strong{font-size:38px}.wallet-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-address-card{grid-template-columns:38px minmax(0,1fr) auto}.wallet-address-card a{grid-column:2 / -1}.wallet-transfer form{grid-template-columns:1fr}.wallet-section-title{align-items:flex-start}.wallet-tabs{gap:14px;flex-wrap:wrap}.wallet-transaction{grid-template-columns:58px minmax(0,1fr)}.wallet-transaction__amount{grid-column:2;text-align:left}}.communities-hero-card,.communities-panel,.community-card{border:1px solid rgba(142,151,177,.16);box-shadow:0 18px 50px #10142314}.communities-hero-card{margin:12px 0 18px;padding:22px;border-radius:28px;display:flex;justify-content:space-between;gap:18px;background:radial-gradient(circle at 84% 10%,rgba(255,207,49,.24),transparent 28%),radial-gradient(circle at 12% 0%,rgba(143,75,232,.18),transparent 26%),linear-gradient(135deg,#fffffff5,#fafbffe6)}.communities-hero-card__eyebrow,.communities-section-head span{color:#8a4be8;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.communities-hero-card h2,.communities-section-head h2{margin:4px 0 0;color:#080b22;line-height:1}.communities-hero-card p{margin:10px 0 0;max-width:34rem;color:#737791}.communities-hero-card__badge{min-width:104px;min-height:104px;border-radius:28px;display:grid;place-items:center;align-content:center;background:#080b22;color:#fff;text-align:center}.communities-hero-card__badge span{font-size:2rem;font-weight:900}.communities-hero-card__badge small{color:#d7d9e7;font-size:.72rem}.communities-panel{margin:0 0 18px;padding:18px;border-radius:28px;background:#ffffffdb}.communities-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.communities-grid{display:grid;gap:14px}.community-card{position:relative;overflow:hidden;padding:16px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfbff)}.community-card:after{content:"";position:absolute;right:-36px;top:-42px;width:110px;height:110px;border-radius:999px;background:#ffcf311f}.community-card--selected{border-color:#8a4be875;box-shadow:0 18px 52px #8a4be829}.community-card__top{position:relative;z-index:1;display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center}.community-card__avatar{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#080b22,#8a4be8);color:#fff;font-weight:900}.community-card__avatar img{width:100%;height:100%;object-fit:cover}.community-card__title{min-width:0}.community-card__title h3{margin:0;color:#080b22;font-size:1rem}.community-card__title p,.community-card__creator{margin:5px 0 0;color:#737791;font-size:.86rem}.community-status{border-radius:999px;padding:7px 10px;background:#f0f2f7;color:#5d6178;font-size:.72rem;font-weight:900;text-transform:capitalize}.community-status--approved,.community-status--joined,.community-status--primary{background:#1fc9741f;color:#0b7d45}.community-status--pending{background:#ffcf312e;color:#8b6500}.community-card__meta{position:relative;z-index:1;margin:14px 0 0;display:flex;flex-wrap:wrap;gap:8px}.community-card__meta span{border-radius:999px;padding:7px 10px;background:#f5f6fb;color:#5d6178;font-size:.8rem;font-weight:700}.community-card__actions{position:relative;z-index:1;margin-top:15px;display:flex;align-items:center;gap:10px}.community-card__actions .primary-btn,.community-card__actions .secondary-btn{min-height:44px;border-radius:999px;padding:0 18px;font-weight:900}.community-card__actions .primary-btn{background:linear-gradient(135deg,#8a4be8,#6f38dc);box-shadow:0 12px 26px #8a4be847}.community-card__actions .secondary-btn{color:#dc3545;background:#dc354514;border-color:#dc35452e}@media(prefers-color-scheme:dark){.communities-hero-card{background:radial-gradient(circle at 84% 10%,rgba(255,207,49,.2),transparent 28%),radial-gradient(circle at 12% 0%,rgba(143,75,232,.18),transparent 26%),linear-gradient(135deg,#141624f5,#0c0e19f0)}.communities-hero-card h2,.communities-section-head h2,.community-card__title h3{color:#f8f8ff}.communities-hero-card p,.community-card__title p,.community-card__creator{color:#a6a9bf}.communities-panel,.community-card{background:#141624e0}.community-card__meta span,.community-status{background:#ffffff12;color:#cfd2e5}}@media(max-width:560px){.communities-hero-card{flex-direction:column}.communities-hero-card__badge{min-height:78px;width:100%}.community-card__top{grid-template-columns:52px minmax(0,1fr)}.community-status{grid-column:1 / -1;width:fit-content}}.create-post-page{color-scheme:light;min-height:100vh;background:radial-gradient(circle at 76% 4%,rgba(255,210,77,.32),transparent 20%),radial-gradient(circle at 48% 2%,rgba(169,88,255,.28),transparent 18%),linear-gradient(180deg,var(--create-bg-top),var(--create-bg));color:var(--create-text);padding:20px 16px 110px}.create-post-page[data-theme=light]{--create-bg: #fbfbff;--create-bg-top: #fffaf5;--create-text: #080b22;--create-muted: #747894;--create-card: rgba(255, 255, 255, .92);--create-card-solid: #ffffff;--create-border: rgba(137, 132, 166, .16);--create-field: #fbfbff;--create-shadow: 0 18px 44px rgba(68, 51, 106, .1)}.create-post-page[data-theme=dark]{color-scheme:dark;--create-bg: #090b16;--create-bg-top: #161125;--create-text: #f8f6ff;--create-muted: #a9a5c0;--create-card: rgba(22, 23, 38, .92);--create-card-solid: #151626;--create-border: rgba(210, 204, 255, .13);--create-field: #111321;--create-shadow: 0 18px 44px rgba(0, 0, 0, .28)}.create-post-shell{width:min(100%,500px);margin:0 auto;display:grid;gap:20px}.create-post-page select,.create-post-page textarea,.create-post-page input,.create-post-page option{color-scheme:inherit}.create-post-page[data-theme=light] select,.create-post-page[data-theme=light] textarea,.create-post-page[data-theme=light] input{color:#080b22}.create-post-page[data-theme=light] option{background:#fff;color:#080b22}.create-post-page[data-theme=dark] option{background:#151626;color:#f8f6ff}.create-post-top{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center}.create-post-icon,.create-post-pill,.section-heading button{border:0;background:transparent;color:inherit}.create-post-icon{width:46px;height:46px;display:grid;place-items:center;font-size:44px;line-height:1}.create-post-title h1{margin:0;font-size:38px;line-height:1;letter-spacing:0}.create-post-title p{margin:10px 0 0;color:var(--create-muted);font-size:17px}.create-post-top__actions{display:flex;align-items:center;gap:8px}.create-post-pill{min-height:44px;padding:0 14px;border-radius:999px;background:var(--create-card-solid);border:1px solid var(--create-border);box-shadow:var(--create-shadow);font-weight:800}.create-post-pill--draft{display:inline-flex;align-items:center}.composer-card,.post-style-card,.add-post-card{background:var(--create-card);border:1px solid var(--create-border);border-radius:24px;box-shadow:var(--create-shadow)}.composer-card{min-height:340px;padding:20px}.composer-card__head,.composer-author,.composer-tools,.section-heading,.community-select-card,.kind-card,.create-post-footer{display:flex;align-items:center}.composer-card__head{justify-content:space-between;gap:14px}.composer-author{gap:12px;min-width:0}.composer-author img{width:56px;height:56px;border-radius:999px;object-fit:cover;background:#f8dd67}.composer-author strong{display:block;font-size:18px}.composer-community-inline,.visibility-select{display:inline-flex;align-items:center;gap:6px;color:var(--create-muted)}.composer-community-inline select,.visibility-select select,.community-select-card select{border:0;background:transparent;color:inherit;font:inherit;font-weight:700}.composer-community-inline select{max-width:190px}.visibility-select{min-height:44px;padding:0 12px;border-radius:16px;background:var(--create-field);border:1px solid var(--create-border);box-shadow:0 10px 24px #4136690f;flex:0 0 auto}.composer-textarea-wrap{display:block;margin-top:28px;border-left:4px solid #8c4af0;min-height:166px}.composer-textarea-wrap textarea{width:100%;min-height:166px;resize:vertical;border:0;outline:0;padding:0 0 0 12px;background:transparent;color:var(--create-text);font-size:24px;line-height:1.35}.composer-textarea-wrap textarea::placeholder{color:color-mix(in srgb,var(--create-muted) 70%,transparent)}.composer-media-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin-top:14px}.composer-media-preview img,.composer-media-file{width:100%;min-height:112px;border-radius:18px;object-fit:cover;background:var(--create-field);border:1px solid var(--create-border)}.composer-media-file{display:grid;place-items:center;gap:6px;padding:12px;text-align:center;color:var(--create-muted)}.composer-media-file span{font-size:32px;color:#8c4af0}.composer-media-file strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.composer-tools{gap:24px;margin-top:20px}.composer-tool{border:0;background:transparent;color:var(--create-muted);font-size:30px;font-weight:700}.composer-tool--text,.composer-tool.is-active{color:#8c4af0}.composer-count{margin-left:auto;color:var(--create-muted);font-weight:700}.post-style-card,.add-post-card{padding:18px}.section-heading{justify-content:space-between;margin-bottom:14px}.section-heading h2,.add-post-card h2,.community-section h2{margin:0;font-size:21px}.section-heading button{color:#8c4af0;font-weight:800}.style-strip,.add-post-actions{display:flex;gap:12px;overflow-x:auto;padding:4px 0 10px;scrollbar-width:none}.style-strip::-webkit-scrollbar,.add-post-actions::-webkit-scrollbar{display:none}.style-swatch{position:relative;flex:0 0 68px;height:68px;border-radius:16px;border:2px solid transparent;background:var(--swatch-bg);color:var(--swatch-text);font-size:26px;font-weight:900;box-shadow:0 8px 20px #342b5714}.style-swatch.is-selected{border-color:#8c4af0}.style-swatch.is-selected:after{content:"✓";position:absolute;right:-7px;bottom:-7px;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#8c4af0;color:#fff;font-size:18px}.add-post-card h2{margin-bottom:18px}.add-button{flex:0 0 82px;min-height:78px;border-radius:16px;border:1px solid var(--create-border);background:var(--create-field);color:var(--create-text);display:grid;place-items:center;gap:6px;box-shadow:0 8px 18px #342b570d}.add-button span{font-size:28px;line-height:1}.add-button small{font-size:13px;color:var(--create-muted)}.add-button--green span{color:#13bf7d}.add-button--blue span{color:#3d96f4}.add-button--pink span{color:#dd43ad}.add-button--orange span{color:#fa982b}.add-button--purple span{color:#a36af6}.add-button:disabled{opacity:.72}.community-section{display:grid;gap:14px}.community-select-card{position:relative;min-height:74px;gap:14px;padding:12px 18px;border-radius:18px;background:var(--create-card);border:1px solid var(--create-border);box-shadow:var(--create-shadow)}.community-select-card__avatar{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#101018;color:#ffcf31;font-weight:900;line-height:1}.community-select-card strong,.kind-card strong{display:block;font-size:17px}.community-select-card small,.kind-card small{display:block;margin-top:4px;color:var(--create-muted);font-size:15px}.community-select-card select{position:absolute;inset:0;width:100%;opacity:0}.kind-card{min-height:78px;gap:14px;padding:12px 16px;border-radius:18px;border:1px solid rgba(255,195,45,.22);background:color-mix(in srgb,#ffcf31 12%,var(--create-card-solid));color:var(--create-text);text-align:left}.kind-card>span:first-child{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;background:#ffc72f;color:#fff;font-size:28px;flex:0 0 auto}.kind-card b{margin-left:auto;color:#c29222;font-size:30px;line-height:1}.create-post-error,.create-post-success{border-radius:18px;padding:14px 16px;font-weight:700}.create-post-error{background:#ef31311f;color:#ffb8b8;border:1px solid rgba(239,49,49,.24)}.create-post-success{background:#12b3911f;color:#b7ffe9;border:1px solid rgba(18,179,145,.24)}.create-post-footer{position:fixed;left:50%;bottom:18px;transform:translate(-50%);width:min(calc(100% - 32px),500px);gap:14px}.post-submit,.schedule-button{border:0;min-height:64px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:900;box-shadow:var(--create-shadow)}.post-submit{flex:1;background:linear-gradient(135deg,#9b50f0,#7439dc);color:#fff;font-size:20px}.post-submit:disabled{opacity:.52}.schedule-button{width:86px;background:var(--create-card-solid);border:1px solid var(--create-border);color:#7439dc;flex-direction:column;gap:2px;font-size:13px}.schedule-button span{font-size:24px}@media(max-width:420px){.create-post-page{padding-inline:12px}.create-post-top{grid-template-columns:38px minmax(0,1fr) auto}.create-post-title h1{font-size:31px}.create-post-title p{font-size:14px}.composer-card{padding:16px}.visibility-select{padding-inline:8px}.composer-author img{width:48px;height:48px}.composer-community-inline select{max-width:140px}}.edit-profile-page{min-height:100vh;background:radial-gradient(circle at 86% 24%,rgba(0,133,77,.18),transparent 25%),radial-gradient(circle at 20% 84%,rgba(0,133,77,.12),transparent 24%),#030808;color:#f8fbfa;padding:0 0 36px}.edit-profile-shell{width:min(100%,500px);margin:0 auto;padding:32px 20px 28px}.edit-profile-header{position:relative;min-height:84px;display:grid;place-items:center;text-align:center}.edit-profile-header h1{margin:0;font-size:30px;line-height:1.1}.edit-profile-header p{margin:10px 0 0;color:#a9afad;font-size:16px}.edit-profile-back{position:absolute;left:0;top:8px;width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fff;font-size:26px;font-weight:800}.edit-profile-identity{display:grid;justify-items:center;gap:8px;margin-top:12px;margin-bottom:26px}.edit-profile-avatar-wrap{position:relative;width:146px;height:146px;border-radius:999px;padding:8px;background:linear-gradient(135deg,#ffffff38,#e6be49c7),#0b1b15}.edit-profile-avatar{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block;border:4px solid #05100d}.edit-profile-camera{position:absolute;right:-6px;bottom:12px;width:58px;height:58px;border-radius:999px;border:0;background:#12923d;color:#fff;font-size:12px;font-weight:900;box-shadow:0 10px 24px #00000047}.edit-profile-name-row{display:flex;align-items:center;gap:10px;margin-top:12px}.edit-profile-name-row strong{font-size:30px}.edit-profile-name-row img{width:28px;height:28px;object-fit:contain}.edit-profile-identity>span{color:#b6bcba;font-size:20px}.edit-profile-alert{margin:0 0 14px;border-radius:16px;padding:12px 14px;background:#16a34a24;color:#86efac;border:1px solid rgba(22,163,74,.25)}.edit-profile-alert--error{background:#ef44441f;color:#fecaca;border-color:#ef44444d}.edit-profile-form{display:grid;gap:14px}.edit-profile-form:before{content:"";position:absolute;pointer-events:none}.edit-profile-row,.edit-profile-password-row{min-height:76px;border:1px solid rgba(255,255,255,.1);border-radius:0;background:#11171ae0;display:grid;grid-template-columns:58px minmax(0,1fr) 24px;align-items:center;gap:14px;padding:12px 18px;color:inherit}.edit-profile-row:first-child{border-top-left-radius:22px;border-top-right-radius:22px}.edit-profile-row:nth-of-type(6){border-bottom-left-radius:22px;border-bottom-right-radius:22px}.edit-profile-row__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#062c1d;color:#20c46b;font-weight:900;font-size:14px}.edit-profile-row__icon--gold{background:#ffd1541a;color:#ffd154}.edit-profile-row__body{min-width:0;display:grid;gap:6px}.edit-profile-row__body>span{color:#a6adab;font-size:15px}.edit-profile-row input,.edit-profile-row select{width:100%;min-width:0;border:0;background:transparent;color:#fff;font:inherit;font-size:20px;outline:0}.edit-profile-row select{color-scheme:dark}.edit-profile-row__chevron{color:#a8afad;font-size:20px;text-align:right}.edit-profile-password-row{margin-top:6px;border-radius:20px;text-align:left;cursor:pointer}.edit-profile-password-row span:nth-child(2){display:grid;gap:6px}.edit-profile-password-row strong{font-size:20px;font-weight:700}.edit-profile-password-row small{color:#a6adab;font-size:15px}.edit-profile-save{margin-top:16px;min-height:76px;border:0;border-radius:999px;background:linear-gradient(90deg,#075f43,#11a53f);color:#fff;display:grid;grid-template-columns:1fr 62px;align-items:center;padding:0 12px 0 34px;font-size:25px;font-weight:900;box-shadow:0 18px 34px #0000003d}.edit-profile-save strong{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;border:3px solid #ffd154;color:#ffd154;font-size:28px}.edit-profile-save:disabled,.edit-profile-camera:disabled{opacity:.7}.edit-profile-secure{margin-top:22px;text-align:center;color:#a6adab;font-size:14px}.edit-profile-modal{position:fixed;inset:0;z-index:1200;background:#000000a6;display:grid;place-items:center;padding:20px}.edit-profile-modal__card{width:min(100%,360px);border-radius:22px;border:1px solid rgba(255,255,255,.12);background:#101719;padding:20px;display:grid;gap:14px}.edit-profile-modal__card h2{margin:0}.edit-profile-modal__card label{display:grid;gap:8px;color:#a6adab}.edit-profile-modal__card input{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0a;color:#fff;padding:13px 14px;font:inherit}.edit-profile-modal__actions{display:flex;justify-content:flex-end;gap:10px}.edit-profile-modal__actions button{border:0;border-radius:12px;padding:11px 16px;font-weight:800}.edit-profile-modal__actions button:last-child{background:#12923d;color:#fff}@media(max-width:420px){.edit-profile-shell{padding-inline:16px}.edit-profile-header h1{font-size:27px}.edit-profile-row,.edit-profile-password-row{grid-template-columns:50px minmax(0,1fr) 20px;padding-inline:14px}.edit-profile-row input,.edit-profile-row select{font-size:18px}}.chat-section-nav{position:fixed;left:50%;bottom:0;z-index:8;width:min(100%,520px);transform:translate(-50%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));background:#faf7eff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(120,134,101,.16)}.chat-section-nav__item{min-height:52px;border-radius:16px;color:#66785d;display:grid;justify-items:center;align-content:center;gap:3px;font-size:.75rem;font-weight:700}.chat-section-nav__icon{font-size:1.05rem;line-height:1}.chat-section-nav__item.is-active{background:#488f491f;color:#2f7f35}@media(prefers-color-scheme:dark){.chat-section-nav{background:#101913f5;border-top-color:#54705638}.chat-section-nav__item{color:#93a28f}.chat-section-nav__item.is-active{background:#42955429;color:#6fd08b}}.chatrooms-page{min-height:100vh;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at top left,rgba(201,232,200,.22),transparent 24%),linear-gradient(180deg,#faf8f2,#f6f1e8);color:#273125}.chatrooms-workspace{width:min(100%,520px);min-height:100vh;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:0}.chatroom-thread-panel{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 20px 20px,rgba(207,222,191,.25) 0,rgba(207,222,191,.25) 1px,transparent 1px) 0 0 / 26px 26px,linear-gradient(180deg,#fffffff0,#f8f4ebfa)}.chatroom-thread-panel--cream{background:radial-gradient(circle at 15% 12%,rgba(232,196,87,.18),transparent 24%),linear-gradient(145deg,#fbf2dc,#f4e8cc)}.chatroom-thread-panel--savanna{background:radial-gradient(circle at 20% 20%,rgba(250,212,86,.18),transparent 22%),linear-gradient(145deg,#dff0d4,#bcd6a5)}.chatroom-thread-panel--mint{background:linear-gradient(145deg,#d9f7e8,#eaf8ff)}.chatroom-thread-panel--ocean{background:radial-gradient(circle at top right,rgba(27,117,151,.18),transparent 25%),linear-gradient(145deg,#d8f3f5,#bfd7ea)}.chatroom-thread-panel--sunset{background:radial-gradient(circle at top left,rgba(248,172,113,.25),transparent 25%),linear-gradient(145deg,#fde2d2,#f7d6e0)}.chatroom-thread-panel--graphite{background:radial-gradient(circle at top right,rgba(88,121,95,.22),transparent 26%),linear-gradient(180deg,#202124,#111815)}.chatroom-thread-panel--custom{background-image:linear-gradient(#0818101a,#0818101a),var(--chat-custom-background);background-size:cover;background-position:center}.chatroom-thread-panel--graphite .chatroom-hero-header,.chatroom-thread-panel--custom .chatroom-hero-header{background:#08110ce0;color:#fff}.chatroom-thread-panel--graphite .chatroom-hero-header__identity span,.chatroom-thread-panel--custom .chatroom-hero-header__identity span{color:#b7e3a5}.chatroom-thread-panel--graphite .chatroom-circle-btn,.chatroom-thread-panel--custom .chatroom-circle-btn{background:#ffffff1a;color:#d6f2ca}.icon-arrow-left,.icon-video-camera,.icon-phone,.icon-dots-vertical,.icon-plus,.icon-send,.icon-loader{position:relative;display:inline-block}.icon-arrow-left{width:13px;height:13px;border-left:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg);left:2px}.icon-video-camera{width:14px;height:9px;border:1.7px solid currentColor;border-radius:4px}.icon-video-camera:after{content:"";position:absolute;right:-6px;top:1px;width:0;height:0;border-left:6px solid currentColor;border-top:3px solid transparent;border-bottom:3px solid transparent}.icon-phone{width:12px;height:12px;border:1.8px solid currentColor;border-top-color:transparent;border-left-color:transparent;border-radius:5px;transform:rotate(-45deg)}.icon-phone:before,.icon-phone:after{content:"";position:absolute;background:currentColor;border-radius:999px}.icon-phone:before{width:6px;height:1.8px;top:-3px;right:-2px}.icon-phone:after{width:6px;height:1.8px;bottom:-3px;left:-2px}.icon-dots-vertical{width:3px;height:3px;border-radius:999px;background:currentColor;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor}.icon-plus{width:13px;height:13px}.icon-plus:before,.icon-plus:after{content:"";position:absolute;inset:0;margin:auto;background:currentColor;border-radius:999px}.icon-plus:before{width:13px;height:1.8px}.icon-plus:after{width:1.8px;height:13px}.icon-send{width:14px;height:14px;border-right:1.8px solid currentColor;border-top:1.8px solid currentColor;transform:rotate(45deg);margin-left:-3px}.icon-send:before{content:"";position:absolute;right:-1px;top:6px;width:15px;height:1.8px;background:currentColor}.icon-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:999px;animation:chat-spin .8s linear infinite}@keyframes chat-spin{to{transform:rotate(360deg)}}.chatroom-hero-header{position:sticky;top:0;z-index:4;display:flex;align-items:center;gap:10px;min-height:72px;padding:10px 12px;background:#fffcf6f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 24px #3d422b14}.chatroom-hero-header__identity{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.chatroom-hero-header__identity--button{border:0;padding:0;background:transparent;text-align:left;cursor:pointer}.chatroom-hero-header__identity img{width:46px;height:46px;border-radius:999px;object-fit:cover;border:2px solid #b7d39c;box-shadow:0 7px 14px #62824533;flex:0 0 46px}.chatroom-hero-header__identity div{min-width:0}.chatroom-hero-header__identity strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.18rem;line-height:1.1}.chatroom-hero-header__identity span{display:inline-flex;align-items:center;gap:6px;color:#57823d;font-size:.82rem;margin-top:3px;white-space:nowrap}.chatroom-hero-header__identity span i{width:7px;height:7px;border-radius:999px;background:#3cab43;display:inline-block}.chatroom-hero-header__actions{display:flex;align-items:center;gap:7px}.chatroom-options-anchor{position:relative}.chatroom-circle-btn{width:38px;height:38px;border:0;border-radius:13px;background:#fff;color:#63874d;font-size:.95rem;box-shadow:0 6px 14px #4751341a}.chatroom-circle-btn span{display:inline-block}.chatroom-options-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:210px;padding:8px;border-radius:16px;background:#fffdf9fa;border:1px solid rgba(98,135,77,.14);box-shadow:0 18px 38px #36492d29;display:grid;gap:4px;z-index:8}.chatroom-options-menu button{width:100%;border:0;border-radius:12px;padding:11px 12px;text-align:left;background:transparent;color:#324328;font-size:.92rem}.chatroom-options-menu button:hover{background:#57823d14}.error-banner{margin:12px 16px 0;padding:12px 14px;border-radius:14px;background:#fff3ef;color:#a34f39;font-size:.92rem}.chatroom-thread-body{flex:1;display:flex;flex-direction:column;gap:10px;padding:12px 12px 18px;overflow-y:auto}.chatroom-date-chip{display:flex;justify-content:center}.chatroom-date-chip span{padding:6px 16px;border-radius:999px;background:#e5edd0d1;color:#809168;font-size:.86rem;box-shadow:inset 0 0 0 1px #b6c49757}.chatroom-message{display:flex;flex-direction:column;align-items:flex-start;gap:5px;position:relative;touch-action:pan-y;transition:transform .16s ease;will-change:transform}.chatroom-message--own{align-items:flex-end}.chatroom-message.is-swiping{transition:none}.chatroom-message__reply-cue{position:absolute;top:50%;left:-2px;width:30px;height:30px;border-radius:999px;transform:translateY(-50%);display:grid;place-items:center;background:#3f984529;color:#277b31;font-weight:800;pointer-events:none}.chatroom-message--own .chatroom-message__reply-cue{left:auto;right:-2px}.chatroom-message__bubble{max-width:min(82%,420px);padding:11px 13px;border-radius:8px 19px 19px;background:#fff;color:#43413b;box-shadow:0 8px 20px #524d3e12;font-size:.96rem;line-height:1.42;position:relative}.chatroom-message--own .chatroom-message__bubble{background:linear-gradient(180deg,#edf8d3,#e2f2be);border-top-left-radius:19px;border-top-right-radius:8px}.chatroom-message__bubble:after{content:"";position:absolute;left:-8px;bottom:10px;width:14px;height:14px;background:#fff;clip-path:polygon(100% 0,100% 100%,0 100%)}.chatroom-message--own .chatroom-message__bubble:after{left:auto;right:-8px;background:#e3f2c0;clip-path:polygon(0 0,100% 100%,0 100%)}.chatroom-message__bubble a{color:inherit;text-decoration:underline}.chatroom-message__reply{margin-bottom:10px;padding:10px 12px;border-radius:14px;background:#7890571f;border-left:3px solid #7aa25a}.chatroom-message__reply strong,.chatroom-message__resource strong{display:block;font-size:.86rem}.chatroom-message__reply span,.chatroom-message__resource small{display:block;margin-top:3px;color:#65715f;font-size:.82rem}.chatroom-message--own .chatroom-message__reply{background:#60973e1a}.chatroom-message__media-block{overflow:hidden;border-radius:16px;margin-bottom:10px}.chatroom-message__media-block img,.chatroom-message__media-block video{display:block;width:100%;max-width:100%}.chatroom-message__audio-block{margin-bottom:10px}.chatroom-message__audio-block audio{display:block;width:min(270px,100%)}.chatroom-message__resource{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;padding:12px;border-radius:16px;background:#ffffff70;text-decoration:none}.chatroom-message--own .chatroom-message__resource{background:#ffffff61}.chatroom-message__resource-icon{width:34px;height:34px;border-radius:12px;background:#5679341f;display:grid;place-items:center;font-size:1rem;flex:0 0 34px}.chatroom-message__text{white-space:pre-wrap;word-break:break-word}.chatroom-message__time{font-size:.82rem;color:#8e8f8b;padding:0 8px}.chatroom-message__reply-btn{border:0;background:transparent;color:#6c8656;font-size:.76rem;font-weight:700;padding:0 8px;opacity:0;transition:opacity .15s ease}.chatroom-message:hover .chatroom-message__reply-btn,.chatroom-message:focus-within .chatroom-message__reply-btn{opacity:1}.chatroom-composer{position:sticky;bottom:calc(82px + env(safe-area-inset-bottom,0px));display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:9px 11px 13px;background:#faf7eff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -14px 24px #59533f0d}.chatroom-composer__addon,.chatroom-composer__send,.chatroom-composer__mic{height:42px;border:0;display:grid;place-items:center;font-size:1.08rem;box-shadow:0 7px 14px #525c3b1f;flex:0 0 auto}.chatroom-composer__addon{width:42px;border-radius:14px;background:#e7edcf;color:#7d9862}.chatroom-composer textarea{flex:1;min-width:0;min-height:42px;max-height:104px;resize:none;border:0;border-radius:17px;padding:11px 14px;background:#fff;color:#273125;font-size:.95rem;line-height:1.35;box-shadow:0 7px 16px #525c3b14}.chatroom-composer textarea:focus{outline:2px solid rgba(106,145,70,.18)}.chatroom-composer__send{width:54px;border-radius:15px;background:linear-gradient(180deg,#3f9845,#2f7f35);color:#fff}.chatroom-composer__send:disabled{opacity:.55}.chatroom-composer__mic{width:42px;border-radius:14px;background:#fff;color:#2f7f35}.chatroom-composer__mic span{width:12px;height:12px;display:grid;place-items:center;font-size:.85rem;line-height:1}.chatroom-composer__mic.is-recording{background:#fff0ed;color:#d34937;animation:chat-record-pulse 1.1s ease-in-out infinite}@keyframes chat-record-pulse{50%{box-shadow:0 0 0 7px #d349371f}}.chatroom-reply-preview,.chatroom-media-preview,.chatroom-attach-menu{flex:1 0 100%}.chatroom-reply-preview,.chatroom-media-preview{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:15px;background:#ffffffe0;box-shadow:0 8px 18px #525c3b14}.chatroom-reply-preview{border-left:3px solid #4d9b4a}.chatroom-reply-preview span,.chatroom-media-preview span{min-width:0;flex:1}.chatroom-reply-preview strong,.chatroom-media-preview strong{display:block;color:#25351e;font-size:.84rem}.chatroom-reply-preview small,.chatroom-media-preview small{display:block;margin-top:2px;color:#73806a;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatroom-reply-preview button,.chatroom-media-preview button{width:28px;height:28px;border:0;border-radius:999px;background:#1f301a14;color:#293922;font-size:1.1rem}.chatroom-media-preview img,.chatroom-media-preview video{width:46px;height:46px;border-radius:12px;object-fit:cover;background:#e8ecdf}.chatroom-media-preview audio{flex:1;min-width:150px;height:34px}.chatroom-media-preview__file{width:46px;height:46px;border-radius:12px;background:#edf3e7;display:grid;place-items:center;flex:0 0 auto}.chatroom-attach-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.chatroom-attach-menu button{min-height:38px;border:0;border-radius:13px;background:#fff;color:#31562b;font-size:.82rem;font-weight:800;box-shadow:0 6px 14px #525c3b14}.chatroom-hidden-input{display:none}.chatrooms-sidebar{border-top:1px solid rgba(120,134,101,.18);background:#fff;overflow-y:auto}.chatrooms-sidebar__header{padding:22px 18px 10px}.chatrooms-sidebar__header strong{display:block;font-size:1.9rem;line-height:1.1}.chatrooms-sidebar__header span{display:block;margin-top:6px;color:#91958d;font-size:.95rem}.chatrooms-create-form{display:grid;gap:12px;padding:0 18px 18px}.chatrooms-create-form input{min-height:50px;border:0;border-bottom:2px solid #595f56;background:transparent;color:#1c1f1b;font-size:1.1rem;padding:0 2px}.chatrooms-create-form input:focus{outline:none;border-bottom-color:#2f7f35}.chatrooms-create-form button{width:fit-content;min-width:210px;min-height:58px;border:0;border-radius:16px;padding:0 24px;background:#171717;color:#e6bf4e;font-size:1.15rem;font-weight:700}.chatrooms-sidebar__list{display:flex;flex-direction:column;padding-bottom:24px}.chatrooms-room{width:100%;border:0;background:transparent;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;padding:11px 16px;text-align:left;transition:background-color .18s ease,transform .18s ease;align-items:center}.chatrooms-room.is-active{background:#f4f8ec;box-shadow:inset 4px 0 #4d9b4a}.chatrooms-room:hover{background:#fafcf6}.chatrooms-room__avatar{width:48px;height:48px;border-radius:14px;object-fit:cover;background:#ecede7}.chatrooms-room__copy{min-width:0}.chatrooms-room__time{display:block;color:#959595;font-size:.76rem;margin-bottom:2px}.chatrooms-room__copy strong{display:block;color:#2b2b2b;font-size:1.08rem;font-weight:700;line-height:1.12;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatrooms-room__copy small{display:block;color:#5d5d5d;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatrooms-room__unread{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#3f9845;color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:700}.chatrooms-status-card{margin:0 18px 18px;padding:18px;border-radius:18px;background:#fff;color:#72766d;box-shadow:0 10px 24px #524d3e14}.chatrooms-status-card--center{margin:auto 0;text-align:center}.chatroom-background-picker{margin:10px 12px 0;padding:11px;border-radius:18px;background:#ffffffdb;box-shadow:0 12px 24px #524d3e1a}.chatroom-background-picker strong{display:block;margin-bottom:8px;font-size:.88rem}.chatroom-background-picker div{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.chatroom-bg-swatch{flex:0 0 auto;min-width:76px;min-height:38px;border:1px solid rgba(67,94,52,.14);border-radius:13px;color:#243420;font-size:.78rem;font-weight:700}.chatroom-bg-swatch.is-active{outline:2px solid #3f9845;outline-offset:2px}.chatroom-bg-swatch--default{background:#f8f4eb}.chatroom-bg-swatch--cream{background:#f4e8cc}.chatroom-bg-swatch--savanna{background:#bcd6a5}.chatroom-bg-swatch--mint{background:#d9f7e8}.chatroom-bg-swatch--ocean{background:#bfd7ea}.chatroom-bg-swatch--sunset{background:#f7d6e0}.chatroom-bg-swatch--graphite{background:#202124;color:#fff}.chatroom-bg-swatch--custom{background:#fff}@media(max-width:640px){.chatrooms-workspace{width:100%}.chatroom-hero-header__actions{gap:5px}.chatroom-circle-btn{width:36px;height:36px;border-radius:12px}.chatroom-hero-header__identity img{width:42px;height:42px;flex-basis:42px}.chatroom-hero-header__identity strong{font-size:1.05rem}.chatrooms-sidebar__header strong{font-size:1.55rem}.chatrooms-room__copy strong{font-size:1.02rem}}@media(max-width:390px){.chatroom-hero-header{gap:7px;padding-inline:9px}.chatroom-hero-header__identity{gap:8px}.chatroom-circle-btn{width:34px;height:34px}.chatroom-hero-header__identity img{width:38px;height:38px;flex-basis:38px}.chatroom-hero-header__identity span{font-size:.76rem}.chatroom-message__bubble{max-width:86%}.chatroom-composer{padding-inline:8px}.chatroom-composer__addon{width:38px;height:38px}.chatroom-composer textarea{min-height:38px;padding:9px 12px}.chatroom-composer__send{width:48px;height:38px}}.settings-page{min-height:100vh;padding-bottom:calc(94px + env(safe-area-inset-bottom,0px));background:radial-gradient(circle at top right,rgba(44,130,77,.12),transparent 24%),linear-gradient(180deg,#0e1511,#101913);color:#f2f7f3}.settings-shell{width:min(100%,520px);margin:0 auto;padding:20px 14px 24px}.settings-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.settings-header__back{width:42px;height:42px;border:0;border-radius:14px;background:#ffffff12;color:#f2f7f3;font-size:1.25rem}.settings-header h1{margin:0;font-size:1.7rem}.settings-header p{margin:4px 0 0;color:#95a79a;font-size:.92rem}.settings-loading{padding:18px 2px;color:#95a79a}.settings-card{margin-top:14px;padding:8px 0;border-radius:22px;background:#15201af0;box-shadow:0 16px 30px #00000029}.settings-card h2{margin:0;padding:10px 16px 8px;font-size:1rem;color:#d8e8dc}.settings-card--danger h2{color:#f0bbb7}.settings-row{width:100%;min-height:64px;display:flex;align-items:center;gap:12px;padding:12px 16px;border:0;background:transparent;color:inherit;text-align:left}.settings-row+.settings-row{border-top:1px solid rgba(116,140,121,.14)}.settings-row.is-disabled{opacity:.58}.settings-row__icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;background:#1fc9741f;color:#1ec974;font-size:1rem}.is-danger .settings-row__icon{background:#ff6d6d1f;color:#ff8d8d}.settings-row__copy{flex:1;min-width:0}.settings-row__copy strong{display:block;font-size:.96rem}.settings-row__copy small{display:block;margin-top:4px;color:#95a79a;font-size:.8rem;line-height:1.35}.settings-row__meta{display:inline-flex;align-items:center;gap:10px;color:#c2d3c6;font-size:.86rem;white-space:nowrap}.settings-row__meta i{font-style:normal;color:#7f9485}.settings-switch{width:56px;height:32px;border:0;border-radius:999px;background:#314238;padding:4px;display:flex;align-items:center;transition:background-color .18s ease}.settings-switch span{width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 3px 8px #0a120b3d;transition:transform .18s ease}.settings-switch.is-on{background:#2d8c56}.settings-switch.is-on span{transform:translate(24px)}.settings-select-wrap{position:relative;width:124px;flex:0 0 124px}.settings-select-wrap:after{content:"▾";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#97ab9b;pointer-events:none}.settings-select-wrap select{width:100%;min-height:40px;border:1px solid rgba(116,140,121,.22);border-radius:12px;background:#ffffff0a;color:#f2f7f3;padding:0 28px 0 10px;appearance:none}@media(prefers-color-scheme:light){.settings-page{background:radial-gradient(circle at top right,rgba(44,130,77,.08),transparent 24%),linear-gradient(180deg,#f7faf6,#eef4ee);color:#1d271f}.settings-header__back{background:#fff;color:#1d271f;box-shadow:0 10px 22px #20372214}.settings-header p,.settings-loading{color:#647365}.settings-card{background:#fff;box-shadow:0 16px 30px #20372214}.settings-card h2{color:#223225}.settings-row__copy small,.settings-row__meta,.settings-row__meta i{color:#687868}.settings-select-wrap:after{color:#687868}.settings-select-wrap select{background:#f7faf6;color:#1d271f;border-color:#57715c2e}.settings-switch{background:#d7e0d8}}.app-backdrop{position:fixed;inset:0;z-index:999;border:0;padding:0;background:#0006;animation:backdropIn .18s ease}.side-drawer{position:fixed;top:0;left:0;z-index:1000;width:260px;height:100vh;padding:18px 14px;background:radial-gradient(circle at 20% 0%,rgba(30,201,116,.18),transparent 28%),linear-gradient(180deg,#06100c,#020605);color:#f3f8f5;border-radius:0 20px 20px 0;box-shadow:24px 0 60px #00000057;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;gap:18px;overflow-y:auto;overscroll-behavior:contain}.side-drawer--open{transform:translate(0)}.side-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.side-drawer__brand{display:flex;align-items:center;gap:10px;min-width:0}.side-drawer__brand img{width:42px;height:42px;border-radius:999px}.side-drawer__brand strong,.side-drawer__brand span{display:block}.side-drawer__brand strong{font-size:19px}.side-drawer__brand span{margin-top:2px;color:#9ab0a3;font-size:12px}.side-drawer__close{width:34px;height:34px;border:0;border-radius:12px;display:grid;place-items:center;background:#ffffff12;color:#f3f8f5;font-size:28px;line-height:1}.side-drawer__nav{display:grid;gap:8px;padding-bottom:8px}.side-drawer__item{width:100%;min-height:62px;border:1px solid transparent;border-radius:16px;padding:10px;display:flex;align-items:center;gap:10px;background:transparent;color:inherit;text-align:left}.side-drawer__item:hover,.side-drawer__item:focus-visible{outline:none;background:#ffffff12;border-color:#ffffff14}.side-drawer__item-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;background:#1ec9741f;color:#1ec974;font-size:18px}.side-drawer__item-copy{min-width:0}.side-drawer__item-copy strong,.side-drawer__item-copy small{display:block}.side-drawer__item-copy strong{font-size:14px}.side-drawer__item-copy small{margin-top:3px;color:#9ab0a3;font-size:12px;line-height:1.25}.side-drawer__item--logout{margin-top:auto;color:#ffb4b4}.side-drawer__item--logout .side-drawer__item-icon{background:#ff6d6d1f;color:#ff8d8d}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}:root{color-scheme:dark;font-family:Segoe UI,SF Pro Text,system-ui,sans-serif;--bg: #07110d;--surface: #0f1d18;--surface-strong: #13261f;--border: rgba(146, 170, 155, .16);--text: #f3f8f5;--muted: #9ab0a3;--emerald: #1ec974;--emerald-deep: #119956;--gold: #d9b86f;--danger: #ff6d6d}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:radial-gradient(circle at top,rgba(30,201,116,.16),transparent 35%),linear-gradient(180deg,#07110d,#08130f);color:var(--text)}body{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh}.page,.auth-layout{width:min(100%,720px);margin:0 auto;padding:20px 16px 110px}.page--with-nav{padding-bottom:112px}.page-header{margin-bottom:18px}.page-header__row{display:flex;align-items:flex-start;gap:14px}.page-header__back{width:42px;height:42px;border-radius:14px;border:1px solid var(--border);background:#ffffff0f;color:var(--text);font-size:22px;line-height:1;flex:0 0 auto}.page-header__eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:#1ec9741f;color:var(--emerald);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.page-header h1{margin:12px 0 8px;font-size:30px}.page-header p,.muted{color:var(--muted)}.stack{display:grid;gap:14px}.grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.card,.auth-card,.metric-card{background:linear-gradient(180deg,#13261ff5,#0c1a15f5);border:1px solid var(--border);border-radius:24px;box-shadow:0 18px 60px #00000038}.card,.metric-card{padding:18px}.split-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.primary-btn,.secondary-btn,.action-btn{border:0;border-radius:16px;padding:14px 18px;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background .18s ease}.primary-btn{background:linear-gradient(135deg,var(--emerald),var(--emerald-deep));color:#fff;font-weight:700}.secondary-btn,.action-btn{background:#ffffff0f;color:var(--text);border:1px solid var(--border)}.action-btn--liked{color:var(--emerald);border-color:#1ec9744d}.ghost-link{color:var(--gold);font-weight:600}.tag{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#d9b86f1f;color:var(--gold);font-size:12px;font-weight:700}.auth-layout{display:flex;align-items:center;min-height:100vh}.auth-layout--yenkasa{position:relative;overflow:hidden;justify-content:center;width:100%;max-width:none;padding:24px;background:radial-gradient(circle at 20% 20%,rgba(229,179,38,.08),transparent 18%),radial-gradient(circle at 80% 15%,rgba(30,201,116,.1),transparent 20%),linear-gradient(180deg,#0e1a12,#09110c)}.auth-stars{position:absolute;inset:0;pointer-events:none}.auth-stars span{position:absolute;width:4px;height:4px;border-radius:999px;background:#e5b32699;box-shadow:0 0 12px #e5b326b3;animation:twinkle 4.4s ease-in-out infinite}.auth-stars span:nth-child(1){top:12%;left:18%;animation-delay:.2s}.auth-stars span:nth-child(2){top:24%;right:20%;animation-delay:1.1s}.auth-stars span:nth-child(3){top:56%;left:12%;animation-delay:1.8s}.auth-stars span:nth-child(4){bottom:22%;right:16%;animation-delay:2.4s}.auth-stars span:nth-child(5){bottom:12%;left:50%;animation-delay:3.1s}.auth-panel{position:relative;z-index:1;width:min(100%,460px)}.auth-panel--login{display:grid;gap:22px}.auth-logo-wrap{display:flex;justify-content:center;padding-top:28px}.auth-logo-emblem{width:120px;height:120px;border-radius:999px;display:grid;place-items:center;overflow:hidden;background:#102015;box-shadow:0 22px 50px #00000047,inset 0 1px #ffffff3d}.auth-logo-emblem img{width:100%;height:100%;object-fit:cover}.auth-card{width:100%;padding:28px}.auth-card--yenkasa{padding:30px;border-radius:28px;background:linear-gradient(180deg,#0f1812fa,#0b120dfa);border:1px solid rgba(229,179,38,.12);box-shadow:0 24px 70px #00000057}.auth-title{margin:0;color:#e5b326;font-size:30px;font-weight:800}.auth-subtitle{margin:10px 0 0;color:#aaa;font-size:15px}.auth-card--wide{max-width:720px}.auth-form{display:grid;gap:14px;margin-top:22px}.auth-form--yenkasa{margin-top:28px;gap:12px}.auth-form--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-form__full{grid-column:1 / -1}.auth-form label{display:grid;gap:8px;font-size:14px;color:var(--muted)}.auth-field input{min-height:56px;border-radius:12px;border:1px solid rgba(201,166,71,.36);background:#111f17;color:#e5b326;padding:0 16px;box-shadow:inset 0 0 0 1px #ffffff05}.auth-field input::placeholder{color:#c9a647}.auth-field input:focus{outline:none;border-color:#e5b326;box-shadow:0 0 0 2px #e5b3262e}.auth-form input,.auth-form select{width:100%;min-height:52px;border-radius:16px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);padding:0 16px}.forgot-link{justify-self:end;border:0;padding:0;background:transparent;color:#e5b326;font-weight:700;cursor:pointer}.login-btn-gold{min-height:52px;border:0;border-radius:14px;background:linear-gradient(180deg,#f0cb65,#d7a922);color:#0e1a12;font-size:18px;font-weight:800;letter-spacing:.04em;cursor:pointer;box-shadow:0 16px 30px #d7a9222e}.login-btn-gold:disabled{opacity:.7;cursor:progress}.auth-switch{margin-top:20px;color:var(--muted)}.auth-switch--center{text-align:center}.auth-switch a{color:#e5b326;font-weight:700}.error-banner,.success-banner,.empty-state,.shimmer-block{padding:14px 16px;border-radius:18px}.error-banner{background:#ff6d6d1f;color:#ffd9d9;border:1px solid rgba(255,109,109,.24)}.success-banner{background:#1ec9741f;color:#d8ffea;border:1px solid rgba(30,201,116,.24)}.empty-state,.shimmer-block{background:#ffffff0a;border:1px dashed var(--border)}.moderation-page{display:grid;gap:16px}.moderation-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-radius:20px;background:linear-gradient(180deg,#13261ff5,#0c1a15f5);border:1px solid var(--border)}.moderation-summary span{display:block;color:var(--muted);font-size:13px}.moderation-summary strong{display:block;margin-top:4px;font-size:34px;line-height:1}.moderation-list{display:grid;gap:16px}.moderation-card{padding:14px;border-radius:22px;background:linear-gradient(180deg,#13261ffa,#0c1a15fa);border:1px solid var(--border);box-shadow:0 18px 44px #00000038}.moderation-card__header,.moderation-card__actions,.moderation-card__author{display:flex;align-items:center}.moderation-card__header{justify-content:space-between;gap:12px}.moderation-card__author{min-width:0;gap:10px;border:0;padding:0;background:transparent;color:inherit;text-align:left}.moderation-card__author>span:last-child{display:grid;gap:3px;min-width:0}.moderation-card__author strong{display:flex;align-items:center;gap:6px}.moderation-card__author small{color:var(--muted)}.moderation-card__text{margin-top:14px;color:var(--text);line-height:1.55}.moderation-card__text.has-background{min-height:220px;padding:22px;border-radius:18px;display:grid;place-items:center;color:#fff;text-align:center;font-size:24px;font-weight:800}.moderation-card__media{margin-top:14px;overflow:hidden;border-radius:18px;background:#ffffff0f}.moderation-card__media img,.moderation-card__media video{width:100%;max-height:460px;display:block;object-fit:cover}.moderation-card__audio{margin-top:14px;display:grid;gap:10px;padding:14px;border-radius:18px;background:#ffffff0f}.moderation-card__actions{margin-top:14px;gap:10px}.moderation-card__actions button{flex:1}.moderation-card__reject{color:#ffd6d6;border-color:#ff6d6d47}.bottom-nav{position:fixed;left:50%;bottom:12px;transform:translate(-50%);width:min(calc(100% - 20px),720px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px;border-radius:24px;background:#08130ff0;border:1px solid rgba(146,170,155,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav__item{min-height:52px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:var(--muted);font-weight:600}.bottom-nav__item--active{background:#1ec97424;color:var(--emerald)}.post-card__header,.post-card__footer,.community-card__meta{display:flex;justify-content:space-between;gap:12px;align-items:center}.post-card__author{margin:0;font-weight:700}.post-card__meta,.post-card__body,.community-card__meta,.metric-card__helper{margin:6px 0 0}.community-card--selected{border-color:#1ec97457;box-shadow:0 18px 60px #0b482b3d}.community-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px}.community-card__actions .primary-btn,.community-card__actions .secondary-btn{min-height:42px;border-radius:14px;padding:10px 14px;font-size:.9rem}.community-card__actions .primary-btn:disabled,.community-card__actions .secondary-btn:disabled{cursor:not-allowed;opacity:.62}.post-details-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.post-details-header__back{width:42px;height:42px;border-radius:14px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);font-size:20px;line-height:1}.post-card__media,.ad-card__media{overflow:hidden;border-radius:18px;margin:14px 0;background:#ffffff0a;aspect-ratio:4 / 3}.post-card__media img,.ad-card__media img{width:100%;height:100%;object-fit:cover;display:block}.metric-card__label{margin:0;color:var(--muted);font-size:13px}.metric-card__value{margin:12px 0 6px;font-size:28px}.progress-block{display:grid;gap:8px}.progress-block__label-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted)}.progress-block__track{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.progress-block__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--emerald))}.metric-list{display:grid;gap:14px}.metric-row{display:grid;gap:8px}.section-title{margin:8px 0 0;font-size:18px}@media(max-width:640px){.auth-form--grid,.grid-two{grid-template-columns:1fr}.page-header h1{font-size:26px}.auth-card--yenkasa{padding:24px}.auth-title{font-size:26px}.auth-logo-emblem{width:104px;height:104px}}@keyframes twinkle{0%,to{opacity:.28;transform:scale(.9)}50%{opacity:1;transform:scale(1.35)}}
