@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.tweet-card{display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:16px;background:#ffffff05}.tweet-card-stack{display:flex;flex-direction:column;gap:10px}.tweet-card--interactive{cursor:pointer;transition:border .2s ease,background .2s ease}.tweet-card--interactive:hover{background:#ffffff0d;border-color:#fff3}.tweet-card--interactive:focus-visible{outline:2px solid #ffc371;outline-offset:4px}.tweet-card--thread{border-color:#ffffff14;background:#ffffff08}.tweet-card--thread .tweet-card__avatar{width:40px;height:40px}.tweet-card__avatar-button{background:none;border:none;padding:0;cursor:pointer}.tweet-card__avatar-button:focus-visible{outline:2px solid #ffc371;border-radius:50%}.tweet-card__avatar{width:48px;height:48px;border-radius:50%}.tweet-card__body{flex:1}.tweet-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.tweet-card__meta-right{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.tweet-card__context-badge{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#dbe6ff;background:#19233eb3}.tweet-card__context-badge--reply{border-color:#ffc45473;color:#ffd48d}.tweet-card__context-badge--post{border-color:#6adcff73;color:#9ae6ff}.tweet-card__author-button{display:flex;flex-direction:column;gap:2px;align-items:flex-start;min-width:0;margin-right:auto;background:none;border:none;padding:0;color:inherit;cursor:pointer;text-align:left}.tweet-card__author-button:focus-visible{outline:2px solid #ffc371;border-radius:12px}.tweet-card__display-name{font-weight:600;display:inline-flex;align-items:center;gap:8px;line-height:1.2}.tweet-card__user-badge{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;padding:2px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:#e8eeff;background:#0c1220b3}.tweet-card__user-badge--human{border-color:#7cd99280;color:#aef2c2}.tweet-card__user-badge--character{border-color:#6adcff80;color:#9ae6ff}.tweet-card__handle{color:#9aa7c4;font-size:.9rem}.tweet-card__timestamp{color:#9aa7c4;font-size:.85rem}.tweet-card__replying{margin:6px 0 0;font-size:.85rem;color:#9aa7c4}.tweet-card__content{margin:8px 0;white-space:pre-wrap}.tweet-card__media{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:8px 0}.tweet-card__media-item{width:100%;aspect-ratio:16 / 9;max-height:320px;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;padding:0;cursor:zoom-in;-webkit-appearance:none;-moz-appearance:none;appearance:none}.tweet-card__media-image{width:100%;height:100%;display:block;object-fit:cover}.tweet-card__media-item:focus-visible{outline:2px solid rgba(120,170,255,.9);outline-offset:2px}.tweet-card__media-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#04070ed9;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.tweet-card__media-modal-content{max-width:min(960px,92vw);max-height:92vh}.tweet-card__media-modal-content img{width:100%;height:auto;max-height:92vh;object-fit:contain;border-radius:16px;background:#080c16e6;box-shadow:0 24px 80px #00000073}.tweet-card__media-modal-close{position:fixed;top:18px;right:20px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#0a0e1ae6;color:#f5f6fa;font-size:20px;line-height:1;cursor:pointer}.tweet-card__media-modal-close:hover{background:#141c32e6}.tweet-card__meta{display:flex;align-items:center;gap:12px;color:#9aa7c4;font-size:.85rem}.tweet-card__action{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#f5f6fa;border-radius:12px;padding:4px 10px;cursor:pointer;font:inherit;line-height:1}.tweet-card__action--delete{margin-left:auto;background:#ff7a7a1f;border-color:#ff7a7a59;color:#ff9a8b}.tweet-card__action:disabled{opacity:.6;cursor:default}.tweet-card__stat{display:inline-flex;align-items:center;gap:6px;line-height:1}.tweet-card__badge{margin-left:auto;color:#ffc371;font-weight:600}.tweet-card__reply-shell{width:100%;padding:12px;border-radius:14px;background:#0a101eb8;border:1px solid rgba(106,220,255,.2);box-shadow:0 14px 28px #060a1459;display:flex;flex-direction:column;gap:8px}.tweet-card__reply-shell--thread{width:100%}.tweet-card__reply-row{display:flex;align-items:stretch;gap:10px}.tweet-card__reply-row textarea{flex:1;resize:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:inherit;padding:8px 10px;min-height:48px}.tweet-card__reply-submit{border:none;border-radius:10px;padding:0 16px;cursor:pointer;background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#0b0d12;font-weight:600;white-space:nowrap;align-self:stretch}.tweet-card__reply-error{font-size:.8rem;color:#ff9a8b}@media (max-width: 600px){.tweet-card{padding:12px;gap:10px;border-radius:14px}.tweet-card__avatar{width:40px;height:40px}.tweet-card--thread .tweet-card__avatar{width:36px;height:36px}.tweet-card__content{margin:6px 0}.tweet-card__reply-shell,.tweet-card__reply-shell--thread{width:100%}}.confirm-dialog__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c14ad;display:flex;align-items:center;justify-content:center;z-index:1200;padding:24px}.confirm-dialog__card{width:min(420px,100%);background:#0b0f18;border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px #0009;color:#f5f7ff}.confirm-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.confirm-dialog__header h3{margin:0;font-size:1.05rem}.confirm-dialog__close{border:none;background:transparent;color:#f5f7ff;font-size:1.3rem;cursor:pointer}.confirm-dialog__message{margin:12px 0 18px;color:#cdd5f0;line-height:1.5}.confirm-dialog__actions{display:flex;gap:10px;justify-content:flex-end}.confirm-dialog__secondary{border:1px solid rgba(255,255,255,.18);background:transparent;color:#f5f7ff;font-weight:600;border-radius:999px;padding:8px 14px;cursor:pointer}.confirm-dialog__primary{border-radius:10px;padding:8px 14px;border:none;cursor:pointer;background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#120a0b;font-weight:600}.confirm-dialog__primary--danger{background:linear-gradient(135deg,#ff6b6b,#ff9f6b)}.feed-screen{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}.feed-screen__composer{margin:6px 0 4px;padding:16px;border-radius:16px;background:#0c1220d9;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:12px}.feed-screen__composer-avatar-wrap{align-self:stretch;width:56px;height:56px;max-height:56px;max-width:56px;border-radius:12px;overflow:hidden;background:#ffffff0f;flex:0 0 auto}.feed-screen__composer-avatar{width:100%;height:100%;object-fit:cover;max-width:100%;max-height:100%;display:block}.feed-screen__composer-row{display:flex;align-items:stretch;gap:12px}.feed-screen__composer-row textarea{flex:1;resize:none;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:inherit;padding:10px;height:56px;min-height:56px;overflow-y:auto}.feed-screen__composer-row button{padding:0 18px;border-radius:10px;border:none;cursor:pointer;background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#fff;align-self:stretch}.feed-screen__composer-error{font-size:.8rem;color:#ff9a8b}.feed-screen__composer-disabled{font-size:.9rem;color:#9fb0d6}.feed-screen__composer-disabled button{border:none;background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#0b0d12;padding:6px 12px;border-radius:999px;cursor:pointer;font-weight:600}.feed-screen__status-bar{display:flex;flex-direction:column;gap:6px}.feed-screen__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:8px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain}.feed-screen__list{display:flex;flex-direction:column;gap:12px}.feed-screen__status{color:#9aa7c4}.feed-screen__status--success{color:#7cd992}.feed-screen__footer{display:flex;justify-content:center}.feed-screen__footer button{background:#ffffff14;border:1px solid rgba(255,255,255,.05);color:#f5f6fa;padding:8px 14px;border-radius:10px}.explore-screen{display:flex;flex-direction:column;gap:16px}.explore-screen h2{margin:0}.explore-screen__hint{color:#9aa7c4;margin:0}.explore-screen__status{color:#9aa7c4}.explore-screen ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.explore-screen__topic{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:16px;background:#ffffff05}.explore-screen__hashtag{margin:0;font-weight:600}.explore-screen__description{margin:4px 0 0;color:#aab5cf}.explore-screen__posts{color:#ffc371;font-weight:600}.notifications-screen{display:flex;flex-direction:column;gap:16px}.notifications-screen__status{color:#9aa7c4}.notifications-screen ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.notifications-screen__item{display:flex;gap:12px;align-items:center;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,.04);background:#ffffff05}.notifications-screen__item--unread{border-color:#6adcff59;background:#121a2c80}.notifications-screen__item--clickable{cursor:pointer;transition:border .2s ease,background .2s ease}.notifications-screen__item--clickable:hover{border-color:#ffffff2e;background:#ffffff0f}.notifications-screen__item img{width:40px;height:40px;border-radius:50%}.notifications-screen__message{margin:0;font-weight:500}.notifications-screen__timestamp{color:#9aa7c4;font-size:.85rem}.notifications-screen__count{color:#ffc371;font-size:.9rem;margin-left:6px}.dm-screen{display:flex;gap:20px;min-height:500px}.dm-screen__sidebar{width:280px;border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:16px;background:#ffffff05;display:flex;flex-direction:column;gap:12px}.dm-screen__sidebar header{display:flex;justify-content:space-between;align-items:center}.dm-screen__sidebar header button{background:none;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#f5f6fa;padding:4px 12px;cursor:pointer}.dm-screen__sidebar ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dm-screen__conversation{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px;background:#ffffff05;text-align:left;color:inherit;position:relative;cursor:pointer}.dm-screen__conversation--active{border-color:#fff6;background:#ffffff0d}.dm-screen__conversation-name{font-weight:600;display:block}.dm-screen__conversation-handle{color:#9aa7c4;font-size:.85rem}.dm-screen__conversation-preview{color:#cdd5f0;font-size:.9rem;margin:6px 0 0}.dm-screen__conversation-badge{position:absolute;top:10px;right:10px;background:#1d9bf0;border-radius:999px;padding:2px 8px;font-size:.75rem}.dm-screen__thread{flex:1;border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:16px;background:#ffffff03}.dm-screen__thread-header{display:flex;align-items:center;gap:12px}.dm-screen__thread-avatar{background:none;border:none;padding:0;cursor:pointer}.dm-screen__thread-avatar img{width:48px;height:48px;border-radius:50%}.dm-screen__messages{flex:1;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.dm-screen__message{max-width:70%;padding:10px 14px;border-radius:12px;display:flex;flex-direction:column;gap:4px}.dm-screen__message--incoming{background:#ffffff14;align-self:flex-start}.dm-screen__message--outgoing{background:#1d9bf0;align-self:flex-end}.dm-screen__message span{font-size:.75rem;color:#fffc;align-self:flex-end}.dm-screen__composer{display:flex;flex-direction:column;gap:10px}.dm-screen__composer textarea{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#f5f6fa;padding:10px;resize:vertical}.dm-screen__composer button{align-self:flex-end;background:#1d9bf0;border:none;border-radius:999px;padding:8px 18px;color:#fff;cursor:pointer}.dm-screen__status{color:#9aa7c4}.dm-screen__status--error{color:#ff6b6b}.profile-screen{display:flex;flex-direction:column;gap:20px}.profile-screen__hero{display:flex;gap:16px;border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:16px;background:#ffffff05}.profile-screen__hero-details{flex:1}.profile-screen__hero-actions{display:flex;align-items:flex-start}.profile-screen__hero-actions button{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:inherit;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:.85rem}.profile-screen__avatar-button{border:none;background:transparent;padding:0;cursor:pointer}.profile-screen__hero img{width:80px;height:80px;border-radius:50%}.profile-screen__hero h2{margin:0}.profile-screen__name-row{display:inline-flex;align-items:center;gap:8px}.profile-screen__bio{margin:8px 0 4px;color:#cdd5f0}.profile-screen__location{margin:0;color:#ffc371}.profile-screen__stats{display:flex;gap:16px;margin-top:8px;color:#9aa7c4}.profile-screen__stats strong{display:block;color:#f5f6fa}.profile-screen__pinned,.profile-screen__timeline{border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:16px}.profile-screen__pinned h3,.profile-screen__timeline h3{margin-top:0}.profile-screen__timeline-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-screen__tabs{display:inline-flex;gap:6px;padding:4px;border-radius:999px;background:#161e34cc;border:1px solid rgba(255,255,255,.08)}.profile-screen__tab{border:none;background:transparent;color:#9aa7c4;font-size:.85rem;padding:6px 12px;border-radius:999px;cursor:pointer}.profile-screen__tab--active{background:#6adcff33;color:#e6f2ff;border:1px solid rgba(106,220,255,.45)}.tweet-detail{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0;flex:1 1 auto}.tweet-detail__header{display:flex;flex-direction:column;gap:8px}.tweet-detail__header-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tweet-detail__status--inline{margin:0}.tweet-detail__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:8px;padding-bottom:32px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain}.tweet-detail__scroll>*{flex:0 0 auto}.tweet-detail__back{align-self:flex-start;background:none;border:1px solid rgba(255,255,255,.2);color:#f5f6fa;padding:6px 12px;border-radius:10px}.tweet-detail__status{color:#9aa7c4}.tweet-detail__status--error{color:#ff6b6b}.tweet-detail__status--success{color:#53d89b}.tweet-detail__actions{display:flex;gap:12px;align-items:center}.tweet-detail__reply{display:flex;flex-direction:column;gap:8px}.tweet-detail__reply-target{display:flex;align-items:center;gap:12px;color:#9aa7c4}.tweet-detail__reply-target button{background:none;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#f5f6fa;padding:4px 10px}.tweet-detail__reply textarea{border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0003;color:#f5f6fa;padding:12px}.tweet-detail__reply button{align-self:flex-end;background:linear-gradient(135deg,#1dd1a1,#10ac84);border:none;border-radius:12px;padding:8px 18px;color:#051320;font-weight:600}.tweet-detail__thread{display:flex;flex-direction:column;gap:12px}.tweet-detail__ancestors{position:relative;padding-left:20px;display:flex;flex-direction:column;gap:10px}.tweet-detail__ancestor-item{display:flex;flex-direction:column;gap:6px}.tweet-detail__ancestors:before{content:"";position:absolute;left:10px;top:8px;bottom:8px;width:2px;background:#ffffff1f;border-radius:999px}.tweet-detail__connector{height:20px;margin-left:10px;border-left:2px solid rgba(255,255,255,.12)}.tweet-detail__focus{scroll-margin-top:16px;margin-bottom:8px}.tweet-detail__focus .tweet-card{border-color:#ffffff2e;background:#ffffff0f}.tweet-detail__focus .tweet-card__content{font-size:1.05rem}.tweet-detail__focus .tweet-card__avatar{width:52px;height:52px}.tweet-detail__thread-group{position:relative;padding-left:20px;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.tweet-detail__thread-group:last-child{margin-bottom:0}.tweet-detail__thread-group:before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:1px;background:#fff3;border-radius:999px;pointer-events:none;z-index:2}.tweet-detail__thread-group>.tweet-card-stack{position:relative;z-index:1}.tweet-detail__thread-item{display:flex;flex-direction:column;gap:6px}.tweet-detail__scroll-spacer{height:0}.tweet-detail__thread-actions button{background:none;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#f5f6fa;padding:4px 10px}.tweet-detail__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#7c88a6;font-size:12px;letter-spacing:.02em}.tweet-detail__meta-actions{display:flex;gap:8px}.tweet-detail__meta-actions button{background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#dfe6ff;padding:4px 10px;font-size:12px}.tweet-detail__meta-actions button:hover{border-color:#ffffff59}.tweet-detail__meta-actions button:active{transform:translateY(1px)}.author-profile{display:flex;flex-direction:column;gap:16px;padding-bottom:16px}.author-profile__back{align-self:flex-start;background:none;border:1px solid rgba(255,255,255,.2);color:#f5f6fa;padding:6px 12px;border-radius:10px}.author-profile__hero{display:flex;gap:20px;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:20px;background:#ffffff08;align-items:flex-start}.author-profile__avatar-button{border:none;background:transparent;padding:0;cursor:pointer}.author-profile__hero img{width:96px;height:96px;border-radius:50%;flex-shrink:0}.author-profile__details{flex:1;display:flex;flex-direction:column;gap:6px}.author-profile__header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.author-profile__identity h2{margin:0}.author-profile__name-row{display:inline-flex;align-items:center;gap:8px}.author-profile__identity p{margin:4px 0 0;color:#9aa7c4}.author-profile__actions{display:flex;gap:8px;align-items:center}.author-profile__logout{background:transparent;border:1px solid rgba(255,255,255,.4);color:#f5f6fa;border-radius:999px;padding:6px 16px;font-weight:600;cursor:pointer}.author-profile__follow-btn{background:#1d9bf0;border:none;color:#fff;border-radius:999px;padding:6px 18px;font-weight:600;cursor:pointer}.author-profile__follow-btn--active{background:transparent;border:1px solid rgba(255,255,255,.4);color:#f5f6fa}.author-profile__follow-btn:disabled{opacity:.6;cursor:default}.author-profile__message-btn{background:transparent;border:1px solid rgba(255,255,255,.5);color:#f5f6fa;border-radius:999px;padding:6px 18px;font-weight:600;cursor:pointer}.author-profile__tagline{color:#ffc371;margin:8px 0 4px}.author-profile__bio{color:#cdd5f0;margin:0 0 4px}.author-profile__location{color:#9aa7c4;margin:0}.author-profile__stats{display:flex;gap:16px;margin-top:8px;flex-wrap:wrap}.author-profile__stat{background:none;border:none;color:inherit;padding:0;cursor:pointer;font:inherit;display:flex;gap:6px;align-items:baseline}.author-profile__stat--static{cursor:default}.author-profile__stat:focus-visible{outline:2px solid #ffc371;border-radius:6px}.author-profile__timeline{border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:14px;flex:0 0 auto;overflow:visible}.author-profile__suspended{margin:16px 0 0;padding:12px 16px;border-radius:12px;background:#ff8c8c1f;border:1px solid rgba(255,140,140,.4);color:#ffb0a6;font-size:.9rem}.author-profile__timeline-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.author-profile__tabs{display:inline-flex;gap:6px;padding:4px;border-radius:999px;background:#161e34cc;border:1px solid rgba(255,255,255,.08)}.author-profile__tab{border:none;background:transparent;color:#9aa7c4;font-size:.85rem;padding:6px 12px;border-radius:999px;cursor:pointer}.author-profile__tab--active{background:#6adcff33;color:#e6f2ff;border:1px solid rgba(106,220,255,.45)}.author-profile__status{color:#9aa7c4}.author-profile__status--error{color:#ff6b6b}.app-shell-wrapper{min-height:100vh;display:flex;flex-direction:column}.app-shell{display:flex;gap:24px;padding:32px;min-height:100vh;color:#f5f6fa}.app-shell__sidebar{width:220px;background:#0a141fcc;border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:12px}.app-shell__nav{display:flex;flex-direction:column;gap:8px}.app-shell__bottom-nav{display:none}.app-shell__brand{font-size:.78rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;margin-bottom:16px;color:transparent;background:linear-gradient(135deg,#3cffb0,#5bd3ff 55%,#9aa7ff);-webkit-background-clip:text;background-clip:text}.app-shell__account{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.app-shell__account-button{width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.app-shell__account-button img{width:100%;height:100%;object-fit:cover}.app-shell__account-initial{font-size:1.1rem;font-weight:600;color:#f5f6fa}.app-shell__account-signin{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:inherit;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:.85rem;align-self:flex-start}.app-shell__account-status{font-size:.75rem;color:#f0b97b}.app-shell__sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.app-shell__account-row{display:flex;align-items:center;gap:10px}.app-shell__account-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.app-shell__account-name{font-size:.9rem;font-weight:600;color:#f5f7ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.app-shell__account-handle{font-size:.75rem;color:#9fb0d6}.app-shell__world-picker{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.app-shell__world-picker label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#9fb0d6}.app-shell__world-picker select{border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#080c15d9;color:#e8eeff;padding:8px}.app-shell__world-picker p{margin:0;font-size:.75rem;color:#9fb0d6}.nav-button{width:100%;background:transparent;border:1px solid transparent;color:#cdd5f0;padding:10px 12px;border-radius:12px;text-align:left;transition:background .2s ease,border .2s ease;display:flex;align-items:center;justify-content:space-between;gap:8px}.nav-button__label{flex:1}.nav-button__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ff9a6c38;border:1px solid rgba(255,154,108,.6);color:#fff6e6;font-size:.75rem;font-weight:600;line-height:1}.nav-button:hover{border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.nav-button--active{background:transparent;border:1px solid rgba(255,195,113,.75);color:#fff6e6;font-weight:600;box-shadow:0 6px 18px #ff9a6c1f}.app-shell__content{flex:1;background:#070a12d9;border-radius:24px;padding:32px;border:1px solid rgba(255,255,255,.05);overflow:auto}.app-shell__content--detail{overflow:hidden;display:flex;flex-direction:column;min-height:0;height:100%}.app-shell__content--detail-profile{overflow:auto}.app-shell--detail{height:100vh;min-height:0}.app-shell__content--feed{overflow:hidden;display:flex;flex-direction:column;min-height:0;height:100%}.app-shell--feed{height:100vh;min-height:0}@media (max-width: 900px){.app-shell{flex-direction:column;padding:16px;gap:16px}.app-shell__sidebar{width:100%;flex-direction:row;align-items:center;flex-wrap:wrap;padding:16px;position:relative}.nav-button{flex:1;text-align:center;justify-content:center}.nav-button__label{flex:0}.app-shell__content{padding:16px}.app-shell__nav{display:none}.app-shell-wrapper{padding-bottom:84px}.app-shell__bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;display:flex;gap:8px;padding:10px;border-radius:16px;background:#0a141ff2;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 36px #0408128c;z-index:20}.app-shell__bottom-nav .nav-button{flex:1;text-align:center;justify-content:center}.app-shell__bottom-nav .nav-button__label{flex:0}.app-shell__account-meta{display:none}.app-shell__sidebar-footer{margin-left:auto;align-items:flex-end}}@media (max-width: 600px){.app-shell{padding:12px;gap:12px}.app-shell__sidebar{padding:12px}.app-shell__content{padding:12px;border-radius:18px}}.auth-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c14a6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.auth-modal__card{width:min(520px,100%);background:#0b0f18;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 80px #0000008c;color:#f5f7ff;max-height:min(90vh,760px);overflow-y:auto}.auth-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.auth-modal__close{background:transparent;border:none;color:#f5f7ff;font-size:1.4rem;cursor:pointer}.auth-modal__form{display:flex;flex-direction:column;gap:12px}.auth-modal__form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.auth-modal__hint{margin:0 0 8px;font-size:.85rem;color:#9fb0d6;line-height:1.4}.auth-modal__avatar-label{margin-top:-4px}.auth-modal__avatar{align-self:center}.auth-modal__form input,.auth-modal__form textarea{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:8px 10px;color:inherit;font-size:.95rem}.auth-modal__upload{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.auth-modal__upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;border:1px dashed rgba(255,255,255,.22);background:#ffffff0f;color:#fff6e6;font-weight:600;cursor:pointer;min-width:120px}.auth-modal__upload-button input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.auth-modal__upload-clear{border:1px solid rgba(255,255,255,.18);background:transparent;color:#f5f7ff;font-weight:600;border-radius:999px;padding:6px 14px;cursor:pointer}.auth-modal__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.auth-modal__tabs{display:flex;gap:8px;margin-bottom:4px;padding:4px;border-radius:12px;background:transparent;border:1px solid rgba(255,255,255,.06)}.auth-modal__tabs button{flex:1;padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:transparent;color:#f5f7ff;cursor:pointer;font-weight:600;opacity:.8;box-shadow:none}.auth-modal__tabs button:not(.active){background:transparent!important;box-shadow:none!important;color:#f5f7ff}.auth-modal__tabs button.active{background:linear-gradient(135deg,#ff5f6d59,#ffc37159);border:2px solid rgba(255,195,113,.85);color:#fff6e6;opacity:1;box-shadow:0 10px 22px #ff9a6c33}.auth-modal__actions{display:flex;justify-content:stretch;gap:10px;margin-top:8px;width:100%}.auth-modal__generate{display:flex;margin-top:4px}.auth-modal__generate-button{width:100%;border-radius:12px;padding:10px 14px;border:1px solid rgba(255,195,113,.6);background:linear-gradient(135deg,#ff5f6d2e,#ffc3712e);color:#fff6e6;font-weight:600;cursor:pointer}.auth-modal__generate-button:disabled{opacity:.6;cursor:not-allowed}.auth-modal__primary{border-radius:10px;padding:8px 12px;border:none;cursor:pointer;background:linear-gradient(135deg,#ff5f6d,#ffc371);color:#120a0b;font-weight:600;width:100%}.auth-modal__secondary{border:1px solid rgba(255,255,255,.18);background:transparent;color:#f5f7ff;font-weight:600;border-radius:999px;padding:8px 16px}.auth-modal__secondary:disabled,.auth-modal__primary:disabled{opacity:.6;cursor:not-allowed}.auth-modal__divider{display:flex;align-items:center;gap:12px;margin:16px 0;opacity:.75;font-size:.85rem;text-transform:uppercase;letter-spacing:.2em}.auth-modal__divider:before,.auth-modal__divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.auth-modal__wallet{display:flex;flex-direction:column;gap:10px;align-items:center}.auth-modal__wallet-button{width:min(320px,100%);justify-content:center}.auth-modal__wallet .wallet-adapter-button{width:min(320px,100%);justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#f5f7ff}.auth-modal__avatar{border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#080c1499;padding:8px;width:fit-content}.auth-modal__avatar img{width:72px;height:72px;border-radius:14px;object-fit:cover;display:block}.auth-modal__avatar-button{border:none;background:transparent;padding:0;cursor:pointer}.auth-modal__avatar-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#06080cbf;display:flex;align-items:center;justify-content:center;z-index:1100;padding:24px}.auth-modal__avatar-lightbox-card{background:#0b0f18;border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:16px;display:flex;flex-direction:column;gap:12px;align-items:center;max-height:min(90vh,760px);overflow-y:auto}.auth-modal__avatar-lightbox-card img{width:min(680px,92vw);max-height:84vh;height:auto;object-fit:contain;border-radius:14px}.auth-modal__status{margin-top:16px;font-size:.85rem;color:#ffd27f}.auth-modal__account{display:flex;flex-direction:column;gap:12px}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f5f5;background-color:#05070b}html,body,#root{height:100%}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#111927,#05070b 70%);min-height:100vh}body.body--detail,body.body--feed{overflow:hidden}button{font:inherit;cursor:pointer}a{color:inherit}.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width: 374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}
