:root{--bg:#f0eee9;--bg-accent:#e9e6df;--surface:#f7f6f2;--ink:#1d1a15;--muted:#6b6256;--line:#cfcac2;--brand:#0f766e;--brand-soft:#dfeeea;--danger:#0f766e}*{box-sizing:border-box}body,html{min-height:100%;margin:0;padding:0;background:radial-gradient(circle at 20% 0,var(--surface) 0,var(--bg) 45%,var(--bg-accent) 100%);color:var(--ink);font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif}body{min-height:100vh;display:flex;flex-direction:column}.app-content{flex:1 0 auto}a{color:inherit;text-decoration:none}.chat-linkified-id,.chat-linkified-url{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}.chat-linkified-id{border:0;background:transparent;padding:0;cursor:pointer;font:inherit}.page{min-height:100vh}.shell{width:min(1320px,94vw);margin:0 auto}.header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:hsla(43,19%,93%,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.header-band{min-height:72px;display:grid;grid-template-columns:.95fr 1.45fr auto auto auto;align-items:center;grid-gap:1rem;gap:1rem}.brand{display:inline-flex;align-items:center;min-width:0}.brand-logo{display:block;width:clamp(180px,20vw,260px)}.brand-logo-compact{width:clamp(150px,17vw,210px)}.brand-logo-image{display:block;width:100%;height:auto}.search-wrap{position:relative}.search-input{width:100%;border:1px solid var(--line);border-radius:999px;padding:.78rem 1.05rem;background:var(--surface);font-size:.95rem}.search-input:focus{outline:2px solid var(--brand);border-color:var(--brand)}.auth-btn,.lang-btn{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.65rem 1rem;font-weight:600;cursor:pointer}.lang-select-wrap{display:inline-flex;align-items:center}.lang-select{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.65rem 2rem .65rem .85rem;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 16px) calc(1em + 2px),calc(100% - 11px) calc(1em + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.lang-select:focus{outline:2px solid var(--brand);border-color:var(--brand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sell-btn{border:1px solid #177f77;border-radius:999px;background:#eaf4f1;color:#0f4e49;padding:.65rem 1rem;font-weight:700;cursor:pointer}.sell-btn:hover{background:#dfeeea}.auth-btn{background:var(--brand);color:#f8fffe;border-color:var(--brand)}.category-bar-wrap{border-top:1px solid var(--line)}.category-bar{min-height:72px;display:flex;align-items:center;gap:.4rem;overflow-x:auto}.category-item{border:0;background:transparent;cursor:pointer;font-weight:600;color:var(--muted);padding:.65rem .8rem;border-radius:999px;white-space:nowrap}.category-item:hover{color:var(--ink);background:var(--brand-soft)}.category-item.active{color:var(--ink);background:transparent}.mega-menu{position:absolute;left:50%;transform:translateX(-50%);top:156px;width:min(1280px,92vw);background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 40px rgba(29,26,21,.12);display:grid;grid-template-columns:280px 1px 1fr;overflow:hidden;animation:reveal .18s ease-out;z-index:35}@keyframes reveal{0%{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.mega-left{padding:1rem}.mega-divider{background:var(--line)}.mega-title{font-family:Iowan Old Style,Baskerville,Times New Roman,serif;margin:.2rem 0 .8rem;font-size:1.05rem}.major-list{display:grid;grid-gap:.35rem;gap:.35rem}.major-btn{border:0;text-align:left;background:transparent;border-radius:8px;padding:.55rem .65rem;font-weight:600;color:var(--muted);cursor:pointer}.major-btn.active,.major-btn:hover{background:var(--brand-soft);color:var(--ink)}.mega-right{padding:1.1rem 1.1rem 1.25rem}.sub-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9rem 1.2rem;gap:.9rem 1.2rem}.sub-col h4{margin:0 0 .45rem;font-size:.95rem}.sub-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.35rem;gap:.35rem;color:var(--muted)}.sub-item-btn{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left;padding:.15rem .1rem;border-radius:6px;width:100%}.sub-item-btn:hover{background:#ecfbf8;color:#1d1a15}.content{padding:1.25rem 0 2.6rem}.goods-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.1rem;gap:1.1rem}@media (min-width:980px){.goods-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1240px){.goods-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease;cursor:pointer;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(27,24,18,.12)}.card.active{border-color:#0f766e}.visual{position:relative;aspect-ratio:4/5;overflow:hidden}.visual img{width:100%;height:100%;object-fit:cover;display:block}.meta-chip{position:absolute;right:.55rem;bottom:.55rem;display:flex;gap:.45rem}.chip{background:rgba(29,26,21,.82);color:#fff;font-size:.72rem;padding:.25rem .48rem;border-radius:999px;border:0}.chip-btn,.rating-chip-value{cursor:pointer}.card-body{padding:.75rem .75rem .95rem;display:flex;flex-direction:column;flex:1 1}.card-name{margin:0 0 .35rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-size:1.03rem}.card-desc{margin:0 0 .6rem;color:var(--muted);font-size:.88rem}.card-price{font-weight:700;color:var(--brand);margin-top:auto;text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.load-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;margin-top:1.5rem}.load-sentinel{width:100%;height:1px}.listings-loading{display:grid;justify-items:center;grid-gap:.55rem;gap:.55rem;padding:2rem 0 1.6rem}.listings-spinner{width:30px;height:30px;border-radius:999px;border:3px solid #cfcac2;border-top-color:#0f766e;animation:listings-spin .9s linear infinite}@keyframes listings-spin{to{transform:rotate(1turn)}}.item-expanded{grid-template-columns:1.2fr 1fr;grid-gap:1rem}.buy-view,.item-expanded{display:grid;gap:1rem;margin-bottom:1rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:.9rem}.buy-view{grid-template-columns:.9fr 1.3fr;grid-gap:1rem}.buy-left{display:grid;align-content:start;grid-gap:.75rem;gap:.75rem}.buy-item-card{border:1px solid var(--line);border-radius:12px;padding:.7rem;display:grid;grid-template-columns:90px 1fr;grid-gap:.7rem;gap:.7rem}.buy-item-card img{width:90px;height:90px;border-radius:10px;object-fit:cover}.buy-item-card h3{margin:.1rem 0 .35rem}.buy-item-card p{margin:0 0 .35rem;color:var(--muted)}.buy-item-card-set{grid-template-columns:1fr;gap:.6rem}.buy-set-overview{display:grid;grid-gap:.22rem;gap:.22rem}.buy-set-overview h3,.buy-set-overview p{margin:0}.buy-set-list{display:grid;grid-gap:.4rem;gap:.4rem;max-height:260px;overflow:auto;padding-right:.1rem}.buy-set-line{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.42rem;display:grid;grid-template-columns:42px 1fr auto;grid-gap:.45rem;gap:.45rem;align-items:center}.buy-set-line img,.buy-set-thumb-fallback{width:42px;height:42px;border-radius:8px;object-fit:cover;border:1px solid var(--line);background:#fff}.buy-set-line-title{min-width:0;font-size:.9rem;color:#2f281d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buy-set-line-price{font-size:.86rem;font-weight:600;color:#2f281d}.buy-price-stack{display:grid;grid-gap:.2rem;gap:.2rem;margin:0}.buy-price-original{color:#6f6660;text-decoration:line-through}.buy-price-negotiated{color:#0f766e}.buy-right{display:grid;grid-gap:.75rem;gap:.75rem;align-content:start}.buy-block{border:1px solid var(--line);border-radius:12px;padding:.7rem;display:grid;grid-gap:.55rem;gap:.55rem}.buy-block h3{margin:0}.buy-block select{border:1px solid #cfcac2;border-radius:10px;padding:.55rem .7rem;background:var(--surface)eff;font:inherit}.buy-choice-row{display:flex;flex-wrap:wrap;gap:.45rem}.buy-price-breakdown{display:grid;grid-gap:.4rem;gap:.4rem;padding-top:.2rem}.buy-price-breakdown>div{display:flex;justify-content:space-between;gap:.75rem;font-size:.95rem}.map-mock{border:1px dashed #d2c3ae;border-radius:12px;min-height:220px;display:grid;place-items:center;text-align:center;background:#faf5ec;color:#5f5649;padding:.75rem}.shipping-picker-inline{display:grid;grid-gap:.5rem;gap:.5rem;margin-bottom:.4rem}.shipping-picker-frame{width:100%;min-height:290px;border:1px solid #cfcac2;border-radius:12px;background:var(--surface)}.item-expanded-media{position:relative}.like-fab{position:absolute;top:.45rem;left:.45rem;z-index:2;width:36px;height:36px;border-radius:999px;border:1px solid #d9c8b2;background:hsla(0,0%,100%,.92);cursor:pointer}.like-fab.active{color:#0f766e;border-color:#0f766e}.heart-btn{border:1px solid #d9c8b2;border-radius:999px;padding:.25rem .6rem;background:hsla(0,0%,100%,.92);cursor:pointer;font-size:.85rem}.heart-btn.active{color:#0f766e;border-color:#0f766e}.heart-btn-sm{width:30px;height:30px;padding:0;font-size:.85rem;display:flex;align-items:center;justify-content:center}.item-gallery{border:1px solid var(--line);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:1fr 1px 1fr;height:min(66vh,460px);min-height:320px}.item-gallery-divider{background:var(--line)}.item-primary-image{border:0;padding:0;margin:0;cursor:zoom-in;background:var(--surface)}.item-primary-image img{width:100%;height:100%;object-fit:cover;display:block}.item-gallery-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:max-content;grid-gap:.45rem;gap:.45rem;padding:.45rem;background:var(--surface);align-content:start;overflow-y:scroll;overscroll-behavior:contain}.item-gallery.two-images .item-gallery-strip{grid-template-columns:1fr;align-content:stretch;overflow:hidden}.item-gallery.two-images .item-thumb{height:100%}.item-gallery.two-images .item-thumb img{width:100%;height:100%;min-height:320px;aspect-ratio:auto}.item-no-extra-images{grid-column:1/-1;min-height:120px;display:grid;place-items:center;border:1px dashed #d2c3ae;border-radius:10px;color:#7a6f62;font-size:.9rem}.item-thumb{border:1px solid #d2c3ae;border-radius:10px;overflow:hidden;padding:0;cursor:pointer;background:var(--surface);aspect-ratio:1/1;min-height:110px}.item-thumb img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;display:block}.item-category-path{margin:.6rem 0 .45rem;color:#5f5649;font-size:.92rem;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.item-category-link{border:0;background:transparent;color:#5f5649;cursor:pointer;font:inherit;padding:0;text-decoration:underline;text-underline-offset:2px}.item-category-link:disabled{text-decoration:none;cursor:default;opacity:.9}.item-related-switch{margin:0;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.55rem .7rem;display:flex;gap:.45rem;flex-wrap:wrap}.mode-pill{border:1px solid #d2c3ae;border-radius:999px;background:var(--surface);color:#4f463a;padding:.35rem .7rem;font-size:.9rem;cursor:pointer}.mode-pill.active{border-color:#0f766e;background:#dfeeea;color:#0f4e49;font-weight:700}.item-expanded-info{border:1px solid var(--line);border-radius:12px;background:var(--surface)efc;padding:.8rem;display:grid;align-content:start;grid-gap:.5rem;gap:.5rem}.item-collapse{justify-self:start;display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:#2f2a22;font-size:.9rem;font-weight:700;line-height:1;padding:.46rem .9rem;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,transform 80ms ease;cursor:pointer}.item-collapse:before{content:"";width:.45rem;height:.45rem;border-left:2px solid;border-bottom:2px solid;transform:rotate(45deg);margin-top:-1px}.item-collapse:hover{background:var(--brand-soft);border-color:var(--brand);color:#0f4e49}.item-collapse:active{transform:translateY(1px)}.item-collapse:focus-visible{outline:2px solid var(--brand);outline-offset:2px;box-shadow:0 0 0 4px rgba(15,118,110,.16)}.item-collapse:disabled{opacity:.55;cursor:not-allowed}.item-expanded-info h2{margin:.1rem 0 0;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.item-condition{margin:0;color:#5f5649;font-weight:600}.item-price{margin:0;color:var(--brand);font-size:1.5rem;font-weight:800}.item-description{margin:0;color:#4c4338;line-height:1.45}.item-actions{display:flex;gap:.55rem;flex-wrap:wrap}.item-actions button{border:1px solid #0f766e;border-radius:10px;background:#0f766e;color:#fff;padding:.5rem .75rem;cursor:pointer;font:inherit;font-weight:600}.set-summary-inline{display:grid;grid-gap:.2rem;gap:.2rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.55rem .65rem;font-size:.9rem;color:#4c4338}.set-summary-inline strong{color:#0f4e49}.set-builder-shell{border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:1rem;display:grid;grid-gap:.9rem;gap:.9rem;margin-bottom:1rem}.set-builder-head{display:grid;grid-template-columns:auto 1fr;grid-gap:.8rem 1rem;gap:.8rem 1rem;align-items:start}.set-builder-head-copy h2{margin:0}.set-builder-head-copy .poc-muted{margin:.25rem 0 0}.set-builder-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:.5rem}.set-builder-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.55rem;gap:.55rem}.set-builder-metric{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.55rem .65rem;display:grid;grid-gap:.15rem;gap:.15rem}.set-builder-metric span{font-size:.78rem;color:#5f5649}.set-builder-metric strong{color:#0f4e49}.set-builder-list{display:grid;grid-gap:.55rem;gap:.55rem;max-height:56vh;overflow:auto;padding-right:.15rem}.set-view-panel{display:grid;grid-gap:.7rem;gap:.7rem;margin-bottom:1rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:.8rem}.set-view-panel-inline{margin-bottom:0;height:100%;align-content:start}.set-view-head{display:grid;grid-gap:.25rem;gap:.25rem}.set-view-list{display:grid;grid-gap:.5rem;gap:.5rem}.set-view-item{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:.6rem;display:grid;grid-gap:.45rem;gap:.45rem}.set-view-item.active{border-color:#0f766e}.set-view-content{display:flex;gap:.55rem;align-items:flex-start}.set-view-thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:#fff;flex-shrink:0}.set-view-meta{display:grid;grid-gap:.2rem;gap:.2rem;color:#4c4338;font-size:.9rem}.set-view-actions{display:flex;gap:.45rem;flex-wrap:wrap}.set-builder-actions button,.set-view-actions button{min-height:40px;padding:.5rem .85rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c2bbb1;border-radius:999px;background:var(--surface);color:#1d1a15;font:inherit;font-weight:600;line-height:1;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.set-builder-actions button:hover:not(:disabled),.set-card-action:hover:not(:disabled),.set-view-actions button:hover:not(:disabled){border-color:var(--brand);background:var(--brand-soft);color:#0f4e49}.set-builder-actions button:disabled,.set-card-action:disabled,.set-view-actions button:disabled{opacity:.62;cursor:not-allowed}.set-action-primary{border-color:var(--brand)!important;background:var(--brand)!important;color:#f8fffe!important}.set-action-primary:hover:not(:disabled){border-color:#0d675f!important;background:#0d675f!important;color:#f8fffe!important}.set-card-action{min-height:40px;padding:.5rem .85rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c2bbb1;border-radius:10px;background:var(--surface);color:#1d1a15;font:inherit;font-weight:600;line-height:1;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.set-view-inline{margin-top:.1rem;border-top:1px dashed var(--line);padding-top:.65rem;display:grid;grid-template-columns:minmax(96px,132px) 1fr;grid-gap:.65rem;gap:.65rem;align-items:start}.set-view-inline-media{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.set-view-inline-media img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.set-view-inline-copy{display:grid;grid-gap:.3rem;gap:.3rem}.set-view-inline-title{color:#2f281d}.set-view-inline-condition{font-size:.85rem;color:#625848}.set-view-inline-description{margin:0;color:#4c4338;line-height:1.35}.set-card-action{margin-top:.45rem;width:100%}@media (max-width:680px){.set-view-inline{grid-template-columns:1fr}.set-view-inline-media{max-width:170px}}.seller-mini{margin-top:.25rem;border-top:1px dashed var(--line);padding-top:.55rem}.seller-mini h3{margin:0 0 .45rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.seller-name-link{border:0;background:transparent;font:inherit;font-weight:700;padding:0;cursor:pointer;color:inherit;text-align:left}.seller-name-link:hover{text-decoration:underline}.seller-mini p{margin:.2rem 0;color:#5f5649;font-size:.92rem}.seller-meta{margin-left:15px}.seller-meta-label{font-weight:700}.star-rating{display:inline-flex;gap:2px;vertical-align:middle}.star-icon{position:relative;display:inline-block;width:1.28em;height:1.28em;font-size:1.34rem;line-height:1}.star-icon:before{content:"★";color:#d4d4d8}.star-icon.full:before{color:#f5c518}.star-icon.half:before{background:linear-gradient(90deg,#f5c518 50%,#d4d4d8 0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.seller-rating-link,.seller-rating-value{color:inherit;text-decoration:none}.seller-rating-link{background:transparent;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;font-weight:inherit}.seller-rating-link:hover{color:inherit}.seller-rating-link.has-rating .seller-rating-value{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.seller-rating-link.has-rating:hover .seller-rating-value{text-decoration-thickness:2px}.seller-new-text{color:var(--brand);font-weight:700}.poc-list-row .seller-rating-link,.poc-row .seller-rating-link{background:transparent;border:none;color:inherit;padding:0;font-weight:inherit}.load-btn{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.72rem 1.35rem;font-weight:700;cursor:pointer}.load-btn:hover{border-color:var(--brand);background:var(--brand-soft);color:#0f4e49}.footer{border-top:1px solid var(--line);background:linear-gradient(180deg,#e5e1db,#ded8d0)}.footer-main{padding:1.8rem 0 1.35rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.footer-col h3{margin:0 0 .55rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-size:1rem}.footer-links{margin:0;padding:0;list-style:none;display:grid;grid-gap:.38rem;gap:.38rem;color:#4d453a}.footer-link{color:#4d453a;text-decoration:none;border-radius:6px}.footer-link:hover{color:#1d1a15;text-decoration:underline}.footer-link:focus-visible{outline:2px solid #0f5ea8;outline-offset:2px}.footer-social{border-top:1px solid #cebfa9}.footer-social-inner{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.social-links{display:flex;gap:.45rem;flex-wrap:wrap}.social-link{border:1px solid #c2bbb1;background:var(--surface);border-radius:999px;padding:.38rem .8rem;font-size:.88rem}@media (max-width:1024px){.header-band{grid-template-columns:1fr;padding:.8rem 0;gap:.65rem}.brand{justify-content:center}.brand-logo{width:min(240px,68vw)}.mega-menu{position:static;transform:none;width:100%;margin:0 0 .8rem;grid-template-columns:1fr}.mega-divider{display:none}.buy-view,.item-expanded{grid-template-columns:1fr}}@media (max-width:760px){.goods-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:1fr}.sell-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.item-gallery{grid-template-columns:1fr;height:auto}.item-gallery-divider{display:none}.item-primary-image img{min-height:240px;height:auto}.image-lightbox-inner{grid-template-columns:1fr;justify-items:center}}.home-auth-link{display:inline-flex;align-items:center;justify-content:center}.sell-modal-backdrop{position:fixed;inset:0;z-index:60;background:rgba(14,13,11,.56);display:grid;place-items:center;padding:1rem}.sell-modal{width:min(760px,100%);max-height:calc(100vh - 2rem);overflow:auto;border-radius:14px;border:1px solid #cfcac2;background:var(--surface);padding:1rem}.message-negotiation-backdrop{display:flex;align-items:flex-start;justify-content:center;padding-top:clamp(4.5rem,10vh,7rem)}.message-negotiation-backdrop .sell-modal{max-height:calc(100vh - clamp(5.5rem, 12vh, 8rem))}.sell-modal-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem}.sell-modal-head h2{margin:0;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.sell-close{border:1px solid #c2bbb1;border-radius:10px;background:var(--surface);padding:.42rem .7rem;font:inherit;cursor:pointer}.attention-dialog-backdrop{position:fixed;inset:0;z-index:95;background:rgba(13,12,10,.56);-webkit-backdrop-filter:blur(1.2px);backdrop-filter:blur(1.2px);display:grid;place-items:center;padding:1rem}.attention-dialog{width:min(460px,100%);border-radius:14px;border:1px solid #d8c9af;background:#fffdf9;box-shadow:0 20px 38px rgba(54,42,21,.26);padding:1rem;display:grid;grid-gap:.85rem;gap:.85rem}.attention-dialog-head{display:flex;align-items:center;gap:.65rem}.attention-dialog-head h3{margin:0;font-size:1.1rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.attention-dialog-icon{width:1.9rem;height:1.9rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eaf4f1;color:#0f4e49;border:1px solid #b7d6cf;flex-shrink:0}.attention-dialog-icon svg{width:1rem;height:1rem;fill:currentColor}.attention-dialog p{margin:0;color:#2e2416;line-height:1.5}.attention-dialog-actions{display:flex;gap:.55rem;justify-content:flex-end}.attention-dialog-cancel{border:1px solid #c2bbb1;background:var(--surface);color:#3a2d19;border-radius:10px;padding:.48rem 1.05rem;font-weight:650;cursor:pointer}.attention-dialog-cancel:hover{border-color:var(--brand);background:var(--brand-soft);color:#0f4e49}.attention-dialog-ok{border:1px solid #0f766e;background:linear-gradient(135deg,#0f857c,#0b6d65);color:#fff;border-radius:10px;padding:.48rem 1.05rem;font-weight:700;letter-spacing:.01em;cursor:pointer}.attention-dialog-ok:hover{filter:brightness(1.04)}.sell-dropzone{border:2px dashed #b9aa93;border-radius:12px;background:var(--bg-accent);padding:.8rem;display:grid;justify-items:start;grid-gap:.45rem;gap:.45rem}.sell-dropzone.drag-over{border-color:#0f766e;background:#ecfbf8}.sell-dropzone p{margin:0}.sell-dropzone small{color:#6b6256}.sell-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.sell-image-tile{border:1px solid #cfcac2;border-radius:10px;background:var(--surface);overflow:hidden}.sell-image-tile img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.sell-image-tile button{width:100%;border:0;border-top:1px solid #cfcac2;background:var(--surface)5f5;color:#7f1d1d;cursor:pointer;padding:.4rem .5rem;font:inherit}.parcel-size-panel{border:1px solid #d6d0c6;border-radius:12px;background:#faf7f1;padding:.7rem;display:grid;grid-gap:.55rem;gap:.55rem}.parcel-size-panel h3{margin:0;font-size:1rem}.parcel-size-diagram{width:100%;max-width:260px;color:#51473a}.parcel-size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.45rem;gap:.45rem}.poc-links-strip{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;background:var(--bg-accent);border:1px solid var(--line);border-radius:12px;padding:.75rem}.poc-links-title{font-weight:700;color:#4d453a}.poc-links-list{display:flex;gap:.45rem;flex-wrap:wrap}.poc-link-pill{border:1px solid #c2bbb1;background:var(--surface);border-radius:999px;padding:.35rem .75rem;font-size:.88rem}.poc-link-pill.active{background:#dfeeea;border-color:#7fbfb5}.poc-link-pill.small{padding:.2rem .55rem;font-size:.78rem}.follow-row{margin-top:.35rem}.follow-row-item{align-items:center;gap:1rem}.follow-avatar{width:86px;height:86px;font-size:1.1rem}.follow-details{flex:1 1}.poc-shell{width:min(980px,94vw);margin:1rem auto 2rem;display:grid;grid-gap:.9rem;gap:.9rem}.order-details-shell{width:min(1274px,96vw)}.home-header-root{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.poc-shell>.home-header-root:first-child{margin-top:-1rem}.settings-shell{display:grid;grid-template-columns:minmax(200px,240px) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start}.settings-nav{position:-webkit-sticky;position:sticky;top:5.5rem;align-self:start;background:var(--bg-accent);border:1px solid var(--line);border-radius:14px;padding:.85rem;display:grid;grid-gap:.6rem;gap:.6rem}.settings-nav h2{margin:0;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-size:1.05rem;color:#2f2a22}.settings-links{display:grid;grid-gap:.35rem;gap:.35rem}.settings-link{display:block;padding:.45rem .6rem;border-radius:10px;border:1px solid transparent;color:var(--muted);font-weight:600}.settings-link:hover{background:var(--bg-accent);border-color:#d6d1c9;color:var(--ink)}.settings-link.active{background:var(--brand-soft);border-color:#8cc7bf;color:var(--ink)}.settings-content{min-width:0}.poc-nav{display:flex;gap:.5rem;flex-wrap:wrap;background:var(--bg-accent);border:1px solid #cfcac2;border-radius:12px;padding:.7rem;align-items:center;position:-webkit-sticky;position:sticky;top:.6rem;z-index:20}.poc-nav-brand{display:inline-flex;align-items:center;letter-spacing:.02em;margin-right:.2rem;color:#1d1a15}.poc-nav-link{border:1px solid #c2bbb1;border-radius:999px;background:var(--surface);padding:.35rem .7rem;font-size:.9rem}.poc-nav-link.active{background:#dfeeea;border-color:#7fbfb5}.poc-nav-user{margin-left:auto}.user-menu{position:relative;display:inline-flex;align-items:center;gap:.45rem}.messages-button{position:relative;width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:#1d1a15;font-size:1rem;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.messages-button:hover{border-color:var(--line);background:var(--bg-accent);box-shadow:0 6px 12px rgba(36,30,23,.08);transform:translateY(-1px)}.messages-button:focus-visible{outline:2px solid #0f766e;outline-offset:2px}.messages-glyph{display:inline-flex;width:22px;height:22px;line-height:1}.messages-glyph svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notifications-button{color:#1d1a15}.notifications-glyph{display:inline-flex;width:22px;height:22px;line-height:1}.notifications-glyph svg{width:22px;height:22px;fill:#fff;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.messages-unread-dot{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;border-radius:999px;background:#b31a26;color:#fff;font-size:.67rem;font-weight:700;display:grid;place-items:center;border:2px solid #fff;padding:0 .25rem}.user-menu-button{width:44px;height:44px;border-radius:999px;border:1px solid #c2bbb1;background:transparent;font-weight:700;letter-spacing:.02em;cursor:pointer;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.user-menu-button img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:999px;transform:scale(1.3)}.user-menu-panel{position:absolute;right:0;top:calc(100% + .5rem);min-width:190px;border:1px solid #cfcac2;background:var(--surface);border-radius:12px;padding:.4rem;display:grid;grid-gap:.25rem;gap:.25rem;z-index:20;box-shadow:0 12px 22px rgba(67,57,39,.12)}.user-menu-item{text-align:left;padding:.5rem .7rem;border-radius:10px;background:transparent;border:none;cursor:pointer;font-size:.92rem}.user-menu-dispute-link{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.user-menu-dispute-badge{min-width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;background:#b31a26;padding:0 .35rem}.user-menu-item:hover{background:var(--bg-accent)}.user-menu-logout{color:#a03a2c}.messages-popover{right:0;width:min(760px,94vw);height:min(66vh,540px);grid-template-columns:minmax(260px,320px) 1fr;overflow:hidden}.messages-popover,.notifications-popover{position:absolute;top:calc(100% + .55rem);border:1px solid var(--line);border-radius:14px;background:var(--bg);box-shadow:0 18px 34px rgba(67,57,39,.14);z-index:25;display:grid}.notifications-popover{right:48px;width:min(420px,92vw);max-height:min(66vh,560px);grid-gap:.6rem;gap:.6rem;padding:.8rem;overflow-x:hidden;overflow-y:auto}.notifications-list{display:grid;grid-gap:.65rem;gap:.65rem;overflow:visible;min-height:0;padding-right:.15rem}.notification-card{border:1px solid var(--line);border-radius:12px;padding:.65rem;display:grid;grid-gap:.6rem;gap:.6rem;background:var(--surface)}.notification-card-head{display:grid;grid-template-columns:44px 1fr;grid-gap:.55rem;gap:.55rem;align-items:center}.notification-card-head img,.notification-image-fallback{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid var(--line);background:#ece7df}.notification-review-btn{justify-self:start}.review-dialog-backdrop{position:fixed!important;inset:0!important;z-index:1200;background:rgba(22,20,17,.46);display:grid!important;place-items:center;padding:1.1rem}.review-dialog{width:min(980px,calc(100vw - 2.2rem));max-height:min(88vh,900px);overflow:auto;border-radius:14px;border:1px solid var(--line);background:var(--bg);box-shadow:0 18px 34px rgba(67,57,39,.14);padding:1.45rem;display:grid;grid-gap:1rem;gap:1rem;margin:0!important}.review-dialog-seller{border:1px solid var(--line);border-radius:10px;padding:.95rem;background:var(--surface)}.review-stars{display:inline-flex;gap:.35rem}.review-star{border:none;background:transparent;color:#c4c4c4;font-size:1.6rem;line-height:1;cursor:pointer;padding:.1rem .2rem}.review-star.active{color:#f5b301}.review-dialog textarea{width:100%;min-height:170px;resize:vertical}.review-dialog-error{margin:0 0 .25rem;border:1px solid #cfe0db;background:#eef5f3;border-radius:10px;padding:.65rem .8rem;color:#0f4e49}.messages-list-pane{border-right:1px solid var(--line);flex-direction:column;min-height:0}.messages-head,.messages-list-pane{background:var(--surface);display:flex}.messages-head{justify-content:space-between;align-items:baseline;padding:.8rem;border-bottom:1px solid var(--line)}.messages-head small{color:#7a7060}.messages-list{overflow:auto;min-height:0}.messages-state{color:#756b5d;padding:.85rem;margin:0}.message-row{width:100%;border:none;background:transparent;border-bottom:1px solid var(--line);text-align:left;padding:.72rem .8rem;cursor:pointer;display:grid;grid-gap:.15rem;gap:.15rem;transition:background .16s ease,box-shadow .16s ease}.message-row:hover{background:var(--bg-accent)}.message-row.active{background:#d7e9e5;box-shadow:inset 3px 0 0 #0f766e}.message-row.unread .message-sender,.message-row.unread .message-subject{font-weight:700}.message-sender{font-size:.82rem;color:#5e5649}.message-subject{color:#1f1a14;font-size:.94rem}.message-preview{color:#6d6559;font-size:.83rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messages-detail-pane{padding:.9rem 1rem;overflow:auto;background:var(--surface);position:relative}.messages-actions-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.55rem .8rem .75rem;border-top:1px solid var(--line);background:var(--surface)}.messages-primary-link{color:var(--ink);background:var(--brand-soft);border:1px solid transparent;border-radius:999px;padding:.28rem .65rem;text-decoration:none;font-size:.85rem;font-weight:700}.messages-subtle-link{color:#5b5244;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:.28rem .65rem;text-decoration:none;font-size:.77rem}.messages-primary-link:hover,.messages-subtle-link:hover{text-decoration:none;background:var(--bg-accent);filter:none}.message-item-preview{width:100%;margin:0 0 .75rem;padding:.52rem .58rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);display:grid;grid-template-columns:52px minmax(0,1fr);grid-gap:.62rem;gap:.62rem;align-items:center;text-align:left;cursor:pointer;text-decoration:none;color:inherit}.message-item-preview:hover{border-color:var(--line);background:var(--bg-accent);box-shadow:0 6px 12px rgba(36,30,23,.08)}.message-item-preview img,.message-item-preview-fallback{width:52px;height:52px;border-radius:8px;display:block}.message-item-preview img{object-fit:cover;border:1px solid #dbcfbf}.message-item-preview-fallback{background:linear-gradient(135deg,#efe6d7,#e3d8c6);border:1px solid #dbcfbf}.message-item-preview-title{min-width:0;font-size:1.01rem;font-weight:700;color:#1f1a14;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-item-preview-copy{min-width:0;display:grid;grid-gap:.15rem;gap:.15rem}.message-item-preview-price{min-width:0;color:#6b6256;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dispute-order-items{gap:.85rem}.dispute-item-preview{margin:0;grid-template-columns:64px minmax(0,1fr);padding:.7rem .8rem}.message-set-preview{grid-template-columns:74px minmax(0,1fr)}.message-set-preview-stack{position:relative;display:block;width:74px;height:52px}.message-set-preview-thumb{position:absolute;top:0;width:42px;height:52px;border-radius:8px;border:1px solid #dbcfbf;background:#f3ece1;overflow:hidden;box-shadow:0 2px 7px rgba(45,37,27,.12)}.message-set-preview-thumb img{width:100%;height:100%;object-fit:cover}.message-set-preview-thumb .message-item-preview-fallback{width:100%;height:100%}.message-set-preview-thumb-0{left:0;z-index:3}.message-set-preview-thumb-1{left:14px;z-index:2}.message-set-preview-thumb-2{left:28px;z-index:1}.message-set-preview-extra{position:absolute;right:-2px;bottom:-6px;min-width:24px;height:20px;padding:0 .35rem;border-radius:999px;border:1px solid #c8bcaa;background:#fff;color:#3f372c;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;z-index:4}.chat-shell-head{position:relative;display:flex;align-items:center;justify-content:center;gap:.65rem;margin-bottom:.55rem;min-height:30px}.chat-shell-head h3{margin:0;font-size:1.02rem;line-height:1.2;text-align:center;color:#0f766e;font-weight:600}.message-info-btn{width:28px;height:28px;border-radius:999px;border:1px solid #0f766e;background:#fff;color:#0f766e;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.message-info-btn:hover{background:#e8f5f2}.chat-shell-head .message-info-btn{position:absolute;right:0;top:50%;transform:translateY(-50%)}.message-conversation-top-actions{margin:0 0 .7rem}.message-offer-wide{width:100%;display:block;padding:.56rem .8rem;border:1px solid #0f766e!important;border-radius:999px!important;background:#fff!important;color:#0f766e!important;font-weight:700!important}.message-offer-wide:hover:not(:disabled){background:#e8f5f2!important}.messages-detail-pane .chat-shell-head,.messages-detail-pane .message-item-preview,.messages-page-detail .chat-shell-head,.messages-page-detail .message-item-preview{margin-bottom:3px}.messages-detail-pane .chat-composer-form-top,.messages-detail-pane .message-conversation-top-actions,.messages-page-detail .chat-composer-form-top,.messages-page-detail .message-conversation-top-actions{margin:0 0 3px}.messages-detail-pane .chat-composer-form textarea,.messages-page-detail .chat-composer-form textarea{margin-bottom:3px}.messages-detail-pane .chat-composer-actions,.messages-page-detail .chat-composer-actions{margin-top:3px}.message-article h4{margin:0 0 .55rem;font-size:1.08rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.message-article p{margin:0 0 .9rem;color:#635a4d;font-size:.88rem}.message-body{white-space:pre-wrap;line-height:1.45;color:#1f1a14}.message-body a{color:#0f766e;text-decoration:underline;word-break:break-all}.messages-page-card{min-height:min(82vh,900px)}.support-callout-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:.9rem;margin:0 0 .9rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.support-callout-card.open{align-items:flex-start}.support-callout-content{display:grid;grid-gap:.25rem;gap:.25rem;min-width:0;flex:1 1}.support-callout-btn{border:1px solid #0f766e;border-radius:999px;background:#fff;color:#0f766e;padding:.44rem .82rem;font:inherit;font-size:.9rem;font-weight:700;line-height:1.2;cursor:pointer;white-space:nowrap}.support-callout-btn:hover:not(:disabled){background:#e8f5f2}.support-callout-card p{margin:.25rem 0 0;color:#5b5244;font-size:.88rem}.support-chooser-inline{margin-top:.65rem;display:grid;grid-gap:.7rem;gap:.7rem}.support-chooser-hint{margin:.35rem 0 0}.support-chooser-grid{display:grid;grid-gap:.45rem;gap:.45rem}.support-chooser-option{display:flex;gap:.5rem;align-items:center}.support-chooser-field{display:grid;grid-gap:.35rem;gap:.35rem}.support-chooser-actions{display:flex;gap:.5rem;flex-wrap:wrap}.messages-page-grid{display:grid;grid-template-columns:minmax(280px,360px) 1fr;grid-gap:0;gap:0;min-height:min(70vh,760px);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}.messages-page-detail,.messages-page-list{min-height:0}.messages-page-list{border:0;border-right:1px solid var(--line);border-radius:0;background:var(--surface);overflow:auto}.messages-page-card .poc-ghost,.messages-popover .poc-ghost{border:1px solid var(--line)!important;background:var(--surface)!important;color:#1d1a15!important}.messages-page-card .poc-ghost:hover,.messages-popover .poc-ghost:hover{border-color:var(--line)!important;background:var(--bg-accent)!important}.message-details-backdrop{position:absolute;inset:0;background:rgba(17,16,14,.4);display:flex;align-items:flex-start;justify-content:flex-start;padding:.45rem;z-index:8}.message-details-modal{width:calc(100% - 2px);margin:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden;max-height:calc(100% - 2px);overflow-y:auto}.message-details-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:.75rem .9rem}.message-details-head h3{margin:0;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.message-details-close{border:none;background:transparent;font-size:2rem;line-height:1;cursor:pointer;color:#2a2722}.message-details-item{display:grid;grid-template-columns:92px 1fr;grid-gap:.65rem;gap:.65rem;align-items:start;padding:.9rem;border-bottom:1px solid var(--line)}.message-details-item img{width:92px;height:92px;border-radius:10px;object-fit:cover;border:1px solid var(--line)}.message-details-actions{display:grid;grid-gap:0;gap:0;padding:0}.message-details-user{border:none;background:transparent;color:#0f766e;font-size:1rem;font-weight:600;padding:0;text-align:left;cursor:pointer}.message-details-user:hover{text-decoration:underline}.message-details-action-row{width:100%;border:0;border-top:1px solid var(--line);background:transparent;padding:.95rem .9rem;text-align:left;cursor:pointer;display:inline-flex;align-items:center;gap:.7rem;color:#1d1a15;font-size:1.03rem;font-weight:600}.message-details-action-row:hover{background:var(--bg-accent)}.message-action-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;font-size:1.26rem;line-height:1;flex:0 0 26px}.message-action-icon.avatar{width:36px;height:36px;border-radius:999px;border:1px solid #d6c9b8;background:#f2eee7;font-size:.91rem;font-weight:700;color:#51493f;flex:0 0 36px}.message-action-icon.help{border-radius:999px;border:2px solid #0f8f9b;color:#0f8f9b;font-size:.98rem;font-weight:700}.message-action-icon.block,.message-action-icon.delete,.message-action-icon.report{color:#d74b59}.message-details-block{color:#1d1a15}.dispute-timeline{gap:.75rem}.dispute-bubble{width:min(76%,700px);border:1px solid var(--line);border-radius:16px;background:#fff;padding:.72rem .85rem}.dispute-bubble-row.other .dispute-bubble{background:#fff}.dispute-bubble-row.own .dispute-bubble{background:#dff0ea;border-color:#bbd8cf}.chat-entry-main{grid-template-columns:36px minmax(0,1fr);gap:.62rem}.chat-entry-avatar{width:36px;height:36px}.chat-entry-avatar.initials{background:#edd5df!important;border-color:#d8bcc8;color:#614a55}.chat-entry-content strong{font-size:1.02rem}.messages-page-detail{min-width:0;position:relative}.footer-page-shell{width:min(1180px,96vw)}.footer-page-card{padding:1.2rem}.footer-page-breadcrumb{margin:0 0 .55rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.84rem;color:#655b4f}.footer-page-breadcrumb-item{display:inline-flex;align-items:center;gap:.35rem}.footer-page-breadcrumb-item a{color:#3f3a32;text-decoration:underline;text-underline-offset:2px}.footer-page-breadcrumb-current{color:#4d4439;font-weight:600}.footer-page-hero{border:1px solid #d8ccbb;border-radius:14px;padding:1rem;margin-bottom:1rem;background:linear-gradient(135deg,#f6f2ea,#f1ece3)}.footer-page-kicker{display:inline-flex;border:1px solid #c7baa6;background:#fffaf2;border-radius:999px;padding:.22rem .65rem;font-size:.78rem;font-weight:700;color:#5f5548;margin-bottom:.55rem}.footer-page-hero h1{margin:0;font-size:clamp(1.5rem,2.4vw,2rem)}.footer-page-hero p{margin:.45rem 0 0;color:#5f564a}.footer-page-meta{font-size:.88rem}.footer-page-toc{margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.55rem}.footer-page-toc a{border:1px solid var(--line);border-radius:999px;background:var(--surface);color:#3f3a32;text-decoration:none;font-size:.84rem;padding:.3rem .7rem}.footer-page-toc a:hover{border-color:var(--brand);background:var(--brand-soft);color:#0f4e49}.footer-page-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:.7rem;gap:.7rem;margin-bottom:1rem}.footer-action-card{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:.75rem;display:grid;grid-gap:.32rem;gap:.32rem;color:#2a261f;text-decoration:none;transition:border-color .12s ease,transform .12s ease}.footer-action-card:hover{border-color:var(--brand);background:var(--brand-soft);transform:translateY(-1px)}.footer-action-card:focus-visible{outline:2px solid #0f5ea8;outline-offset:2px}.footer-action-card strong{font-size:.95rem}.footer-action-card span{color:#63594c;font-size:.86rem}.footer-page-sections{display:grid;grid-gap:.8rem;gap:.8rem}.footer-page-section{border:1px solid #e2d9cb;border-radius:12px;background:#fffdf8;padding:.9rem;scroll-margin-top:96px}.footer-page-section h2{margin:0 0 .45rem;font-size:1.1rem}.footer-page-section p{margin:0 0 .5rem;color:#4d4439;line-height:1.5}.footer-page-section ul{margin:0;padding-left:1rem;color:#4d4439;display:grid;grid-gap:.28rem;gap:.28rem}.footer-page-related{margin-top:1rem;border-top:1px solid #e8dfd2;padding-top:.85rem}.footer-page-related h3{margin:0 0 .55rem;font-size:.95rem;color:#52483b}.footer-page-related-grid{display:flex;flex-wrap:wrap;gap:.5rem}.footer-page-related-grid a{border:1px solid #d8ccbb;border-radius:10px;background:#fff;color:#2f2a22;text-decoration:none;font-size:.84rem;padding:.3rem .62rem}.footer-page-related-grid a:hover{border-color:var(--brand);background:var(--brand-soft);color:#0f4e49}@media (max-width:840px){.messages-popover{left:0;right:auto;grid-template-columns:1fr;height:min(78vh,680px)}.messages-list-pane{border-right:none;border-bottom:1px solid #e7ddd0;max-height:42%}.messages-page-grid{grid-template-columns:1fr}.footer-page-card{padding:.9rem}}.poc-card{background:var(--surface);border:1px solid #cfcac2;border-radius:14px;padding:1rem}.poc-card h1{margin:0 0 .5rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.listings-filter-block{margin-bottom:1rem}.listings-filter-shell{padding:.75rem .8rem}.listings-filter-head{margin-bottom:.24rem}.listings-category-path{margin:0 0 .56rem;display:inline-flex;align-items:center;max-width:100%;padding:.26rem .62rem;border:1px solid #d8e8e4;border-radius:999px;background:#edf6f3;color:#5f5649;font-size:.83rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listings-filter-controls{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));grid-gap:.45rem;gap:.45rem;align-items:center;margin-bottom:.56rem}.listings-filter-controls .listings-filter-select{min-height:38px;padding:.48rem .62rem;font-size:.92rem}.listings-filter-select{border:1px solid #cfcac2;border-radius:10px;padding:.55rem .7rem;min-height:40px;background:var(--surface);color:#2b261f;font:inherit;font-size:.95rem;transition:border-color .14s ease,box-shadow .14s ease}.listings-filter-select option{background:var(--surface);color:#2a241d}.listings-filter-select option:checked{background:var(--brand-soft);color:#1d1a15}.listings-filter-input{border:1px solid #cfcac2;border-radius:10px;padding:.55rem .7rem;min-height:40px;background:var(--surface);color:#2b261f;font:inherit;font-size:.95rem;transition:border-color .14s ease,box-shadow .14s ease}.listings-filter-input:focus,.listings-filter-input:focus-visible,.listings-filter-select:focus,.listings-filter-select:focus-visible{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.15);outline:none}.listings-filter-select:disabled{opacity:.72;cursor:not-allowed}.listings-advanced-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.2rem}.listings-filter-select-sm{max-width:220px}.listings-control-sort{width:220px;flex:0 0 220px}.listings-price-range{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;align-items:center}.listings-filter-input-half{width:132px;min-height:40px;font-size:.9rem}.listings-filter-clear{border-radius:999px!important;padding:.5rem .95rem!important;min-height:40px;font-size:.9rem!important;white-space:nowrap}.poc-ghost.listings-filter-clear{color:var(--brand)!important;font-weight:700!important;border-color:#7fbfb5!important}.poc-ghost.listings-filter-clear:hover{background:#eaf4f1!important}.listings-filter-clear-inline{margin-left:auto}.listings-dropdown-row{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;margin-bottom:0;overflow:visible}.listings-dropdown-row-inline{margin-right:.1rem}.listings-dropdown-filter{position:relative;flex:0 0 auto}.listings-dropdown-trigger{border:1px solid #cfcac2;border-radius:10px;min-height:40px;padding:.55rem .9rem;background:var(--surface);color:#2b261f;font:inherit;font-size:.95rem;font-weight:500;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease}.listings-dropdown-trigger.active{border-color:#0f766e;background:var(--surface);box-shadow:0 0 0 3px rgba(15,118,110,.15)}.listings-dropdown-trigger:focus,.listings-dropdown-trigger:focus-visible{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.15);outline:none}.listings-dropdown-menu{position:absolute;left:0;top:calc(100% + .35rem);z-index:60;min-width:260px;max-width:min(340px,calc(100vw - 4rem));max-height:300px;overflow:auto;border:1px solid #e3dacd;border-radius:12px;background:var(--surface);padding:.5rem .62rem;box-shadow:0 12px 26px rgba(47,40,31,.12);display:none}.listings-dropdown-menu.open{display:block}.listings-check-list{display:grid;grid-gap:.28rem;gap:.28rem}.listings-check-item{display:flex;align-items:center;gap:.42rem;padding:.14rem 0;font-size:.88rem;color:#2b241d}.listings-check-item input[type=checkbox]{width:16px;height:16px;accent-color:#0f766e}.listings-check-item-color{display:grid;grid-template-columns:auto 1fr auto}.listings-color-dot{width:14px;height:14px;border-radius:999px;border:1px solid rgba(34,29,22,.24)}.listings-color-name{line-height:1.2}@media (max-width:980px){.listings-filter-controls{grid-template-columns:repeat(2,minmax(170px,1fr))}.listings-advanced-controls{gap:.45rem}.listings-control-sort{flex:1 1 180px;width:auto}.listings-price-range{grid-template-columns:repeat(2,minmax(110px,1fr));gap:.42rem}.listings-dropdown-menu{min-width:240px;max-width:min(300px,calc(100vw - 3rem))}.listings-filter-clear-inline{margin-left:0}.listings-category-path{display:block;border-radius:10px;white-space:normal;overflow:visible}}@media (max-width:640px){.listings-filter-controls{grid-template-columns:1fr}.listings-advanced-controls{gap:.4rem}.listings-control-sort{flex:1 1 100%;width:100%}.listings-price-range{grid-template-columns:1fr 1fr;width:100%}.listings-filter-input-half{width:100%}.listings-dropdown-menu{min-width:220px;max-width:calc(100vw - 2.2rem)}.listings-dropdown-row{overflow-x:auto;scrollbar-width:thin;width:100%}}.poc-muted{color:#6b6256;margin:0 0 .75rem}.order-action-required{display:inline-flex;margin-top:.35rem;padding:.12rem .5rem;border-radius:999px;border:1px solid #b7d6cf;background:#eaf4f1;color:#0f4e49;font-size:.78rem;font-weight:600}.poc-status{margin:0 0 .75rem;padding:.55rem .7rem}.floating-toast,.poc-status{border:1px solid #cfe0db;background:#eef5f3;border-radius:10px}.floating-toast{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:1200;padding:.6rem .85rem;box-shadow:0 8px 18px rgba(40,43,41,.16)}.poc-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:.9rem;gap:.9rem}.poc-form{display:grid;grid-gap:.55rem;gap:.55rem}.chat-composer-form{gap:0}.chat-composer-form-top{margin:0 0 .55rem}.chat-composer-actions{justify-content:flex-end;margin-top:0}.chat-composer-form textarea{margin:0}.chat-composer-form textarea:focus,.chat-composer-form textarea:focus-visible,.chat-composer-form textarea:invalid,.chat-composer-form textarea:invalid:focus,.chat-composer-form textarea:invalid:focus-visible{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.15);outline:none}.chat-composer-form .message-entry-actions{margin-top:0}.chat-composer-form .message-entry-actions:empty{display:none}.poc-label{font-weight:600;color:#5d5448}.poc-avatar-row{display:grid;grid-template-columns:72px 1fr;grid-gap:.75rem;gap:.75rem;align-items:center}.poc-avatar{width:72px;height:72px;border-radius:999px;border:1px solid #d6d1c9;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#7a6d5a;font-weight:700}.poc-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:999px;transform:scale(1.3)}.poc-avatar-fields{display:grid;grid-gap:.35rem;gap:.35rem}.poc-subcard.danger{border-color:#cfe0db;background:#eef5f3}.poc-danger{border:1px solid #0f766e;background:#eef5f3;color:#0f4e49;border-radius:999px;padding:.4rem .85rem;cursor:pointer;font-weight:600}.poc-stack{display:grid;grid-gap:.8rem;gap:.8rem}.poc-subcard{border:1px solid #e3d8c6;border-radius:12px;padding:.8rem;background:var(--surface)}.poc-buying-order-link{display:block;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease}.poc-buying-order-link:hover{border-color:#0f766e;box-shadow:0 8px 22px rgba(36,30,23,.07)}.poc-buying-order-link:focus-visible{outline:2px solid #6f8f5a;outline-offset:2px}.order-acceptance-card .poc-row{gap:.6rem}.dispute-modal{width:min(860px,100%);padding:1.1rem}.dispute-intro{margin:.5rem 0 .9rem}.dispute-form{gap:.85rem}.dispute-field{display:grid;grid-gap:.35rem;gap:.35rem}.dispute-field>span{font-weight:600;color:#4e463b}.dispute-counter{justify-self:end;color:#6b6256}.dispute-dropzone{justify-items:center;text-align:center;padding:1rem;gap:.55rem}.dispute-dropzone button{min-width:148px}.dispute-image-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.dispute-actions{justify-content:flex-end;gap:.6rem}.partial-refund-slider-wrap{margin-top:.55rem;display:grid;grid-gap:.45rem;gap:.45rem}.partial-refund-slider-wrap input[type=range]{width:100%}.partial-refund-slider-value{justify-self:end;font-weight:600;color:#4e463b}.dispute-evidence-grid{margin-top:.45rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));grid-gap:.45rem;gap:.45rem}.dispute-evidence-thumb{border:1px solid #cfcac2;border-radius:10px;overflow:hidden;padding:0;background:var(--surface);cursor:pointer}.dispute-evidence-thumb img{width:100%;height:86px;object-fit:cover;display:block}.dispute-timeline{display:grid;grid-gap:.55rem;gap:.55rem}.dispute-bubble-row{display:flex}.dispute-bubble-row.with-avatar{align-items:stretch}.dispute-bubble-row.own{justify-content:flex-end}.dispute-bubble-row.other{justify-content:flex-start}.dispute-bubble{width:min(78%,720px);border:1px solid #cfcac2;border-radius:14px;background:var(--surface);padding:.6rem .7rem}.chat-entry-main{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:.55rem;gap:.55rem;align-items:start}.chat-entry-content{min-width:0}.dispute-bubble-row.own .dispute-bubble{background:#eaf8ef;border-color:#badcbf}.dispute-bubble.event{background:#f6f5f1;border-color:#d9d5ca}.chat-entry-avatar{width:34px;height:34px;border-radius:999px;border:1px solid #cfcac2;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#f2f0ec;color:#413b33;font-weight:700;font-size:.72rem}.chat-entry-avatar img{width:100%;height:100%;object-fit:cover;display:block}.chat-entry-avatar.initials span{line-height:1}.chat-entry-avatar.system{background:linear-gradient(145deg,#e6edf9,#d9e6ff);color:#234e8b;border-color:#b8c9e5;flex-direction:column;gap:0}.chat-entry-avatar.system svg{width:14px;height:14px;fill:currentColor;margin-bottom:-1px}.chat-entry-avatar.system span{font-size:.45rem;letter-spacing:.04em;font-weight:800}.message-entry-actions{margin-top:.55rem;display:flex;flex-wrap:wrap;gap:.45rem}.message-entry-actions>button{border:1px solid #0f766e;border-radius:10px;background:#0f766e;color:#fff;padding:.38rem .72rem;cursor:pointer;font:inherit;font-weight:600;line-height:1.2}.message-entry-actions>button:disabled{opacity:.74;cursor:not-allowed}.message-entry-actions>button.poc-ghost{border-color:#c2bbb1!important;background:var(--surface)!important;color:#1d1a15!important}.message-entry-actions>button.poc-ghost:hover:not(:disabled){border-color:var(--line)!important;background:var(--bg-accent)!important}.negotiation-price-accepted{display:inline-flex;align-items:center;gap:.5rem;padding:.2rem .45rem;border:1px solid #d7d2c6;border-radius:10px;background:#f7f5f1;font-weight:600}.negotiation-price-accepted .old-price{text-decoration:line-through;color:#7d7669}.negotiation-price-accepted .new-price{color:#0f7f75}.negotiation-price-proposed{background:#f2f9f6;border-color:#c7ddd6}.listing-preview-modal{width:min(1180px,98vw)}.poc-row.spread{justify-content:space-between;align-items:center}.followed-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.followed-toolbar-actions{display:inline-flex;align-items:flex-end;gap:.55rem;flex-wrap:wrap}.followed-filter{display:inline-flex;align-items:center}.followed-filter select{min-width:150px;border:1px solid #c2bbb1;border-radius:999px;background:var(--surface);line-height:1.2}.followed-delete-sold-btn,.followed-filter select{padding:.5rem 1rem;font-size:.95rem;font-weight:700}.buyings-filter-panel{margin-bottom:.75rem;display:grid;grid-gap:.7rem;gap:.7rem}.buyings-filter-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.buyings-filter-title-wrap{display:grid;grid-gap:.2rem;gap:.2rem}.buyings-filter-title-wrap p{margin:0}.buyings-filter-clear{align-self:center;font-weight:700}.buyings-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.buyings-filter-field{display:grid;grid-gap:.28rem;gap:.28rem}.buyings-filter-field>span{font-size:.8rem;font-weight:600;color:#61584b}.date-parts-input{display:grid;grid-template-columns:90px minmax(130px,1fr) 110px;grid-gap:.45rem;gap:.45rem}.birthday-date-parts{grid-template-columns:90px fit-content(11ch) 110px}.buyings-filter-field input,.buyings-filter-field select{width:100%;border:1px solid #d6cfc2;border-radius:10px;background:#fff;color:#2f2a22;padding:.52rem .62rem;font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.buyings-filter-field input:focus,.buyings-filter-field select:focus{border-color:#0f7f75;box-shadow:0 0 0 3px rgba(15,127,117,.13);outline:none}.calendar-date-input{position:relative}.calendar-date-trigger{width:100%;border:1px solid #d6cfc2;border-radius:10px;background:#fff;color:#2f2a22;padding:.52rem .62rem;font:inherit;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.calendar-date-trigger.open,.calendar-date-trigger:focus-visible{border-color:#0f7f75;box-shadow:0 0 0 3px rgba(15,127,117,.13);outline:none}.calendar-popover{position:absolute;z-index:80;top:calc(100% + 6px);left:0;width:320px;border:1px solid #d6cfc2;border-radius:12px;background:#fff;box-shadow:0 16px 28px rgba(39,32,24,.18);padding:.6rem}.calendar-head{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;grid-gap:.35rem;gap:.35rem}.calendar-head-selects{display:grid;grid-template-columns:1fr 84px;grid-gap:.35rem;gap:.35rem}.calendar-head-selects select{border:1px solid #cfc8bc;border-radius:8px;padding:.25rem .4rem;font:inherit;background:#fff}.calendar-nav-btn{border:none;background:transparent;font-size:1.1rem;color:#5f564a;cursor:pointer;line-height:1}.calendar-weekdays{margin-top:.5rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.2rem;gap:.2rem}.calendar-weekdays span{text-align:center;font-size:.74rem;color:#756c60;font-weight:600}.calendar-grid{margin-top:.25rem;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.2rem;gap:.2rem}.calendar-day{border:1px solid transparent;border-radius:8px;background:transparent;padding:.32rem 0;font:inherit;cursor:pointer}.calendar-day.outside{color:#aba497}.calendar-day.selected{background:#e8f7f2;border-color:#2ea892;font-weight:700}.calendar-day:hover{background:#f3f8f6}.calendar-actions{margin-top:.45rem;display:flex;justify-content:flex-start}.calendar-clear-btn{border:1px solid #cfc8bc;border-radius:8px;background:#f9f7f2;color:#3f372d;padding:.22rem .58rem;font:inherit;cursor:pointer}.poc-buyings-list{margin-top:.75rem;display:grid;grid-gap:.6rem;gap:.6rem}.poc-buying-item{display:grid;grid-template-columns:56px 1fr;grid-gap:.6rem;gap:.6rem;align-items:center}.poc-buying-item.followed-row{grid-template-columns:56px 1fr auto;cursor:pointer}.poc-buying-item.followed-row.active{background:var(--bg-accent);border-radius:12px;padding:.35rem}.poc-followed-actions{display:flex;align-items:center;gap:.45rem}.poc-icon-btn{width:34px;height:34px;border-radius:10px;border:1px solid #d9c8b2;background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.poc-icon-btn svg{width:18px;height:18px}.card-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.card-number{font-weight:700;letter-spacing:.08em}.poc-buying-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;border:1px solid #d6d1c9;background:var(--bg-accent);display:flex;align-items:center;justify-content:center}button.poc-buying-thumb{padding:0;cursor:pointer}.poc-buying-thumb img{width:100%;height:100%;object-fit:cover;display:block}.poc-buying-thumb.lg{width:96px;height:96px}.poc-thumb-wrap{position:relative;width:64px;height:64px}.poc-thumb-wrap .heart-btn{position:absolute;top:-8px;right:-8px;box-shadow:0 6px 12px rgba(67,57,39,.12)}.poc-buying-fallback{width:100%;height:100%;background:linear-gradient(135deg,#ede2d0,#f9f3e8)}.poc-buying-title{font-weight:600}button.poc-buying-title{border:none;background:transparent;padding:0;margin:0;text-align:left;font:inherit;color:inherit;cursor:pointer}.poc-buyings-actions{margin-top:.65rem}.poc-buying-detail{display:grid;grid-template-columns:auto 1fr;grid-gap:.9rem;gap:.9rem;align-items:start}.poc-buying-meta{margin-top:.5rem;display:grid;grid-gap:.2rem;gap:.2rem;color:#5d5448}.seller-listings-buyings-style .goods-grid{grid-template-columns:minmax(0,1fr);gap:.8rem}.seller-listings-buyings-style .card{border:1px solid #e3d8c6;border-radius:12px;display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:.6rem;gap:.6rem;padding:.8rem;overflow:visible}.seller-listings-buyings-style .card:hover{transform:none;border-color:#0f766e;box-shadow:0 8px 22px rgba(36,30,23,.07)}.seller-listings-buyings-style .visual{aspect-ratio:auto;width:56px;height:56px;border-radius:12px;border:1px solid #d6d1c9;background:var(--bg-accent)}.seller-listings-buyings-style .meta-chip{display:none}.seller-listings-buyings-style .card-body{padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column-gap:.7rem;column-gap:.7rem;grid-row-gap:.2rem;row-gap:.2rem;align-items:center}.seller-listings-buyings-style .card-name{margin:0;font-family:inherit;font-size:1rem}.seller-listings-buyings-style .card-desc{margin:0}.seller-listings-buyings-style .card-price{margin:0;grid-column:2;grid-row:1/span 2}.shipment-path{list-style:none;margin:.85rem 0 0;padding:.2rem 0;display:flex;gap:0;overflow-x:auto}.shipment-step{min-width:152px;display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;align-items:start;grid-column-gap:.55rem;column-gap:.55rem;position:relative;flex:1 0 auto}.shipment-bubble{width:34px;height:34px;border-radius:999px;border:2px solid #c2bbb1;background:var(--surface);color:#7a6d5a;font-weight:700;font-size:.83rem;display:flex;align-items:center;justify-content:center;grid-row:1;grid-column:1;z-index:2}.shipment-connector{position:absolute;top:17px;left:34px;right:0;height:2px;background:#e1d3c0}.shipment-step-text{grid-column:1/span 2;margin-top:.45rem;display:grid;grid-gap:.18rem;gap:.18rem}.shipment-step-label{font-size:.9rem;font-weight:600;color:#433f37}.shipment-step-state{font-size:.78rem;color:#7a6d5a}.shipment-step.completed .shipment-bubble{border-color:#0f766e;background:#e7f6f2;color:#0f766e}.shipment-step.completed .shipment-connector{background:#0f766e}.shipment-step.current .shipment-bubble{box-shadow:0 0 0 4px rgba(15,118,110,.16)}.shipment-step.return-branch .shipment-connector{background:#c62828}.shipment-step.returned .shipment-bubble{border-color:#c62828;background:#fdeaea;color:#c62828}.shipment-step.returned .shipment-step-label,.shipment-step.returned .shipment-step-state{color:#a31515}.shipment-step.returned.current .shipment-bubble{box-shadow:0 0 0 4px rgba(198,40,40,.16)}@media (max-width:760px){.shipment-path{flex-direction:column;gap:.45rem;overflow-x:visible}.shipment-step{min-width:0;grid-template-columns:34px 1fr;padding-bottom:.2rem}.shipment-connector{top:34px;left:17px;right:auto;width:2px;height:calc(100% - 6px)}.shipment-step-text{grid-column:2;margin-top:.12rem}.dispute-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dispute-actions{justify-content:stretch;display:grid;grid-template-columns:1fr}}.poc-buy-actions{margin-top:.7rem}.password-input-wrap{position:relative;display:flex;align-items:center}.poc-form input,.poc-form select,.poc-form textarea{border:1px solid #cfcac2;border-radius:10px;padding:.55rem .7rem;background:var(--surface)eff;font:inherit}form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):-moz-ui-invalid:focus,form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):-moz-ui-invalid:focus-visible,form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):focus,form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):focus-visible,form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):invalid:focus,form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):invalid:focus-visible,form select:-moz-ui-invalid:focus,form select:-moz-ui-invalid:focus-visible,form select:focus,form select:focus-visible,form select:invalid:focus,form select:invalid:focus-visible,form textarea:-moz-ui-invalid:focus,form textarea:-moz-ui-invalid:focus-visible,form textarea:focus,form textarea:focus-visible,form textarea:invalid:focus,form textarea:invalid:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px rgba(15,118,110,.15);outline:none}form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):-moz-ui-invalid,form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=reset]):not([type=range]):not([type=color]):invalid,form select:-moz-ui-invalid,form select:invalid,form textarea:-moz-ui-invalid,form textarea:invalid{border-color:var(--brand);box-shadow:none}.password-input-wrap input{width:100%;padding-right:2.35rem}.auth-form input{height:44px;border-color:#d5ccc0;background:#fffefb;border-radius:11px;transition:border-color .14s ease,box-shadow .14s ease}.auth-form .password-input-wrap{height:44px}.auth-form .password-input-wrap input{height:100%}.auth-form select{height:44px;border-color:#d5ccc0;background:#fffefb;border-radius:11px;transition:border-color .14s ease,box-shadow .14s ease}.auth-form input::placeholder{color:#7a7368}.auth-form input:focus,.auth-form select:focus{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.15);outline:none}.auth-page-card{background:radial-gradient(circle at top right,rgba(15,118,110,.06),transparent 44%),#fcfaf6}.auth-page-head{margin-bottom:.45rem}.auth-page-head h1{margin:0}.auth-grid{align-items:start;gap:1.1rem}.auth-pane{border:1px solid #e2d7c7;border-radius:14px;background:#fffdfa;padding:1rem;box-shadow:0 6px 18px rgba(44,37,25,.04)}.auth-pane h2{margin:0 0 .35rem}.auth-form{gap:.65rem}.auth-actions{margin-top:.2rem}.auth-actions button{min-width:92px}.auth-verify-block{margin-top:1rem;border:1px solid #e2d7c7;border-radius:14px;background:#fffdfa;padding:1rem}.poc-form button,.poc-list-row button,.poc-row button{border:1px solid #0f766e;border-radius:10px;background:#0f766e;color:#fff;padding:.5rem .75rem;cursor:pointer;font:inherit;font-weight:600}.poc-form button:disabled,.poc-row button:disabled{opacity:.74;cursor:not-allowed}.poc-form .password-input-toggle{position:absolute;right:.45rem;top:50%;transform:translateY(-50%);width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;padding:0!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#4b4338!important;font-weight:400}.poc-form .password-input-toggle:hover{background:#f1ece3!important}.poc-form .password-input-toggle:focus-visible{outline:2px solid #0f5ea8;outline-offset:1px}.password-input-toggle svg{width:1.05rem;height:1.05rem;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sell-condition-list{border:1px solid #ded5c9;border-radius:10px;background:#fcfaf6;padding:.65rem .75rem .75rem}.sell-condition-list h3{margin:0 0 .45rem;font-size:.98rem;font-family:Iowan Old Style,Baskerville,Times New Roman,serif}.sell-condition-options{display:grid;grid-gap:.42rem;gap:.42rem}.sell-condition-row{position:relative}.sell-condition-choice{display:inline-flex;align-items:center;gap:.5rem;color:#2b261f;cursor:pointer}.sell-condition-label-wrap{display:inline-flex;align-items:center;gap:.35rem}.sell-condition-help-wrap{position:relative;display:inline-flex}.sell-condition-choice input{width:1rem;height:1rem;margin:0;accent-color:#0f766e}.sell-colour-list{border:0;border-radius:0;background:transparent;padding:0}button.sell-colour-trigger{width:100%;min-height:0;border:1px solid #cfcac2;border-radius:10px;background:var(--surface);color:#2b261f;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.55rem .7rem;text-align:left;cursor:pointer}.sell-colour-trigger-title{font-size:.95rem;font-weight:500;font-family:inherit}.sell-colour-trigger-value{font-size:.94rem;color:#6f6658}.sell-colour-trigger-chevron{font-size:1rem;color:#6f6658;transition:transform .12s ease}.sell-colour-trigger-chevron.open{transform:rotate(180deg)}.sell-colour-options{margin-top:.4rem;border:1px solid #e3dacd;border-radius:10px;background:#fff;max-height:260px;overflow:auto}.sell-colour-item{padding:.45rem .58rem;border-bottom:1px solid #eee7dc}.sell-colour-item:last-child{border-bottom:none}.sell-colour-item.disabled{opacity:.56}.sell-colour-item input[type=checkbox]{width:18px;height:18px;accent-color:#0f766e}.sell-colour-dot{width:18px;height:18px}.sell-listing-form input:focus,.sell-listing-form input:focus-visible,.sell-listing-form input:invalid,.sell-listing-form input:invalid:focus,.sell-listing-form input:invalid:focus-visible,.sell-listing-form select:focus,.sell-listing-form select:focus-visible,.sell-listing-form select:invalid,.sell-listing-form select:invalid:focus,.sell-listing-form select:invalid:focus-visible,.sell-listing-form textarea:focus,.sell-listing-form textarea:focus-visible,.sell-listing-form textarea:invalid,.sell-listing-form textarea:invalid:focus,.sell-listing-form textarea:invalid:focus-visible{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.15);outline:none}.sell-condition-info{width:1.35rem;height:1.35rem;border:1px solid #bfb4a4!important;border-radius:999px!important;background:#fff!important;color:#3d352b!important;padding:0!important;display:inline-grid;place-items:center;font-size:.78rem;font-weight:700;line-height:1}.sell-condition-info:hover{background:#f5efe4!important}.sell-condition-info:focus-visible{outline:2px solid #0f5ea8;outline-offset:2px}.sell-condition-popover{position:absolute;left:calc(100% + .45rem);top:50%;transform:translateY(-50%);z-index:2;width:min(320px,calc(100vw - 48px));border:1px solid #d9cfbf;border-radius:9px;background:#fff;color:#4b4338;font-size:.88rem;line-height:1.35;padding:.45rem .55rem;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .12s ease}.sell-condition-help-wrap:focus-within .sell-condition-popover,.sell-condition-help-wrap:hover .sell-condition-popover{opacity:1;visibility:visible}@media (max-width:760px){.sell-condition-popover{left:0;top:calc(100% + .35rem);transform:none}}.poc-ghost{border-color:#c2bbb1!important;background:var(--surface)!important;color:#1d1a15!important}.poc-row{display:flex;align-items:center;gap:.5rem}.resend-btn{display:inline-flex;align-items:center;gap:.45rem}.resend-timer{--resend-progress:360deg;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:conic-gradient(#0f766e var(--resend-progress),#cfcac2 0deg),radial-gradient(circle,var(--surface) 57%,transparent 58%);border:1px solid #c2bbb1;color:#1d1a15;font-size:.72rem;font-weight:700;line-height:1;flex-shrink:0}.resend-timer span{transform:translateY(.5px)}.poc-row.space{justify-content:space-between}@media (max-width:640px){.parcel-size-grid{grid-template-columns:1fr}}.poc-list{display:grid;grid-gap:.5rem;gap:.5rem}.reviews-summary-row{flex-wrap:nowrap;align-items:center}.reviews-summary-rating{display:inline-flex;align-items:center;line-height:1}.reviews-summary-count{margin:0;line-height:1}.my-listings-page .star-rating{color:#f5c518}.my-listings-filter-row{margin-bottom:10px}.my-listings-list{gap:2px}.poc-list-row{display:flex;justify-content:space-between;align-items:center;gap:.7rem;border:1px solid #d6d1c9;border-radius:10px;padding:.65rem}.poc-list-row.compact{padding:.55rem}.poc-thumb{width:66px;height:66px;border-radius:8px;object-fit:cover;border:1px solid #d6d1c9;flex-shrink:0}.poc-thumb-img{width:100%;height:auto;border-radius:12px;display:block}.poc-list-row p{margin:.25rem 0;color:#6b6256}.poc-list-row small{color:#6b6256}.poc-detail{margin-top:.8rem;border-top:1px dashed #cfcac2;padding-top:.8rem}.image-lightbox{position:fixed;inset:0;z-index:80;background:rgba(13,11,9,.78);display:grid;place-items:center;padding:1rem}.image-lightbox-inner{width:min(1100px,96vw);display:grid;grid-template-columns:auto 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:center}.image-lightbox-inner img{width:100%;max-height:86vh;object-fit:contain;border-radius:12px}.lightbox-arrow{width:42px;height:42px;border-radius:999px;border:1px solid #d2c3ae;background:hsla(0,0%,100%,.92);font-size:1.55rem;line-height:1;cursor:pointer}@media (max-width:900px){.settings-shell{grid-template-columns:1fr}.settings-nav{position:static}.settings-links{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width:760px){.poc-two-col{grid-template-columns:1fr}}.wallet-page-card{display:grid;grid-gap:1rem;gap:1rem}.wallet-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.wallet-tab{border:1px solid #cfcac2;border-radius:999px;background:var(--surface);color:var(--ink);padding:.65rem 1rem;font:inherit;font-weight:700;cursor:pointer}.wallet-tab.active{background:var(--brand-soft);border-color:#7fbfb5;color:#0f4e49}.wallet-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.wallet-summary-item{border:1px solid #e3d8c6;border-radius:12px;padding:.75rem;background:#fffdf8}.wallet-summary-item h2{margin:0 0 .25rem;font-size:.95rem;color:#6b6256}.wallet-balance-value{margin:0;font-size:1.35rem;font-weight:700;color:#1f1a14}.wallet-controls{display:grid;grid-gap:.75rem;gap:.75rem}.wallet-preset-row{display:flex;flex-wrap:wrap;gap:.45rem}.wallet-filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;align-items:flex-end}.wallet-filter-row label{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.85rem;color:#5d5448;font-weight:600}.wallet-filter-row input,.wallet-filter-row select{border:1px solid #cfcac2;border-radius:10px;padding:.5rem .6rem;background:var(--surface);font:inherit}.wallet-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.6rem;gap:.6rem;align-items:flex-end}.wallet-search-wrap{min-width:0}.wallet-search-wrap input{width:100%}.wallet-search-row button{min-width:130px}.wallet-operations{border:1px solid #e3d8c6;border-radius:12px;padding:.75rem;background:#fffefb;display:grid;grid-gap:.6rem;gap:.6rem}.wallet-operations-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.wallet-table-wrap{overflow:auto}.wallet-table{width:100%;border-collapse:collapse;min-width:760px}.wallet-table td,.wallet-table th{text-align:left;border-bottom:1px solid #ece5d8;padding:.5rem .45rem;font-size:.9rem}.wallet-table th{color:#5d5448;font-size:.82rem;font-weight:700}.wallet-order-link{color:#0f766e;font-weight:700;text-decoration:underline;-webkit-text-decoration-color:#7fbfb5;text-decoration-color:#7fbfb5;text-underline-offset:2px}.wallet-order-link:hover{color:#0d655f;-webkit-text-decoration-color:#0f766e;text-decoration-color:#0f766e}.wallet-order-link:focus-visible{outline:2px solid #0f766e;outline-offset:2px;border-radius:4px}.wallet-amount-positive{color:#0f766e;font-weight:700}.wallet-amount-negative{color:#0f4e49;font-weight:700}.wallet-amount-neutral{color:#5d5448}.wallet-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.wallet-documents-panel{border:1px solid #e3d8c6;border-radius:12px;padding:.9rem;background:#fffefb;display:grid;grid-gap:.9rem;gap:.9rem}.wallet-documents-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end}.wallet-documents-head h2{margin:0 0 .25rem}.wallet-year-select{display:grid;grid-gap:.3rem;gap:.3rem;font-size:.85rem;color:#5d5448;font-weight:600}.wallet-year-select select{border:1px solid #cfcac2;border-radius:10px;padding:.5rem .6rem;background:var(--surface);font:inherit}.wallet-document-actions,.wallet-inline-actions,.wallet-invoices-filters{display:flex;flex-wrap:wrap;gap:.6rem}.wallet-pdf-viewer-modal{width:min(1100px,100%);padding:1.1rem}.wallet-pdf-viewer-head{align-items:flex-start}.wallet-pdf-viewer-head p{margin:.35rem 0 0}.wallet-pdf-viewer-actions{justify-content:flex-end;margin-top:1rem}.wallet-pdf-frame-wrap{margin-top:.9rem;border:1px solid #d9d3c9;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#f5f0e8,#efe6d9);padding:1rem}.wallet-pdf-document{display:grid;grid-gap:1rem;gap:1rem;justify-items:center}.wallet-pdf-page{width:100%;display:grid;justify-items:center}.wallet-pdf-page canvas{display:block;width:100%!important;height:auto!important;max-width:100%;border-radius:10px;box-shadow:0 18px 40px rgba(25,23,18,.12)}.wallet-pdf-viewer-error,.wallet-pdf-viewer-loading{margin:0;text-align:center}@media (max-width:920px){.buyings-filter-grid,.wallet-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.buyings-filter-top{flex-direction:column;align-items:stretch}.buyings-filter-clear{justify-self:start}.buyings-filter-grid{grid-template-columns:1fr}.date-parts-input{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-summary-grid{grid-template-columns:1fr}.wallet-documents-head{flex-direction:column;align-items:stretch}.wallet-filter-row,.wallet-search-row{grid-template-columns:1fr}.wallet-search-row button{width:100%}.wallet-pagination{justify-content:space-between}.wallet-pdf-viewer-actions{justify-content:stretch}.wallet-pdf-viewer-actions button{flex:1 1}}