.favorites-module__qKzV7a__favoritesLayout{min-width:0}.favorites-module__qKzV7a__headerActions{align-items:center;gap:10px;display:flex}.favorites-module__qKzV7a__browseButton svg,.favorites-module__qKzV7a__createTrigger svg{flex:none;width:18px;height:18px}.favorites-module__qKzV7a__createTrigger{background:var(--guest-surface);border:1px solid var(--guest-border);color:var(--guest-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 15px;font-size:14px;font-weight:700;display:flex}.favorites-module__qKzV7a__createTrigger:hover{background:var(--guest-primary-soft);border-color:var(--guest-primary);color:var(--guest-primary-strong)}.favorites-module__qKzV7a__createDialog{background:var(--guest-surface);border:1px solid var(--guest-border);color:var(--guest-text);border-radius:8px;width:440px;max-width:calc(100vw - 32px);margin:auto;padding:0;box-shadow:0 24px 70px #00000047}.favorites-module__qKzV7a__createDialog::backdrop{background:#0f121094}@media (prefers-reduced-motion:no-preference){.favorites-module__qKzV7a__createDialog[open][data-motion=pointer]{opacity:1;transform-origin:50%;transition:opacity var(--duration-overlay) var(--ease-out), scale var(--duration-overlay) var(--ease-out);scale:1}.favorites-module__qKzV7a__createDialog[open][data-motion=pointer]::backdrop{opacity:1;transition:opacity var(--duration-overlay) var(--ease-out)}@starting-style{.favorites-module__qKzV7a__createDialog[open][data-motion=pointer]{opacity:0;scale:.96}.favorites-module__qKzV7a__createDialog[open][data-motion=pointer]::backdrop{opacity:0}}}.favorites-module__qKzV7a__dialogHeader{border-bottom:1px solid var(--guest-border);justify-content:space-between;align-items:start;gap:20px;padding:20px 22px;display:flex}.favorites-module__qKzV7a__dialogHeader h2{margin:0;font-size:18px;font-weight:750;line-height:1.3}.favorites-module__qKzV7a__dialogHeader p{color:var(--guest-muted);margin:4px 0 0;font-size:13px;line-height:1.5}.favorites-module__qKzV7a__dialogClose{color:var(--guest-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;margin:-7px -8px 0 0;display:inline-flex}.favorites-module__qKzV7a__dialogClose:hover{background:var(--guest-neutral-soft);color:var(--guest-text)}.favorites-module__qKzV7a__dialogClose svg{width:19px;height:19px}.favorites-module__qKzV7a__createForm{gap:18px;padding:22px;display:grid}.favorites-module__qKzV7a__createLabel{color:var(--guest-text);gap:8px;font-size:13px;font-weight:700;display:grid}.favorites-module__qKzV7a__createForm input{background:var(--guest-surface);border:1px solid var(--guest-border);color:var(--guest-text);font:inherit;border-radius:8px;width:100%;height:44px;padding:0 13px;font-size:14px}.favorites-module__qKzV7a__createForm input::placeholder{color:var(--guest-faint)}.favorites-module__qKzV7a__createForm input:focus{border-color:var(--guest-primary);outline:3px solid var(--guest-primary-soft);outline-offset:1px}.favorites-module__qKzV7a__createSubmit{background:var(--guest-action);border:1px solid var(--guest-action);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:100%;height:44px;padding:0 16px;font-size:14px;font-weight:750;display:inline-flex}.favorites-module__qKzV7a__createSubmit:hover{background:var(--guest-action-hover);border-color:var(--guest-action-hover)}.favorites-module__qKzV7a__createSubmit:disabled{cursor:wait;opacity:.6}.favorites-module__qKzV7a__createMessage{margin:-10px 22px 20px;font-size:12px;line-height:1.45}.favorites-module__qKzV7a__createMessageError{color:var(--guest-error)}.favorites-module__qKzV7a__createMessageSuccess{color:var(--guest-primary-strong)}.favorites-module__qKzV7a__listCardGrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr));gap:22px;display:grid}.favorites-module__qKzV7a__listCard{background:var(--guest-surface);border:1px solid var(--guest-border);color:var(--guest-text);min-width:0;transition:border-color .16s var(--ease-out), box-shadow .16s var(--ease-out);border-radius:8px;display:block;overflow:hidden}.favorites-module__qKzV7a__listCard:hover{border-color:color-mix(in srgb, var(--guest-primary) 38%, var(--guest-border));box-shadow:0 12px 30px #0000001a}.favorites-module__qKzV7a__listCardPreview,.favorites-module__qKzV7a__listCardEmptyPreview{aspect-ratio:16/9;background:var(--guest-neutral-soft);display:grid;position:relative;overflow:hidden}.favorites-module__qKzV7a__listCardPreview{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:2fr 1fr;gap:2px}.favorites-module__qKzV7a__listCardPreview[data-count="1"]{grid-template-rows:1fr;grid-template-columns:1fr}.favorites-module__qKzV7a__listCardPreview[data-count="2"]{grid-template-rows:1fr}.favorites-module__qKzV7a__listCardPreviewItem{background:var(--guest-primary-soft);color:var(--guest-primary-strong);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.favorites-module__qKzV7a__listCardPreviewItem:first-child{grid-row:1/3}.favorites-module__qKzV7a__listCardPreview[data-count="1"] .favorites-module__qKzV7a__listCardPreviewItem:first-child,.favorites-module__qKzV7a__listCardPreview[data-count="2"] .favorites-module__qKzV7a__listCardPreviewItem{grid-row:1}.favorites-module__qKzV7a__listCardPreviewItem svg{opacity:.6;width:28px;height:28px}.favorites-module__qKzV7a__listCardPhoto{object-fit:cover;transition:transform .18s var(--ease-out)}.favorites-module__qKzV7a__listCard:hover .favorites-module__qKzV7a__listCardPhoto{transform:scale(1.025)}.favorites-module__qKzV7a__listCardEmptyPreview{color:var(--guest-primary-strong);justify-content:center;align-items:center}.favorites-module__qKzV7a__remainingCount{color:#fff;z-index:1;background:#141614c7;border-radius:6px;justify-content:center;align-items:center;min-width:34px;height:28px;padding:0 8px;font-size:12px;font-weight:750;display:inline-flex;position:absolute;bottom:10px;right:10px}.favorites-module__qKzV7a__listCardBody{justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:15px 16px;display:flex}.favorites-module__qKzV7a__listCardBody>span{min-width:0}.favorites-module__qKzV7a__listCardBody strong{overflow-wrap:anywhere;font-size:16px;font-weight:750;line-height:1.35;display:block}.favorites-module__qKzV7a__listCardBody small{color:var(--guest-muted);margin-top:4px;font-size:13px;line-height:1.5;display:block}.favorites-module__qKzV7a__listCardBody>svg{color:var(--guest-primary);transition:transform .16s var(--ease-out);flex:none}.favorites-module__qKzV7a__listCard:hover .favorites-module__qKzV7a__listCardBody>svg{transform:translate(2px)}.favorites-module__qKzV7a__detailSection{min-width:0}.favorites-module__qKzV7a__detailBar{border-bottom:1px solid var(--guest-border);justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding-bottom:14px;display:flex}.favorites-module__qKzV7a__detailBar p{color:var(--guest-muted);margin:0;font-size:13px;line-height:1.5}.favorites-module__qKzV7a__listMenu{position:relative}.favorites-module__qKzV7a__listMenu summary{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;list-style:none;display:inline-flex}.favorites-module__qKzV7a__listMenu summary::-webkit-details-marker{display:none}.favorites-module__qKzV7a__listMenu summary:hover,.favorites-module__qKzV7a__listMenu[open] summary{background:var(--guest-neutral-soft);color:var(--guest-text)}.favorites-module__qKzV7a__listMenuPopover{background:var(--guest-surface);border:1px solid var(--guest-border);z-index:3;border-radius:8px;min-width:164px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #0000002e}.favorites-module__qKzV7a__deleteListButton{color:var(--guest-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;width:100%;min-height:38px;padding:0 10px;font-size:13px;font-weight:650;display:flex}.favorites-module__qKzV7a__deleteListButton:hover{background:var(--guest-error-soft);color:var(--guest-error)}.favorites-module__qKzV7a__vehicleGrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,245px),1fr));gap:26px 18px;display:grid}.favorites-module__qKzV7a__vehicleCard{min-width:0;position:relative}.favorites-module__qKzV7a__photoLink{aspect-ratio:16/10;background:var(--guest-primary-soft);border-radius:8px;display:block;position:relative;overflow:hidden}.favorites-module__qKzV7a__vehiclePhoto{object-fit:cover;transition:transform .18s var(--ease-out)}.favorites-module__qKzV7a__vehicleCard:hover .favorites-module__qKzV7a__vehiclePhoto{transform:scale(1.025)}@media (hover:none),(pointer:coarse){.favorites-module__qKzV7a__listCard:hover .favorites-module__qKzV7a__listCardPhoto,.favorites-module__qKzV7a__listCard:hover .favorites-module__qKzV7a__listCardBody>svg,.favorites-module__qKzV7a__vehicleCard:hover .favorites-module__qKzV7a__vehiclePhoto{transform:none}}.favorites-module__qKzV7a__photoFallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.favorites-module__qKzV7a__photoFallback img{opacity:1;width:34px;height:34px}.favorites-module__qKzV7a__removeForm{z-index:1;position:absolute;top:10px;right:10px}.favorites-module__qKzV7a__removeButton{color:#d94738;cursor:pointer;background:#fffffff0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 3px 14px #0003}.favorites-module__qKzV7a__removeButton:hover{background:#fff;transform:scale(1.04)}.favorites-module__qKzV7a__vehicleDetails{padding:11px 2px 0}.favorites-module__qKzV7a__vehicleName{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:750;line-height:1.35;overflow:hidden}.favorites-module__qKzV7a__vehicleName a:hover{color:var(--guest-primary)}.favorites-module__qKzV7a__vehicleMeta{color:var(--guest-muted);overflow-wrap:anywhere;min-height:18px;margin:4px 0 0;font-size:12px;line-height:1.5}.favorites-module__qKzV7a__emptyList{background:var(--guest-surface);border:1px dashed var(--guest-border);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:20px;display:grid}.favorites-module__qKzV7a__emptyListIcon{background:var(--guest-primary-soft);color:var(--guest-primary-strong);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.favorites-module__qKzV7a__emptyList h3{margin:0;font-size:15px;font-weight:750;line-height:1.35}.favorites-module__qKzV7a__emptyList p{color:var(--guest-muted);margin:3px 0 0;font-size:13px;line-height:1.5}.favorites-module__qKzV7a__emptyListLink{color:var(--guest-primary);white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:750;display:inline-flex}.favorites-module__qKzV7a__deleteListButton:focus-visible,.favorites-module__qKzV7a__removeButton:focus-visible,.favorites-module__qKzV7a__photoLink:focus-visible,.favorites-module__qKzV7a__listCard:focus-visible,.favorites-module__qKzV7a__emptyListLink:focus-visible,.favorites-module__qKzV7a__createTrigger:focus-visible,.favorites-module__qKzV7a__dialogClose:focus-visible,.favorites-module__qKzV7a__createSubmit:focus-visible,.favorites-module__qKzV7a__listMenu summary:focus-visible{outline:3px solid color-mix(in srgb, var(--guest-accent) 60%, #fff);outline-offset:3px}.favorites-module__qKzV7a__loadingLayout{gap:36px;display:grid}.favorites-module__qKzV7a__skeleton{background:var(--guest-neutral-soft);border-radius:6px;animation:1.4s ease-in-out infinite favorites-module__qKzV7a__favoritePulse;display:block}.favorites-module__qKzV7a__loadingCard div{gap:8px;display:grid}.favorites-module__qKzV7a__loadingGrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr));gap:22px;display:grid}.favorites-module__qKzV7a__loadingCard{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px;min-width:0;overflow:hidden}.favorites-module__qKzV7a__loadingCard>.favorites-module__qKzV7a__skeleton{aspect-ratio:16/9;border-radius:0;width:100%}.favorites-module__qKzV7a__loadingCard div{min-height:78px;padding:15px 16px}.favorites-module__qKzV7a__loadingCard div .favorites-module__qKzV7a__skeleton:first-child{width:62%;height:16px}.favorites-module__qKzV7a__loadingCard div .favorites-module__qKzV7a__skeleton:last-child{width:86%;height:12px}@keyframes favorites-module__qKzV7a__favoritePulse{0%,to{opacity:.55}50%{opacity:1}}@media (max-width:840px){.favorites-module__qKzV7a__listCardGrid,.favorites-module__qKzV7a__loadingGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.favorites-module__qKzV7a__favoritesLayout,.favorites-module__qKzV7a__loadingLayout{gap:28px}.favorites-module__qKzV7a__headerActions{grid-template-columns:1fr 1fr;width:100%;display:grid}.favorites-module__qKzV7a__browseButton,.favorites-module__qKzV7a__createTrigger{width:100%}.favorites-module__qKzV7a__dialogHeader,.favorites-module__qKzV7a__createForm{padding-inline:18px}.favorites-module__qKzV7a__createMessage{margin-inline:18px}.favorites-module__qKzV7a__listCardGrid,.favorites-module__qKzV7a__vehicleGrid,.favorites-module__qKzV7a__loadingGrid{grid-template-columns:1fr}.favorites-module__qKzV7a__emptyList{grid-template-columns:auto minmax(0,1fr);align-items:start}.favorites-module__qKzV7a__emptyListLink{grid-column:2;justify-self:start}}
.guest-product-module__2roPca__workspace{--guest-canvas:var(--canvas);--guest-surface:var(--surface);--guest-surface-soft:var(--sand);--guest-neutral-soft:var(--sand);--guest-border:var(--line);--guest-text:var(--text-primary);--guest-muted:var(--text-secondary);--guest-faint:var(--pebble);--guest-primary:var(--road);--guest-primary-strong:var(--text-primary);--guest-primary-button-text:#fff;--guest-primary-soft:var(--green-mist);--guest-action:var(--torque);--guest-action-hover:var(--torque-hover);--guest-accent:var(--torque);--guest-error:var(--error);--guest-error-soft:var(--error-soft);--guest-warning:var(--warning);--guest-warning-soft:var(--warning-soft);background:var(--guest-canvas);color:var(--guest-text);min-height:72vh;padding:28px 16px 72px}:root[data-theme=dark] .guest-product-module__2roPca__workspace{--guest-primary-button-text:#171719}.guest-product-module__2roPca__shell{max-width:1536px;margin:0 auto}.guest-product-module__2roPca__shellWide{max-width:1920px}@media (min-width:640px){.guest-product-module__2roPca__workspace{padding-inline:32px}}.guest-product-module__2roPca__workspaceHeader{justify-content:space-between;align-items:end;gap:24px;padding:12px 0 24px;display:flex}.guest-product-module__2roPca__title{font-family:var(--font-jakarta), system-ui, sans-serif;margin:0;font-size:32px;font-weight:700;line-height:1.15}.guest-product-module__2roPca__subtitle{color:var(--guest-muted);max-width:700px;margin:8px 0 0;font-size:14px;line-height:1.6}.guest-product-module__2roPca__contentGrid{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:28px;display:grid}.guest-product-module__2roPca__stack{gap:16px;display:grid}.guest-product-module__2roPca__stackLoose{gap:24px;display:grid}.guest-product-module__2roPca__panel{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px;min-width:0}.guest-product-module__2roPca__panelHeader{border-bottom:1px solid var(--guest-border);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.guest-product-module__2roPca__panelBody{padding:20px}.guest-product-module__2roPca__sectionTitle{margin:0;font-size:18px;font-weight:700;line-height:1.35}.guest-product-module__2roPca__sectionMeta{color:var(--guest-muted);margin:3px 0 0;font-size:13px;line-height:1.5}.guest-product-module__2roPca__button{background:var(--guest-action);border:2px solid var(--text-primary);box-shadow:3px 3px 0 var(--text-primary);color:#171719;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;display:inline-flex}.guest-product-module__2roPca__button:hover{background:var(--guest-action-hover);box-shadow:2px 2px 0 var(--text-primary);transform:translate(1px,1px)}.guest-product-module__2roPca__button:disabled{cursor:wait;opacity:.55}.guest-product-module__2roPca__buttonSecondary{background:var(--guest-surface);border-color:var(--guest-border);color:var(--guest-text)}.guest-product-module__2roPca__buttonSecondary:hover{background:var(--guest-surface-soft);border-color:var(--guest-primary);color:var(--guest-primary-strong)}.guest-product-module__2roPca__buttonDanger{color:var(--guest-error);background:0 0;border-color:#0000;min-height:36px;padding:0 8px}.guest-product-module__2roPca__buttonDanger:hover{background:var(--guest-error-soft);border-color:var(--guest-error-soft);color:var(--guest-error)}.guest-product-module__2roPca__button:focus-visible,.guest-product-module__2roPca__textLink:focus-visible,.guest-product-module__2roPca__threadLink:focus-visible{outline:3px solid color-mix(in srgb, var(--guest-accent) 60%, white);outline-offset:3px}.guest-product-module__2roPca__textLink{color:var(--guest-primary);text-underline-offset:3px;font-size:14px;font-weight:700;text-decoration:underline}.guest-product-module__2roPca__field{background:var(--guest-surface);border:1px solid var(--guest-border);color:var(--guest-text);border-radius:8px;width:100%;min-height:44px;padding:0 12px}.guest-product-module__2roPca__field:focus,.guest-product-module__2roPca__composerField:focus{border-color:var(--guest-primary);outline:3px solid var(--guest-primary-soft);outline-offset:1px}.guest-product-module__2roPca__inlineForm{grid-template-columns:minmax(180px,1fr) auto;align-items:end;gap:12px;display:grid}.guest-product-module__2roPca__label{color:var(--guest-text);gap:7px;font-size:13px;font-weight:700;display:grid}.guest-product-module__2roPca__formMessage{margin:10px 0 0;font-size:13px;line-height:1.45}.guest-product-module__2roPca__formMessageSuccess{color:var(--guest-primary)}.guest-product-module__2roPca__formMessageError{color:var(--guest-error)}.guest-product-module__2roPca__empty{background:var(--guest-surface);border:1px solid var(--guest-border);text-align:center;border-radius:8px;place-items:center;min-height:320px;padding:52px 24px;display:grid}.guest-product-module__2roPca__emptyIcon{background:var(--guest-primary-soft);border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;display:flex}.guest-product-module__2roPca__emptyIcon img{width:28px;height:28px}.guest-product-module__2roPca__emptyTitle{margin:0;font-size:20px;font-weight:700}.guest-product-module__2roPca__emptyBody{color:var(--guest-muted);max-width:440px;margin:8px auto 20px;font-size:14px;line-height:1.65}.guest-product-module__2roPca__segmented{background:var(--guest-border);border-radius:8px;grid-auto-flow:column;gap:3px;padding:3px;display:inline-grid}.guest-product-module__2roPca__segment{color:var(--guest-muted);border-radius:6px;min-height:36px;padding:9px 16px;font-size:13px;font-weight:700}.guest-product-module__2roPca__segmentActive{background:var(--guest-surface);color:var(--guest-text);box-shadow:0 1px 3px #1e1c181f}.guest-product-module__2roPca__badge{border-radius:999px;flex:none;align-items:center;min-height:26px;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.guest-product-module__2roPca__badgePositive{background:var(--guest-primary-soft);color:var(--guest-primary-strong)}.guest-product-module__2roPca__badgeWarning{background:var(--guest-warning-soft);color:var(--guest-warning)}.guest-product-module__2roPca__badgeNeutral{background:var(--guest-neutral-soft);color:var(--guest-muted)}.guest-product-module__2roPca__badgeCritical{background:var(--guest-error-soft);color:var(--guest-error)}.guest-product-module__2roPca__favoriteHeader{justify-content:space-between;align-items:start;gap:16px;display:flex}.guest-product-module__2roPca__favoritePanel .guest-product-module__2roPca__panelHeader{padding-block:16px}.guest-product-module__2roPca__favoriteItems{display:grid}.guest-product-module__2roPca__favoriteItem{border-bottom:1px solid var(--guest-border);grid-template-columns:144px minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 20px;display:grid}.guest-product-module__2roPca__favoriteItem:last-child{border-bottom:0}.guest-product-module__2roPca__favoritePhoto{aspect-ratio:16/10;background:var(--guest-primary-soft);object-fit:cover;border-radius:6px;width:100%}.guest-product-module__2roPca__favoritePhotoFallback{aspect-ratio:16/10;background:var(--guest-primary-soft);border-radius:6px;justify-content:center;align-items:center;width:100%;display:flex}.guest-product-module__2roPca__favoritePhotoFallback img{width:28px;height:28px}.guest-product-module__2roPca__favoriteName{margin:0;font-size:15px;font-weight:700}.guest-product-module__2roPca__favoriteName a:hover{color:var(--guest-primary)}.guest-product-module__2roPca__favoriteDetails{min-width:0}.guest-product-module__2roPca__favoriteMeta{color:var(--guest-muted);margin:4px 0 0;font-size:12px;line-height:1.5}.guest-product-module__2roPca__iconButton{aspect-ratio:1;gap:0;width:38px;min-height:38px;padding:0}.guest-product-module__2roPca__favoriteLoading{gap:16px;display:grid}.guest-product-module__2roPca__favoriteLoadingCard{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px;gap:16px;padding:18px 20px;display:grid}.guest-product-module__2roPca__favoriteLoadingRows{border-top:1px solid var(--guest-border);display:grid}.guest-product-module__2roPca__favoriteLoadingRow{border-bottom:1px solid var(--guest-border);grid-template-columns:144px minmax(0,1fr) 96px;align-items:center;gap:16px;min-height:94px;display:grid}.guest-product-module__2roPca__favoriteLoadingRow:last-child{border-bottom:0}.guest-product-module__2roPca__favoriteLoadingRow .guest-product-module__2roPca__skeleton:first-child{aspect-ratio:16/10;width:100%;height:auto}.guest-product-module__2roPca__threadList{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px;overflow:hidden}.guest-product-module__2roPca__threadLink{border-bottom:1px solid var(--guest-border);grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:84px;padding:14px 18px;display:grid}.guest-product-module__2roPca__threadLink:last-child{border-bottom:0}.guest-product-module__2roPca__threadLink:hover{background:var(--guest-surface-soft)}.guest-product-module__2roPca__avatar{background:var(--guest-primary-soft);color:var(--guest-primary-strong);border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;font-weight:800;display:flex}.guest-product-module__2roPca__threadName{align-items:center;gap:8px;min-width:0;display:flex}.guest-product-module__2roPca__threadName strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.guest-product-module__2roPca__unreadDot{background:var(--guest-accent);border-radius:999px;flex:none;width:8px;height:8px}.guest-product-module__2roPca__threadPreview{color:var(--guest-muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:13px;line-height:1.5;display:block;overflow:hidden}.guest-product-module__2roPca__threadTime{color:var(--guest-faint);font-size:12px}.guest-product-module__2roPca__notificationButton{background:var(--guest-surface);border:0;border-bottom:1px solid var(--guest-border);color:var(--guest-text);cursor:pointer;text-align:left;grid-template-columns:12px minmax(0,1fr) auto;align-items:start;gap:14px;width:100%;padding:17px 18px;display:grid}.guest-product-module__2roPca__notificationButton:last-child{border-bottom:0}.guest-product-module__2roPca__notificationButton:hover{background:var(--guest-surface-soft)}.guest-product-module__2roPca__notificationMarker{border:2px solid var(--guest-border);background:0 0;border-radius:999px;width:10px;height:10px;margin-top:5px}.guest-product-module__2roPca__notificationMarkerUnread{background:var(--guest-accent);border-color:var(--guest-accent)}.guest-product-module__2roPca__notificationTitle{margin:0;font-size:14px;font-weight:700;line-height:1.45;display:block}.guest-product-module__2roPca__notificationBody{color:var(--guest-muted);margin:4px 0 0;font-size:13px;line-height:1.55;display:block}.guest-product-module__2roPca__detailHero{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);align-items:stretch;gap:24px;display:grid}.guest-product-module__2roPca__detailHeroMedia,.guest-product-module__2roPca__detailHeroBody{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px;overflow:hidden}.guest-product-module__2roPca__detailHeroMedia{min-height:360px}.guest-product-module__2roPca__detailHeroBody{gap:18px;padding:26px;display:grid}.guest-product-module__2roPca__detailHeroPhoto{background:var(--guest-primary-soft);object-fit:cover;width:100%;height:100%;min-height:360px}.guest-product-module__2roPca__detailHeroFallback{height:100%;min-height:360px}.guest-product-module__2roPca__facts{gap:0;display:grid}.guest-product-module__2roPca__fact{border-bottom:1px solid var(--guest-border);grid-template-columns:minmax(130px,.45fr) minmax(0,1fr);align-items:start;gap:20px;padding:13px 0;display:grid}.guest-product-module__2roPca__fact:last-child{border-bottom:0}.guest-product-module__2roPca__factLabel{color:var(--guest-muted);font-size:13px}.guest-product-module__2roPca__factValue{text-align:right;font-size:13px;font-weight:700;line-height:1.5}.guest-product-module__2roPca__moneyRow{border-bottom:1px solid var(--guest-border);justify-content:space-between;align-items:start;gap:20px;padding:12px 0;display:flex}.guest-product-module__2roPca__moneyRow:last-child{border-bottom:0}.guest-product-module__2roPca__moneyTotal{border-top:2px solid var(--guest-text);margin-top:8px;padding-top:16px;font-size:17px;font-weight:800}.guest-product-module__2roPca__notice{background:var(--guest-warning-soft);color:var(--guest-warning);border-radius:6px;padding:12px 14px;font-size:13px;line-height:1.55}.guest-product-module__2roPca__threadHeader{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px 8px 0 0;align-items:center;gap:14px;padding:14px 18px;display:flex}.guest-product-module__2roPca__threadHeaderText{min-width:0}.guest-product-module__2roPca__threadHeaderText h2{margin:0;font-size:16px}.guest-product-module__2roPca__threadHeaderText p{color:var(--guest-muted);margin:3px 0 0;font-size:12px}.guest-product-module__2roPca__messagePane{background:var(--guest-surface);border-left:1px solid var(--guest-border);border-right:1px solid var(--guest-border);gap:12px;min-height:440px;padding:24px 18px;display:grid}.guest-product-module__2roPca__messageRow{display:flex}.guest-product-module__2roPca__messageRowOwn{justify-content:flex-end}.guest-product-module__2roPca__messageBubble{background:var(--guest-neutral-soft);border-radius:8px;min-width:120px;max-width:min(620px,78%);padding:10px 12px}.guest-product-module__2roPca__messageBubbleOwn{background:var(--guest-action);color:#fff}.guest-product-module__2roPca__messageBody{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.55}.guest-product-module__2roPca__messageMeta{color:var(--guest-muted);text-align:right;margin:5px 0 0;font-size:10px}.guest-product-module__2roPca__messageBubbleOwn .guest-product-module__2roPca__messageMeta{color:#ffffffb8}.guest-product-module__2roPca__systemMessage{color:var(--guest-muted);text-align:center;max-width:560px;margin:8px auto;font-size:12px;line-height:1.5}.guest-product-module__2roPca__attachment{margin-top:9px}.guest-product-module__2roPca__attachment img,.guest-product-module__2roPca__attachment video{border-radius:6px;max-width:100%;max-height:320px;display:block}.guest-product-module__2roPca__attachment audio{width:340px;max-width:100%;height:40px;display:block}.guest-product-module__2roPca__attachmentUnavailable{background:#ffffff24;border:1px solid;border-radius:6px;padding:7px 9px;font-size:12px;display:inline-block}.guest-product-module__2roPca__composer{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:0 0 8px 8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:14px 18px;display:grid}.guest-product-module__2roPca__composerField{background:var(--guest-surface);border:1px solid var(--guest-border);color:var(--guest-text);resize:vertical;border-radius:8px;width:100%;min-height:46px;padding:11px 12px}.guest-product-module__2roPca__composerFeedback{grid-column:1/-1;margin:-4px 0 0}.guest-product-module__2roPca__skeleton{background:var(--guest-border);border-radius:6px;animation:1.4s ease-in-out infinite guest-product-module__2roPca__guestPulse}.guest-product-module__2roPca__skeletonCard{background:var(--guest-surface);border:1px solid var(--guest-border);border-radius:8px;gap:14px;padding:20px;display:grid}@keyframes guest-product-module__2roPca__guestPulse{0%,to{opacity:.5}50%{opacity:1}}@media (max-width:820px){.guest-product-module__2roPca__workspace{padding-block:18px 56px}.guest-product-module__2roPca__workspaceHeader{flex-direction:column;align-items:start;gap:14px}.guest-product-module__2roPca__title{font-size:27px}.guest-product-module__2roPca__nav{gap:22px;margin-inline:-16px;padding-inline:16px}.guest-product-module__2roPca__contentGrid,.guest-product-module__2roPca__detailHero{grid-template-columns:1fr}.guest-product-module__2roPca__detailHeroPhoto{grid-row:1;min-height:220px}.guest-product-module__2roPca__detailHeroMedia,.guest-product-module__2roPca__detailHeroFallback{min-height:220px}.guest-product-module__2roPca__favoriteItem{grid-template-columns:108px minmax(0,1fr) auto}}@media (max-width:540px){.guest-product-module__2roPca__inlineForm,.guest-product-module__2roPca__composer{grid-template-columns:1fr}.guest-product-module__2roPca__composer .guest-product-module__2roPca__button{width:100%}.guest-product-module__2roPca__favoriteHeader{display:grid}.guest-product-module__2roPca__favoriteItem{grid-template-columns:84px minmax(0,1fr) auto;padding:12px}.guest-product-module__2roPca__favoriteLoadingRow{grid-template-columns:84px minmax(0,1fr);padding:12px 0}.guest-product-module__2roPca__favoriteLoadingRow .guest-product-module__2roPca__skeleton:last-child{display:none}.guest-product-module__2roPca__threadLink{grid-template-columns:40px minmax(0,1fr);padding-inline:14px}.guest-product-module__2roPca__avatar{width:40px;height:40px}.guest-product-module__2roPca__threadTime{grid-column:2}.guest-product-module__2roPca__notificationButton{grid-template-columns:10px minmax(0,1fr)}.guest-product-module__2roPca__notificationButton time{grid-column:2}.guest-product-module__2roPca__fact{grid-template-columns:1fr;gap:8px}.guest-product-module__2roPca__factValue{text-align:left}.guest-product-module__2roPca__messageBubble{max-width:88%}}
