:root{--bg:#f2ede4;--surface:#fff;--surface-2:#f7f3ec;--border:#e8e2d9;--text:#1a1714;--text-2:#6b6560;--text-3:#9e9890;--ink:#1a1714;--gold:#c9922a;--gold-bg:#fdf6e9;--green:#2a9d5c;--green-bg:#edfaf3;--red:#d94040;--red-bg:#fef0f0;--amber:#d97706;--amber-bg:#fffbeb;--purple:#7c3aed;--purple-bg:#f5f3ff;--blue:#2563eb;--blue-bg:#eff6ff;--radius-sm:8px;--radius:14px;--radius-lg:20px;--shadow:0 1px 3px #00000012;--shadow-md:0 4px 12px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,Inter,Segoe UI,sans-serif}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.app{min-height:100vh;display:flex}.main{background:var(--bg);flex-direction:column;flex:1;min-width:0;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;align-items:center;gap:16px;padding:14px 24px;display:flex;position:sticky;top:0}.topbar-title{font-size:16px;font-weight:600}.topbar-count{color:var(--text-2);font-size:13px}.topbar-right{align-items:center;gap:10px;margin-left:auto;display:flex}.cta-primary{background:var(--ink);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .15s;display:flex}.cta-primary:hover{opacity:.85}
.Sidebar-module__5-k5AW__sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:240px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.Sidebar-module__5-k5AW__brand{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:24px 20px 20px;display:flex}.Sidebar-module__5-k5AW__brandMark{background:var(--ink);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.Sidebar-module__5-k5AW__brandName{letter-spacing:-.5px;font-size:18px;font-weight:700}.Sidebar-module__5-k5AW__wallet{background:var(--ink);border-radius:var(--radius);color:#fff;margin:16px 14px;padding:16px}.Sidebar-module__5-k5AW__walletLabel{opacity:.55;letter-spacing:.5px;margin-bottom:6px;font-size:11px}.Sidebar-module__5-k5AW__walletTotal{letter-spacing:-.5px;margin-bottom:12px;font-size:22px;font-weight:700}.Sidebar-module__5-k5AW__walletRow{gap:8px;display:flex}.Sidebar-module__5-k5AW__walletSub{background:#ffffff14;border-radius:8px;flex:1;padding:8px 10px}.Sidebar-module__5-k5AW__walletSubLabel{opacity:.55;margin-bottom:2px;font-size:10px}.Sidebar-module__5-k5AW__walletSubVal{font-size:13px;font-weight:600}.Sidebar-module__5-k5AW__nav{flex:1;padding:8px 10px}.Sidebar-module__5-k5AW__navItem{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-2);align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.Sidebar-module__5-k5AW__navItem:hover,.Sidebar-module__5-k5AW__active{background:var(--surface-2);color:var(--text)}.Sidebar-module__5-k5AW__active:before{content:"";background:var(--ink);border-radius:0 2px 2px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__5-k5AW__active .Sidebar-module__5-k5AW__navIcon{opacity:.85}.Sidebar-module__5-k5AW__navIcon{text-align:center;opacity:.45;justify-content:center;align-items:center;width:20px;display:flex}.Sidebar-module__5-k5AW__navLabel{flex:1}.Sidebar-module__5-k5AW__navBadge{background:var(--red);color:#fff;text-align:center;border-radius:10px;min-width:18px;padding:2px 6px;font-size:10px;font-weight:700}.Sidebar-module__5-k5AW__postWrap{border-top:1px solid var(--border);padding:14px}.Sidebar-module__5-k5AW__postBtn{background:var(--ink);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.Sidebar-module__5-k5AW__postBtn:hover{opacity:.85}@media (max-width:900px){.Sidebar-module__5-k5AW__sidebar{width:64px}.Sidebar-module__5-k5AW__brandName,.Sidebar-module__5-k5AW__wallet,.Sidebar-module__5-k5AW__navLabel,.Sidebar-module__5-k5AW__navBadge{display:none}.Sidebar-module__5-k5AW__navItem{justify-content:center;padding:12px}.Sidebar-module__5-k5AW__active:before{display:none}.Sidebar-module__5-k5AW__postBtn{justify-content:center;padding:13px}.Sidebar-module__5-k5AW__postBtn span:last-child{display:none}}.Sidebar-module__5-k5AW__signinBtn{border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-2);cursor:pointer;background:0 0;margin-top:8px;padding:10px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s}.Sidebar-module__5-k5AW__signinBtn:hover{background:var(--surface-2)}.Sidebar-module__5-k5AW__userRow{align-items:center;gap:8px;margin-top:10px;padding:8px 4px;display:flex}.Sidebar-module__5-k5AW__userAvatar{background:var(--ink);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.Sidebar-module__5-k5AW__userName{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}
