.farmer-shell{display:flex;min-height:100vh;background:#f7f7f5;font-family:Manrope,Figtree,system-ui,-apple-system,sans-serif;overflow-x:hidden}.farmer-shell__sidebar{position:fixed;top:0;left:0;bottom:0;width:240px;background:#111111;display:flex;flex-direction:column;overflow-y:auto;z-index:50;transition:transform .2s ease}.farmer-shell__sidebar-brand{display:flex;align-items:center;gap:10px;padding:20px 20px 12px;text-decoration:none;flex-shrink:0}.farmer-shell__sidebar-brand-text{color:#fff;font-family:Figtree,system-ui,sans-serif;font-weight:600;font-size:15px}.farmer-shell__backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:45;border:none;padding:0;cursor:pointer}.farmer-shell__main{margin-left:240px;flex:1 1;min-width:0;width:100%;max-width:100%;display:flex;flex-direction:column;min-height:100vh}.farmer-shell__topbar{position:sticky;top:0;z-index:40;height:60px;background:#111111;border-bottom:1px solid rgba(255,255,255,.06);padding:0;flex-shrink:0;width:100%;box-sizing:border-box}.farmer-shell__topbar-inner{width:100%;height:100%;padding:0 var(--farmer-page-gutter-x);display:flex;align-items:center;gap:12px;box-sizing:border-box}.farmer-shell__topbar-title{margin:0;font-family:Manrope,system-ui,sans-serif;font-weight:900;font-size:18px;letter-spacing:-.5px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.farmer-shell__topbar-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.farmer-shell__topbar-logo{width:22px;height:22px;border-radius:50%;background:#7caf7e;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:9px}.farmer-shell__topbar-brand-text{color:#fff;font-family:Figtree,system-ui,sans-serif;font-weight:600;font-size:16px}.farmer-shell__topbar h1{margin:0;font-family:Manrope,system-ui,sans-serif;font-weight:900;font-size:18px;letter-spacing:-.5px;color:#fff;white-space:nowrap}.farmer-shell__topbar-spacer{flex:1 1;min-width:8px}.farmer-shell__topbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.farmer-shell__topbar-hub{background:#7caf7e;color:#fff;padding:9px 18px}.farmer-shell__topbar-hub,.farmer-shell__topbar-signout{font-family:Figtree,system-ui,sans-serif;font-size:13px;font-weight:700;text-decoration:none;border-radius:7px;white-space:nowrap}.farmer-shell__topbar-signout{color:#E8929A;padding:8px 16px;border:1px solid rgba(232,146,154,.45);background:rgba(232,146,154,.08)}.farmer-shell__topbar-signout:hover{background:rgba(232,146,154,.16)}.farmer-shell__menu-btn{display:none;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:transparent;cursor:pointer;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.farmer-shell__content{flex:1 1;min-width:0;padding:0;max-width:none}.farmer-shell__footer{flex-shrink:0;margin-top:auto}.farmer-shell__content .listing-wizard{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.farmer-shell__topbar-meta:has(h1) .farmer-shell__topbar-farmer{display:none}.listing-wizard__steps{z-index:5}.farmer-shell--messages-immersive .farmer-shell__topbar{background:#111111;border-bottom:1px solid rgba(255,255,255,.06)}.farmer-shell--messages-immersive .farmer-shell__topbar h1,.farmer-shell--messages-immersive .farmer-shell__topbar-title{color:#fff;text-shadow:none}.farmer-shell--messages-immersive .farmer-shell__topbar .farmer-messages-unread-badge{font-size:13px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45);flex-shrink:0;margin-right:4px}.farmer-shell--messages-immersive .farmer-shell__content{background:transparent}@media (max-width:768px){.farmer-shell__sidebar{transform:translateX(-100%)}.farmer-shell--menu-open .farmer-shell__sidebar{transform:translateX(0)}.farmer-shell--menu-open .farmer-shell__backdrop{display:block}.farmer-shell__main{margin-left:0}.farmer-shell__menu-btn{display:inline-flex}.farmer-shell__topbar-inner{padding:0 16px}}