.feed-container{flex-direction:column;gap:20px;max-width:680px;margin:0 auto;padding:20px;display:flex}.feed-empty{text-align:center;color:#64748b;background:#0b1220;border:1px dashed #94a3b8b3;border-radius:20px;margin:20px 0;padding:60px 20px;font-size:1.05rem;font-style:italic}.toast{z-index:9999;backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #d8b4fe99;border-radius:14px;width:calc(100% - 24px);min-width:280px;max-width:560px;padding:12px 14px;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #9370db2e}.toast-inner{align-items:center;gap:10px;display:flex}.toast-msg{color:#4c1d95;word-break:break-word;flex:1;font-size:14px;font-weight:700;line-height:1.2}.toast-x{cursor:pointer;color:#6b21a8;background:#f3e8ffe6;border:1px solid #d8b4feb3;border-radius:10px;outline:none;width:30px;height:30px;font-weight:900}.toast-x:hover{filter:brightness(.98)}.toast-info{border-color:#d8b4feb3}.toast-error{border-color:#fb71858c}.toast-success{border-color:#22c55e59}