:root{--ink:#17211f;--ink-muted:#6b756f;--accent:#c1592d;--accent-bg:#faebe1;--brick:#bd574f;--brick-bg:#faecea;--teal:#287862;--teal-bg:#e7f3ee;--border:#e3e6df;--surface:#fff;--surface-2:#f1f2ed;--bg:#f4f4f0;--comment-mine-bg:#3568d4;--hero-bg:#142522;--hero-bg-2:#1c322e;--hero-ink-muted:#93a29d;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--mono:ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", Consolas, monospace}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);font-size:15px}.hidden{display:none!important}.center-view{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.onboard-card{text-align:center;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:380px;display:flex}.brandmark{letter-spacing:-.01em;justify-content:center;align-items:center;gap:10px;font-size:30px;font-weight:800;display:flex}.brandmark-icon{width:40px;height:40px}.onboard-title{font-size:21px;font-weight:800}.onboard-sub{color:var(--ink-muted);max-width:320px;font-size:13px}.stack{flex-direction:column;gap:10px;width:100%;display:flex}.field-label{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);text-align:left;font-size:10.5px;font-weight:500}.field{border:1.5px solid var(--border);height:46px;color:var(--ink);background:var(--surface);font-size:14px;font-family:var(--font);border-radius:12px;width:100%;padding:0 14px}.field:focus{border-color:var(--accent);outline:none}.field-textarea{resize:vertical;height:auto;min-height:90px;padding:10px 14px;line-height:1.5}.error-text{color:var(--brick);font-size:12.5px}.phone-input-row{align-items:stretch;display:flex}.phone-country-badge{border:1.5px solid var(--border);background:var(--surface-2);height:46px;color:var(--ink);border-right:none;border-radius:12px 0 0 12px;flex:none;align-items:center;gap:6px;padding:0 10px 0 12px;font-size:14px;font-weight:700;display:flex}.phone-flag{font-size:17px;line-height:1}.phone-country-badge svg{color:var(--ink-muted)}.phone-input-row .field.phone-number-field{border-radius:0 12px 12px 0;flex:auto;min-width:0}.otp-row{justify-content:center;gap:9px;display:flex}.otp-box{border:1.5px solid var(--border);width:44px;height:54px;font-family:var(--mono);background:var(--surface);border-radius:13px;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.otp-box.filled{border-color:var(--accent);color:var(--accent)}.btn{cursor:pointer;height:46px;font-size:14.5px;font-weight:600;font-family:var(--font);border:none;border-radius:13px;justify-content:center;align-items:center;gap:6px;padding:0 18px;display:inline-flex}.btn.wide{width:100%}.btn-primary{background:linear-gradient(165deg, #c9873a, var(--accent));color:#fff;box-shadow:0 10px 20px -8px #a7672573}.btn-primary:disabled{opacity:.55;cursor:default;box-shadow:none}.btn-outline{background:var(--surface);border:1.5px solid var(--border);color:var(--ink)}.btn-ghost{color:var(--accent);background:0 0;font-weight:700}.btn-brick{background:var(--brick);color:#fff}.btn.btn-sm{border-radius:10px;height:34px;padding:0 13px;font-size:12.5px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:5;flex:none;padding:14px 20px 10px;position:sticky;top:0}.topbar-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.brand{align-items:center;gap:6px;font-size:15px;font-weight:800;display:flex}.brand-icon{width:20px;height:20px}.society-line{color:var(--ink-muted);font-size:11px;font-family:var(--font);margin-top:1px;font-weight:500}.topbar-identity{text-align:right;flex:none}.topbar-identity-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:11px;font-weight:700;overflow:hidden}.topbar-identity-unit{color:var(--teal);margin-top:1px;font-size:10.5px;font-weight:700}.topbar-identity-unit-switchable{font:inherit;cursor:pointer;color:var(--teal);background:0 0;border:none;margin-top:1px;padding:0;font-size:10.5px;font-weight:700}.spinner{border:2px solid var(--teal-bg);border-top-color:var(--teal);border-radius:50%;flex:none;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.topbar-identity-pending{color:var(--brick);margin-top:1px;font-size:10.5px;font-weight:700}.modal-overlay{z-index:20;background:#1c171273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{width:100%;max-width:380px}.modal-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:4px;display:flex}.modal-close{border:1.5px solid var(--border);background:var(--surface);cursor:pointer;width:34px;height:34px;color:var(--ink);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.modal-close:hover{border-color:var(--accent)}.topbar-identity-phone{color:var(--ink-muted);font-size:10.5px;font-family:var(--font);font-variant-numeric:tabular-nums;margin-top:1px}.content{flex:1;width:100%;max-width:520px;margin:0 auto;padding:18px 20px 90px}.content h1{letter-spacing:-.02em;margin:0 0 3px;font-size:26px;font-weight:800}.content .subline{color:var(--ink-muted);margin-bottom:18px;font-size:13px}.hero{color:#fff;background:radial-gradient(circle at 88% 8%, #2b443e, transparent 43%), linear-gradient(145deg, #1b342f, var(--hero-bg));border-radius:24px;margin-bottom:14px;padding:22px;position:relative;overflow:hidden;box-shadow:0 22px 46px -30px #142522d9}.hero:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-82px;right:-54px;box-shadow:0 0 0 26px #ffffff06,0 0 0 52px #ffffff04}.hero-topline{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.hero-eyebrow{font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:var(--hero-ink-muted);font-size:9.5px;font-weight:500}.hero-status{color:#c2d8d1;white-space:nowrap;align-items:center;gap:6px;font-size:9.5px;font-weight:700;display:inline-flex}.hero-status-dot{background:#6ac3a4;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #6ac3a41f}.hero-status.needs-attention{color:#ffd0bd}.hero-status.needs-attention .hero-status-dot{background:#ef9d77;box-shadow:0 0 0 3px #ef9d7721}a.hero-status{cursor:pointer;border-radius:99px;text-decoration:none}a.hero-status:hover{text-decoration:underline}a.hero-status:focus-visible{outline-offset:2px;outline:2px solid #fff}.hero h1{letter-spacing:-.02em;color:#fff;z-index:1;margin:9px 0 5px;font-size:28px;font-weight:700;position:relative}.hero-pill{font-size:10.5px;font-weight:700;font-family:var(--font);color:#fff;z-index:1;background:#ffffff1c;border:1px solid #ffffff29;border-radius:99px;align-items:center;padding:3px 10px;display:inline-flex;position:relative}.hero-stats{z-index:1;grid-template-columns:1.3fr .9fr .7fr;gap:8px;margin-top:18px;display:grid;position:relative}.hero-stat{appearance:none;color:#fff;text-align:left;min-width:0;font:inherit;background:#ffffff0e;border:1px solid #ffffff17;border-radius:14px;padding:10px;position:relative}a.hero-stat{cursor:pointer;text-decoration:none;display:block}a.hero-stat:hover{background:#ffffff17}a.hero-stat:focus-visible{outline-offset:2px;outline:2px solid #fff}.hero-stat-icon{color:#9bb0aa;align-items:center;margin-bottom:7px;display:flex}.hero-stat strong{letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:17px;font-weight:700;display:block}.hero-stat>span:not(.hero-stat-icon){color:var(--hero-ink-muted);margin-top:2px;font-size:9px;line-height:1.3;display:block}.hero-stat-action{cursor:pointer;background:#ffffff1d;border-color:#ffffff2b;padding-right:22px;text-decoration:none;transition:background .16s,transform .16s}.hero-stat-action:hover{background:#ffffff2b}.hero-stat-action:active{transform:translateY(1px)}.hero-stat-action:focus-visible{outline-offset:2px;outline:2px solid #fff}.hero-stat-action .hero-stat-icon{color:#f3b18e}.hero-stat-arrow{color:#fff;opacity:.8;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.hero-stat-primary strong{font-size:20px}.hero-stat-minor{padding:8px}.hero-stat-minor strong{font-size:14px}.hero-stat-minor .hero-stat-icon{color:#7c8f89;margin-bottom:5px}.home-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 22px;display:grid}.home-quick-action{appearance:none;border:1px solid var(--border);background:var(--surface);color:var(--ink);text-align:left;min-width:0;min-height:96px;font:inherit;cursor:pointer;border-radius:16px;flex-direction:column;align-items:flex-start;gap:7px;padding:11px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative;box-shadow:0 8px 22px -20px #17211fbf}.home-quick-action:hover{border-color:#cdd2ca;transform:translateY(-1px);box-shadow:0 14px 26px -20px #17211f99}.home-quick-action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-quick-action>svg,.home-quick-action>.pill{color:var(--ink-muted);position:absolute;top:11px;right:9px}.home-quick-action>span:nth-child(2){min-width:0}.home-quick-action strong,.home-quick-action small{display:block}.home-quick-action strong{font-size:12.5px;line-height:1.2}.home-quick-action small{color:var(--ink-muted);margin-top:3px;font-size:9.5px;line-height:1.25}.home-quick-icon{background:var(--teal-bg);width:32px;height:32px;color:var(--teal);border-radius:10px;justify-content:center;align-items:center;display:flex}.home-quick-action-pay .home-quick-icon{background:var(--accent-bg);color:var(--accent)}.home-priority-section{margin-bottom:20px}.home-priority-card{background:linear-gradient(150deg,#fff,#fffaf5);border-color:#ead8c6;box-shadow:0 12px 28px -25px #c1592da6}.home-priority-card .li-ico{color:var(--accent);background:var(--accent-bg)}.home-feed-card{box-shadow:0 12px 30px -27px #17211fbf}.home-feed-card .li{padding-top:14px;padding-bottom:14px}.home-feed-card .li-ico{color:var(--teal);background:var(--teal-bg)}@media (width<=390px){.hero{border-radius:21px;padding:19px}.hero h1{font-size:21px}.hero-stats{grid-template-columns:1.3fr .85fr .65fr;gap:6px}.hero-stat{padding:9px 7px}.hero-stat strong{font-size:14px}.hero-stat>span:not(.hero-stat-icon){font-size:8.5px}.home-quick-action{min-height:92px;padding:9px}.home-quick-action>svg,.home-quick-action>.pill{right:7px}}.tabbar{z-index:10;padding:10px 16px calc(10px + env(safe-area-inset-bottom));pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar-inner{pointer-events:auto;-webkit-backdrop-filter:blur(14px);border:1px solid var(--border);background:#ffffffc7;border-radius:22px;align-items:center;width:100%;max-width:420px;padding:9px 4px;display:flex;box-shadow:0 12px 28px -14px #281c0c47}.tab{color:var(--ink-muted);flex-direction:column;flex:1;align-items:center;gap:3px;padding:4px 0;text-decoration:none;display:flex}.tab .ico{justify-content:center;align-items:center;height:18px;font-size:18px;line-height:1;display:flex}.tab .lbl{font-size:11px;font-weight:500;font-family:var(--font);letter-spacing:0}.tab.active{color:var(--accent)}.tab-ico-wrap{display:inline-flex;position:relative}.tab.active .tab-ico-wrap:before{content:"";z-index:-1;background:var(--accent-bg);border-radius:10px;position:absolute;inset:-5px -11px}.tab-badge{background:var(--brick);color:#fff;font-family:var(--font);border-radius:99px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-5px;right:-9px}.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;margin-bottom:14px;padding:17px;box-shadow:0 1px 2px #281c0c0a}.card.flush{padding:0;overflow:hidden}.card.tint{background:linear-gradient(165deg, #fbf3e5, var(--accent-bg));border-color:#eeddbe}button.card{text-align:left;width:100%;font:inherit;color:inherit;appearance:none;cursor:pointer;display:block}.section-label{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 8px;font-size:10.5px;font-weight:500}.li{align-items:center;gap:12px;width:100%;padding:13px 16px;display:flex}.li+.li{border-top:1px solid var(--border)}button.li{appearance:none;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:none}.li-ico{background:var(--surface-2);width:38px;height:38px;color:var(--ink-muted);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:16px;display:flex}.li-title{font-size:16px;font-weight:600}.li-title.li-title-compact{font-size:12.5px;font-weight:600}.li-sub{color:var(--ink-muted);margin-top:1px;font-size:12px}.li-trail{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.pill{font-size:10.5px;font-weight:700;font-family:var(--font);white-space:nowrap;border-radius:99px;align-items:center;padding:3px 10px;display:inline-flex}.pill-amber{background:var(--accent-bg);color:var(--accent)}.pill-teal{background:var(--teal-bg);color:var(--teal)}.pill-brick{background:var(--brick-bg);color:var(--brick)}.pill-neutral{background:var(--surface-2);color:var(--ink-muted)}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1.5px solid var(--border);color:var(--ink-muted);background:var(--surface);cursor:pointer;appearance:none;font-size:13.5px;font-weight:700;font:inherit;border-radius:13px;padding:9px 16px}.chip.sel{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.tab-row{border-bottom:1px solid var(--border);gap:4px;margin-bottom:16px;display:flex}.tab-btn{cursor:pointer;color:var(--ink-muted);background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.tab-btn.active{color:var(--ink);border-bottom-color:var(--accent)}.tab-btn:hover:not(.active){color:var(--ink)}.icon-btn{width:30px;height:30px;color:var(--ink-muted);cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--surface-2);color:var(--ink)}.icon-btn.danger:hover{background:var(--brick-bg);color:var(--brick)}.btn-row{gap:10px;margin-top:4px;display:flex}.empty-state{color:var(--ink-muted);text-align:center;padding:24px;font-size:13px}.banner{text-align:left;border:1.5px solid;border-radius:12px;width:100%;margin-bottom:14px;padding:11px 15px;font-size:13px;font-weight:600;line-height:1.4}.banner-success{background:var(--teal-bg);color:var(--teal);border-color:var(--teal)}.banner-error{background:var(--brick-bg);color:var(--brick);border-color:var(--brick)}.big-amount{font-family:var(--font);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:30px;font-weight:700}.mkt-drawer-overlay{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;background:#17211f66;transition:all .2s;position:fixed;inset:0}.mkt-drawer-overlay.open{opacity:1;visibility:visible}.mkt-drawer{z-index:90;background:var(--surface);width:480px;max-width:100%;padding:22px;transition:all .26s;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(102%);box-shadow:-8px 0 32px #17211f1f}.mkt-drawer.open{transform:none}.mkt-drawer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.mkt-eyebrow{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:10.5px;font-weight:500;display:block}.mkt-drawer-title-row{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-top:4px;display:flex}.mkt-drawer-head h2{letter-spacing:-.02em;margin:0;font-size:19px;line-height:1.3}.mkt-gallery{background:var(--surface-2);border-radius:14px;height:240px;margin:16px 0 10px;position:relative;overflow:hidden}.mkt-gallery img{object-fit:cover;width:100%;height:100%;display:block}.mkt-photo-count{color:#fff;background:#17211fb8;border-radius:7px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:11px;right:10px}.mkt-gallery-arrow{color:#fff;cursor:pointer;background:#17211f80;border:0;border-radius:99px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.mkt-gallery-arrow:hover{background:#17211fb8}.mkt-gallery-arrow.left{left:10px}.mkt-gallery-arrow.right{right:10px}.mkt-gallery-dots{justify-content:center;gap:6px;margin-bottom:14px;display:flex}.mkt-gallery-dots button{background:var(--border);cursor:pointer;border:0;border-radius:99px;width:7px;height:7px;padding:0}.mkt-gallery-dots button.active{background:var(--accent);width:18px}.mkt-price-row{justify-content:space-between;align-items:flex-start;gap:10px;padding-top:4px;display:flex}.mkt-price-row strong{letter-spacing:-.02em;font-size:22px;font-weight:800}.mkt-price-row small{color:var(--ink-muted);margin-top:3px;font-size:12px;display:block}.mkt-price-row>span{gap:6px;display:flex}.mkt-drawer-tabs{background:var(--surface-2);border-radius:12px;gap:2px;margin-top:16px;padding:3px;display:flex}.mkt-drawer-tabs button{height:34px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:12.5px;font-weight:700;transition:background .15s,color .15s;display:flex}.mkt-drawer-tabs button.active{color:var(--ink);background:var(--surface);box-shadow:0 1px 4px #17211f24}.mkt-drawer-tabs button span{background:var(--border);color:var(--ink-muted);border-radius:99px;padding:1px 6px;font-size:10.5px}.mkt-drawer-tabs button.active span{color:var(--accent);background:var(--accent-bg)}.mkt-drawer-panel{padding:16px 0}.mkt-description{color:var(--ink);margin:0 0 14px;font-size:13.5px;line-height:1.6}.mkt-detail-row{border-top:1px solid var(--border);align-items:center;gap:10px;padding:10px 0;display:flex}.mkt-detail-row svg{color:var(--accent);flex:none}.mkt-detail-row small{color:var(--ink-muted);font-size:11px;display:block}.mkt-detail-row strong{margin-top:2px;font-size:13px;display:block}.mkt-seller-card{background:var(--surface-2);border-radius:12px;align-items:center;gap:10px;margin-top:14px;padding:12px;display:flex}.mkt-seller-card>span:first-child{background:var(--accent-bg);width:32px;height:32px;color:var(--accent);border-radius:9px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.mkt-seller-card>div{flex:1;min-width:0}.mkt-seller-card strong{font-size:13px;display:block}.mkt-seller-card small{color:var(--ink-muted);margin-top:2px;font-size:11px;display:block}.mkt-seller-card>svg{color:var(--teal);flex:none}.mkt-comment-list{flex-direction:column;gap:10px;display:flex}.mkt-comment-row{align-items:flex-start;gap:8px;display:flex}.mkt-comment-row.mine{justify-content:flex-end}.mkt-comment-row.theirs{justify-content:flex-start}.mkt-comment-avatar{background:var(--teal-bg);width:28px;height:28px;color:var(--teal);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:10.5px;font-weight:800;display:flex}.mkt-comment-bubble{background:var(--surface);border:1px solid var(--border);border-radius:14px;max-width:78%;padding:9px 12px 7px;box-shadow:0 1px 2px #17211f0d}.mkt-comment-row.theirs .mkt-comment-bubble{border-bottom-left-radius:4px}.mkt-comment-row.mine .mkt-comment-bubble{background:var(--comment-mine-bg);border-color:var(--comment-mine-bg);color:#fff;border-bottom-right-radius:4px}.mkt-comment-author strong{font-size:12.5px;font-weight:700;line-height:1.3;display:block}.mkt-comment-author small{color:var(--ink-muted);margin-top:1px;font-size:10.5px;font-weight:600;display:block}.mkt-comment-bubble p{white-space:pre-wrap;margin:5px 0 0;font-size:13px;line-height:1.42}.mkt-comment-row.mine .mkt-comment-bubble p{margin-top:0}.mkt-comment-meta{justify-content:flex-end;align-items:center;gap:6px;margin-top:4px;display:flex}.mkt-comment-meta small{color:var(--ink-muted);font-size:10px}.mkt-comment-row.mine .mkt-comment-meta small{color:#ffffffc7}.mkt-comment-row.mine .mkt-comment-meta .icon-btn{color:#ffffffd9}.mkt-comment-row.mine .mkt-comment-meta .icon-btn:hover{color:#fff}.mkt-comment-compose{align-items:center;gap:8px;margin-bottom:14px;display:flex}.mkt-comment-compose .field{border-radius:22px}.mkt-comment-send{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s;display:flex}.mkt-comment-send svg{transform:translate(-1px)}.mkt-comment-send:disabled{opacity:.45;cursor:default}.mkt-comment-send:not(:disabled):hover{opacity:.88}.mkt-reactor-list{flex-direction:column;display:flex}.mkt-reactor-row{border-top:1px solid var(--border);align-items:center;gap:10px;padding:9px 0;display:flex}.mkt-reactor-row:first-child{border-top:0}.mkt-reactor-name{flex:1;min-width:0}.mkt-reactor-name strong{font-size:12.5px;font-weight:700;display:block}.mkt-reactor-name small{color:var(--ink-muted);margin-top:1px;font-size:10.5px;font-weight:600;display:block}.mkt-reactor-emoji{flex:none;font-size:17px}.mkt-search-bar{border:1.5px solid var(--border);background:var(--surface);height:44px;color:var(--ink-muted);border-radius:12px;align-items:center;gap:8px;margin-bottom:10px;padding:0 12px;display:flex}.mkt-search-bar svg{flex:none}.mkt-search-bar input{min-width:0;color:var(--ink);font-size:14px;font:inherit;background:0 0;border:0;outline:0;flex:1}.mkt-chip-row{gap:8px;margin-bottom:14px;padding-bottom:2px;display:flex;overflow-x:auto}.mkt-chip-row .chip{flex:none}.mkt-listing-card{cursor:pointer;margin-bottom:14px;padding:0;overflow:hidden}.mkt-listing-photo{background:var(--surface-2);height:168px;position:relative;overflow:hidden}.mkt-listing-photo img{object-fit:cover;width:100%;height:100%;display:block}.mkt-listing-photo>.pill{position:absolute;top:10px;left:10px}.mkt-listing-body{padding:14px}.mkt-listing-top{color:var(--ink-muted);justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;font-size:11px;display:flex}.mkt-listing-top>span{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);text-overflow:ellipsis;white-space:nowrap;font-weight:800;overflow:hidden}.mkt-listing-body h3{letter-spacing:-.01em;margin:4px 0 2px;font-size:15.5px}.mkt-listing-price{margin:0 0 8px;font-size:17px;font-weight:800}.mkt-listing-price small{color:var(--ink-muted);font-size:12px;font-weight:600}.mkt-listing-desc{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.mkt-listing-foot{color:var(--ink-muted);align-items:center;gap:12px;font-size:12.5px;display:flex}.mkt-listing-foot span{align-items:center;gap:4px;display:flex}.mkt-listing-foot i{color:var(--accent);margin-left:auto;font-style:normal;font-weight:700}.mkt-wizard-steps{align-items:center;margin:4px 0 18px;display:flex}.mkt-wizard-steps .step{flex-direction:column;flex:none;align-items:center;gap:6px;display:flex}.mkt-wizard-steps .step i{border:1.5px solid var(--border);background:var(--surface);width:30px;height:30px;color:var(--ink-muted);border-radius:99px;justify-content:center;align-items:center;font-size:13px;font-style:normal;font-weight:800;display:flex}.mkt-wizard-steps .step.active i{border-color:var(--accent);background:var(--accent);color:#fff}.mkt-wizard-steps .step.done i{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.mkt-wizard-steps .step span{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10.5px;font-weight:700}.mkt-wizard-steps .step.active span{color:var(--ink)}.mkt-wizard-steps em{background:var(--border);flex:1;height:1.5px;margin:0 6px 18px;font-style:normal}.mkt-wizard-steps em.done{background:var(--accent)}.mkt-photo-drop{text-align:center;border:1.5px dashed var(--accent);background:var(--accent-bg);cursor:pointer;width:100%;color:var(--ink);font:inherit;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:26px 16px;display:flex}.mkt-photo-drop strong{font-size:14px}.mkt-photo-drop small{color:var(--ink-muted);font-size:12px}.mkt-photo-drop em{color:var(--accent);font-size:11.5px;font-style:normal;font-weight:800}.mkt-photo-drop svg{color:var(--accent)}.mkt-photo-drop:disabled{opacity:.55;cursor:default}.mkt-photo-tiles{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.mkt-photo-tile{border:1px solid var(--border);border-radius:10px;flex:none;width:72px;height:72px;position:relative;overflow:hidden}.mkt-photo-tile img{object-fit:cover;width:100%;height:100%;display:block}.mkt-photo-tile button{border:1px solid var(--border);background:var(--surface);width:20px;height:20px;color:var(--ink-muted);cursor:pointer;border-radius:99px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:-6px;right:-6px}.mkt-qty-stepper{border:1.5px solid var(--border);border-radius:12px;align-items:center;height:46px;display:flex;overflow:hidden}.mkt-qty-stepper button{background:var(--surface-2);width:40px;height:100%;color:var(--ink);cursor:pointer;border:0;font-size:17px;font-weight:700}.mkt-qty-stepper input{text-align:center;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-weight:700}.mkt-toggle-row{border:1.5px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:12px 14px;display:flex}.mkt-toggle-row strong{font-size:13.5px;display:block}.mkt-toggle-row small{color:var(--ink-muted);font-size:12px}.mkt-review-card{border:1.5px solid var(--border);background:var(--surface-2);border-radius:12px;align-items:center;gap:10px;margin:14px 0;padding:12px;display:flex}.mkt-review-card strong{font-size:14px;display:block}.mkt-review-card small{color:var(--ink-muted);font-size:12.5px}.cmty-record-cover{background:var(--sidebar-bg,var(--ink));color:#fff;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.cmty-record-cover>span{color:#fff;background:#ffffff24;border-radius:11px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cmty-record-cover small{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:#ffffffad;font-size:10px;font-weight:500;display:block}.cmty-record-cover strong{margin-top:2px;font-size:15px;display:block}.cmty-record-cover em{color:#ffffffad;margin-top:2px;font-size:11px;font-style:normal;display:block}.cmty-outcomes{gap:18px;margin:12px 0;display:flex}.cmty-outcomes>div{flex:1}.cmty-outcomes small{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10.5px;font-weight:700;display:block}.cmty-outcomes strong{margin-top:2px;font-size:19px;font-weight:800;display:block}.cmty-record-foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding-top:12px;display:flex}.cmty-record-foot span{color:var(--ink-muted);align-items:center;gap:5px;font-size:12px;display:flex}.cmty-trust{flex-direction:column;gap:8px;display:flex}.cmty-trust>span{background:var(--teal-bg);width:34px;height:34px;color:var(--teal);border-radius:10px;justify-content:center;align-items:center;display:flex}.cmty-trust h3{margin:4px 0 0;font-size:14px}.cmty-trust p{color:var(--ink-muted);margin:0;font-size:12.5px;line-height:1.5}.cmty-trust div{border-top:1px solid var(--border);margin-top:4px;padding-top:10px}.cmty-trust div small{color:var(--ink-muted);font-size:11px;display:block}.cmty-trust div strong{margin-top:2px;font-size:13px;display:block}.card.tint .section-label{margin-bottom:4px}.card.tint h3{margin:4px 0 8px;font-size:14.5px}.card.tint p{color:var(--ink-muted);margin:0 0 12px;font-size:12.5px;line-height:1.5}.cmty-provenance{background:var(--teal-bg);color:var(--teal);border-radius:12px;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.cmty-provenance svg{flex:none;margin-top:1px}.cmty-provenance strong{color:var(--ink);font-size:12.5px;display:block}.cmty-provenance small{margin-top:1px;font-size:11.5px;display:block}.cmty-file-row{align-items:center;gap:10px;padding:10px 0;display:flex}.cmty-file-row+.cmty-file-row{border-top:1px solid var(--border)}.cmty-file-badge{width:36px;height:32px;font-family:var(--font);color:#fff;background:var(--ink-muted);border-radius:8px;flex:none;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.cmty-file-badge.pdf{background:var(--brick)}.cmty-file-badge.xls{background:var(--teal)}.cmty-file-badge.doc{background:var(--accent)}.cmty-file-row-body{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.cmty-vote-progress{background:var(--surface-2);border-radius:99px;height:6px;margin:10px 0 6px;overflow:hidden}.cmty-vote-progress>b{background:var(--accent);border-radius:inherit;height:100%;display:block}.mkt-review-card em{color:var(--accent);margin-top:2px;font-size:11.5px;font-style:normal;font-weight:700;display:block}.print-page{max-width:680px;color:var(--ink);background:var(--surface);min-height:100vh;margin:0 auto;padding:32px 24px 60px}.print-page-btn{border:1.5px solid var(--border);background:var(--surface);height:38px;color:var(--ink);cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font);border-radius:10px;align-items:center;margin-bottom:20px;padding:0 16px;display:inline-flex}.print-header small{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:500;display:block}.print-header h1{letter-spacing:-.01em;margin:6px 0 4px;font-size:24px}.print-header p{color:var(--ink-muted);margin:0;font-size:13px}.print-provenance{background:var(--teal-bg);color:var(--teal);border-radius:10px;margin:16px 0;padding:10px 14px;font-size:12.5px}.print-meta{color:var(--ink-muted);margin:0 0 20px;font-size:13px}.print-page section{border-top:1px solid var(--border);margin-bottom:24px;padding-top:18px}.print-page section h2{margin:0 0 10px;font-size:15px}.print-page section p{margin:4px 0;font-size:13.5px;line-height:1.6}.print-page ol{margin:0;padding-left:20px}.print-page ol li{margin-bottom:12px;font-size:13.5px}.print-resolution{margin-bottom:12px}.print-resolution-text{margin-bottom:2px}.print-resolution-meta{color:var(--ink-muted);font-size:12px}.print-action-item{font-size:13px}.print-footer{border-top:1px solid var(--border);color:var(--ink-muted);text-align:center;margin-top:32px;padding-top:16px;font-size:11.5px}@media print{.no-print{display:none!important}.print-page{max-width:none;margin:0;padding:0}.print-provenance{color:var(--ink);border-bottom:1px solid var(--border);background:0 0;border-radius:0;padding:0 0 8px}.print-page section{break-inside:avoid}@page{margin:18mm 16mm}}.markdown-view{color:var(--ink);font-size:14px;line-height:1.6}.markdown-view>:first-child{margin-top:0}.markdown-view>:last-child{margin-bottom:0}.markdown-view h1,.markdown-view h2,.markdown-view h3{letter-spacing:-.01em;margin:14px 0 6px}.markdown-view h1{font-size:19px}.markdown-view h2{font-size:17px}.markdown-view h3{font-size:15px}.markdown-view p{margin:0 0 10px}.markdown-view ul,.markdown-view ol{margin:0 0 10px;padding-left:20px}.markdown-view li{margin-bottom:4px}.markdown-view a{color:var(--accent)}.markdown-view code{font-family:var(--mono);background:var(--surface-2);border-radius:4px;padding:1px 5px;font-size:12.5px}.markdown-view pre{background:var(--surface-2);border-radius:8px;padding:10px;overflow-x:auto}.markdown-view pre code{background:0 0;padding:0}.markdown-view blockquote{border-left:3px solid var(--border);color:var(--ink-muted);margin:0 0 10px;padding:4px 12px}.markdown-view table{border-collapse:collapse;margin:0 0 10px;font-size:13px}.markdown-view th,.markdown-view td{border:1px solid var(--border);text-align:left;padding:5px 9px}.markdown-view th{background:var(--surface-2)}
