:root{--ink:#111;--muted:#666;--line:#111;--line-soft:#d9d9d9;--bg:#fff;--card:#fff;--accent:#7d6cd1;--soft:#f5f5f5;--filter-bg:#f6f4fd;--group-bg:#fbfaff;--filter-slub:#7d6cd12b;--danger:#9f2f3c;--radius:7px}*{box-sizing:border-box}html{direction:rtl}body{background:var(--bg);color:var(--ink);font-family:var(--font-hebrew),var(--font-latin),Arial,sans-serif;margin:0;font-weight:400;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.shell{max-width:920px;min-height:100vh;margin:0 auto}.header{z-index:20;border-bottom:1px solid var(--ink);background:#fffffff5;align-items:center;gap:10px;padding:12px 16px;display:flex;position:sticky;top:0}.logo{color:var(--ink);margin-left:auto;display:inline-flex}.logo-lockup{white-space:nowrap;align-items:baseline;gap:8px;width:max-content;line-height:1;display:inline-flex}.logo-lockup>span{display:block}.logo-main{letter-spacing:-.035em;font-size:30px;font-weight:800;line-height:1}.logo-aside{letter-spacing:.015em;transform-origin:100%;width:auto;font-size:19px;font-weight:500;line-height:1;display:inline-block;position:static;transform:translateY(5px)scaleX(1.12)}.page{padding:16px}.home-intro{margin:4px 0 18px}.home-intro h1{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.25}.home-intro p{color:var(--muted);margin:5px 0 0}.btn,.iconbtn{border:1px solid var(--ink);border-radius:var(--radius);background:#fff;padding:6px 12px;transition:background .15s,color .15s,border-color .15s}.btn:hover,.iconbtn:hover{background:var(--soft)}.share-icon-btn{border:1px solid var(--ink);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;line-height:1;display:inline-flex}.share-icon-btn:hover{background:var(--soft)}.share-arrow-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:19px;height:19px}.btn>span+span{margin-inline-start:6px}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}.btn.primary:hover{filter:brightness(.96)}.filters,.section{border:1px solid var(--ink);border-radius:var(--radius);background:#fff;margin-bottom:14px;padding:14px}:is(.section:has(.field),.section:has(.listing-management-card),.section:has(>.section)){background:var(--group-bg)}.filters{background-color:var(--filter-bg);background-image:repeating-linear-gradient(0deg, transparent 0 17px, var(--filter-slub) 17px 18px, transparent 18px 37px), repeating-linear-gradient(0deg, transparent 0 29px, #7d6cd11a 29px 30px, transparent 30px 61px);background-position:7px 0,19px 0;background-size:31px 100%,53px 100%;border:0;border-radius:10px;padding:18px;position:relative}.field{flex-direction:column;gap:6px;margin-bottom:13px;display:flex}.field label{font-size:14px;font-weight:600}.input,.select,.textarea{border-radius:var(--radius);background:#fff;border:1px solid #777;width:100%;padding:10px 11px}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent)}.textarea{min-height:100px}.chips,.toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chip{border-radius:var(--radius);background:#fff;border:1px solid #777;padding:4px 9px;font-size:13px}.chip.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.results-toolbar{margin-bottom:10px;padding:4px 0 8px;position:relative}.results-toolbar .select{border-color:#777}.listing{border:1px solid var(--ink);border-radius:var(--radius);background:#fff;grid-template-columns:150px 1fr;gap:14px;min-height:170px;margin-bottom:14px;padding:10px;display:grid;position:relative;overflow:visible}.listing-share-wrap{min-width:0;position:relative}.card-share-action{inset-inline-end:54px;z-index:5;position:absolute;top:8px}.listing-primary-actions{flex-direction:column;align-items:stretch;gap:8px;display:flex}.grid-mode .listing-share-wrap{min-width:0}.listing:hover{border-color:var(--accent)}.listing.incomplete-listing{border-style:solid}.listing-img{object-fit:contain;background:var(--soft);border-radius:5px;width:150px;height:150px}.listing-body{flex-direction:column;min-width:0;padding:2px 0;display:flex}.brand{letter-spacing:.01em;font-size:15px;font-weight:700}.design{margin-top:2px;font-size:17px;font-weight:400;line-height:1.3}.model,.muted,.count{color:var(--muted)}.model{margin-top:2px;font-size:13px}.meta{margin-top:7px;font-size:17px;font-weight:700}.materials,.location{margin-top:5px;font-size:13px}.materials{line-height:1.45}.icons{align-items:center;gap:8px;width:100%;min-height:30px;margin-top:auto;display:flex}.shipping-feature{align-items:center;margin-inline-end:auto;display:inline-flex}.help-note{vertical-align:middle;margin-inline-start:.35rem;display:inline-flex}.help-note-trigger{border:1px solid var(--line);cursor:pointer;background:var(--paper,#fff);width:1.5rem;height:1.5rem;font:inherit;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;padding:0;font-weight:700;display:inline-flex}.help-note-trigger:hover,.help-note-trigger:focus-visible{border-color:var(--accent);outline:2px solid color-mix(in srgb,var(--accent) 28%,transparent);outline-offset:2px}.help-note-content{z-index:1000;box-sizing:border-box;background:var(--paper,#fff);border:1px solid var(--line);opacity:1;border-radius:10px;max-height:calc(100vh - 24px);padding:12px;font-weight:400;line-height:1.55;transition:opacity .18s;position:fixed;overflow:auto;box-shadow:0 10px 30px #0000002e}.help-note-content.is-closing{opacity:0}.help-note-content p{margin:.35rem 0}.help-note-content a{text-underline-offset:3px;text-decoration:underline}.help-note-text{white-space:pre-line}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-identity-heading,.profile-identity-summary,.seller-profile-heading{align-items:center;gap:16px;display:flex}.profile-identity-heading{margin-bottom:16px}.profile-identity-heading h2,.profile-identity-summary h2,.seller-profile-heading h1{margin:0 0 4px}.profile-identity-heading p{margin:0}.profile-avatar-image{object-fit:cover;background:var(--soft);border-radius:999px;flex:none;display:block}.profile-choice-divider{color:var(--muted);align-items:center;gap:10px;margin:18px 0 4px;display:flex}.profile-choice-divider:before,.profile-choice-divider:after{content:"";background:var(--line-soft);flex:1;height:1px}.pawn-avatar{flex:none;display:block}.pawn-picker{border:0;margin:10px 0 18px;padding:0}.pawn-picker legend{margin-bottom:8px;font-weight:700}.pawn-picker-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;max-width:410px;display:grid}.pawn-choice{cursor:pointer;border:2px solid #0000;border-radius:999px;place-items:center;padding:4px;display:grid;position:relative}.pawn-choice input{opacity:0;pointer-events:none;position:absolute}.pawn-choice:hover{background:var(--soft)}.pawn-choice.selected{border-color:var(--ink)}.pawn-choice:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:2px}.field-help{color:var(--muted);margin-top:6px;font-size:.92rem;line-height:1.5}.condition-legend{gap:8px;margin-top:12px;padding:0;list-style:none;display:grid}.condition-legend li{border-inline-start:3px solid var(--line);padding:8px 10px}.condition-legend li.current{border-color:var(--accent);background:#5c469612}.material-features{align-items:center;gap:7px;margin-inline-start:auto;display:inline-flex}.favorite{background:0 0;border:0;margin-right:auto;font-size:23px}.swatches{gap:4px;display:flex}.swatch{border:1px solid #0000002e;border-radius:50%;width:14px;height:14px}.grid-mode{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.grid-mode .listing{min-height:0;margin:0;padding:7px;display:block}.grid-mode .listing-img{width:100%;height:145px}.grid-mode .listing-body{padding:7px 2px 2px}.grid-mode .materials,.grid-mode .location,.grid-mode .model{display:none}.grid-mode .brand{font-size:11px}.grid-mode .design{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.grid-mode .meta{font-size:14px}.grid-mode .icons{margin-top:8px}.gallery-main{object-fit:contain;background:var(--soft);border-radius:var(--radius);width:100%;height:420px}.thumbrow{gap:7px;margin-top:8px;display:flex;overflow:auto}.thumb{object-fit:contain;background:var(--soft);border:1px solid var(--ink);border-radius:5px;width:70px;height:70px}.details{grid-template-columns:1fr 1fr;gap:10px;display:grid}.notice{border:1px dashed var(--ink);text-align:right;background:#fff;border-radius:2px;padding:7px 9px;font-size:12.5px;line-height:1.45;position:relative}.notice strong{font-weight:700}.danger{color:var(--danger)}.badge{border:1px solid var(--ink);background:#fff;border-radius:4px;padding:3px 7px;font-size:11px;font-weight:600;display:inline-block}.feature-badge{background:var(--accent);color:#fff;min-width:39px;height:25px;font-family:var(--font-latin),Arial,sans-serif;letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:17px;font-weight:800;line-height:1;display:inline-flex}.feature-icon{justify-content:center;align-items:center;width:29px;height:29px;display:inline-flex}.feature-icon svg{fill:none;width:27px;height:27px;stroke:var(--ink);stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round}.woven-corner{inset-inline-start:-9px;pointer-events:none;z-index:4;width:28px;height:28px;position:absolute;bottom:-9px}.woven-corner-v,.woven-corner-h{background:var(--ink);display:block;position:absolute}.woven-corner-v{width:1px;height:28px;top:0;left:9px}.woven-corner-v2{height:20px;top:8px;left:15px}.woven-corner-h{width:28px;height:1px;top:9px;left:0}.woven-corner-h2{width:20px;top:15px;left:0}.loose-thread{width:100%;height:34px;color:var(--ink);display:block;overflow:visible}.filters-thread{margin:-3px 0 5px}.account-card.paused{opacity:.58;background:#fff}.material-row{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}@media (max-width:640px){.shell{max-width:none}.header{gap:7px;padding:10px 12px}.logo-main{font-size:25px}.logo-aside{font-size:15px}.iconbtn{padding:6px 9px;font-size:13px}.page,.filters,.section{padding:12px}.listing{grid-template-columns:118px 1fr;gap:10px;padding:8px}.listing-img{width:118px;height:138px}.design{font-size:18px}.grid-mode{grid-template-columns:repeat(2,1fr);gap:9px}.grid-mode .listing-img{height:130px}.woven-corner{transform-origin:0 100%;transform:scale(.9)}.profile-identity-heading{align-items:flex-start}.pawn-picker-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.account-card{border:1px solid var(--ink);background:#fff;padding:12px}.listing-management-card{border:1px solid var(--ink);background:#fff;margin-bottom:14px;padding:12px;position:relative}.favorite-listing-card{border:1px solid var(--ink);border-radius:var(--radius);background:#fff;grid-template-columns:110px minmax(0,1fr);align-items:stretch;gap:12px;min-width:0;margin-bottom:12px;padding:8px;display:grid;position:relative}.favorite-listing-img{object-fit:contain;background:var(--soft);border-radius:5px;width:110px;max-width:110px;height:120px;display:block}.favorite-listing-placeholder{position:relative;overflow:hidden}.favorite-listing-body{flex-direction:column;min-width:0;display:flex}.favorite-listing-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}.thread-dashed{border-top:1px dashed var(--ink);height:0;margin:12px 0}
@font-face{font-family:Noto Sans Hebrew;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/84430d97c1b75d25-s.1e_h9knnd99nt.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Noto Sans Hebrew;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/001b39f75c9b7aac-s.1e_h9knnd99nt.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans Hebrew;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/4f36259cef3d9fc5-s.p.36lnonb5oq1d8.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Noto Sans Hebrew;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/5f62b0affa8a11bd-s.2s-jtdh2tjmd8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Hebrew;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/9d1f839a878dd09a-s.0hz4oti4y-g45.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Hebrew Fallback;src:local(Arial);ascent-override:101.09%;descent-override:27.64%;line-gap-override:0.0%;size-adjust:105.65%}.noto_sans_hebrew_145e765a-module__7Krzkq__className{font-family:Noto Sans Hebrew,Noto Sans Hebrew Fallback;font-style:normal}.noto_sans_hebrew_145e765a-module__7Krzkq__variable{--font-hebrew:"Noto Sans Hebrew", "Noto Sans Hebrew Fallback"}
@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/d0daeb77ad486505-s.3e69tg4c48nn6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/13c8bea787795a91-s.2v19e1tj9utm9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/fb34704f4f4f68ab-s.10xp3ztz64-x5.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/26229c3b890d5b41-s.27k1jrsqo381m.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/ec173da4e4ac482c-s.3f00j5la6zyv3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/eca1cc1e672884b5-s.0iudtydy6ujc_.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/05ce0245cbf07d46-s.04pt35s93a97i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/dc6d2a64e9dbf3bc-s.p.3yrvj83qsyboh.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Fallback;src:local(Arial);ascent-override:100.54%;descent-override:27.56%;line-gap-override:0.0%;size-adjust:106.33%}.noto_sans_8166382f-module__KBNN3W__className{font-family:Noto Sans,Noto Sans Fallback;font-style:normal}.noto_sans_8166382f-module__KBNN3W__variable{--font-latin:"Noto Sans", "Noto Sans Fallback"}
