*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#000;color:#fff}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}.topbar{position:fixed;z-index:20;top:0;left:0;right:0;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:linear-gradient(#000b,#0000)}.brand{font-weight:900;font-size:25px;letter-spacing:-1px}.icon-btn{width:40px;height:40px;border-radius:50%;font-size:26px}.feed{height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior-y:contain}.post{position:relative;min-height:100dvh;scroll-snap-align:start;display:flex;align-items:flex-end;padding:0 82px 86px 16px;background:radial-gradient(circle at 70% 30%,#353535,#111 48%,#000)}.post:nth-child(2){background:radial-gradient(circle at 25% 25%,#4b3025,#120c0a 55%,#000)}.post:nth-child(3){background:radial-gradient(circle at 70% 25%,#243b55,#080d14 55%,#000)}.post-media{position:absolute;inset:0;display:grid;place-items:center;font-size:92px;opacity:.35}.post-info{position:relative;max-width:75%;text-shadow:0 2px 10px #000}.user{font-weight:800;font-size:17px}.caption{margin:8px 0;font-size:15px;line-height:1.35}.tag{opacity:.8}.actions{position:absolute;right:12px;bottom:100px;display:flex;flex-direction:column;gap:18px;align-items:center}.action{display:flex;flex-direction:column;align-items:center;gap:3px}.action span{font-size:30px}.action small{font-size:11px;font-weight:700}.bottom-nav{position:fixed;z-index:30;bottom:0;left:0;right:0;height:70px;padding-bottom:max(4px,env(safe-area-inset-bottom));display:flex;justify-content:space-around;align-items:center;background:#000e;border-top:1px solid #ffffff14;backdrop-filter:blur(12px)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:64px;opacity:.65}.nav-item span{font-size:24px;line-height:1}.nav-item small{font-size:10px}.nav-item.active{opacity:1}.fab{position:fixed;z-index:31;right:18px;bottom:82px;width:52px;height:52px;border-radius:50%;background:#fff;color:#000;font-size:30px;box-shadow:0 8px 30px #0008}.screen{min-height:100dvh;padding:76px 18px 100px;background:#0b0b0b}.screen h1{margin:0 0 18px;font-size:28px}.card{background:#151515;border:1px solid #ffffff12;border-radius:18px;padding:18px;margin-bottom:14px}.balance{font-size:38px;font-weight:900;margin:6px 0 14px}.pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:#242424;font-size:12px}.row{display:flex;justify-content:space-between;align-items:center;gap:12px}.primary{background:#fff;color:#000;padding:13px 18px;border-radius:12px;font-weight:800}.profile-head{text-align:center;padding-top:10px}.avatar{width:92px;height:92px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#2b2b2b;font-size:40px}.stats{display:flex;justify-content:center;gap:30px;margin:22px 0}.stat strong,.stat small{display:block;text-align:center}.stat small{opacity:.65}.toast{position:fixed;z-index:100;left:50%;bottom:92px;transform:translateX(-50%);background:#fff;color:#000;padding:12px 16px;border-radius:999px;font-weight:700;display:none}.toast.show{display:block}@media(min-width:700px){.feed{max-width:520px;margin:auto}.topbar{max-width:520px;left:50%;right:auto;width:100%;transform:translateX(-50%)}.bottom-nav{max-width:520px;left:50%;right:auto;width:100%;transform:translateX(-50%)}.fab{right:calc(50% - 242px)}}.auth-card input,.auth-card select,.screen input,.screen select{display:block;width:100%;margin:10px 0;padding:14px 15px;border-radius:12px;border:1px solid #ffffff18;background:#0b0b0b;color:#fff;outline:none}.auth-card input:focus,.screen input:focus,.screen select:focus{border-color:#ffffff55}.full{width:100%;margin-top:8px}.text-btn{padding:10px 0;font-weight:700;opacity:.85}.muted{opacity:.65;font-size:13px;line-height:1.45}.bank-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #ffffff10}.bank-row:last-child{border-bottom:0}.bank-row small{opacity:.65}.auth-card p{line-height:1.45}.conversation-row{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:16px;border-bottom:1px solid #ffffff10;background:#151515}.conversation-row small{opacity:.65}.chat-screen{display:flex;flex-direction:column}.messages{flex:1;min-height:50vh;padding:18px 0}.message{display:flex;margin:8px 0}.message span{max-width:80%;padding:11px 14px;border-radius:16px 16px 16px 4px;background:#1d1d1d}.message.mine{justify-content:flex-end}.message.mine span{border-radius:16px 16px 4px 16px;background:#fff;color:#000}.message-compose{position:sticky;bottom:78px;display:flex;gap:8px;padding:10px 0;background:#0b0b0b}.message-compose input{flex:1;margin:0}.post-media img,.post-media video{width:100%;height:100%;object-fit:cover;display:block;opacity:.9}.post-media video{background:#000}.post-media::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,#0008)}.profile-link{text-align:left;padding:0;font-weight:800;text-shadow:0 2px 10px #000}.profile-result{border-radius:12px;margin:4px 0;width:100%}.profile-link{background:none;border:0;color:inherit}.conversation-row .pill{margin-left:8px;white-space:nowrap}