.ProfileForm-module__eJ7AFG__form{flex-direction:column;gap:1.25rem;display:flex}.ProfileForm-module__eJ7AFG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.ProfileForm-module__eJ7AFG__row{grid-template-columns:1fr}}.ProfileForm-module__eJ7AFG__field{flex-direction:column;gap:.4rem;display:flex}.ProfileForm-module__eJ7AFG__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.7rem;font-weight:700}.ProfileForm-module__eJ7AFG__input{background:var(--bg-surface);border:1px solid var(--border-input);color:var(--text-primary);box-sizing:border-box;border-radius:3px;width:100%;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.ProfileForm-module__eJ7AFG__input:focus{border-color:var(--accent-border);outline:none}.ProfileForm-module__eJ7AFG__input::placeholder{color:var(--input-placeholder)}.ProfileForm-module__eJ7AFG__textarea{background:var(--bg-surface);border:1px solid var(--border-input);color:var(--text-primary);resize:vertical;box-sizing:border-box;border-radius:3px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .15s}.ProfileForm-module__eJ7AFG__textarea:focus{border-color:var(--accent-border);outline:none}.ProfileForm-module__eJ7AFG__textarea::placeholder{color:var(--input-placeholder)}.ProfileForm-module__eJ7AFG__submit{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background:var(--accent);cursor:pointer;border:none;border-radius:2px;align-self:flex-start;padding:.6rem 1.25rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:background .15s}.ProfileForm-module__eJ7AFG__submit:hover:not(:disabled){background:var(--accent-active)}.ProfileForm-module__eJ7AFG__submit:disabled{opacity:.5;cursor:not-allowed}.ProfileForm-module__eJ7AFG__error{color:var(--warning-orange);background:var(--bg-error);border:1px solid var(--warning-orange-border);border-radius:3px;padding:.6rem .75rem;font-family:monospace;font-size:.8rem}.ProfileForm-module__eJ7AFG__success{color:var(--success);background:var(--bg-success);border:1px solid var(--success-border);border-radius:3px;padding:.6rem .75rem;font-family:monospace;font-size:.8rem}.ProfileForm-module__eJ7AFG__section{flex-direction:column;gap:.6rem;display:flex}.ProfileForm-module__eJ7AFG__socialGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ProfileForm-module__eJ7AFG__socialField{align-items:center;gap:.5rem;display:flex}.ProfileForm-module__eJ7AFG__socialIcon{border-radius:4px;flex-shrink:0}.ProfileForm-module__eJ7AFG__contactGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ProfileForm-module__eJ7AFG__contactField{align-items:center;gap:.5rem;display:flex}.ProfileForm-module__eJ7AFG__contactIcon{text-align:center;width:24px;color:var(--text-muted);flex-shrink:0;font-family:monospace;font-size:.7rem;font-weight:700}@media (max-width:480px){.ProfileForm-module__eJ7AFG__socialGrid,.ProfileForm-module__eJ7AFG__contactGrid{grid-template-columns:1fr}}.ProfileForm-module__eJ7AFG__readOnly{background:var(--bg-body);border:1px solid var(--border-subtle);color:var(--text-secondary);box-sizing:border-box;border-radius:3px;padding:.5rem .75rem;font-size:.9rem}.ProfileForm-module__eJ7AFG__required{color:var(--accent);margin-left:.2em}.ProfileForm-module__eJ7AFG__inputWrapper{flex-direction:column;gap:.25rem;display:flex}.ProfileForm-module__eJ7AFG__inputError{border-color:var(--warning-orange)}.ProfileForm-module__eJ7AFG__availabilityChecking,.ProfileForm-module__eJ7AFG__availabilityOk,.ProfileForm-module__eJ7AFG__availabilityError{letter-spacing:.05em;font-family:monospace;font-size:.7rem}.ProfileForm-module__eJ7AFG__availabilityChecking{color:var(--text-muted)}.ProfileForm-module__eJ7AFG__availabilityOk{color:var(--success)}.ProfileForm-module__eJ7AFG__availabilityError{color:var(--warning-orange)}.ProfileForm-module__eJ7AFG__hint{color:var(--text-muted);letter-spacing:.03em;font-family:monospace;font-size:.65rem}
.CustomSelect-module__03vyPG__wrapper{position:relative}.CustomSelect-module__03vyPG__trigger{box-sizing:border-box;background:var(--bg-surface);border:1px solid var(--border-input);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;border-radius:2px;outline:none;justify-content:space-between;align-items:center;padding:.625rem .75rem;font-family:monospace;font-size:.875rem;transition:border-color .15s;display:flex}.CustomSelect-module__03vyPG__trigger:focus{border-color:var(--accent)}.CustomSelect-module__03vyPG__trigger:disabled{opacity:.5;cursor:not-allowed}.CustomSelect-module__03vyPG__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.CustomSelect-module__03vyPG__placeholder{color:var(--text-placeholder);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.CustomSelect-module__03vyPG__arrow{flex-shrink:0;margin-left:.5rem;transition:transform .15s}.CustomSelect-module__03vyPG__arrowOpen{transform:rotate(180deg)}.CustomSelect-module__03vyPG__dropdown{z-index:var(--z-dropdown);background:var(--bg-surface);border:1px solid var(--border-input);border-radius:2px;max-height:220px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow-y:auto}.CustomSelect-module__03vyPG__option{color:var(--text-body);cursor:pointer;padding:.5rem .75rem;font-family:monospace;font-size:.875rem;transition:background .1s,color .1s}.CustomSelect-module__03vyPG__option:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.CustomSelect-module__03vyPG__optionSelected{color:var(--accent)}
.UploadDocumentModal-module__ME5ufa__dialog{flex-direction:column;gap:16px;width:90%;max-width:480px;padding:20px;display:flex}.UploadDocumentModal-module__ME5ufa__title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.UploadDocumentModal-module__ME5ufa__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.UploadDocumentModal-module__ME5ufa__input{background:var(--bg-input);border:1px solid var(--border-input);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:13px}.UploadDocumentModal-module__ME5ufa__input:focus{border-color:var(--accent);outline:none}.UploadDocumentModal-module__ME5ufa__input::placeholder{color:var(--text-placeholder)}.UploadDocumentModal-module__ME5ufa__fileInput{width:100%;color:var(--text-body);cursor:pointer;padding:6px 0;font-family:inherit;font-size:13px}.UploadDocumentModal-module__ME5ufa__textarea{background:var(--bg-input);border:1px solid var(--border-input);width:100%;min-height:80px;color:var(--text-primary);resize:vertical;box-sizing:border-box;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:13px}.UploadDocumentModal-module__ME5ufa__textarea:focus{border-color:var(--accent);outline:none}.UploadDocumentModal-module__ME5ufa__textarea::placeholder{color:var(--text-placeholder)}.UploadDocumentModal-module__ME5ufa__error{color:var(--error);margin:0;font-size:12px}.UploadDocumentModal-module__ME5ufa__actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.UploadDocumentModal-module__ME5ufa__cancelButton{color:var(--text-body);border:1px solid var(--border-default);cursor:pointer;background:0 0;border-radius:6px;padding:7px 14px;font-family:inherit;font-size:13px}.UploadDocumentModal-module__ME5ufa__cancelButton:hover:not(:disabled){background:var(--bg-hover-overlay)}.UploadDocumentModal-module__ME5ufa__cancelButton:disabled{opacity:.5;cursor:not-allowed}.UploadDocumentModal-module__ME5ufa__submitButton{color:var(--text-on-accent);background:var(--accent);cursor:pointer;border:1px solid #0000;border-radius:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500}.UploadDocumentModal-module__ME5ufa__submitButton:hover:not(:disabled){background:var(--accent-hover)}.UploadDocumentModal-module__ME5ufa__submitButton:disabled{opacity:.5;cursor:not-allowed}
.GroupDocumentsTab-module__usJ8zG__wrapper{flex-direction:column;gap:1rem;display:flex}.GroupDocumentsTab-module__usJ8zG__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.GroupDocumentsTab-module__usJ8zG__filter{color:var(--text-primary);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.4rem;padding:.4rem .75rem}.GroupDocumentsTab-module__usJ8zG__uploadBtn{background:var(--accent);color:var(--text-on-accent);cursor:pointer;border:none;border-radius:.4rem;padding:.5rem 1rem}.GroupDocumentsTab-module__usJ8zG__empty{color:var(--text-muted);text-align:center;padding:2rem 0}.GroupDocumentsTab-module__usJ8zG__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.GroupDocumentsTab-module__usJ8zG__row{border:1px solid var(--border);border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.GroupDocumentsTab-module__usJ8zG__fileIcon{width:1.5rem;height:1.5rem;color:var(--text-muted);flex-shrink:0}.GroupDocumentsTab-module__usJ8zG__meta{flex-direction:column;flex:1;gap:.25rem;display:flex}.GroupDocumentsTab-module__usJ8zG__fileTitle{color:var(--text-primary);font-weight:600}.GroupDocumentsTab-module__usJ8zG__sub{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.GroupDocumentsTab-module__usJ8zG__chip{background:var(--bg-surface);border-radius:.3rem;padding:.1rem .4rem}.GroupDocumentsTab-module__usJ8zG__actions{align-items:center;gap:.5rem;display:flex}.GroupDocumentsTab-module__usJ8zG__download{color:var(--accent);text-decoration:none}
.FloatingBackButton-module__NjVAwW__wrapper{z-index:var(--z-sticky);margin-bottom:-52px;padding:0 12px;display:flex;position:sticky;top:64px}.FloatingBackButton-module__NjVAwW__right{justify-content:flex-end}.FloatingBackButton-module__NjVAwW__button{background:var(--accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .15s;display:flex}.FloatingBackButton-module__NjVAwW__button:hover{opacity:.85}.FloatingBackButton-module__NjVAwW__icon{width:var(--icon-xl);height:var(--icon-xl);color:var(--text-on-accent)}
.MediaVideo-module__sfu5HW__posterButton{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;display:block;position:relative}.MediaVideo-module__sfu5HW__poster,.MediaVideo-module__sfu5HW__video{object-fit:cover;width:100%;height:100%;display:block}.MediaVideo-module__sfu5HW__playBadge{background:color-mix(in srgb, var(--bg-body) 55%, transparent);width:3.5rem;height:3.5rem;color:var(--text-primary);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MediaVideo-module__sfu5HW__playBadge svg{width:1.75rem;height:1.75rem}.MediaVideo-module__sfu5HW__duration{border-radius:var(--radius-sm,4px);background:color-mix(in srgb, var(--bg-body) 70%, transparent);color:var(--text-primary);font-variant-numeric:tabular-nums;pointer-events:none;padding:.1rem .4rem;font-size:.75rem;position:absolute;bottom:.5rem;right:.5rem}.MediaVideo-module__sfu5HW__fallback{background:var(--bg-surface-hover);border:1px dashed var(--border-default)}
.MediaGallery-module__akB6eq__gallery{margin-bottom:1.5rem}.MediaGallery-module__akB6eq__viewport{border-radius:3px;position:relative;overflow:hidden}.MediaGallery-module__akB6eq__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.MediaGallery-module__akB6eq__track::-webkit-scrollbar{display:none}.MediaGallery-module__akB6eq__slide{scroll-snap-align:start;background:var(--bg-body);flex:0 0 100%;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.MediaGallery-module__akB6eq__image{object-fit:contain;width:100%;height:100%;display:block}.MediaGallery-module__akB6eq__titleOverlay{color:var(--text-on-overlay);letter-spacing:.02em;background-color:var(--media-caption-bg);background-image:linear-gradient(to bottom, var(--media-caption-gradient) 0%, var(--media-caption-gradient-end) 100%);-webkit-backdrop-filter:blur(2px);-webkit-line-clamp:2;text-overflow:ellipsis;pointer-events:none;z-index:1;-webkit-box-orient:vertical;padding:.7rem .95rem .8rem;font-family:monospace;font-size:.8rem;font-weight:600;line-height:1.4;display:-webkit-box;position:absolute;inset:0 0 auto;overflow:hidden}.MediaGallery-module__akB6eq__titleOverlayFullscreen{color:var(--text-on-overlay);letter-spacing:.02em;background-color:var(--media-caption-bg-strong);background-image:linear-gradient(to bottom, var(--media-caption-gradient) 0%, var(--media-caption-gradient-end) 100%);-webkit-backdrop-filter:blur(2px);-webkit-line-clamp:2;text-overflow:ellipsis;pointer-events:none;text-align:center;z-index:1;-webkit-box-orient:vertical;padding:1rem 1.5rem 1.25rem;font-family:monospace;font-size:.95rem;font-weight:600;line-height:1.45;display:-webkit-box;position:absolute;inset:0 0 auto;overflow:hidden}.MediaGallery-module__akB6eq__caption{color:var(--text-on-overlay);letter-spacing:.02em;background-color:var(--media-caption-bg);background-image:linear-gradient(to top, var(--media-caption-gradient) 0%, var(--media-caption-gradient-end) 100%);-webkit-backdrop-filter:blur(2px);-webkit-line-clamp:2;text-overflow:ellipsis;pointer-events:none;z-index:1;-webkit-box-orient:vertical;padding:.75rem .95rem .85rem;font-family:monospace;font-size:.78rem;line-height:1.4;display:-webkit-box;position:absolute;inset:auto 0 0;overflow:hidden}.MediaGallery-module__akB6eq__captionFullscreen{color:var(--text-on-overlay);letter-spacing:.02em;background-color:var(--media-caption-bg-strong);background-image:linear-gradient(to top, var(--media-caption-gradient) 0%, var(--media-caption-gradient-end) 100%);-webkit-backdrop-filter:blur(2px);-webkit-line-clamp:2;text-overflow:ellipsis;pointer-events:none;text-align:center;z-index:1;-webkit-box-orient:vertical;padding:1rem 1.5rem 1.25rem;font-family:monospace;font-size:.9rem;line-height:1.45;display:-webkit-box;position:absolute;inset:auto 0 0;overflow:hidden}@media (max-width:480px){.MediaGallery-module__akB6eq__slide{height:280px}}.MediaGallery-module__akB6eq__videoWrapper{width:100%;height:100%}.MediaGallery-module__akB6eq__video{border:none;width:100%;height:100%}.MediaGallery-module__akB6eq__arrow{background:var(--overlay-bg);width:36px;height:36px;color:var(--text-primary);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.MediaGallery-module__akB6eq__arrow:hover{background:var(--overlay-bg-strong)}.MediaGallery-module__akB6eq__arrowLeft{left:8px}.MediaGallery-module__akB6eq__arrowRight{right:8px}.MediaGallery-module__akB6eq__dots{justify-content:center;gap:0;padding-top:4px;display:flex}.MediaGallery-module__akB6eq__dot{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.MediaGallery-module__akB6eq__dot:after{content:"";background:var(--border-emphasis);border-radius:50%;width:6px;height:6px;transition:background .15s;display:block}.MediaGallery-module__akB6eq__dotActive:after{background:var(--accent)}.MediaGallery-module__akB6eq__overlay{z-index:var(--z-modal);background:var(--overlay-bg-dark);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.MediaGallery-module__akB6eq__topControls{z-index:var(--z-overlay);align-items:center;gap:8px;display:flex;position:absolute;top:16px;right:16px}.MediaGallery-module__akB6eq__closeButton{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:inline-flex}.MediaGallery-module__akB6eq__closeButton:hover{color:var(--text-primary)}.MediaGallery-module__akB6eq__fullscreenViewport{width:100%;max-width:1200px;height:80vh;position:relative}.MediaGallery-module__akB6eq__fullscreenTrack{scroll-snap-type:x mandatory;scrollbar-width:none;height:100%;display:flex;overflow-x:auto}.MediaGallery-module__akB6eq__fullscreenTrack::-webkit-scrollbar{display:none}.MediaGallery-module__akB6eq__fullscreenSlide{scroll-snap-align:start;flex:0 0 100%;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.MediaGallery-module__akB6eq__fullscreenImage{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.MediaGallery-module__akB6eq__fullscreenVideoWrapper{width:100%;max-width:960px;height:100%;margin:0 auto}
.MediaHistoryGallery-module__yrXzjW__wrapper{display:inline-block;position:relative}.MediaHistoryGallery-module__yrXzjW__circle{border-radius:50%;overflow:hidden}.MediaHistoryGallery-module__yrXzjW__rect{border-radius:0;overflow:hidden}.MediaHistoryGallery-module__yrXzjW__trigger{cursor:pointer;background:0 0;border:none;padding:0;display:block;position:relative}.MediaHistoryGallery-module__yrXzjW__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.MediaHistoryGallery-module__yrXzjW__changeButton{background:var(--accent);height:32px;color:var(--text-on-accent);border-radius:var(--radius-sm,4px);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:0 10px;font-size:.75rem;font-weight:600;line-height:1.2;transition:background .15s;display:inline-flex}.MediaHistoryGallery-module__yrXzjW__changeButton:hover{background:var(--accent-hover)}.MediaHistoryGallery-module__yrXzjW__changeButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.MediaHistoryGallery-module__yrXzjW__topRightActions{align-items:center;gap:8px;display:flex}.MediaHistoryGallery-module__yrXzjW__setCurrentWrap{align-items:center;display:inline-flex;position:relative}.MediaHistoryGallery-module__yrXzjW__setCurrentButton{background:var(--bg-surface);height:32px;color:var(--text-primary);border:1px solid var(--border-default);border-radius:var(--radius-sm,4px);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;padding:0 10px;font-size:.75rem;font-weight:600;line-height:1.2;transition:background .15s;display:inline-flex}.MediaHistoryGallery-module__yrXzjW__setCurrentButton:hover:not(:disabled){background:var(--bg-elevated,var(--bg-surface))}.MediaHistoryGallery-module__yrXzjW__setCurrentButton:disabled{opacity:.5;cursor:not-allowed}.MediaHistoryGallery-module__yrXzjW__inlineError{color:var(--error);white-space:nowrap;margin-top:4px;font-size:.75rem;position:absolute;top:100%;right:0}.MediaHistoryGallery-module__yrXzjW__hiddenInput{display:none}.MediaHistoryGallery-module__yrXzjW__preload{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.MediaHistoryGallery-module__yrXzjW__pendingOverlay{z-index:3;background:var(--overlay-bg);cursor:default;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MediaHistoryGallery-module__yrXzjW__spinner{border:3px solid var(--border-emphasis);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite MediaHistoryGallery-module__yrXzjW__spin}@keyframes MediaHistoryGallery-module__yrXzjW__spin{to{transform:rotate(360deg)}}.MediaHistoryGallery-module__yrXzjW__trigger.MediaHistoryGallery-module__yrXzjW__rect{width:100%;height:100%}.MediaHistoryGallery-module__yrXzjW__trigger.MediaHistoryGallery-module__yrXzjW__rect img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}
.GroupRulesModal-module__7uGOzW__link{cursor:pointer;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-text);text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:monospace;font-size:.7rem;text-decoration:underline;transition:color .15s}.GroupRulesModal-module__7uGOzW__link:hover{color:var(--accent)}.GroupRulesModal-module__7uGOzW__rules{flex-direction:column;gap:.75rem;margin:0;display:flex}.GroupRulesModal-module__7uGOzW__term{letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);font-family:monospace;font-size:.75rem;font-weight:700}.GroupRulesModal-module__7uGOzW__desc{color:var(--text-secondary);margin:.15rem 0 0;font-size:.85rem;line-height:1.5}
.MentionedBody-module__S4l9da__body{white-space:pre-wrap;word-break:break-word}.MentionedBody-module__S4l9da__mention{background:var(--color-block-warning-bg-soft);color:var(--color-block-warning-text);border-radius:999px;padding:1px 8px;font-size:.95em;font-weight:500;text-decoration:none;display:inline-block}.MentionedBody-module__S4l9da__mention:hover{background:var(--color-block-warning-bg-medium)}.MentionedBody-module__S4l9da__mentionUnresolved{color:inherit}@keyframes MentionedBody-module__S4l9da__mentionPulse{0%{background:var(--color-block-warning-bg-strong)}60%{background:var(--color-block-warning-bg-medium)}to{background:var(--color-block-warning-bg-soft)}}.MentionedBody-module__S4l9da__mentionHighlighted{animation:1.5s ease-out MentionedBody-module__S4l9da__mentionPulse}
.GarageAttributionChip-module__Ke1O8a__chip{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.75rem;text-decoration:none;transition:transform .15s,border-color .15s;display:inline-flex}.GarageAttributionChip-module__Ke1O8a__chip:hover{border-color:var(--accent,#e53e3e);color:var(--text-primary)}.GarageAttributionChip-module__Ke1O8a__inline:hover{transform:translateY(-1px)}.GarageAttributionChip-module__Ke1O8a__card{padding:.2rem .5rem;font-size:.7rem}.GarageAttributionChip-module__Ke1O8a__check{color:var(--success,#38a169);font-size:.7rem}.GarageAttributionChip-module__Ke1O8a__label{color:var(--text-muted);font-size:.7rem}.GarageAttributionChip-module__Ke1O8a__name{color:var(--text-primary);font-weight:600}
.FeedCard-module__hyQgOq__date{letter-spacing:.05em;color:var(--text-muted);font-family:monospace;font-size:.7rem}.FeedCard-module__hyQgOq__editLink{color:var(--text-tertiary);border-radius:2px;align-items:center;margin-left:auto;padding:.25rem .4rem;transition:color .15s;display:inline-flex}.FeedCard-module__hyQgOq__editLink:hover{color:var(--text-primary)}.FeedCard-module__hyQgOq__reportRight{margin-left:auto}.FeedCard-module__hyQgOq__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-emphasis);white-space:nowrap;border-radius:2px;padding:.15rem .4rem;font-family:monospace;font-size:.65rem}.FeedCard-module__hyQgOq__description{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.FeedCard-module__hyQgOq__photoWrapper{border-radius:3px;margin-bottom:.75rem;display:block;position:relative;overflow:hidden}.FeedCard-module__hyQgOq__photo{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.FeedCard-module__hyQgOq__moreOverlay{color:var(--text-on-accent);background:var(--overlay-bg);letter-spacing:.05em;border-radius:2px;padding:.2rem .5rem;font-family:monospace;font-size:.7rem;position:absolute;bottom:.5rem;right:.5rem}.FeedCard-module__hyQgOq__engagement{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;padding-top:.5rem;display:flex}.FeedCard-module__hyQgOq__stat{color:var(--icon-color);border-radius:2px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;text-decoration:none;transition:color .15s;display:inline-flex}.FeedCard-module__hyQgOq__stat:hover{color:var(--accent)}.FeedCard-module__hyQgOq__statIcon{width:var(--icon-lg);height:var(--icon-lg);display:block}
.Modal-module__LpA3zq__overlay{z-index:var(--z-modal);background:0 0;justify-content:center;align-items:center;padding:1rem;transition:background .25s;display:flex;position:fixed;inset:0}.Modal-module__LpA3zq__overlayVisible{background:var(--overlay-bg)}.Modal-module__LpA3zq__dialog{background:var(--bg-surface);border:1px solid var(--border-input);opacity:0;border-radius:6px;width:100%;max-width:480px;transition:opacity .25s,transform .25s;transform:scale(.9)translateY(16px)}.Modal-module__LpA3zq__dialogVisible{opacity:1;transform:scale(1)translateY(0)}
.ConfirmModal-module__zDUNkq__dialog{border-radius:4px;width:90%;max-width:400px;padding:1.5rem}.ConfirmModal-module__zDUNkq__title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);margin:0 0 .75rem;font-family:monospace;font-size:.85rem;font-weight:700}.ConfirmModal-module__zDUNkq__message{color:var(--text-body);margin:0 0 1.25rem;font-size:.85rem;line-height:1.5}.ConfirmModal-module__zDUNkq__actions{justify-content:flex-end;gap:.5rem;display:flex}.ConfirmModal-module__zDUNkq__cancelButton{letter-spacing:.08em;text-transform:uppercase;color:var(--text-body);border:1px solid var(--border-emphasis);cursor:pointer;background:0 0;border-radius:2px;padding:.5rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700}.ConfirmModal-module__zDUNkq__cancelButton:hover{color:var(--text-primary);border-color:var(--text-muted)}.ConfirmModal-module__zDUNkq__confirmButton{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background:var(--border-emphasis);border:1px solid var(--text-placeholder);cursor:pointer;border-radius:2px;padding:.5rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700}.ConfirmModal-module__zDUNkq__confirmButton:hover{background:var(--text-placeholder)}.ConfirmModal-module__zDUNkq__dangerButton{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);background:var(--accent);cursor:pointer;border:none;border-radius:2px;padding:.5rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700}.ConfirmModal-module__zDUNkq__dangerButton:hover{background:var(--accent-active)}
.InfoModal-module__mxZ5za__modal{max-height:80vh;overflow-y:auto}.InfoModal-module__mxZ5za__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.InfoModal-module__mxZ5za__title{color:var(--text-primary);margin:0;font-family:monospace;font-size:.9rem;font-weight:700}.InfoModal-module__mxZ5za__closeButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1;transition:color .15s}.InfoModal-module__mxZ5za__closeButton:hover{color:var(--text-primary)}.InfoModal-module__mxZ5za__body{color:var(--text-body);padding:1.25rem;font-family:monospace;font-size:.8rem;line-height:1.6}
.MediaImage-module__AiETNa__shimmer{background:linear-gradient(90deg, var(--border-subtle) 0%, var(--border-default) 50%, var(--border-subtle) 100%);background-size:200% 100%;animation:1.4s ease-in-out infinite MediaImage-module__AiETNa__shimmer}@keyframes MediaImage-module__AiETNa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.MediaImage-module__AiETNa__shimmer{animation:none}}.MediaImage-module__AiETNa__fallback{background:var(--bg-surface);border:1px dashed var(--border-default);color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-family:monospace;font-size:.65rem;display:flex}.MediaImage-module__AiETNa__fallback:after{content:"—";opacity:.4}
.UnpublishIcon-module__8p2rxq__stack{width:var(--icon-md);height:var(--icon-md);flex-shrink:0;display:inline-flex;position:relative}.UnpublishIcon-module__8p2rxq__base{width:100%;height:100%}.UnpublishIcon-module__8p2rxq__badge{width:60%;height:60%;color:var(--danger);position:absolute;bottom:-15%;right:-15%}
.HideContentModal-module__mSAE5q__field{margin-bottom:12px}.HideContentModal-module__mSAE5q__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:4px;font-size:10px;font-weight:600;display:block}.HideContentModal-module__mSAE5q__textarea{background:var(--bg-input);border:1px solid var(--border-input);width:100%;color:var(--text-primary);resize:vertical;border-radius:6px;min-height:80px;padding:7px 10px;font-family:inherit;font-size:13px}.HideContentModal-module__mSAE5q__actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}
.ModerateButton-module__497_aW__button{color:var(--text-tertiary);border:1px solid var(--border-subtle);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:11px;transition:all .15s;display:inline-flex}.ModerateButton-module__497_aW__button:hover{color:var(--warning);border-color:var(--warning);background:var(--warning-faint)}.ModerateButton-module__497_aW__restore{color:var(--accent-text);border-color:var(--accent-border)}.ModerateButton-module__497_aW__restore:hover{background:var(--accent-faint)}
.HiddenContentBanner-module__PHRr4a__banner{background:var(--warning-faint);color:var(--text-primary);border:1px solid var(--warning);border-radius:6px;flex-direction:column;gap:4px;margin-bottom:8px;padding:8px 12px;font-size:12px;display:flex}.HiddenContentBanner-module__PHRr4a__title{color:var(--warning);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.HiddenContentBanner-module__PHRr4a__reason{color:var(--text-primary)}.HiddenContentBanner-module__PHRr4a__by{color:var(--text-tertiary);font-size:11px;font-family:var(--font-mono)}
.Pill-module__8O1ZZq__pill{align-items:center;gap:.3rem;display:inline-flex}.Pill-module__8O1ZZq__icon{width:var(--icon-md);height:var(--icon-md);color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Pill-module__8O1ZZq__icon svg{width:100%;height:100%}.Pill-module__8O1ZZq__accent{color:var(--text-on-accent);background:var(--accent-pill);text-align:center;border-radius:10px;min-width:18px;padding:2px 7px 1px;font-family:monospace;font-size:.7rem;font-weight:600}.Pill-module__8O1ZZq__muted{letter-spacing:.05em;color:var(--text-secondary);background:var(--bg-surface-hover);border:1px solid var(--border-default);white-space:nowrap;border-radius:10px;padding:1px 6px;font-family:monospace;font-size:.55rem;font-weight:600}
.MemberCard-module__1uFsYa__card{background:var(--bg-surface);border:1px solid var(--border-default);color:inherit;content-visibility:auto;contain-intrinsic-size:0 96px;border-radius:8px;text-decoration:none;transition:border-color .15s;display:block;position:relative;overflow:hidden}.MemberCard-module__1uFsYa__card:after{content:"";background:var(--bg-hover-overlay);opacity:0;pointer-events:none;z-index:2;transition:opacity .15s;position:absolute;inset:0}.MemberCard-module__1uFsYa__card:hover:after{opacity:1}.MemberCard-module__1uFsYa__card:hover{border-color:var(--border-emphasis)}.MemberCard-module__1uFsYa__cardButton{text-align:left;cursor:pointer;width:100%;font:inherit;}.MemberCard-module__1uFsYa__bannerWrap{pointer-events:none;width:60%;height:100%;position:absolute;top:0;right:0}.MemberCard-module__1uFsYa__bannerImg{object-fit:cover;object-position:center;width:100%;height:100%}.MemberCard-module__1uFsYa__bannerFade{background:linear-gradient(to right, var(--bg-surface) 10%, transparent 70%);width:calc(100% + 1px);height:100%;position:absolute;top:0;left:-1px}.MemberCard-module__1uFsYa__content{z-index:1;align-items:flex-start;gap:.75rem;max-width:60%;padding:1rem;display:flex;position:relative}.MemberCard-module__1uFsYa__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.MemberCard-module__1uFsYa__avatarPlaceholder{background:var(--accent);width:40px;height:40px;color:var(--text-on-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.MemberCard-module__1uFsYa__info{flex:1;min-width:0}.MemberCard-module__1uFsYa__nameRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.MemberCard-module__1uFsYa__displayName{color:var(--text-primary);-webkit-text-stroke:1px var(--text-stroke);paint-order:stroke fill;margin:0;font-family:monospace;font-size:.9rem;font-weight:700;line-height:1.3}.MemberCard-module__1uFsYa__username{color:var(--text-muted);font-family:monospace;font-size:.7rem}.MemberCard-module__1uFsYa__location{color:var(--text-secondary);margin-top:.2rem;font-family:monospace;font-size:.7rem}.MemberCard-module__1uFsYa__meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.MemberCard-module__1uFsYa__messageAction{letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:2px;margin-left:auto;padding:.3rem .6rem;font-family:monospace;font-size:.6rem;font-weight:700;transition:background .15s,color .15s,border-color .15s}.MemberCard-module__1uFsYa__messageAction:hover{background:var(--accent-hover,var(--accent));color:var(--text-on-accent)}.MemberCard-module__1uFsYa__messageAction:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.MemberCard-module__1uFsYa__bannerWrap{width:50%}.MemberCard-module__1uFsYa__content{max-width:80%}}
.ProfileHero-module__3u4hpW__hero{margin-bottom:1rem}.ProfileHero-module__3u4hpW__banner{flex-direction:column;justify-content:center;min-height:200px;margin-inline:calc(50% - 50vw);padding:2rem calc(50vw - 50%) 1.5rem;display:flex;position:relative;overflow:hidden}.ProfileHero-module__3u4hpW__bannerWrap{position:absolute;inset:0}.ProfileHero-module__3u4hpW__bannerImg{object-fit:cover;object-position:center;width:100%;height:100%}.ProfileHero-module__3u4hpW__bannerFade{z-index:1;background:linear-gradient(to right, var(--bg-body) 0%, transparent 95%);pointer-events:none;position:absolute;inset:0}.ProfileHero-module__3u4hpW__overlay{z-index:var(--z-base);flex-direction:column;gap:.5rem;max-width:600px;display:flex;position:relative}.ProfileHero-module__3u4hpW__avatarWrap{flex-shrink:0;width:80px;height:80px;margin-bottom:.5rem}.ProfileHero-module__3u4hpW__avatar{object-fit:cover;border:2px solid var(--border-default);background-color:var(--bg-surface);border-radius:50%;width:80px;height:80px;display:block}.ProfileHero-module__3u4hpW__avatarFallback{background-color:var(--bg-surface)}.ProfileHero-module__3u4hpW__nameRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ProfileHero-module__3u4hpW__username{color:var(--text-primary);-webkit-text-stroke:1px var(--text-stroke);paint-order:stroke fill;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-family:monospace;font-size:1.5rem;font-weight:700;overflow:hidden}.ProfileHero-module__3u4hpW__displayName{color:var(--text-secondary);-webkit-text-stroke:.75px var(--text-stroke);paint-order:stroke fill;font-size:.9rem}.ProfileHero-module__3u4hpW__location{color:var(--text-body);-webkit-text-stroke:.75px var(--text-stroke);paint-order:stroke fill;font-size:.8rem}.ProfileHero-module__3u4hpW__editInline{display:none}.ProfileHero-module__3u4hpW__editBlock{display:inline-flex}@media (min-width:640px){.ProfileHero-module__3u4hpW__editInline{display:inline-flex}.ProfileHero-module__3u4hpW__editBlock{display:none}}.ProfileHero-module__3u4hpW__actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.ProfileHero-module__3u4hpW__stats{gap:1.25rem;margin-top:.25rem;display:flex}.ProfileHero-module__3u4hpW__joined{color:var(--text-muted);-webkit-text-stroke:.5px var(--text-stroke);paint-order:stroke fill;margin:0;font-family:monospace;font-size:.7rem}.ProfileHero-module__3u4hpW__statItem{color:var(--text-secondary);letter-spacing:.03em;-webkit-text-stroke:.5px var(--text-stroke);paint-order:stroke fill;font-family:monospace;font-size:.75rem}.ProfileHero-module__3u4hpW__statItem strong{color:var(--text-primary);font-weight:700}.ProfileHero-module__3u4hpW__socialLinks{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.ProfileHero-module__3u4hpW__socialLink{opacity:.8;transition:opacity .15s;display:flex}.ProfileHero-module__3u4hpW__socialLink:hover{opacity:1}.ProfileHero-module__3u4hpW__avatarGallery{border-radius:50%;width:80px;height:80px;display:block;overflow:hidden}.ProfileHero-module__3u4hpW__avatarGallery>div[role=button],.ProfileHero-module__3u4hpW__avatarGallery>[data-testid=media-history-open]{border-radius:50%;width:80px;height:80px;overflow:hidden}.ProfileHero-module__3u4hpW__avatarGallery img{object-fit:cover;border:2px solid var(--border-default);background-color:var(--bg-surface);border-radius:50%;width:80px;height:80px;display:block}.ProfileHero-module__3u4hpW__bannerGallery{border-radius:0;display:block;position:absolute;inset:0;overflow:hidden}.ProfileHero-module__3u4hpW__bannerGallery>div[role=button],.ProfileHero-module__3u4hpW__bannerGallery>[data-testid=media-history-open]{width:100%;height:100%}.ProfileHero-module__3u4hpW__bannerGallery img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ProfileHero-module__3u4hpW__bio{color:var(--text-body);max-width:600px;margin:1rem 0 0;font-size:.9375rem;line-height:1.6}.ProfileHero-module__3u4hpW__website{color:var(--accent-text);margin-top:.5rem;font-size:.8rem;text-decoration:none;display:inline-block}.ProfileHero-module__3u4hpW__website:hover{text-decoration:underline}
.page-module__SGgjEW__main{max-width:800px;margin:0 auto;padding:0 0 2.5rem}.page-module__SGgjEW__headerSlot{padding:0 1.5rem}.page-module__SGgjEW__hero{background:var(--bg-surface);width:100%;height:220px;margin-bottom:0;position:relative;overflow:hidden}.page-module__SGgjEW__heroImg{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.page-module__SGgjEW__header{border-bottom:1px solid var(--border-subtle);padding:1rem 1.5rem 1.5rem}@media (max-width:640px){.page-module__SGgjEW__hero{height:220px}}.page-module__SGgjEW__vehicleRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.page-module__SGgjEW__vehicleActionsMenu{margin-left:auto}.page-module__SGgjEW__vehicle{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.75rem;font-weight:700}.page-module__SGgjEW__editLink{color:var(--text-muted);align-items:center;padding:.2rem;transition:color .15s;display:flex}.page-module__SGgjEW__editLink:hover{color:var(--text-primary)}.page-module__SGgjEW__title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.2}.page-module__SGgjEW__builder{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem;text-decoration:none;display:inline-block}.page-module__SGgjEW__builder:hover{color:var(--text-primary)}.page-module__SGgjEW__displayName{color:var(--text-tertiary)}.page-module__SGgjEW__description{color:var(--text-body);padding-bottom:1rem;font-size:.9rem;line-height:1.6}.page-module__SGgjEW__badgeLink{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-border);border-radius:3px;margin-left:auto;padding:.25rem .6rem;font-family:monospace;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s}.page-module__SGgjEW__badgeLink:hover{background:var(--accent-faint);color:var(--accent-hover)}.page-module__SGgjEW__bannerWrapper{margin-bottom:1rem}.page-module__SGgjEW__bannerWrapper:empty{display:none}.page-module__SGgjEW__actionsStart{margin-left:auto}.page-module__SGgjEW__tabsWrapper{margin-top:0}.page-module__SGgjEW__timeline{margin-top:1.5rem;padding:0 1.5rem}.page-module__SGgjEW__timelineHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:700;display:flex}.page-module__SGgjEW__modCount{color:var(--accent);border:1px solid var(--accent-border);border-radius:2px;padding:.1rem .4rem;font-family:monospace;font-size:.75rem}.page-module__SGgjEW__entries{flex-direction:column;gap:8px;display:flex}.page-module__SGgjEW__workCards{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.page-module__SGgjEW__empty{color:var(--text-secondary);font-family:monospace;font-size:.875rem}.page-module__SGgjEW__listForSale{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-faint);border:1px solid var(--accent-border);border-radius:3px;padding:.3rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s;display:inline-block}.page-module__SGgjEW__listForSale:hover{background:var(--accent-faint);border-color:var(--accent);color:var(--accent-hover)}.page-module__SGgjEW__listedBadge{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);background:var(--bg-active);border:1px solid var(--border-subtle);border-radius:3px;padding:.3rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700;text-decoration:none;transition:color .15s;display:inline-block}.page-module__SGgjEW__listedBadge:hover{color:var(--text-primary)}.page-module__SGgjEW__factRow{flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-top:8px;font-size:13px;display:flex}.page-module__SGgjEW__factLabel{color:var(--text-muted);font-weight:600}.page-module__SGgjEW__factValue{color:var(--text-primary)}.page-module__SGgjEW__modChips{flex-wrap:wrap;gap:6px;display:inline-flex}.page-module__SGgjEW__vehicleCoverGallery{border-radius:0;width:100%;height:100%;display:block;overflow:hidden}.page-module__SGgjEW__vehicleCoverGallery>div[role=button],.page-module__SGgjEW__vehicleCoverGallery>[data-testid=media-history-open]{width:100%;height:100%}.page-module__SGgjEW__vehicleCoverGallery img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.page-module__SGgjEW__modChip{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-default);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;max-width:320px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex;overflow:hidden}
.VerifiedBadge-module__EMvEcq__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--success);background:var(--success-faint);border:1px solid var(--success-border);white-space:nowrap;vertical-align:middle;border-radius:2px;align-items:center;gap:4px;max-width:120px;padding:.2rem .45rem;font-size:.6rem;font-weight:700;display:inline-flex}.VerifiedBadge-module__EMvEcq__icon{flex-shrink:0;font-size:.65rem;line-height:1}.VerifiedBadge-module__EMvEcq__label{text-overflow:ellipsis;overflow:hidden}
.ShareButton-module__4xCELW__iconButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;padding:.25rem .4rem;transition:color .15s;display:inline-flex}.ShareButton-module__4xCELW__iconButton:hover{color:var(--accent)}.ShareButton-module__4xCELW__labeled{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:2px;align-items:center;gap:.4rem;padding:.3rem .5rem;font-size:.8rem;transition:color .15s;display:inline-flex}.ShareButton-module__4xCELW__labeled:hover{color:var(--text-primary)}.ShareButton-module__4xCELW__icon{width:var(--icon-lg);height:var(--icon-lg)}
.ProfileTabs-module__INywCW__strip{border-bottom:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:1.25rem;padding:.5rem;display:flex}.ProfileTabs-module__INywCW__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 0;transition:color .15s;display:flex}.ProfileTabs-module__INywCW__tab:hover{color:var(--text-secondary)}.ProfileTabs-module__INywCW__tabActive{color:var(--text-primary)}.ProfileTabs-module__INywCW__icon{width:var(--icon-xl);height:var(--icon-xl)}.ProfileTabs-module__INywCW__storyIcon{filter:invert();opacity:.65;transition:opacity .15s}[data-theme=light] .ProfileTabs-module__INywCW__storyIcon{filter:none}.ProfileTabs-module__INywCW__tab:hover .ProfileTabs-module__INywCW__storyIcon{opacity:.85}.ProfileTabs-module__INywCW__tabActive .ProfileTabs-module__INywCW__storyIcon{opacity:1}.ProfileTabs-module__INywCW__badge{background:var(--accent);color:var(--text-on-accent);text-align:center;border-radius:10px;min-width:18px;padding:1px 6px;font-size:11px;font-weight:600}.ProfileTabs-module__INywCW__content{margin-top:1.5rem}
.ProposalForm-module__oJLrLW__form{flex-direction:column;gap:.875rem;display:flex}.ProposalForm-module__oJLrLW__field{flex-direction:column;gap:.375rem;display:flex}.ProposalForm-module__oJLrLW__label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.ProposalForm-module__oJLrLW__input,.ProposalForm-module__oJLrLW__select{background:var(--bg-input);border:1px solid var(--border-input);color:var(--text-primary);border-radius:4px;width:100%;padding:.5rem .625rem;font-size:.9375rem}.ProposalForm-module__oJLrLW__input:focus,.ProposalForm-module__oJLrLW__select:focus{border-color:var(--accent-border);box-shadow:0 0 0 2px var(--accent-faint);outline:none}.ProposalForm-module__oJLrLW__error{color:var(--error-text,var(--error));font-size:.8125rem}.ProposalForm-module__oJLrLW__topError{background:var(--bg-error);border:1px solid var(--error-border);color:var(--error-text,var(--error));border-radius:4px;padding:.5rem .75rem;font-size:.8125rem}.ProposalForm-module__oJLrLW__actions{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:.5rem;margin-top:.5rem;padding-top:.875rem;display:flex}.ProposalForm-module__oJLrLW__submit,.ProposalForm-module__oJLrLW__cancel{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:2px;padding:.625rem 1.25rem;font-family:monospace;font-size:.8rem}.ProposalForm-module__oJLrLW__submit{color:var(--text-on-accent);background:var(--accent);border:none;font-weight:700;transition:background .15s}.ProposalForm-module__oJLrLW__submit:hover:not(:disabled){background:var(--accent-active)}.ProposalForm-module__oJLrLW__submit:disabled{opacity:.5;cursor:not-allowed}.ProposalForm-module__oJLrLW__cancel{color:var(--text-secondary);border:1px solid var(--border-emphasis);background:0 0;font-weight:600;transition:color .15s,border-color .15s}.ProposalForm-module__oJLrLW__cancel:hover{color:var(--text-primary);border-color:var(--text-muted)}
.EventCard-module__NZP8vq__card{background:var(--bg-surface);border:1px solid var(--border-default);content-visibility:auto;contain-intrinsic-size:0 280px;border-radius:8px;transition:border-color .15s;display:block;position:relative;overflow:hidden}.EventCard-module__NZP8vq__card:after{content:"";background:var(--bg-hover-overlay);opacity:0;pointer-events:none;z-index:2;transition:opacity .15s;position:absolute;inset:0}.EventCard-module__NZP8vq__card:hover:after{opacity:1}.EventCard-module__NZP8vq__card:hover{border-color:var(--border-emphasis)}.EventCard-module__NZP8vq__cardLink{z-index:0;position:absolute;inset:0}.EventCard-module__NZP8vq__card>:not(.EventCard-module__NZP8vq__cardLink):not(.EventCard-module__NZP8vq__shareOverlay){z-index:1;pointer-events:none;position:relative}.EventCard-module__NZP8vq__shareOverlay{z-index:3;pointer-events:auto;position:absolute;top:.5rem;right:.5rem}.EventCard-module__NZP8vq__mapBanner{object-fit:cover;width:100%;height:120px;display:block}.EventCard-module__NZP8vq__content{z-index:1;padding:.75rem 1rem;position:relative}.EventCard-module__NZP8vq__title{color:var(--text-primary);margin:0 0 .25rem;font-family:monospace;font-size:.9rem;font-weight:700;line-height:1.3}.EventCard-module__NZP8vq__tags{flex-wrap:wrap;gap:.25rem;margin-bottom:.25rem;display:flex}.EventCard-module__NZP8vq__location{color:var(--text-secondary);margin:.2rem 0 0;font-family:monospace;font-size:.75rem;line-height:1.4}.EventCard-module__NZP8vq__date{color:var(--text-muted);margin:.1rem 0 .5rem;font-family:monospace;font-size:.65rem}.EventCard-module__NZP8vq__meta{gap:.75rem;display:flex}.EventCard-module__NZP8vq__groupAttribution{color:var(--accent);letter-spacing:.03em;margin-top:.4rem;font-family:monospace;font-size:.6rem;font-weight:600}
.StoryFeedCard-module__IQkS9a__body{flex-direction:column;gap:.5rem;display:flex}.StoryFeedCard-module__IQkS9a__galleryWrapper{margin-bottom:.6rem}.StoryFeedCard-module__IQkS9a__coverWrapper{border-radius:3px;margin-bottom:.25rem;display:block;position:relative;overflow:hidden}.StoryFeedCard-module__IQkS9a__cover{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.StoryFeedCard-module__IQkS9a__galleryWrapper>div{margin-bottom:0}.StoryFeedCard-module__IQkS9a__coverPlaceholder{aspect-ratio:16/9;background:var(--bg-muted,var(--border-default));width:100%;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;font-family:monospace;font-size:.75rem;display:flex}.StoryFeedCard-module__IQkS9a__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-emphasis);white-space:nowrap;border-radius:2px;padding:.15rem .4rem;font-family:monospace;font-size:.65rem}.StoryFeedCard-module__IQkS9a__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.StoryFeedCard-module__IQkS9a__engagement{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;padding-top:.5rem;display:flex}.StoryFeedCard-module__IQkS9a__reportRight{margin-left:auto}.StoryFeedCard-module__IQkS9a__stat{color:var(--icon-color);border-radius:2px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-family:monospace;font-size:.75rem;text-decoration:none;transition:color .15s;display:inline-flex}.StoryFeedCard-module__IQkS9a__stat:hover{color:var(--accent)}.StoryFeedCard-module__IQkS9a__statIcon{width:var(--icon-lg);height:var(--icon-lg);display:block}
.MentionInput-module__Wv3NOW__wrapper{width:100%;display:block;position:relative}.MentionInput-module__Wv3NOW__dropdown{z-index:100;background:var(--color-surface,#1d1d20);border:1px solid var(--color-border,#2a2a2f);border-radius:8px;min-width:240px;max-width:360px;max-height:320px;padding:4px 0;font-size:14px;position:absolute;overflow-y:auto;box-shadow:0 8px 24px #00000073}.MentionInput-module__Wv3NOW__row{cursor:pointer;text-align:left;width:100%;color:var(--color-text-primary,#fff);background:0 0;border:0;align-items:center;gap:10px;padding:8px 12px;display:flex}.MentionInput-module__Wv3NOW__row:hover,.MentionInput-module__Wv3NOW__rowActive{background:var(--color-block-warning-bg-soft)}.MentionInput-module__Wv3NOW__avatar{background:var(--color-bg-elevated,#28282d);width:28px;height:28px;color:var(--color-text-secondary,#aaa);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex;overflow:hidden}.MentionInput-module__Wv3NOW__avatarImg{object-fit:cover;width:100%;height:100%}.MentionInput-module__Wv3NOW__handleBlock{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.MentionInput-module__Wv3NOW__handle{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.MentionInput-module__Wv3NOW__displayName{color:var(--color-text-secondary,#aaa);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.MentionInput-module__Wv3NOW__typeChip{text-transform:uppercase;letter-spacing:.5px;background:var(--color-block-warning-bg-soft);color:var(--color-block-warning-text);border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:600}.MentionInput-module__Wv3NOW__empty,.MentionInput-module__Wv3NOW__searching,.MentionInput-module__Wv3NOW__errorState{color:var(--color-text-secondary,#aaa);padding:8px 12px;font-size:13px}.MentionInput-module__Wv3NOW__errorState{color:var(--color-block-warning-text)}
.ProposeCatalogModal-module__SoiZWa__modal{max-width:560px;padding:0}.ProposeCatalogModal-module__SoiZWa__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ProposeCatalogModal-module__SoiZWa__title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.ProposeCatalogModal-module__SoiZWa__close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.25rem;line-height:1}.ProposeCatalogModal-module__SoiZWa__close:hover{background:var(--bg-hover-overlay);color:var(--text-primary)}.ProposeCatalogModal-module__SoiZWa__body{padding:1.25rem}.ProposeCatalogModal-module__SoiZWa__successHeading{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem}.ProposeCatalogModal-module__SoiZWa__successBody{color:var(--text-body);margin:0}
.DashboardVehicleCard-module__eTIvgq__grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (max-width:640px){.DashboardVehicleCard-module__eTIvgq__grid{grid-template-columns:1fr}}.DashboardVehicleCard-module__eTIvgq__card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:6px;text-decoration:none;transition:border-color .15s,background-color .15s;display:block;overflow:hidden}.DashboardVehicleCard-module__eTIvgq__card:hover{border-color:var(--border-emphasis);background-color:var(--bg-surface-hover)}.DashboardVehicleCard-module__eTIvgq__cover{background:var(--bg-active);width:100%;height:120px;position:relative;overflow:hidden}.DashboardVehicleCard-module__eTIvgq__coverImg{object-fit:cover;width:100%;height:100%}.DashboardVehicleCard-module__eTIvgq__coverPlaceholder{background:var(--bg-active);width:100%;height:100%}.DashboardVehicleCard-module__eTIvgq__content{flex-direction:column;gap:.35rem;padding:.5rem .6rem;display:flex}.DashboardVehicleCard-module__eTIvgq__title{color:var(--text-primary);margin:0;font-family:monospace;font-size:.8rem;font-weight:700;line-height:1.3}.DashboardVehicleCard-module__eTIvgq__subtitle{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.65rem;font-weight:700}.DashboardVehicleCard-module__eTIvgq__meta{gap:.5rem;margin-top:.15rem;display:flex}
.SponsoredListingCard-module__TUqrJq__card{color:inherit;content-visibility:auto;contain-intrinsic-size:0 320px;text-decoration:none;display:block}.SponsoredListingCard-module__TUqrJq__card:hover .SponsoredListingCard-module__TUqrJq__title{color:var(--accent)}.SponsoredListingCard-module__TUqrJq__row{align-items:flex-start;gap:12px;display:flex}.SponsoredListingCard-module__TUqrJq__photo{object-fit:cover;border-radius:4px;flex-shrink:0}.SponsoredListingCard-module__TUqrJq__body{flex:1;min-width:0}.SponsoredListingCard-module__TUqrJq__header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.SponsoredListingCard-module__TUqrJq__title{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600;line-height:1.3;transition:color .15s}.SponsoredListingCard-module__TUqrJq__chip{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-emphasis);white-space:nowrap;border-radius:2px;flex-shrink:0;padding:.15rem .4rem;font-family:monospace;font-size:.65rem}.SponsoredListingCard-module__TUqrJq__price{color:var(--text-primary);margin:4px 0;font-size:.9rem;font-weight:600}.SponsoredListingCard-module__TUqrJq__meta{color:var(--text-secondary);font-size:.8rem}
.FiltersModal-module___Th-ba__dialog{background:var(--bg-surface);width:90%;max-width:28rem;color:var(--text-primary);box-sizing:border-box;border-radius:10px;flex-direction:column;max-height:80vh;display:flex}.FiltersModal-module___Th-ba__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px;display:flex}.FiltersModal-module___Th-ba__title{margin:0;font-size:1.125rem;font-weight:600}.FiltersModal-module___Th-ba__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.25rem;line-height:1}.FiltersModal-module___Th-ba__body{flex-direction:column;gap:16px;padding:12px;display:flex;overflow-y:auto}.FiltersModal-module___Th-ba__footer{border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:12px;display:flex}.FiltersModal-module___Th-ba__reset,.FiltersModal-module___Th-ba__apply{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;flex:auto;min-width:0;padding:8px 12px;font-weight:600}.FiltersModal-module___Th-ba__reset{color:var(--text-secondary);border-color:var(--border-subtle);background:0 0}.FiltersModal-module___Th-ba__apply{background:var(--accent);color:var(--text-on-accent)}
.InfoHint-module__lk_mra__trigger{cursor:pointer;color:var(--text-tertiary);vertical-align:middle;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:inline-flex}.InfoHint-module__lk_mra__trigger:hover{color:var(--accent)}.InfoHint-module__lk_mra__icon{background-color:currentColor;width:.9em;height:.9em;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.PageHeader-module__3eBueq__wrapper{z-index:var(--z-sticky);background:var(--bg-body);box-shadow:0 -8px 0 var(--bg-body);padding:1rem 0;position:sticky;top:54px}.PageHeader-module__3eBueq__header{cursor:pointer;background:0 0;border:none;align-items:flex-end;gap:.5rem;padding:0;text-decoration:none;transition:opacity .15s;display:flex}.PageHeader-module__3eBueq__header:hover{opacity:.7}.PageHeader-module__3eBueq__icon{width:var(--icon-lg);height:var(--icon-lg);color:var(--text-muted);flex-shrink:0}.PageHeader-module__3eBueq__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-family:monospace;font-size:1rem;font-weight:700}
.EmptyStateOwner-module__H-V2wW__card{border:1px dashed var(--border-muted);text-align:center;background:var(--bg-surface);border-radius:8px;padding:1.5rem}.EmptyStateOwner-module__H-V2wW__title{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:700}.EmptyStateOwner-module__H-V2wW__body{color:var(--text-muted);margin:0 0 1rem;font-size:.875rem;line-height:1.5}.EmptyStateOwner-module__H-V2wW__cta{letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent);border:1px solid var(--accent);border-radius:2px;padding:.35rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s;display:inline-block}.EmptyStateOwner-module__H-V2wW__cta:hover{background:var(--accent-active);border-color:var(--accent-active)}
.FilterSection-module__0887aG__section{flex-direction:column;gap:8px;display:flex}.FilterSection-module__0887aG__heading{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:600}
.ShareSheet-module__GbtqBq__sheet{width:min(420px,92vw);padding:1.25rem}.ShareSheet-module__GbtqBq__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ShareSheet-module__GbtqBq__heading{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.ShareSheet-module__GbtqBq__closeButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.25rem;font-size:1.1rem;line-height:1}.ShareSheet-module__GbtqBq__grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.ShareSheet-module__GbtqBq__card{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-primary);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.9rem .5rem;font-size:.8rem;text-decoration:none;transition:background-color .15s;display:flex}.ShareSheet-module__GbtqBq__card:hover{background:var(--bg-surface-hover)}.ShareSheet-module__GbtqBq__copyCard{grid-column:1/-1}.ShareSheet-module__GbtqBq__logo{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ShareSheet-module__GbtqBq__logoImg{object-fit:contain;border-radius:6px;width:36px;height:36px}.ShareSheet-module__GbtqBq__linkIcon{width:30px;height:30px;color:var(--text-primary)}.ShareSheet-module__GbtqBq__cardLabel{font-weight:600}
.ShareToGroupsModal-module__XocoPW__subtitle{color:var(--text-secondary);margin:0 0 1rem;font-family:monospace;font-size:.75rem}.ShareToGroupsModal-module__XocoPW__error{color:var(--error);margin-bottom:.75rem;font-family:monospace;font-size:.75rem}.ShareToGroupsModal-module__XocoPW__empty{color:var(--text-muted);margin:0;padding:.5rem 0;font-family:monospace;font-size:.75rem}.ShareToGroupsModal-module__XocoPW__emptyState{flex-direction:column;align-items:center;gap:.75rem;padding:1rem 0;display:flex}.ShareToGroupsModal-module__XocoPW__emptyLink{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-family:monospace;font-size:.75rem;font-weight:700;text-decoration:none}.ShareToGroupsModal-module__XocoPW__emptyLink:hover{text-decoration:underline}.ShareToGroupsModal-module__XocoPW__groupList{flex-direction:column;gap:.5rem;max-height:60vh;margin:0 0 1.25rem;padding:0;list-style:none;display:flex;overflow-y:auto}.ShareToGroupsModal-module__XocoPW__groupCard{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:6px;padding:.6rem .75rem;transition:border-color .15s,background-color .15s}.ShareToGroupsModal-module__XocoPW__groupCardSelected{border-color:var(--accent);background:var(--accent-faint)}.ShareToGroupsModal-module__XocoPW__groupCardDisabled{opacity:.4;cursor:default}.ShareToGroupsModal-module__XocoPW__groupCardLabel{cursor:pointer;align-items:flex-start;gap:.6rem;width:100%;display:flex}.ShareToGroupsModal-module__XocoPW__groupCardDisabled .ShareToGroupsModal-module__XocoPW__groupCardLabel{cursor:default}.ShareToGroupsModal-module__XocoPW__checkbox{accent-color:var(--accent);cursor:pointer;flex-shrink:0;width:14px;height:14px;margin-top:.15rem}.ShareToGroupsModal-module__XocoPW__groupCardDisabled .ShareToGroupsModal-module__XocoPW__checkbox{cursor:default}.ShareToGroupsModal-module__XocoPW__groupInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.ShareToGroupsModal-module__XocoPW__groupName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-family:monospace;font-size:.8rem;font-weight:700;overflow:hidden}.ShareToGroupsModal-module__XocoPW__groupMeta{color:var(--text-tertiary);font-family:monospace;font-size:.65rem}.ShareToGroupsModal-module__XocoPW__badgeShared,.ShareToGroupsModal-module__XocoPW__badgeNoVehicle,.ShareToGroupsModal-module__XocoPW__badgeModeration{text-transform:uppercase;letter-spacing:.05em;border-radius:3px;width:fit-content;padding:.15rem .35rem;font-family:monospace;font-size:.6rem;font-weight:600;display:inline-block}.ShareToGroupsModal-module__XocoPW__badgeShared{background:var(--bg-input);color:var(--text-muted);border:1px solid var(--border-emphasis)}.ShareToGroupsModal-module__XocoPW__badgeNoVehicle{background:var(--warning-orange-faint);color:var(--warning-orange);border:1px solid var(--warning-orange-border)}.ShareToGroupsModal-module__XocoPW__badgeModeration{background:var(--warning-faint);color:var(--warning);border:1px solid var(--warning-border)}.ShareToGroupsModal-module__XocoPW__noteWrapper{border-top:1px solid var(--border-subtle);margin-top:.5rem;padding-top:.5rem}.ShareToGroupsModal-module__XocoPW__noteTextarea{box-sizing:border-box;background:var(--bg-input);border:1px solid var(--border-input);width:100%;color:var(--text-primary);resize:vertical;border-radius:4px;padding:.4rem .6rem;font-family:monospace;font-size:.75rem;line-height:1.5;transition:border-color .15s}.ShareToGroupsModal-module__XocoPW__noteTextarea::placeholder{color:var(--input-placeholder)}.ShareToGroupsModal-module__XocoPW__noteTextarea:focus{border-color:var(--accent-border);outline:none}.ShareToGroupsModal-module__XocoPW__actions{justify-content:flex-end;gap:.5rem;padding-top:.25rem;display:flex}.ShareToGroupsModal-module__XocoPW__skipButton{color:var(--text-secondary);border:1px solid var(--border-emphasis);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:4px;padding:.45rem 1.1rem;font-family:monospace;font-size:.7rem;font-weight:600;transition:color .15s,border-color .15s}.ShareToGroupsModal-module__XocoPW__skipButton:hover:not(:disabled){color:var(--text-primary);border-color:var(--border-default)}.ShareToGroupsModal-module__XocoPW__skipButton:disabled{opacity:.5;cursor:default}.ShareToGroupsModal-module__XocoPW__shareButton{background:var(--accent);color:var(--text-on-accent);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:.45rem 1.1rem;font-family:monospace;font-size:.7rem;font-weight:700;transition:background-color .15s}.ShareToGroupsModal-module__XocoPW__shareButton:hover:not(:disabled){background:var(--accent-hover)}.ShareToGroupsModal-module__XocoPW__shareButton:disabled{opacity:.5;cursor:default}
.DottedMenu-module__lltCNq__menu{display:inline-flex;position:relative}.DottedMenu-module__lltCNq__trigger{cursor:pointer;color:var(--icon-color);background:0 0;border:none;align-items:center;padding:4px;transition:color .15s;display:inline-flex}.DottedMenu-module__lltCNq__trigger:hover{color:var(--text-primary)}.DottedMenu-module__lltCNq__triggerIcon{width:var(--icon-md);height:var(--icon-md)}.DottedMenu-module__lltCNq__panel{background-color:var(--bg-body);border:1px solid var(--border-default);min-width:180px;z-index:var(--z-overlay,30);border-radius:6px;padding:8px 0;animation:.15s ease-out DottedMenu-module__lltCNq__dottedMenuDropIn;position:absolute;top:calc(100% + 8px);right:0}.DottedMenu-module__lltCNq__panelLeft{left:0;right:auto}.DottedMenu-module__lltCNq__item{cursor:pointer;text-align:left;letter-spacing:.08em;text-transform:uppercase;width:100%;color:var(--icon-color);background:0 0;border:none;align-items:center;gap:8px;padding:12px 14px;font-family:monospace;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .15s,background-color .15s;display:flex}.DottedMenu-module__lltCNq__item:hover{color:var(--text-primary);background-color:var(--bg-surface-hover)}.DottedMenu-module__lltCNq__item.DottedMenu-module__lltCNq__danger:hover{color:var(--danger)}.DottedMenu-module__lltCNq__itemIcon{width:var(--icon-md);height:var(--icon-md);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.DottedMenu-module__lltCNq__itemIcon svg{width:100%;height:100%}@keyframes DottedMenu-module__lltCNq__dottedMenuDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.ListingTypeSection-module__jZxSBq__chips{flex-wrap:wrap;gap:.4rem;display:flex}.ListingTypeSection-module__jZxSBq__chip{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border:1px solid var(--border-default);cursor:pointer;background:0 0;border-radius:2px;padding:.3rem .6rem;font-size:.65rem;font-weight:700;transition:color .15s,border-color .15s,background .15s}.ListingTypeSection-module__jZxSBq__chip:hover{color:var(--text-primary);border-color:var(--border-emphasis)}.ListingTypeSection-module__jZxSBq__active{color:var(--text-primary);border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}
.VehicleTypeSection-module__1pklna__list{flex-direction:column;gap:4px;display:flex}.VehicleTypeSection-module__1pklna__row{cursor:pointer;color:var(--text-primary);align-items:center;gap:8px;padding:4px 0;display:flex}.VehicleTypeSection-module__1pklna__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--accent)}
.AttachWorkModal-module__zpoe2W__dialog{background:var(--bg-surface);width:min(720px,92vw);max-height:80vh;color:var(--text-primary);border:1px solid var(--border-default);border-radius:10px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.AttachWorkModal-module__zpoe2W__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.AttachWorkModal-module__zpoe2W__title{letter-spacing:.04em;margin:0;font-size:1rem;font-weight:700}.AttachWorkModal-module__zpoe2W__closeBtn{border:1px solid var(--border-default);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:2px;font-size:1.1rem;line-height:1;transition:border-color .15s,color .15s}.AttachWorkModal-module__zpoe2W__closeBtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.AttachWorkModal-module__zpoe2W__closeBtn:disabled{opacity:.5;cursor:not-allowed}.AttachWorkModal-module__zpoe2W__search{background:var(--bg-input);width:100%;color:var(--text-primary);border:1px solid var(--border-input);font:inherit;border-radius:4px;padding:.55rem .75rem;font-size:.85rem;transition:border-color .15s}.AttachWorkModal-module__zpoe2W__search:focus{border-color:var(--accent);outline:none}.AttachWorkModal-module__zpoe2W__body{flex:1;min-height:0;margin:0 -.25rem;padding:0 .25rem;overflow-y:auto}.AttachWorkModal-module__zpoe2W__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.AttachWorkModal-module__zpoe2W__card,.AttachWorkModal-module__zpoe2W__cardSelected{text-align:left;background:var(--bg-surface);width:100%;color:inherit;border:2px solid var(--border-default);cursor:pointer;font:inherit;border-radius:6px;align-items:stretch;gap:.875rem;min-width:0;padding:.625rem;transition:border-color .15s,background .15s;display:flex;position:relative}.AttachWorkModal-module__zpoe2W__card:hover:not(:disabled),.AttachWorkModal-module__zpoe2W__cardSelected:hover:not(:disabled){border-color:var(--border-emphasis)}.AttachWorkModal-module__zpoe2W__cardSelected{border-color:var(--accent);background:var(--accent-faint)}.AttachWorkModal-module__zpoe2W__card:disabled,.AttachWorkModal-module__zpoe2W__cardSelected:disabled{opacity:.55;cursor:not-allowed}.AttachWorkModal-module__zpoe2W__thumbWrap{background:var(--bg-surface-hover);border-radius:4px;flex-shrink:0;width:88px;height:64px;overflow:hidden}.AttachWorkModal-module__zpoe2W__thumb{object-fit:cover;width:100%;height:100%;display:block}.AttachWorkModal-module__zpoe2W__thumbPlaceholder{background:repeating-linear-gradient(135deg, var(--bg-surface-hover), var(--bg-surface-hover) 6px, var(--bg-surface) 6px, var(--bg-surface) 12px);width:100%;height:100%}.AttachWorkModal-module__zpoe2W__cardBody{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.AttachWorkModal-module__zpoe2W__cardTitle{color:var(--text-primary);overflow-wrap:anywhere;font-size:.9rem;font-weight:600}.AttachWorkModal-module__zpoe2W__cardMeta{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.AttachWorkModal-module__zpoe2W__badge{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:1px solid;border-radius:2px;padding:.15rem .4rem;font-family:monospace;font-size:.65rem;font-weight:700}.AttachWorkModal-module__zpoe2W__date{color:var(--text-tertiary);font-family:monospace;font-size:.7rem}.AttachWorkModal-module__zpoe2W__cardDesc{color:var(--text-secondary);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.AttachWorkModal-module__zpoe2W__checkmark{background:var(--accent);width:22px;height:22px;color:var(--text-on-accent);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.AttachWorkModal-module__zpoe2W__empty{text-align:center;color:var(--text-secondary);margin:1.5rem 0;font-size:.85rem}.AttachWorkModal-module__zpoe2W__error{color:var(--accent);margin:0;font-size:.8rem}.AttachWorkModal-module__zpoe2W__footer{border-top:1px solid var(--border-subtle);justify-content:flex-end;align-items:center;gap:.75rem;padding-top:.875rem;display:flex}.AttachWorkModal-module__zpoe2W__cancelBtn{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-emphasis);cursor:pointer;background:0 0;border-radius:2px;padding:.5rem 1rem;font-family:monospace;font-size:.75rem;font-weight:700;transition:border-color .15s,color .15s}.AttachWorkModal-module__zpoe2W__cancelBtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.AttachWorkModal-module__zpoe2W__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.AttachWorkModal-module__zpoe2W__applyBtn{letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent);cursor:pointer;border:none;border-radius:2px;padding:.55rem 1.25rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:background .15s}.AttachWorkModal-module__zpoe2W__applyBtn:hover:not(:disabled){background:var(--accent-active)}.AttachWorkModal-module__zpoe2W__applyBtn:disabled{opacity:.55;cursor:not-allowed}
.Tooltip-module__V9oF_G__wrapper{display:inline-flex;position:relative}.Tooltip-module__V9oF_G__block{width:fit-content;display:flex}.Tooltip-module__V9oF_G__bubble{white-space:nowrap;color:var(--text-primary);background:var(--bg-input);border:1px solid var(--border-emphasis);box-shadow:var(--shadow-dropdown);pointer-events:none;opacity:0;z-index:var(--z-dropdown);border-radius:6px;padding:5px 9px;font-size:13px;font-weight:500;line-height:1.2;transition:opacity .12s,transform .12s;position:absolute;left:50%;transform:translate(-50%)translateY(4px)}.Tooltip-module__V9oF_G__bottom{margin-top:6px;top:100%}.Tooltip-module__V9oF_G__top{margin-bottom:6px;bottom:100%}@media (hover:hover){.Tooltip-module__V9oF_G__wrapper:hover .Tooltip-module__V9oF_G__bubble{opacity:1;transform:translate(-50%)translateY(0)}}.Tooltip-module__V9oF_G__wrapper:has(:focus-visible) .Tooltip-module__V9oF_G__bubble{opacity:1;transform:translate(-50%)translateY(0)}@media (prefers-reduced-motion:reduce){.Tooltip-module__V9oF_G__bubble{transition:opacity .12s;transform:translate(-50%)}@media (hover:hover){.Tooltip-module__V9oF_G__wrapper:hover .Tooltip-module__V9oF_G__bubble{transform:translate(-50%)}}.Tooltip-module__V9oF_G__wrapper:has(:focus-visible) .Tooltip-module__V9oF_G__bubble{transform:translate(-50%)}}
.VerifiedOwnerBadge-module__V8GFxW__wrapper{vertical-align:middle;align-items:center;gap:.4rem;display:inline-flex}.VerifiedOwnerBadge-module__V8GFxW__tick{margin-left:0}.VerifiedOwnerBadge-module__V8GFxW__message{color:var(--text-secondary);margin:0;font-family:monospace;font-size:.8rem;line-height:1.6}
.page-module__Ij8KMa__main{max-width:800px;margin:0 auto;padding:0 0 2.5rem}.page-module__Ij8KMa__banner{background:var(--bg-surface-hover);width:100%;height:220px;margin-bottom:0;position:relative;overflow:hidden}.page-module__Ij8KMa__bannerImg{object-fit:cover;width:100%;height:100%;display:block}.page-module__Ij8KMa__header{margin-bottom:.75rem;padding:1rem 1.5rem 0}.page-module__Ij8KMa__titleRow{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.page-module__Ij8KMa__title{color:var(--text-primary);margin:0;font-family:monospace;font-size:1.5rem;font-weight:700;line-height:1.2}.page-module__Ij8KMa__ownerLine{color:var(--text-muted);font-family:monospace;font-size:.75rem}.page-module__Ij8KMa__ownerLink{color:var(--accent);text-decoration:none}.page-module__Ij8KMa__ownerLink:hover{color:var(--accent-hover)}.page-module__Ij8KMa__description{color:var(--text-secondary);margin:0 0 .75rem;padding:12px 1.5rem;font-family:monospace;font-size:.8rem;line-height:1.6}.page-module__Ij8KMa__tagsRow{align-items:center;gap:.75rem;margin-bottom:.75rem;padding:0 1.5rem;display:flex}.page-module__Ij8KMa__tags{flex-wrap:wrap;gap:.25rem;display:flex}.page-module__Ij8KMa__vehiclesHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.page-module__Ij8KMa__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:monospace;font-size:.7rem;font-weight:700}.page-module__Ij8KMa__eventsHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.page-module__Ij8KMa__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:monospace;font-size:.7rem;font-weight:700}.page-module__Ij8KMa__eventsList{flex-direction:column;gap:.5rem;display:flex}.page-module__Ij8KMa__browseLink{color:var(--accent);font-family:monospace;font-size:.7rem;text-decoration:none}.page-module__Ij8KMa__browseLink:hover{color:var(--accent-hover)}.page-module__Ij8KMa__createLink{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-family:monospace;font-size:.65rem;font-weight:700;text-decoration:none}.page-module__Ij8KMa__createLink:hover{color:var(--accent-hover)}.page-module__Ij8KMa__bannerGallery{background:var(--bg-surface-hover);border-radius:0;width:100%;height:220px;display:block;overflow:hidden}.page-module__Ij8KMa__bannerGallery>div[role=button],.page-module__Ij8KMa__bannerGallery>[data-testid=media-history-open]{width:100%;height:100%}.page-module__Ij8KMa__bannerGallery img{object-fit:cover;width:100%;height:100%;display:block}.page-module__Ij8KMa__empty{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;font-family:monospace;font-size:.8rem;display:flex}
.ProfilePanels-module__PcLbvG__empty{color:var(--text-secondary);text-align:center;margin:0;padding:1.5rem 0;font-family:monospace;font-size:.8rem}.ProfilePanels-module__PcLbvG__timeline{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ProfilePanels-module__PcLbvG__storiesGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}@media (max-width:640px){.ProfilePanels-module__PcLbvG__storiesGrid{grid-template-columns:1fr}}
.page-module__IA5Jkq__main{max-width:700px;margin:0 auto;padding:0 1.5rem 2.5rem}.page-module__IA5Jkq__heading{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.page-module__IA5Jkq__section{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem}@media (max-width:640px){.page-module__IA5Jkq__section{margin-left:-1.5rem;margin-right:-1.5rem}}.page-module__IA5Jkq__danger{border-top:1px solid var(--border-subtle);margin-top:3rem;padding-top:2rem}.page-module__IA5Jkq__dangerHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:1rem;font-family:monospace;font-size:.75rem;font-weight:700}
.ProposeCatalogBanner-module__GsdUYG__banner{background:var(--accent-faint);color:var(--text-primary);border:1px solid var(--accent-border);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin:16px 0 24px;padding:12px 16px;font-size:14px;display:flex}.ProposeCatalogBanner-module__GsdUYG__content{flex-direction:column;gap:2px;display:flex}.ProposeCatalogBanner-module__GsdUYG__title{font-weight:600}.ProposeCatalogBanner-module__GsdUYG__body{opacity:.85;font-size:13px}.ProposeCatalogBanner-module__GsdUYG__actions{flex-shrink:0;gap:8px;display:flex}.ProposeCatalogBanner-module__GsdUYG__proposeBtn{background:var(--accent);color:var(--text-on-accent);cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-weight:600}.ProposeCatalogBanner-module__GsdUYG__proposeBtn:hover,.ProposeCatalogBanner-module__GsdUYG__proposeBtn:focus-visible{filter:brightness(1.05)}.ProposeCatalogBanner-module__GsdUYG__dismissBtn{color:var(--text-secondary);border:1px solid var(--border-default);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px;font-weight:500}.ProposeCatalogBanner-module__GsdUYG__dismissBtn:hover,.ProposeCatalogBanner-module__GsdUYG__dismissBtn:focus-visible{background:var(--bg-surface-hover);color:var(--text-primary)}@media (max-width:640px){.ProposeCatalogBanner-module__GsdUYG__banner{flex-direction:column;align-items:flex-start;gap:10px}.ProposeCatalogBanner-module__GsdUYG__actions{justify-content:flex-end;width:100%}}
.FeatureStrip-module__GmWOvG__strip{justify-content:center;align-items:center;gap:1.25rem;padding:.75rem 0;display:flex}.FeatureStrip-module__GmWOvG__iconLink{color:var(--icon-color);border-radius:8px;justify-content:center;align-items:center;padding:6px;text-decoration:none;transition:color .15s,background .15s;display:flex}.FeatureStrip-module__GmWOvG__iconLink:hover{color:var(--accent);background:var(--bg-hover-overlay)}.FeatureStrip-module__GmWOvG__iconLink.FeatureStrip-module__GmWOvG__selected{color:var(--accent-text);background:var(--bg-hover-overlay)}.FeatureStrip-module__GmWOvG__icon{width:var(--icon-2xl);height:var(--icon-2xl)}.FeatureStrip-module__GmWOvG__iconInactive{color:var(--text-muted);cursor:default;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}
.DeleteStoryButton-module__AGV_0q__button{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-emphasis);cursor:pointer;background:0 0;border-radius:2px;align-self:flex-start;padding:.5rem 1rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:border-color .15s,color .15s}.DeleteStoryButton-module__AGV_0q__button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-hover)}.DeleteStoryButton-module__AGV_0q__button:disabled{opacity:.5;cursor:not-allowed}.DeleteStoryButton-module__AGV_0q__error{color:var(--accent-hover);background:var(--accent-faint);border:1px solid var(--accent-border);border-radius:2px;margin-bottom:.75rem;padding:.6rem .8rem;font-family:monospace;font-size:.8rem}
.ServiceHistorySection-module__impXAa__section{border-top:1px solid var(--border-subtle);padding:1.25rem 1.5rem}.ServiceHistorySection-module__impXAa__title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem;font-family:monospace;font-size:.7rem;font-weight:700}.ServiceHistorySection-module__impXAa__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ServiceHistorySection-module__impXAa__entry{flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.ServiceHistorySection-module__impXAa__garageLink{color:var(--text-primary);align-items:center;gap:.25rem;font-weight:600;text-decoration:none;display:inline-flex}.ServiceHistorySection-module__impXAa__garageLink:hover{color:var(--accent)}.ServiceHistorySection-module__impXAa__verifiedBadge{color:var(--accent,#e53e3e);font-size:.65rem}.ServiceHistorySection-module__impXAa__meta{color:var(--text-muted);font-size:.8rem}
.SearchMode-module__59F2Bq__root{flex-direction:column;gap:.5rem;display:flex;position:relative}.SearchMode-module__59F2Bq__field{flex-direction:column;gap:.375rem;min-width:0;display:flex}.SearchMode-module__59F2Bq__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.75rem;font-weight:700}.SearchMode-module__59F2Bq__inputWrap{position:relative}.SearchMode-module__59F2Bq__input{background:var(--bg-surface);border:1px solid var(--border-input);color:var(--text-primary);box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:2px;outline:none;width:100%;padding:.625rem 2.25rem .625rem .75rem;font-family:monospace;font-size:.875rem;transition:border-color .15s}.SearchMode-module__59F2Bq__input::placeholder{color:var(--input-placeholder)}.SearchMode-module__59F2Bq__input:focus{border-color:var(--accent)}.SearchMode-module__59F2Bq__input[readonly]{color:var(--accent-text);cursor:default}.SearchMode-module__59F2Bq__clearBtn{width:1.5rem;height:1.5rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;font-size:1.125rem;line-height:1;transition:color .15s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.SearchMode-module__59F2Bq__clearBtn:hover{color:var(--text-primary)}.SearchMode-module__59F2Bq__status{color:var(--text-muted);padding:.25rem .125rem;font-family:monospace;font-size:.75rem}.SearchMode-module__59F2Bq__error{color:var(--accent-hover);background:var(--accent-faint);border:1px solid var(--accent-border);border-radius:2px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-family:monospace;font-size:.75rem;display:flex}.SearchMode-module__59F2Bq__retryBtn{letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent);cursor:pointer;border:none;border-radius:2px;margin-left:auto;padding:.25rem .625rem;font-family:monospace;font-size:.75rem;font-weight:700;transition:background .15s}.SearchMode-module__59F2Bq__retryBtn:hover{background:var(--accent-hover)}.SearchMode-module__59F2Bq__listbox{z-index:var(--z-dropdown,100);background:var(--bg-surface);border:1px solid var(--border-input);max-height:260px;box-shadow:var(--shadow-dropdown);border-radius:2px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.SearchMode-module__59F2Bq__option{color:var(--text-body);cursor:pointer;padding:.5rem .75rem;font-family:monospace;font-size:.875rem;transition:background .1s}.SearchMode-module__59F2Bq__option:hover,.SearchMode-module__59F2Bq__option[aria-selected=true]{background:var(--bg-surface-hover);color:var(--text-primary)}.SearchMode-module__59F2Bq__proposeAffordance{border-top:1px solid var(--border-input);color:var(--text-muted);align-items:center;gap:.5rem;padding:.5rem .75rem;font-family:monospace;font-size:.75rem;display:flex}.SearchMode-module__59F2Bq__proposeAffordance button{color:var(--accent);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:monospace;font-size:.75rem;font-weight:700}.SearchMode-module__59F2Bq__proposeAffordance button:hover{color:var(--accent-hover);text-decoration:underline}
.ConditionSection-module__of0sdq__chips{flex-wrap:wrap;gap:.4rem;display:flex}.ConditionSection-module__of0sdq__chip{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border:1px solid var(--border-default);cursor:pointer;background:0 0;border-radius:2px;padding:.3rem .6rem;font-size:.65rem;font-weight:700;transition:color .15s,border-color .15s,background .15s}.ConditionSection-module__of0sdq__chip:hover{color:var(--text-primary);border-color:var(--border-emphasis)}.ConditionSection-module__of0sdq__active{color:var(--text-primary);border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}
.StoryCard-module__naD27G__card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;flex-direction:column;transition:border-color .15s,background-color .15s;display:flex;overflow:hidden}.StoryCard-module__naD27G__card:hover{border-color:var(--border-emphasis);background-color:var(--bg-surface-hover)}.StoryCard-module__naD27G__link{color:inherit;text-decoration:none;display:block}.StoryCard-module__naD27G__cover{object-fit:cover;width:100%;height:auto;display:block}.StoryCard-module__naD27G__coverPlaceholder{aspect-ratio:16/9;background:var(--bg-surface-hover);width:100%}.StoryCard-module__naD27G__title{color:var(--text-primary);margin:.75rem 1rem 0;font-family:monospace;font-size:.9375rem;font-weight:700;line-height:1.35}.StoryCard-module__naD27G__vehicle{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:.35rem 1rem 0;font-family:monospace;font-size:.7rem;font-weight:700;line-height:1.3}.StoryCard-module__naD27G__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.35rem 1rem .75rem;font-family:monospace;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}
.StoryEditClient-module__9-aw4G__section{border-bottom:1px solid var(--border-subtle);margin-bottom:1.25rem;padding-bottom:1.25rem}.StoryEditClient-module__9-aw4G__section:last-of-type{border-bottom:none;padding-bottom:0}.StoryEditClient-module__9-aw4G__sectionHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 1rem;font-family:monospace;font-size:.75rem;font-weight:700}.StoryEditClient-module__9-aw4G__saveBar{align-items:center;gap:.75rem;margin:1.5rem 0 2rem;display:flex}.StoryEditClient-module__9-aw4G__saveButton{letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent);cursor:pointer;border:none;border-radius:2px;padding:.65rem 1.25rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:background .15s}.StoryEditClient-module__9-aw4G__saveButton:hover:not(:disabled){background:var(--accent-active)}.StoryEditClient-module__9-aw4G__saveButton:disabled{opacity:.55;cursor:not-allowed}.StoryEditClient-module__9-aw4G__busyHint{color:var(--text-tertiary);letter-spacing:.04em;font-family:monospace;font-size:.75rem}.StoryEditClient-module__9-aw4G__danger{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:2rem}.StoryEditClient-module__9-aw4G__dangerHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 .5rem;font-family:monospace;font-size:.75rem;font-weight:700}.StoryEditClient-module__9-aw4G__dangerWarning{color:var(--text-secondary);margin:0 0 1rem;font-size:.85rem}
.VerifiedTick-module__SRlqeG__tick{vertical-align:middle;background-color:var(--color-verified);width:1em;height:1em;margin-left:.3rem;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.CascadeMode-module__RLxZFq__root{flex-direction:column;gap:.75rem;display:flex}.CascadeMode-module__RLxZFq__fieldsRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (min-width:768px){.CascadeMode-module__RLxZFq__fieldsRow{grid-template-columns:120px 1fr 2fr}}@media (max-width:767px){.CascadeMode-module__RLxZFq__fieldsRow>.CascadeMode-module__RLxZFq__modelField{grid-column:1/-1}}.CascadeMode-module__RLxZFq__field{flex-direction:column;gap:.375rem;min-width:0;display:flex}.CascadeMode-module__RLxZFq__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.75rem;font-weight:700}.CascadeMode-module__RLxZFq__input{background:var(--bg-surface);border:1px solid var(--border-input);color:var(--text-primary);box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:2px;outline:none;width:100%;padding:.625rem .75rem;font-family:monospace;font-size:.875rem;transition:border-color .15s}.CascadeMode-module__RLxZFq__input::placeholder{color:var(--input-placeholder)}.CascadeMode-module__RLxZFq__input:focus{border-color:var(--accent)}.CascadeMode-module__RLxZFq__proposeAffordance{border-top:1px solid var(--border-input);color:var(--text-muted);align-items:center;gap:.5rem;padding:.5rem .75rem;font-family:monospace;font-size:.75rem;display:flex}.CascadeMode-module__RLxZFq__proposeAffordance button{color:var(--accent);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:monospace;font-size:.75rem;font-weight:700}.CascadeMode-module__RLxZFq__proposeAffordance button:hover{color:var(--accent-hover);text-decoration:underline}
.FiltersTrigger-module__W9hz9a__trigger{border:1px solid var(--border-subtle);width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:relative}.FiltersTrigger-module__W9hz9a__trigger:hover{background:var(--bg-surface-hover)}.FiltersTrigger-module__W9hz9a__icon{width:var(--icon-xl);height:var(--icon-xl)}.FiltersTrigger-module__W9hz9a__badge{background:var(--accent);min-width:1.125rem;height:1.125rem;color:var(--text-on-accent);border-radius:999px;justify-content:center;align-items:center;padding:0 .25rem;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;top:-.25rem;right:-.25rem}
.page-module__ZdgzvW__main{max-width:600px;margin:0 auto;padding:0 1.5rem 2.5rem}.page-module__ZdgzvW__heading{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.page-module__ZdgzvW__setupBanner{color:var(--text-primary);background:var(--accent-faint);border:1px solid var(--accent-border);border-radius:3px;margin-bottom:1.5rem;padding:.75rem 1rem;font-family:monospace;font-size:.85rem;line-height:1.5}
.BusinessProfileHeader-module__AsruRa__header{border-bottom:1px solid var(--border-default);flex-direction:column;gap:12px;padding:24px 0;display:flex}.BusinessProfileHeader-module__AsruRa__titleRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.BusinessProfileHeader-module__AsruRa__name{color:var(--text-primary);margin:0;font-size:1.75rem}.BusinessProfileHeader-module__AsruRa__location{font-family:var(--font-mono);color:var(--text-secondary);font-size:.85rem}.BusinessProfileHeader-module__AsruRa__pills{flex-wrap:wrap;gap:6px;display:flex}.BusinessProfileHeader-module__AsruRa__pill{background:var(--bg-surface);border:1px solid var(--border-default);font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase;border-radius:2px;align-items:center;padding:2px 8px;font-size:.7rem;display:inline-flex}.BusinessProfileHeader-module__AsruRa__description{color:var(--text-primary);margin:0;line-height:1.5}.BusinessProfileHeader-module__AsruRa__owner{color:var(--accent-text);font-size:.9rem;text-decoration:none}.BusinessProfileHeader-module__AsruRa__owner:hover{text-decoration:underline}
.FreeFormMode-module__1qxaKq__root{flex-direction:column;gap:.75rem;display:flex}.FreeFormMode-module__1qxaKq__hint{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-family:monospace;font-size:.75rem;font-weight:700}.FreeFormMode-module__1qxaKq__field{flex-direction:column;gap:.375rem;min-width:0;display:flex}.FreeFormMode-module__1qxaKq__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.75rem;font-weight:700}.FreeFormMode-module__1qxaKq__input{background:var(--bg-surface);border:1px solid var(--border-input);color:var(--text-primary);box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:2px;outline:none;width:100%;padding:.625rem .75rem;font-family:monospace;font-size:.875rem;transition:border-color .15s}.FreeFormMode-module__1qxaKq__input::placeholder{color:var(--input-placeholder)}.FreeFormMode-module__1qxaKq__input:focus{border-color:var(--accent)}
.Chat-module__riHH7G__chatLayout{flex:1;width:100%;max-width:1200px;min-height:0;margin:0 auto;display:flex}.Chat-module__riHH7G__sidebar{border-right:1px solid var(--border-input);flex-shrink:0;width:360px;overflow-y:auto}.Chat-module__riHH7G__threadPane{flex-direction:column;flex:1;min-width:0;display:flex}.Chat-module__riHH7G__conversationList{margin:0;padding:0;list-style:none}.Chat-module__riHH7G__conversationItem{border-bottom:1px solid var(--border-input)}.Chat-module__riHH7G__conversationItem.Chat-module__riHH7G__active{background:var(--bg-active)}.Chat-module__riHH7G__conversationLink{color:inherit;gap:12px;padding:12px 16px;text-decoration:none;display:flex}.Chat-module__riHH7G__conversationLink:hover{background:var(--bg-surface-hover)}.Chat-module__riHH7G__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.Chat-module__riHH7G__avatarPlaceholder{background:var(--accent);width:44px;height:44px;color:var(--text-on-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.Chat-module__riHH7G__conversationInfo{flex:1;min-width:0}.Chat-module__riHH7G__conversationHeader{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.Chat-module__riHH7G__memberName{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.Chat-module__riHH7G__timestamp{color:var(--text-secondary);flex-shrink:0;font-size:12px}.Chat-module__riHH7G__previewRow{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.Chat-module__riHH7G__preview{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.Chat-module__riHH7G__previewEmpty{color:var(--text-tertiary);font-size:13px;font-style:italic}.Chat-module__riHH7G__unreadBadge{background:var(--accent);color:var(--text-on-accent);text-align:center;border-radius:10px;flex-shrink:0;min-width:20px;padding:1px 6px;font-size:11px;font-weight:700}.Chat-module__riHH7G__emptyList{text-align:center;padding:48px 24px}.Chat-module__riHH7G__emptyText{color:var(--text-secondary);margin:0 0 8px;font-size:15px}.Chat-module__riHH7G__emptyHint{color:var(--text-tertiary);margin:0;font-size:13px}.Chat-module__riHH7G__threadContainer{flex-direction:column;flex:1;min-height:0;display:flex}.Chat-module__riHH7G__messageList{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.Chat-module__riHH7G__emptyThread{text-align:center;color:var(--text-secondary);margin:auto}.Chat-module__riHH7G__bubble{border-radius:12px;max-width:70%;padding:8px 12px;font-size:14px;line-height:1.4}.Chat-module__riHH7G__bubbleOwn{background:var(--accent);color:var(--text-on-accent);border-bottom-right-radius:4px;align-self:flex-end}.Chat-module__riHH7G__bubbleOther{background:var(--bg-input);border-bottom-left-radius:4px;align-self:flex-start}.Chat-module__riHH7G__bubbleSender{color:var(--text-body);margin-bottom:2px;font-size:12px;font-weight:600}.Chat-module__riHH7G__bubbleBody{white-space:pre-wrap;word-break:break-word;margin:0}.Chat-module__riHH7G__bubbleMeta{opacity:.7;justify-content:flex-end;gap:6px;margin-top:4px;font-size:11px;display:flex}.Chat-module__riHH7G__bubbleTime,.Chat-module__riHH7G__bubbleStatus{font-size:11px}.Chat-module__riHH7G__inputForm{border-top:1px solid var(--border-input);align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.Chat-module__riHH7G__inputField{resize:none;border:1px solid var(--border-input);background:var(--bg-input);color:inherit;border-radius:2px;flex:1;min-height:40px;max-height:120px;padding:10px 12px;font-family:inherit;font-size:14px}.Chat-module__riHH7G__inputField:focus{border-color:var(--accent);outline:none}.Chat-module__riHH7G__sendButton{background:var(--accent);color:var(--text-on-accent);cursor:pointer;border:none;border-radius:2px;align-self:stretch;padding:10px 20px;font-size:14px;font-weight:600}.Chat-module__riHH7G__sendButton:disabled{opacity:.5;cursor:not-allowed}.Chat-module__riHH7G__messageButton{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-text);background:var(--accent-faint);border:1px solid var(--accent-border);cursor:pointer;border-radius:2px;padding:.35rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700;transition:background .15s,color .15s}.Chat-module__riHH7G__messageButton:hover:not(:disabled){background:var(--accent);color:var(--text-on-accent)}.Chat-module__riHH7G__messageButton:disabled{opacity:.5;cursor:not-allowed}.Chat-module__riHH7G__messageButtonWrap{display:contents}.Chat-module__riHH7G__messageError{color:var(--danger);width:100%;margin:0;font-size:.7rem}@media (max-width:768px){.Chat-module__riHH7G__sidebar{border-right:none;flex:1;width:100%;min-height:0}.Chat-module__riHH7G__threadPane,.Chat-module__riHH7G__hasActiveThread .Chat-module__riHH7G__sidebar{display:none}.Chat-module__riHH7G__hasActiveThread .Chat-module__riHH7G__threadPane{flex:1;min-height:0;display:flex}.Chat-module__riHH7G__bubble{max-width:85%}}.Chat-module__riHH7G__restrictedBanner{border-top:1px solid var(--border-input);background:var(--bg-surface);text-align:center;color:var(--text-secondary);padding:.75rem 1rem;font-size:.85rem}.Chat-module__riHH7G__restrictedBanner .Chat-module__riHH7G__verifyCta,.Chat-module__riHH7G__verifyCta{color:var(--accent);margin-top:.4rem;font-weight:600;display:inline-block}.Chat-module__riHH7G__sendError{color:var(--danger);padding:.25rem 1rem;font-size:.8rem}
.PriceRangeSection-module__QqtJLa__row{align-items:center;gap:8px;display:flex}.PriceRangeSection-module__QqtJLa__input{background:var(--bg-input);min-width:0;height:36px;color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:6px;flex:1;padding:0 10px;font-family:inherit;font-size:14px}.PriceRangeSection-module__QqtJLa__input:focus{border-color:var(--accent);outline:none}.PriceRangeSection-module__QqtJLa__sep{color:var(--text-muted)}
.StoryForm-module__jdi6LG__form{flex-direction:column;gap:.875rem;display:flex}.StoryForm-module__jdi6LG__header{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);margin:0 0 .25rem;font-family:monospace;font-size:.85rem;font-weight:700}.StoryForm-module__jdi6LG__field{flex-direction:column;gap:.375rem;display:flex}.StoryForm-module__jdi6LG__label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.StoryForm-module__jdi6LG__input,.StoryForm-module__jdi6LG__textarea{background:var(--bg-input);border:1px solid var(--border-input);color:var(--text-primary);box-sizing:border-box;border-radius:4px;width:100%;padding:.5rem .625rem;font-size:.9375rem}.StoryForm-module__jdi6LG__input:focus,.StoryForm-module__jdi6LG__textarea:focus{border-color:var(--accent-border);box-shadow:0 0 0 2px var(--accent-faint);outline:none}.StoryForm-module__jdi6LG__textarea{resize:vertical;font-family:inherit}.StoryForm-module__jdi6LG__topError{background:var(--bg-error);border:1px solid var(--error-border);color:var(--error-text,var(--error));border-radius:4px;padding:.5rem .75rem;font-size:.8125rem}.StoryForm-module__jdi6LG__actions{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:.5rem;margin-top:.5rem;padding-top:.875rem;display:flex}.StoryForm-module__jdi6LG__submit{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:var(--text-on-accent);background:var(--accent);border:none;border-radius:2px;padding:.625rem 1.25rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:background .15s}.StoryForm-module__jdi6LG__submit:hover:not(:disabled){background:var(--accent-active)}.StoryForm-module__jdi6LG__submit:disabled{opacity:.5;cursor:not-allowed}.StoryForm-module__jdi6LG__cancel{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:var(--text-body);border:1px solid var(--border-emphasis);background:0 0;border-radius:2px;padding:.625rem 1.25rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:color .15s,border-color .15s}.StoryForm-module__jdi6LG__cancel:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-muted)}.StoryForm-module__jdi6LG__cancel:disabled{opacity:.5;cursor:not-allowed}
.NextStepsTab-module__qF4dJW__tabRoot{flex-direction:column;gap:1rem;margin-top:1.5rem;padding:0 1.5rem;display:flex}.NextStepsTab-module__qF4dJW__heading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 .5rem;font-size:.8rem;font-weight:700}.NextStepsTab-module__qF4dJW__cardList{gap:.75rem;display:grid}.NextStepsTab-module__qF4dJW__card{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:3px;padding:1rem}.NextStepsTab-module__qF4dJW__cardHeadline{margin:0 0 .5rem;font-size:.95rem;font-weight:600}.NextStepsTab-module__qF4dJW__exemplarsCta{color:var(--accent);font-size:.8rem;text-decoration:none}.NextStepsTab-module__qF4dJW__empty{color:var(--text-secondary);margin-top:1.5rem;padding:0 1.5rem;font-family:monospace;font-size:.875rem}.NextStepsTab-module__qF4dJW__footer{color:var(--text-tertiary);font-size:.75rem}
.GenerationField-module__Y6bX1a__root{flex-direction:column;gap:.375rem;min-width:0;display:flex;position:relative}.GenerationField-module__Y6bX1a__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-family:monospace;font-size:.75rem;font-weight:700}.GenerationField-module__Y6bX1a__input{background:var(--bg-surface);border:1px solid var(--border-input);color:var(--text-primary);box-sizing:border-box;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:2px;outline:none;width:100%;padding:.625rem .75rem;font-family:monospace;font-size:.875rem;transition:border-color .15s}.GenerationField-module__Y6bX1a__input::placeholder{color:var(--input-placeholder)}.GenerationField-module__Y6bX1a__input:focus{border-color:var(--accent)}.GenerationField-module__Y6bX1a__hint{color:var(--text-muted);padding:0 .125rem;font-family:monospace;font-size:.7rem}.GenerationField-module__Y6bX1a__listbox{z-index:var(--z-dropdown,100);background:var(--bg-surface);border:1px solid var(--border-input);max-height:220px;box-shadow:var(--shadow-dropdown);border-radius:2px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.GenerationField-module__Y6bX1a__option{color:var(--text-body);cursor:pointer;padding:.5rem .75rem;font-family:monospace;font-size:.875rem;transition:background .1s}.GenerationField-module__Y6bX1a__option:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.GenerationField-module__Y6bX1a__option[aria-selected=true]{color:var(--accent)}.GenerationField-module__Y6bX1a__proposeAffordance{color:var(--text-muted);align-items:center;gap:.5rem;padding:.5rem .125rem 0;font-family:monospace;font-size:.75rem;display:flex}.GenerationField-module__Y6bX1a__proposeAffordance button{color:var(--accent);cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:monospace;font-size:.75rem;font-weight:700}.GenerationField-module__Y6bX1a__proposeAffordance button:hover{color:var(--accent-hover);text-decoration:underline}
.CommentSection-module__EPJsrq__section{margin-top:2rem}.CommentSection-module__EPJsrq__heading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:flex}.CommentSection-module__EPJsrq__count{color:var(--accent);border:1px solid var(--accent-border);border-radius:2px;padding:.1rem .4rem;font-family:monospace;font-size:.75rem}.CommentSection-module__EPJsrq__empty{color:var(--text-muted);margin-bottom:1rem;font-family:monospace;font-size:.8rem}.CommentSection-module__EPJsrq__list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.CommentSection-module__EPJsrq__comment{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:3px;padding:.75rem}.CommentSection-module__EPJsrq__reply{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:3px;padding:.6rem .75rem}.CommentSection-module__EPJsrq__commentHeader{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.CommentSection-module__EPJsrq__commentLeft{flex:1;align-items:center;gap:.4rem;min-width:0;display:flex;overflow:hidden}.CommentSection-module__EPJsrq__commentActions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.CommentSection-module__EPJsrq__avatar{object-fit:cover;border:1px solid var(--border-default);border-radius:50%;width:24px;height:24px}.CommentSection-module__EPJsrq__avatarPlaceholder{background:var(--border-default);width:24px;height:24px;color:var(--text-tertiary);letter-spacing:.03em;border-radius:50%;justify-content:center;align-items:center;font-family:monospace;font-size:.5rem;display:flex}.CommentSection-module__EPJsrq__username{color:var(--text-primary);letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-family:monospace;font-size:.75rem;text-decoration:none;overflow:hidden}.CommentSection-module__EPJsrq__username:hover{color:var(--accent)}.CommentSection-module__EPJsrq__timestamp{color:var(--text-muted);letter-spacing:.05em;font-family:monospace;font-size:.65rem}.CommentSection-module__EPJsrq__body{color:var(--text-body);font-size:.85rem;line-height:1.5}.CommentSection-module__EPJsrq__deleteButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1rem;line-height:1}.CommentSection-module__EPJsrq__deleteButton:hover{color:var(--accent)}.CommentSection-module__EPJsrq__commentFooter{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.CommentSection-module__EPJsrq__toggleReplies{color:var(--text-secondary);cursor:pointer;letter-spacing:.04em;background:0 0;border:none;padding:0;font-family:monospace;font-size:.7rem}.CommentSection-module__EPJsrq__toggleReplies:hover{color:var(--accent)}.CommentSection-module__EPJsrq__replyIconButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:inline-flex}.CommentSection-module__EPJsrq__replyIconButton:hover{color:var(--accent)}.CommentSection-module__EPJsrq__replyIcon{width:var(--icon-sm);height:var(--icon-sm)}.CommentSection-module__EPJsrq__repliesList{border-left:2px solid var(--border-subtle);flex-direction:column;gap:.5rem;margin-top:.5rem;margin-left:1.5rem;padding-left:.75rem;display:flex}.CommentSection-module__EPJsrq__replyFormWrapper{border-left:2px solid var(--border-subtle);margin-top:.5rem;margin-left:1.5rem;padding-left:.75rem}.CommentSection-module__EPJsrq__cancelReplyButton{letter-spacing:.08em;text-transform:uppercase;color:var(--text-body);border:1px solid var(--border-emphasis);cursor:pointer;background:0 0;border-radius:2px;padding:.5rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700}.CommentSection-module__EPJsrq__cancelReplyButton:hover{color:var(--text-primary);border-color:var(--text-muted)}.CommentSection-module__EPJsrq__formError{width:100%;color:var(--accent);margin:0;font-family:monospace;font-size:.75rem}.CommentSection-module__EPJsrq__form{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;margin-top:.5rem;display:flex}.CommentSection-module__EPJsrq__formActions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.CommentSection-module__EPJsrq__input{width:100%;min-width:0;color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border-input);box-sizing:border-box;resize:vertical;border-radius:2px;outline:none;padding:.5rem .75rem;font-family:monospace;font-size:.8rem;display:block}.CommentSection-module__EPJsrq__input:focus{border-color:var(--accent)}.CommentSection-module__EPJsrq__input::placeholder{color:var(--input-placeholder)}.CommentSection-module__EPJsrq__submitButton{letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-accent);background:var(--accent);cursor:pointer;border:none;border-radius:2px;padding:.5rem .75rem;font-family:monospace;font-size:.7rem;font-weight:700;transition:background .15s}.CommentSection-module__EPJsrq__submitButton:hover{background:var(--accent-active)}.CommentSection-module__EPJsrq__submitButton:disabled{opacity:.5;cursor:not-allowed}
.LocationSection-module__RYuTKq__input{background:var(--bg-input);min-width:0;height:36px;color:var(--text-primary);border:1px solid var(--border-subtle);box-sizing:border-box;border-radius:6px;flex:1;width:100%;padding:0 10px;font-family:inherit;font-size:14px}.LocationSection-module__RYuTKq__input:focus{border-color:var(--accent);outline:none}
.ListingCard-module__aDnJQW__cardWrapper{flex-direction:column;display:flex}.ListingCard-module__aDnJQW__cardActions{justify-content:flex-end;padding:4px 0 0;display:flex}.ListingCard-module__aDnJQW__card{background:var(--bg-surface);border:1px solid var(--border-default);color:inherit;content-visibility:auto;contain-intrinsic-size:0 480px;border-radius:8px;flex-direction:column;transition:border-color .15s;display:flex;overflow:hidden}.ListingCard-module__aDnJQW__card:hover{border-color:var(--border-hover)}.ListingCard-module__aDnJQW__cardBodyLink{color:inherit;text-decoration:none;display:block}.ListingCard-module__aDnJQW__sellerRow{padding:0 1rem 1rem}.ListingCard-module__aDnJQW__imageWrap{background:var(--bg-surface-hover);width:100%;height:180px;position:relative}.ListingCard-module__aDnJQW__image{object-fit:cover;width:100%;height:100%;display:block}.ListingCard-module__aDnJQW__placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.ListingCard-module__aDnJQW__conditionBadge{background:var(--accent);color:var(--text-on-accent);font-size:11px;font-family:var(--font-mono);text-transform:uppercase;border-radius:3px;padding:2px 8px;font-weight:700;position:absolute;top:10px;left:10px}.ListingCard-module__aDnJQW__typeBadge{background:var(--overlay-bg);color:var(--text-secondary);font-size:10px;font-family:var(--font-mono);text-transform:uppercase;border-radius:3px;padding:2px 8px;position:absolute;top:10px;right:10px}.ListingCard-module__aDnJQW__body{padding:1rem}.ListingCard-module__aDnJQW__title{font-family:var(--font-mono);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:15px;font-weight:700;overflow:hidden}.ListingCard-module__aDnJQW__price{font-family:var(--font-mono);color:var(--accent);margin-bottom:8px;font-size:20px;font-weight:700}.ListingCard-module__aDnJQW__contactPrice{font-family:var(--font-mono);color:var(--text-secondary);margin-bottom:8px;font-size:14px}.ListingCard-module__aDnJQW__meta{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.ListingCard-module__aDnJQW__seller{align-items:center;gap:8px;display:flex}.ListingCard-module__aDnJQW__sellerBusiness{color:inherit;align-items:center;gap:8px;text-decoration:none;display:flex}.ListingCard-module__aDnJQW__sellerBusiness:hover .ListingCard-module__aDnJQW__sellerName{text-decoration:underline}.ListingCard-module__aDnJQW__sellerAvatar{background:var(--bg-surface-hover);border:1px solid var(--border-default);object-fit:cover;border-radius:50%;width:24px;height:24px}.ListingCard-module__aDnJQW__sellerName{font-family:var(--font-mono);color:var(--text-muted);font-size:12px}
.StoryTimeline-module__SLo8Ba__timeline{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.StoryTimeline-module__SLo8Ba__empty{color:var(--text-secondary);text-align:center;margin:0;padding:1.5rem 0;font-family:monospace;font-size:.8rem}
.page-module__gfnFpW__main{max-width:800px;margin:0 auto;padding:0 .75rem 2.5rem}.page-module__gfnFpW__vehicleTypeFilter{padding:.75rem 0}.page-module__gfnFpW__empty{text-align:center;color:var(--text-secondary);letter-spacing:.05em;padding:4rem 0;font-family:monospace;font-size:.875rem}
.page-module__o22o2a__main{max-width:700px;margin:0 auto;padding:0 1.5rem 2.5rem}.page-module__o22o2a__heading{color:var(--text-primary);margin:0 0 2rem;font-size:1.5rem;font-weight:700}.page-module__o22o2a__section{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem;padding-bottom:2rem}.page-module__o22o2a__section:last-of-type{border-bottom:none;padding-bottom:0}.page-module__o22o2a__sectionHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 1rem;font-family:monospace;font-size:.75rem;font-weight:700}.page-module__o22o2a__danger{border-top:1px solid var(--border-subtle);margin-top:3rem;padding-top:2rem}.page-module__o22o2a__dangerHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 1rem;font-family:monospace;font-size:.75rem;font-weight:700}
.BusinessListingsGrid-module__tTNcha__section{padding:24px 0}.BusinessListingsGrid-module__tTNcha__title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin:0 0 16px;font-size:.85rem}.BusinessListingsGrid-module__tTNcha__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.BusinessListingsGrid-module__tTNcha__empty{text-align:center;color:var(--text-secondary);padding:48px 0}.BusinessListingsGrid-module__tTNcha__pagination{justify-content:center;margin-top:24px;display:flex}.BusinessListingsGrid-module__tTNcha__loadMore{border:1px solid var(--border-default);color:var(--text-primary);font-family:var(--font-mono);border-radius:4px;padding:8px 16px;font-size:.85rem;text-decoration:none}.BusinessListingsGrid-module__tTNcha__loadMore:hover{background:var(--bg-surface-hover)}
.VehicleTypeSegmented-module__i4TSLq__root{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:3px;gap:4px;padding:4px;display:flex}.VehicleTypeSegmented-module__i4TSLq__option,.VehicleTypeSegmented-module__i4TSLq__optionActive{color:var(--text-secondary);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:none;border-radius:2px;flex:1;padding:8px 16px;font-family:monospace;font-size:.75rem;font-weight:700;transition:background .15s,color .15s}.VehicleTypeSegmented-module__i4TSLq__option:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.VehicleTypeSegmented-module__i4TSLq__optionActive{background:var(--accent);color:var(--text-on-accent)}.VehicleTypeSegmented-module__i4TSLq__option:disabled,.VehicleTypeSegmented-module__i4TSLq__optionActive:disabled{cursor:not-allowed;opacity:.5}
.ChatIcon-module__VWB-7q__chatWrapper{align-items:center;display:flex;position:relative}.ChatIcon-module__VWB-7q__chatLink{color:var(--icon-color);align-items:center;text-decoration:none;transition:color .15s;display:flex;position:relative}.ChatIcon-module__VWB-7q__chatLink:hover{color:var(--text-primary)}.ChatIcon-module__VWB-7q__icon{height:var(--icon-xl);width:auto}.ChatIcon-module__VWB-7q__badge{background:var(--accent);color:var(--text-on-accent);text-align:center;border-radius:10px;min-width:16px;padding:1px 5px;font-family:monospace;font-size:10px;font-weight:700;line-height:14px;position:absolute;top:-6px;right:-8px}
.GarageTabs-module__i1Xl2G__strip{border-bottom:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:.5rem;display:flex}.GarageTabs-module__i1Xl2G__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:color .15s;display:flex}.GarageTabs-module__i1Xl2G__tab:hover{color:var(--text-secondary)}.GarageTabs-module__i1Xl2G__tabActive{color:var(--text-primary);border-bottom:2px solid var(--accent)}.GarageTabs-module__i1Xl2G__badge{background:var(--accent);color:var(--text-on-accent);text-align:center;border-radius:10px;min-width:18px;padding:1px 6px;font-size:11px;font-weight:600}
.page-module__hqkzpa__main{max-width:800px;margin:0 auto;padding:0 0 2.5rem}.page-module__hqkzpa__headerSlot{padding:0 1.5rem}.page-module__hqkzpa__section{margin-top:1.5rem;padding:0 1.5rem}.page-module__hqkzpa__sectionHeading{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 1rem;font-size:.8rem;font-weight:700}
.FeedList-module__HcK8ZW__list{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.FeedList-module__HcK8ZW__sentinel{width:100%;height:1px}.FeedList-module__HcK8ZW__status{text-align:center;color:var(--text-secondary);letter-spacing:.05em;padding:1.5rem 0;font-family:monospace;font-size:.75rem}
.YearRangeSection-module__Mp-lGq__row{align-items:center;gap:8px;display:flex}.YearRangeSection-module__Mp-lGq__input{background:var(--bg-input);min-width:0;height:36px;color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:6px;flex:1;padding:0 10px;font-family:inherit;font-size:14px}.YearRangeSection-module__Mp-lGq__input:focus{border-color:var(--accent);outline:none}.YearRangeSection-module__Mp-lGq__sep{color:var(--text-muted)}
.ModerationNotificationModal-module__aC_KtG__body{color:var(--text-body);margin:0 0 .75rem}.ModerationNotificationModal-module__aC_KtG__support{color:var(--text-muted);margin:0 0 1rem}.ModerationNotificationModal-module__aC_KtG__affected{background:var(--surface-muted);border:1px solid var(--border-muted);color:var(--text-muted);border-radius:4px;margin:0 0 .75rem;padding:.5rem .75rem;font-size:.85rem}.ModerationNotificationModal-module__aC_KtG__affectedLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.15rem;font-size:.7rem;display:block}.ModerationNotificationModal-module__aC_KtG__affectedLink{color:var(--accent);font-weight:600;text-decoration:none}.ModerationNotificationModal-module__aC_KtG__affectedLink:hover{text-decoration:underline}.ModerationNotificationModal-module__aC_KtG__affectedText{color:var(--text-body);font-weight:600}.ModerationNotificationModal-module__aC_KtG__actions{justify-content:flex-end;display:flex}.ModerationNotificationModal-module__aC_KtG__dismiss{color:var(--text-on);background:var(--accent);cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-family:monospace;font-size:.8rem;font-weight:700;transition:opacity .15s}.ModerationNotificationModal-module__aC_KtG__dismiss:hover{opacity:.85}