@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #3d82d5;--primary-hover: #346fb5;--primary-dark: #2d6bb8;--bg: #f1f1f1;--sidebar: #fcfcfc;--surface: #ffffff;--border: #e8e8e8;--text: #101010;--text-secondary: rgba(15, 15, 15, .75);--text-muted: rgba(15, 15, 15, .5);--white: #fcfcfc;--danger: #c14242;--danger-hover: #a83838;--success: #43ad78;--sidebar-width: 17.5rem;--radius: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--scrollbar-size: 5px;--scrollbar-track: transparent;--scrollbar-thumb: rgba(15, 15, 15, .14);--scrollbar-thumb-hover: rgba(61, 130, 213, .55)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}html::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}html::-webkit-scrollbar-track{background:var(--scrollbar-track)}html::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:999px}html::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.sidebar-scroll,.content,.product-page__panel-scroll{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.sidebar-scroll::-webkit-scrollbar,.content::-webkit-scrollbar,.product-page__panel-scroll::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}.sidebar-scroll::-webkit-scrollbar-track,.content::-webkit-scrollbar-track,.product-page__panel-scroll::-webkit-scrollbar-track{background:var(--scrollbar-track);margin:4px 0}.sidebar-scroll::-webkit-scrollbar-thumb,.content::-webkit-scrollbar-thumb,.product-page__panel-scroll::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:999px;border:1px solid transparent;background-clip:padding-box}.sidebar-scroll::-webkit-scrollbar-thumb:hover,.content::-webkit-scrollbar-thumb:hover,.product-page__panel-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.sidebar-scroll::-webkit-scrollbar-corner,.content::-webkit-scrollbar-corner,.product-page__panel-scroll::-webkit-scrollbar-corner{background:transparent}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{height:100%;font-family:var(--font);font-size:16px;font-weight:400;color:var(--text);background:var(--bg)}button,input,select,textarea{font-family:inherit}#app{height:100%;min-height:100vh;min-height:-webkit-fill-available}.icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:.875rem;height:.875rem;color:var(--primary)}.icon svg{width:100%;height:100%;display:block}.icon--sm{width:.75rem;height:.75rem}.icon--xs{width:.625rem;height:.625rem}.icon--md{width:1rem;height:1rem}.icon--lg{width:3.5rem;height:3.5rem;color:var(--primary);opacity:.35}.icon--white{color:var(--white)}.site-logo{display:block;width:auto;object-fit:contain}.site-logo--sidebar{height:4.5rem}.site-logo--auth{height:5rem;margin:0 auto .75rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:1.5rem}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#10101073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:auth-overlay-in .28s ease-out}@keyframes auth-overlay-in{0%{opacity:0}to{opacity:1}}.auth-overlay--closing{animation:auth-overlay-out .3s ease-in forwards;pointer-events:none}@keyframes auth-overlay-out{0%{opacity:1}to{opacity:0}}.auth-overlay--closing .auth-card{animation:auth-card-out .28s ease-in forwards}@keyframes auth-card-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}.auth-card{width:100%;max-width:26rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 2rem 2.25rem;box-shadow:var(--shadow-md);position:relative;animation:auth-card-in .32s cubic-bezier(.22,1,.36,1)}@keyframes auth-card-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-overlay__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:.5rem;background:transparent;color:var(--text-muted);cursor:pointer}.auth-overlay__close:hover{background:var(--bg);color:var(--text)}.auth-logo{text-align:center;margin-bottom:1.5rem}.auth-logo p{font-size:.8125rem;font-weight:500;color:var(--text-muted);line-height:1.45}.auth-step-hint{margin:0 0 1.25rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary);text-align:center}.auth-stepper{display:flex;align-items:flex-start;justify-content:center;margin-bottom:1.5rem;padding:0 .25rem}.auth-stepper__step{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:0 0 auto;min-width:4.5rem}.auth-stepper__dot{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:var(--bg);border:2px solid var(--border);color:var(--text-muted);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.auth-stepper__step.is-active .auth-stepper__dot{background:var(--primary);border-color:var(--primary);color:var(--white);transform:scale(1.05);box-shadow:0 4px 12px #3d82d559}.auth-stepper__step.is-done .auth-stepper__dot{background:var(--success);border-color:var(--success);color:var(--white)}.auth-stepper__label{font-size:.6875rem;font-weight:600;color:var(--text-muted);transition:color .25s ease}.auth-stepper__step.is-active .auth-stepper__label{color:var(--primary)}.auth-stepper__step.is-done .auth-stepper__label{color:var(--success)}.auth-stepper__line{flex:1;height:2px;min-width:1.5rem;margin-top:1rem;background:var(--border);border-radius:1px;transition:background .25s ease}.auth-stepper__line.is-done{background:var(--success)}.auth-back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1rem;padding:.375rem .625rem;margin-left:-.625rem;border:none;border-radius:var(--radius);background:transparent;color:var(--text-muted);font-family:var(--font);font-size:.8125rem;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease}.auth-back:hover{color:var(--primary);background:#3d82d50f}.auth-choice-step__lead{margin:0 0 1.125rem;font-size:1.0625rem;font-weight:700;color:var(--text);text-align:center;line-height:1.35}.auth-option-list{display:flex;flex-direction:column;gap:.625rem}.auth-option{display:flex;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;text-align:left;font-family:var(--font);transition:border-color .22s ease,box-shadow .22s ease,transform .18s ease,background .22s ease}.auth-option:hover{border-color:#3d82d573;background:linear-gradient(135deg,var(--surface) 0%,rgba(61,130,213,.04) 100%);box-shadow:0 6px 20px #3d82d51a;transform:translateY(-1px)}.auth-option:active{transform:translateY(0)}.auth-option__icon{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.auth-option__icon .icon{width:1.25rem;height:1.25rem}.auth-option__icon--login{background:#3d82d51f;color:var(--primary)}.auth-option__icon--register{background:#43ad7824;color:var(--success)}.auth-option__icon--email{background:#3d82d51f;color:var(--primary)}.auth-option__icon--telegram{background:#229ed924;color:#229ed9}.auth-option__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.auth-option__title{font-size:.9375rem;font-weight:700;color:var(--text);line-height:1.3}.auth-option__desc{font-size:.75rem;line-height:1.35;color:var(--text-muted)}.auth-option__chevron{flex-shrink:0;color:var(--text-muted);opacity:.55;transition:opacity .2s ease,transform .2s ease}.auth-option:hover .auth-option__chevron{opacity:1;color:var(--primary);transform:translate(2px)}.auth-otp-hint{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.5;text-align:center}.auth-register-hint{font-size:.8125rem;color:var(--text-secondary);margin-top:.75rem;line-height:1.5;text-align:center}.auth-otp-back{margin-top:.75rem;width:100%}.auth-channel-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;padding:.625rem .875rem;border-radius:var(--radius);background:#3d82d514;color:var(--primary);font-size:.8125rem;font-weight:600}.auth-form-shell{min-height:12.5rem;transition:opacity .18s ease,transform .18s ease}.auth-form-shell--leaving{opacity:0;transform:translateY(6px);pointer-events:none}.auth-form-shell--enter{animation:auth-form-enter .22s ease-out}.auth-form-shell--busy{pointer-events:none}.auth-form--loading{opacity:.72}.auth-terms{margin:.25rem 0 1rem}.auth-terms__label{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer;font-size:.8125rem;line-height:1.45;color:var(--text-muted)}.auth-terms__input{flex-shrink:0;width:1.125rem;height:1.125rem;min-width:1.125rem;min-height:1.125rem;margin-top:.125rem;accent-color:var(--primary);cursor:pointer;border-radius:.2rem}.auth-terms__copy a{color:var(--accent);font-weight:600;text-decoration:none}.auth-terms__copy a:hover{text-decoration:underline}.auth-terms__error{margin:.35rem 0 0 1.5rem;font-size:.75rem;font-weight:500;color:#ef4444}.auth-switch-tab{margin:1rem 0 0;text-align:center;font-size:.8125rem;color:var(--text-muted)}.auth-switch-tab__btn{padding:0;border:none;background:none;color:var(--primary);font-family:var(--font);font-size:inherit;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-switch-tab__btn:hover{color:var(--primary-hover, var(--primary))}.auth-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 0 .5rem;min-height:10rem;animation:auth-form-enter .35s ease-out}.auth-success__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;border-radius:50%;background:#2ea0431f;color:#2ea043}.auth-success__title{margin:0 0 .375rem;font-size:1.0625rem;font-weight:700;color:var(--text)}.auth-success__sub{margin:0;font-size:.8125rem;color:var(--text-muted)}@keyframes pref-region-in{0%{opacity:0}to{opacity:1}}@keyframes auth-form-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-form-panel{width:100%}.auth-form .form-group:last-of-type{margin-bottom:1.25rem}.auth-code-input{text-align:center;font-size:1.375rem;font-weight:700;letter-spacing:.35em;padding-left:.875rem;padding-right:.875rem}.auth-method-tabs{display:flex;gap:.25rem;margin-bottom:.875rem;padding:.25rem;border-radius:calc(var(--radius) + 2px);background:var(--bg);border:1px solid var(--border)}.auth-method-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5625rem .75rem;border:none;border-radius:var(--radius);background:transparent;color:var(--text-muted);font-family:var(--font);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .22s ease,color .22s ease,box-shadow .22s ease,transform .15s ease}.auth-method-tab:hover{color:var(--text)}.auth-method-tab.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.auth-bot-hint{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem;padding:.875rem;border-radius:var(--radius);background:#3d82d514;border:1px solid rgba(61,130,213,.18)}.auth-bot-hint__icon{flex-shrink:0;color:var(--primary)}.auth-bot-hint__text strong{display:block;font-size:.8125rem;margin-bottom:.25rem;color:var(--text)}.auth-bot-hint__text p{font-size:.8125rem;line-height:1.45;color:var(--text-secondary);margin:0}.auth-bot-hint a{color:var(--primary);font-weight:600;text-decoration:none}.auth-bot-hint a:hover{text-decoration:underline}.auth-tabs{display:flex;gap:.25rem;margin-bottom:.875rem;padding:.25rem;border-radius:calc(var(--radius) + 2px);background:var(--bg);border:1px solid var(--border)}.auth-tab{flex:1;padding:.6875rem .75rem;border:none;background:transparent;border-radius:var(--radius);font-family:var(--font);font-weight:600;font-size:.875rem;cursor:pointer;transition:background .22s ease,color .22s ease,box-shadow .22s ease;color:var(--text-muted)}.auth-tab:hover{color:var(--text)}.auth-tab.active{background:var(--primary);color:var(--white);box-shadow:0 2px 8px #3d82d559}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.375rem;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font);font-size:.875rem;font-weight:500;transition:border-color .2s,box-shadow .2s;background:var(--white);color:var(--text)}.form-group select{border-radius:.625rem;border-color:#0f0f0f1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#0f0f0f59}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3d82d51f}.form-error{background:#fef2f2;color:var(--danger);padding:.625rem .875rem;border-radius:var(--radius);font-size:.8125rem;font-weight:500;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:var(--radius);font-family:var(--font);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;line-height:1.2}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--white);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover{background:#efefef;color:var(--text)}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover{background:var(--danger-hover)}.btn-outline-danger{background:transparent;color:var(--danger);border:1px solid rgba(193,66,66,.35)}.btn-outline-danger:hover{background:#c142420f;border-color:var(--danger);color:var(--danger-hover)}.btn-sm{padding:.5rem .875rem;font-size:.8125rem}.btn-lg{padding:.9375rem 1.5rem;font-size:.9375rem;font-weight:700}.btn-block{width:100%}.auth-hint{text-align:center;margin-top:1.25rem;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.auth-hint code{background:var(--bg);padding:.125rem .375rem;border-radius:.25rem;font-weight:600;color:var(--text)}.marketplace{display:flex;height:100vh;min-height:100vh;max-height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);height:100%;background:var(--sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;overflow:hidden}.sidebar-logo{flex-shrink:0;margin-top:2.5rem;margin-bottom:1.875rem}.sidebar-scroll{flex:1;min-height:0;width:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding-bottom:.5rem}.sidebar-footer{flex-shrink:0;width:13.75rem;padding:.75rem 0 1.25rem;border-top:1px solid var(--border);background:var(--sidebar)}.sidebar-footer .sidebar-btn{margin-bottom:0}.sidebar-nav{width:13.75rem;display:flex;flex-direction:column}.sidebar-btn{width:100%;height:2.8125rem;display:flex;align-items:center;gap:.625rem;padding:0 1rem;border:none;border-radius:var(--radius);background:transparent;font-family:var(--font);font-size:.875rem;font-weight:500;color:var(--text);cursor:pointer;transition:all .2s ease-in-out;margin-bottom:.125rem;text-align:left}.sidebar-btn__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-btn:hover{background:#efefef}.sidebar-btn.selected{background:var(--primary);color:var(--white)}.sidebar-btn.selected .icon{color:var(--white)}.sidebar-group{margin-bottom:.125rem}.sidebar-group__head{display:flex;align-items:stretch;border-radius:var(--radius);overflow:hidden}.sidebar-group__head .sidebar-btn--parent{flex:1;min-width:0;margin-bottom:0;border-radius:0}.sidebar-group__head .sidebar-btn--parent.selected,.sidebar-group__head.is-selected .sidebar-btn--parent.selected{background:transparent}.sidebar-group__head.is-selected .sidebar-btn--parent.selected:hover{background:#ffffff1a}.sidebar-group__head.is-selected{background:var(--primary);border-radius:var(--radius)}.sidebar-group__head.is-selected .sidebar-btn--parent:not(.selected){color:var(--white);background:transparent}.sidebar-group__head.is-selected .sidebar-btn--parent:not(.selected):hover{background:#ffffff1a}.sidebar-group__head.is-selected .sidebar-btn--parent:not(.selected) .icon{color:var(--white)}.sidebar-group__head.is-selected .sidebar-group__toggle{color:var(--white);background:transparent}.sidebar-group__head.is-selected .sidebar-group__toggle .icon{color:var(--white)}.sidebar-group__head.is-selected .sidebar-group__toggle:hover{background:#ffffff1f}.sidebar-group__toggle{width:2.375rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out}.sidebar-group__head:not(.is-selected):hover .sidebar-group__toggle,.sidebar-group__head:not(.is-selected) .sidebar-btn--parent:not(.selected):hover{background:#efefef}.sidebar-group__chevron{transition:transform .35s cubic-bezier(.4,0,.2,1)}.sidebar-group.is-open .sidebar-group__chevron{transform:rotate(180deg)}.sidebar-group__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.sidebar-group.is-open .sidebar-group__body{grid-template-rows:1fr}.sidebar-group__body-inner{overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:.0625rem;padding:0 0 .125rem .75rem;opacity:0;transition:opacity .28s ease,padding .35s cubic-bezier(.4,0,.2,1)}.sidebar-group.is-open .sidebar-group__body-inner{opacity:1;padding-top:.25rem}.sidebar-btn--child{height:2.375rem;padding-left:2rem;font-size:.8125rem;color:var(--text-secondary)}.sidebar-btn--child.selected{color:var(--white)}.main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.header{flex-shrink:0;min-height:4.5rem;background:var(--surface);border-bottom:1px solid var(--border);display:flex;flex-direction:column;align-items:stretch;padding:0;gap:0;flex-wrap:nowrap;width:100%;box-sizing:border-box}.header--skeleton{pointer-events:none;-webkit-user-select:none;user-select:none}.header-skeleton__bar,.header-skeleton__avatar{background:linear-gradient(90deg,var(--bg) 0%,#e8e8e8 50%,var(--bg) 100%);background-size:200% 100%;animation:header-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius)}@keyframes header-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.header-skeleton__bar--title{width:9rem;height:1.25rem;max-width:40vw}.header-skeleton__actions{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;justify-content:flex-end}.header-skeleton__bar--currency{width:4.5rem;height:2.25rem;border-radius:999px}.header-skeleton__bar--search{width:12rem;height:2.25rem;border-radius:999px}.header-skeleton__nav{display:flex;align-items:center;gap:.375rem}.header-skeleton__bar--nav{width:5.5rem;height:2.25rem;border-radius:999px}.header-skeleton__bar--nav-short{width:4.25rem}.header-skeleton__user{display:flex;align-items:center;gap:.625rem}.header-skeleton__bar--name{width:5rem;height:.875rem}.header-skeleton__avatar{width:2.25rem;height:2.25rem;border-radius:999px;flex-shrink:0}.main--auth-open .content{pointer-events:none}@media(max-width:900px){.header--skeleton .header-skeleton__nav{display:none}.header--skeleton .header-skeleton__actions{width:auto;flex-wrap:nowrap;gap:.375rem}.header--skeleton .header-skeleton__bar--name{display:none}.header-skeleton__bar--search{width:100%;max-width:none;height:2.25rem}}@media(min-width:901px)and (max-width:1400px){.header--skeleton{flex-direction:column;align-items:stretch;padding:0;gap:0}.header--skeleton .header__top{padding:.625rem 1.25rem}.header--skeleton .header-skeleton__nav{display:none}.header--skeleton .header__search-row{display:block;padding:0 0 .625rem;border-top:1px solid var(--border)}.header--skeleton .header-skeleton__bar--search{width:100%;max-width:none}}@media(min-width:1401px){.header--skeleton{flex-direction:row;align-items:center;padding:0 1.75rem;gap:0}.header--skeleton .header__top{display:flex;align-items:center;gap:1rem;padding:0;width:100%}.header--skeleton .header__search-row{display:flex;flex:0 1 18rem;padding:0;border-top:none}.header--skeleton .header-skeleton__bar--search{width:100%;max-width:none}}.top-app-info-banner{position:sticky;top:0;z-index:130;background:linear-gradient(135deg,#0091ff61,#7c3aed4d 55%,#10b98142);border-bottom:1px solid var(--border)}.top-app-info-banner__inner{display:flex;align-items:center;gap:.75rem;max-width:80rem;margin:0 auto;padding:.625rem 1.25rem}.top-app-info-banner__logo{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.75rem;overflow:hidden;background:var(--surface);border:1px solid var(--border)}.top-app-info-banner__logo img{width:100%;height:100%;object-fit:cover}.top-app-info-banner__text{flex:1;min-width:0}.top-app-info-banner__title{margin:0;font-size:.78rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-app-info-banner__sub{margin:.125rem 0 0;font-size:.6875rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-app-info-banner__cta{flex-shrink:0;padding:.5rem .875rem;border-radius:.75rem;background:#1a73e8;color:#fff;font-size:.75rem;font-weight:800;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px #1a73e833;border:1px solid rgba(26,115,232,.35)}.top-app-info-banner__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:.5rem;background:transparent;color:var(--text-muted);cursor:pointer}.top-app-info-banner__close:hover{color:var(--text);background:#0f0f0f0f}@media(max-width:900px){.top-app-info-banner{display:none!important}}.header-title{font-size:1.125rem;font-weight:900;color:#0f0f0fd9}.header__top{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:.5rem .75rem;width:100%;min-width:0;box-sizing:border-box}.header__left{grid-column:1;grid-row:1;display:flex;align-items:center;gap:1rem;min-width:0}.header-actions{grid-column:2;grid-row:1}.header__search-row{grid-column:1 / -1;grid-row:2;display:block;flex:none;width:100%;max-width:none;min-width:0;align-items:center;padding:0;border:none;background:transparent}.header-detail-title{font-size:1rem;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--text);cursor:pointer;transition:all .2s ease-in-out}.back-btn:hover{background:#efefef}.back-btn .icon{color:var(--text)}.content--detail{padding:0;overflow-y:auto;display:flex;flex-direction:column;min-height:0;flex:1;width:100%;min-width:0;background:var(--surface)}.loading-state--detail{flex:1;min-height:12rem}.content--detail .dp-page{width:100%;max-width:none;align-self:stretch;flex:none;min-width:0}@media(max-width:900px){.content--detail{display:block;flex:none;min-height:auto;overflow:visible}.content--detail .dp-page{flex:none;min-height:auto;display:block}.loading-state--detail{flex:none;min-height:50vh}}.content{flex:1;padding:1.75rem 2rem;overflow-y:auto;min-height:0}.catalog-list{display:flex;flex-direction:column;gap:1rem}.catalog-skeleton__image,.catalog-skeleton__bar{background:linear-gradient(90deg,var(--bg) 0%,#e8e8e8 50%,var(--bg) 100%);background-size:200% 100%;animation:catalog-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius)}@keyframes catalog-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.catalog-skeleton__card{pointer-events:none}.catalog-skeleton__image{aspect-ratio:4 / 3;width:100%;border-radius:.75rem .75rem 0 0}.catalog-skeleton__body{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem}.catalog-skeleton__bar--sm{width:40%;height:.75rem}.catalog-skeleton__bar--title{width:85%;height:1rem}.catalog-skeleton__bar--sub{width:55%;height:.75rem}.catalog-skeleton__footer{display:flex;justify-content:space-between;align-items:center;margin-top:.375rem}.catalog-skeleton__bar--price{width:35%;height:1.125rem}.catalog-skeleton__bar--meta{width:18%;height:.875rem}.catalog-load-more{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem 0 1rem;color:var(--text-muted);font-size:.875rem;font-weight:500}.catalog-sentinel{height:1px;width:100%}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16.5rem,1fr));gap:1.125rem}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0;flex-wrap:nowrap}.header-nav{display:flex;align-items:center;gap:.375rem;flex-shrink:1;min-width:0}.header-nav__btn{position:relative;display:inline-flex;align-items:center;gap:.375rem;height:2.375rem;padding:0 .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--text);cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;white-space:nowrap;flex-shrink:0}.header-detail-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header--detail{min-height:3.75rem}.main--detail,.main--detail .content{width:100%;min-width:0}.header-nav__btn:hover{background:#efefef}.header-nav__btn.is-active{background:var(--primary);border-color:var(--primary);color:var(--white)}.header-nav__btn.is-active .icon{color:var(--white)}.header-nav__label{line-height:1}.header-nav__btn[data-header-cat=create]{background:var(--primary);border-color:var(--primary);color:var(--white)}.header-nav__btn[data-header-cat=create] .icon{color:var(--white)}.header-nav__btn[data-header-cat=create]:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.header-nav__btn[data-header-cat=create].is-active{box-shadow:inset 0 0 0 1px #ffffff40}.header-nav__badge{position:absolute;top:-.35rem;right:-.35rem;min-width:1.125rem;height:1.125rem;padding:0 .3rem;border-radius:999px;background:var(--danger);color:#fff;font-size:.625rem;font-weight:700;line-height:1.125rem;text-align:center;pointer-events:none}.header-nav__btn.is-active .header-nav__badge{box-shadow:0 0 0 2px var(--primary)}.search-wrap{position:relative;display:flex;align-items:center}.search-wrap .icon{position:absolute;left:.875rem;color:var(--text-muted);pointer-events:none}.search-input{padding:.625rem .875rem .625rem 2.25rem;border:1px solid var(--border);border-radius:var(--radius);width:15rem;font-family:var(--font);font-size:.875rem;font-weight:500;background:var(--white);transition:border-color .2s}.search-input:focus{outline:none;border-color:var(--primary)}.user-info{display:flex;align-items:center;gap:.5rem;border:none;background:transparent;cursor:pointer;padding:0;border-radius:var(--radius);font-family:var(--font);transition:background .2s ease-in-out;flex-shrink:0;min-width:0;max-width:100%}.user-info:hover,.user-info--active{background:transparent}.user-info__avatar{width:2.625rem;height:2.625rem;border-radius:var(--radius);background:linear-gradient(135deg,#e8eef5,#d4e4f7);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:var(--primary);overflow:hidden;flex-shrink:0}.user-info__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.user-info:hover .user-info__money{border-color:#d4d4d4;background:#fafafa}.user-info--active .user-info__money{border-color:var(--primary);background:#3d82d50f}.user-info__money{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.125rem;min-height:2.625rem;padding:.375rem .75rem;text-align:right;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.user-info__row{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;line-height:1.2}.user-info__row .icon{color:var(--primary);flex-shrink:0}.user-info__name{font-size:.75rem;font-weight:500;line-height:1.25;color:var(--text-muted);max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card{position:relative;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;height:100%;transition:box-shadow .2s ease-in-out,border-color .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}a.card,a.card--link,article.card .card--link{text-decoration:none;color:inherit}.card__link{display:flex;flex-direction:column;flex:1;min-height:0;text-decoration:none;color:inherit}article.card{cursor:default}.card:hover{border-color:#d4d4d4;box-shadow:var(--shadow-md)}.card-image{position:relative;height:11.5rem;background:var(--bg);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border);overflow:hidden}.card-fav-btn{position:absolute;top:.625rem;right:.625rem;z-index:3;width:2.375rem;height:2.375rem;padding:0;border:none;border-radius:999px;background:#fffffff5;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #0f0f0f24,inset 0 1px #ffffffd9;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.card-fav-btn:hover{transform:scale(1.06);box-shadow:0 6px 18px #0f0f0f29,inset 0 1px #ffffffe6}.card-fav-btn:active{transform:scale(.96)}.card-fav-btn.is-active{background:linear-gradient(145deg,#ff7f9f,#e91e63 55%,#c2185b);box-shadow:0 5px 16px #e91e6373,inset 0 1px #ffffff47}.card-fav-btn--sm{top:.4rem;right:.4rem;width:2rem;height:2rem}.card-fav-btn--sm .fav-heart{width:1.0625rem;height:1.0625rem}.card-fav-btn--inline{position:static;flex-shrink:0;width:2rem;height:2rem}.card-fav-btn--inline .fav-heart{width:1.0625rem;height:1.0625rem}.card-badges{position:absolute;left:.625rem;z-index:2;display:flex;align-items:center;gap:.375rem}.card-badges--top{top:.625rem;bottom:auto}.card-badges--bottom{bottom:.625rem;top:auto}.card-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:700;line-height:1;color:var(--text);background:#fffffff0;box-shadow:0 2px 8px #0f0f0f1f}.card-badge--photos .icon{color:var(--text-muted)}.card-badge--boost{box-shadow:0 2px 8px #0f0f0f2e}.card--boost-boost{border:1.5px solid rgba(0,170,255,.72);box-shadow:0 0 14px #00aaff38;background:color-mix(in srgb,#00aaff 8%,var(--surface))}.card--boost-vip{border:1.5px solid rgba(255,179,0,.72);box-shadow:0 0 18px #ffb30047;background:color-mix(in srgb,#ffb300 8%,var(--surface))}.card--boost-turbo{border:1.5px solid rgba(255,107,53,.72);box-shadow:0 0 22px #ff6b3559;background:color-mix(in srgb,#ff6b35 8%,var(--surface))}.card--boost-boost:hover{border-color:#00aaffe6;box-shadow:0 0 18px #00aaff4d}.card--boost-vip:hover{border-color:#ffb300e6;box-shadow:0 0 22px #ffb30057}.card--boost-turbo:hover{border-color:#ff6b35e6;box-shadow:0 0 26px #ff6b356b}.my-card__stat--boost{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:var(--radius);border:1.5px solid transparent;font-weight:700;line-height:1.2}.my-card__stat--expired{color:var(--danger);font-weight:700}.my-card__stat--sold{color:var(--success);font-weight:700}.fav-heart{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;pointer-events:none}.fav-heart svg{width:100%;height:100%;display:block}.fav-heart--idle .fav-heart__shape{fill:#ff5c8a;filter:drop-shadow(0 1px 1px rgba(194,24,91,.25))}.fav-heart--idle .fav-heart__shine{fill:#ffffff6b}.fav-heart--active .fav-heart__shape{fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}.fav-heart--active .fav-heart__shine{fill:#ffffff61}.btn-favorite{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);background:var(--white);color:var(--text);font-weight:700}.btn-favorite .fav-heart{width:1.125rem;height:1.125rem}.btn-favorite:hover{background:#f7f7f7}.btn-favorite.is-active{border-color:#f06292;background:linear-gradient(145deg,#fff5f8,#ffe8ef);color:#c2185b}.card-type__name{min-width:0}.card-date{flex-shrink:0;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:none;letter-spacing:0}.card-sub{display:flex;align-items:center;gap:.25rem;margin-top:.125rem;min-height:1.25rem;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.card-sub.is-empty{visibility:hidden}.card-sub__icon{flex-shrink:0;color:var(--text-muted);opacity:.7}.card-attrs{margin-top:.375rem;min-height:1.125rem;font-size:.75rem;font-weight:600;color:var(--text-secondary);line-height:1.35}.card-attrs.is-empty{visibility:hidden}.card-image__img{width:100%;height:100%;object-fit:cover;display:block}.card:hover .card-image{background:var(--bg)}.card-body{flex:1;display:flex;flex-direction:column;padding:1rem 1.125rem 1.125rem;min-height:0}.card-type{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.6875rem;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.card-title{font-size:.9375rem;font-weight:700;margin:.25rem 0 .125rem;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.7em}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.875rem;border-top:1px solid var(--border)}.card-price{font-weight:900;font-size:1rem;color:var(--text)}.card-meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:var(--text-muted)}.card-meta .icon{color:var(--text-muted);opacity:.45}.empty-state{text-align:center;padding:4rem 1.25rem;color:var(--text-muted)}.empty-state .icon--lg{margin:0 auto 1rem;opacity:.2}.empty-state h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.empty-state p{font-size:.875rem;font-weight:500}.loading-state{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:4rem;color:var(--text-muted);font-weight:500}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-page{flex:1;display:flex;min-height:0;height:100%;width:100%}.product-page__shell{flex:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(22rem,.85fr);min-height:0;height:100%;width:100%;border:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.product-page__shell--boost-boost{border-color:#00aaff8c;box-shadow:inset 0 0 0 1px #0af3,0 0 24px #00aaff24}.product-page__shell--boost-vip{border-color:#ffb3008c;box-shadow:inset 0 0 0 1px #ffb30033,0 0 24px #ffb30029}.product-page__shell--boost-turbo{border-color:#ff6b358c;box-shadow:inset 0 0 0 1px #ff6b3538,0 0 28px #ff6b3533}.product-page__boost-badge{position:absolute;top:1rem;left:1rem;z-index:3}.product-page__boost-active{display:flex;flex-direction:column;gap:.125rem;margin-top:.75rem;padding:.75rem .875rem;border-radius:var(--radius-lg);border:1.5px solid transparent;font-size:.8125rem;line-height:1.35}.product-page__boost-active-label{font-weight:800}.product-page__boost-active-meta{font-weight:600;opacity:.92}.product-page__price-card--boost-boost .product-page__price{color:#0af}.product-page__price-card--boost-vip .product-page__price{color:#ffb300}.product-page__price-card--boost-turbo .product-page__price{color:#ff6b35}.product-page__gallery{position:relative;display:flex;flex-direction:column;min-height:0;background:#e8eef5;border-right:1px solid var(--border);overflow:hidden}.product-page__gallery-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(61,130,213,.18) 0%,transparent 45%),radial-gradient(circle at 80% 70%,rgba(61,130,213,.12) 0%,transparent 40%),linear-gradient(160deg,#eef3f9,#e2eaf4,#d8e4f2);pointer-events:none}.product-page__gallery-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;position:relative;z-index:1;min-height:0}.product-page__type-pill{display:inline-flex;padding:.375rem .75rem;background:#ffffffd9;border:1px solid rgba(61,130,213,.25);border-radius:2rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-page__hero-icon{margin-bottom:1rem}.product-page__preview-icon{width:6.5rem;height:6.5rem;color:var(--primary);opacity:.45;filter:drop-shadow(0 8px 24px rgba(61,130,213,.2))}.product-page__gallery-hint{font-size:.875rem;font-weight:600;color:var(--text-muted);text-align:center;max-width:16rem}.product-page__gallery-content--photo{flex:1;min-height:0;padding:1rem;display:flex;flex-direction:column;gap:.75rem;z-index:1}.product-page__main-image{flex:1;min-height:12rem;width:100%;object-fit:contain;border-radius:var(--radius);background:#fff9}.product-page__thumbs{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.product-page__thumb{width:3.5rem;height:3.5rem;padding:0;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;background:#fff}.product-page__thumb.active{border-color:var(--primary)}.product-page__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-page__phone{margin-top:1rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.product-page__phone-label{display:block;font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.product-page__phone-value{font-size:1.125rem;font-weight:700;color:var(--primary);text-decoration:none}.product-page__phone-value:hover{text-decoration:underline}.product-page__gallery .product-page__comment{flex-shrink:0;margin:0;padding:1.25rem 1.5rem;background:#ffffffeb;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1}.product-page__gallery .product-page__comment h3{font-size:.8125rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.product-page__gallery .product-page__comment p{font-size:.875rem;font-weight:500;color:var(--text-secondary);line-height:1.55;white-space:pre-wrap}.product-page__panel{display:flex;flex-direction:column;min-height:0;background:var(--surface);height:100%}.product-page__panel-scroll{flex:1;overflow-y:auto;padding:1.75rem 2rem 1rem;min-height:0}.product-page__head{margin-bottom:1rem}.product-page__title{font-size:1.625rem;font-weight:900;line-height:1.25;margin-bottom:.375rem;color:var(--text)}.product-page__sub{font-size:.9375rem;font-weight:500;color:var(--text-muted)}.product-page__stats{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.stat-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:2rem;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.stat-chip .icon{color:var(--text-muted);opacity:.7}.product-page__price-card{padding:1.25rem 1.375rem;background:linear-gradient(135deg,#3d82d514,#3d82d50a);border:1px solid rgba(61,130,213,.2);border-radius:var(--radius-lg);margin-bottom:1.5rem}.product-page__price-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.04em}.product-page__price{font-size:2rem;font-weight:900;color:var(--primary);line-height:1.1}.product-page__section{margin-bottom:1.5rem}.product-page__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.spec-grid--compact{grid-template-columns:1fr}.spec-cell{padding:.75rem .875rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.spec-cell__label{display:block;font-size:.6875rem;font-weight:600;color:var(--text-muted);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.03em}.spec-cell__value{display:block;font-size:.875rem;font-weight:700;color:var(--text);line-height:1.35}.product-page__seller{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.125rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.5rem}.product-page__seller-main{display:flex;align-items:center;gap:.875rem;min-width:0}.product-page__seller-block{flex-shrink:0;gap:.375rem;color:var(--text-muted)}.product-page__seller-block:hover:not(:disabled){color:var(--danger);border-color:#c1424259}.product-page__seller-block:disabled{opacity:.65;cursor:default}.product-page__seller-avatar{width:2.75rem;height:2.75rem;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;color:var(--primary);flex-shrink:0}.product-page__seller-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.product-page__seller-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.product-page__seller-name{font-size:.9375rem;font-weight:700;color:var(--text)}.product-page__footer{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 2rem 1.5rem;border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -4px 20px #0000000a}.product-page__footer .btn{width:100%}.create-panel{max-width:36rem;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.create-panel h2{font-size:1.125rem;font-weight:900;margin-bottom:.25rem}.create-panel .sub{color:var(--text-muted);font-size:.8125rem;font-weight:500;margin-bottom:1.5rem}.my-ads-panel .tabs-row{margin-bottom:1.25rem}.tabs-row{display:flex;gap:.5rem;flex-wrap:wrap}.tab-btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease-in-out}.tab-btn:hover{background:#efefef}.tab-btn.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.status-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.125rem .5rem;border-radius:999px;flex-shrink:0}.status-badge--active{background:#43ad7826;color:var(--success)}.status-badge--inactive{background:#0f0f0f14;color:var(--text-muted)}.status-badge--sold{background:#3d82d51f;color:var(--primary)}.my-ads-panel{display:flex;flex-direction:column;gap:1rem}.my-ads-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.my-ads-search-wrap{width:100%;max-width:none}.my-ads-search-wrap .search-input{width:100%}.my-ads-panel__title{margin:0;font-size:1.125rem;font-weight:700;color:var(--text)}.my-ads-panel__credits{display:flex;align-items:center;gap:.375rem;margin:.25rem 0 0;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.my-ads-content{transition:opacity .2s ease}.my-ads-content.is-loading{opacity:.65;pointer-events:none}.my-ads-list{animation:fadeIn .22s ease}.my-ads-empty__btn{margin-top:1rem}.my-card__stats{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.5rem}.my-card__stat{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--text-muted)}.my-card__footer{margin-top:.5rem;padding-top:.625rem}.my-card__link{display:block;color:inherit;text-decoration:none;cursor:pointer}.my-card__link:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius)}.my-card__actions{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:0;padding:0 .875rem .875rem}.my-card__action{flex:1 1 auto;min-width:fit-content}.my-card__sold-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;background:#00000073;pointer-events:none}.my-card__sold-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .625rem;border-radius:var(--radius);font-size:.6875rem;font-weight:800;color:#fff;background:var(--success);box-shadow:0 2px 8px #0003}.my-card__boost-active{display:inline-flex;align-items:center;padding:.3125rem .625rem;border-radius:var(--radius);border:1.5px solid transparent;font-size:.75rem;font-weight:700;line-height:1.2}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.main--create{width:100%;min-width:0}.main--create .content{width:100%}.edit-ad-card{width:min(100%,36rem);max-height:min(92vh,52rem);overflow:auto}.edit-ad-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.edit-ad-card__head h3{margin:0;font-size:1.125rem}.edit-ad-card__close{border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:.25rem}.edit-ad-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.edit-ad-images__item{position:relative;width:5.5rem;height:5.5rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.edit-ad-images__item img{width:100%;height:100%;object-fit:cover;display:block}.edit-ad-images__remove{position:absolute;top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;border:none;border-radius:999px;background:#0f0f0f8c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.edit-ad-upload{display:inline-flex;align-items:center;gap:.375rem}.edit-ad-form__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.content--profile{padding:1rem 1.5rem 2rem}.content--profile .profile-page{max-width:none}.profile-page{display:flex;flex-direction:column;gap:1.25rem;width:100%}.profile-hero{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);padding:0;overflow:hidden}.profile-hero__top{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(15rem,19rem);gap:0 2rem;align-items:start;padding:1.375rem 1.75rem 1.25rem}.profile-hero__toolbar{border-top:1px solid var(--border);padding:1rem 1.75rem;background:var(--bg)}.profile-hero__stats{border-top:1px solid var(--border);padding:1rem 1.75rem 1.25rem;background:var(--surface)}.profile-hero__avatar-col{display:grid;grid-template-columns:5.5rem minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:.875rem;row-gap:.5rem;width:auto;min-width:13.5rem;flex-shrink:0;padding-right:2rem;border-right:1px solid var(--border)}.profile-hero__avatar-wrap{grid-row:1 / -1;width:5.5rem;height:5.5rem;flex-shrink:0;align-self:center}.profile-hero__avatar{width:100%;height:100%;border-radius:var(--radius-lg);border:1px solid var(--border);object-fit:cover;display:block;background:var(--bg)}.profile-hero__avatar--fallback{display:flex;align-items:center;justify-content:center;background:var(--bg);font-size:1.5rem;font-weight:900;color:var(--primary)}.profile-hero__avatar-actions{display:flex;flex-direction:column;justify-content:center;gap:.375rem;width:100%;min-width:0;grid-column:2}.profile-hero__avatar-btn{appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:flex-start;width:100%;margin:0;gap:.4rem;padding:.5rem .6875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-family:var(--font);font-size:.75rem;font-weight:600;line-height:1.2;color:var(--text-secondary);white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.profile-hero__avatar-btn .icon{flex-shrink:0;color:var(--text-muted);opacity:.85}.profile-hero__avatar-btn--upload .icon{color:var(--primary);opacity:1}.profile-hero__avatar-btn--upload:hover{color:var(--primary);border-color:#3d82d559;background:#3d82d50a}.profile-hero__avatar-btn--remove:hover{color:var(--danger);border-color:#c1424259;background:#c142420a}.profile-hero__avatar-btn--remove:hover .icon{color:var(--danger);opacity:1}.profile-hero__avatar-btn:disabled{opacity:.55;cursor:default}.profile-hero__main{display:flex;flex-direction:column;gap:.75rem;min-width:0;padding-right:2rem;border-right:1px solid var(--border)}.profile-hero__heading{margin:0;font-size:1.125rem;font-weight:900;color:var(--text);line-height:1.2}.profile-hero__name-field{margin-bottom:0}.profile-hero__name-field label{margin-bottom:.375rem;font-size:.8125rem}.profile-hero__name-row{display:flex;gap:.5rem;align-items:center;max-width:22rem}.profile-hero__name-row input{flex:1;min-width:0;width:auto;max-width:none}.profile-hero__name-row .btn-primary{flex-shrink:0;min-width:6rem;padding:.6875rem 1rem;font-size:.8125rem}.profile-hero__credits-card{display:flex;flex-direction:column;gap:.75rem;min-width:0;height:100%}.profile-hero__credits-head{display:flex;align-items:flex-start;gap:.625rem}.profile-hero__credits-head .profile-card__icon-wrap{width:2rem;height:2rem}.profile-hero__credits-head .profile-card__icon-wrap .icon{width:.875rem;height:.875rem}.profile-hero__credits-head-text{min-width:0}.profile-hero__credits-title{margin:0;font-size:.8125rem;font-weight:800;line-height:1.25;color:var(--text)}.profile-hero__credits-sub{margin:.125rem 0 0;font-size:.6875rem;color:var(--text-muted);line-height:1.35}.profile-hero__credits-body{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:1}.profile-hero__credits-body .profile-credits-panel__balance{flex-shrink:0}.profile-hero__credits-body .profile-credits-panel__value{font-size:1.625rem;font-weight:800;line-height:1.1}.profile-hero__credits-body .profile-credits-panel__label{font-size:.6875rem;color:var(--text-muted);margin-top:.125rem}.profile-hero__credits-body .profile-credits-panel__actions{display:flex;flex-direction:column;gap:.375rem;flex-shrink:0}.profile-hero__credits-body .profile-credits-panel__topup{white-space:nowrap}.profile-hero__credits-hint{margin:0;font-size:.6875rem;line-height:1.35;color:var(--text-muted)}.profile-hero__meta{display:flex;flex-wrap:wrap;gap:.25rem 1rem;padding-top:.125rem}.profile-meta-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-secondary);line-height:1.4}.profile-meta-item .icon{color:var(--text-muted);flex-shrink:0}.profile-meta-item--muted{color:var(--text-muted);font-size:.8125rem}.profile-nav-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.625rem;width:100%}.profile-nav-tile{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;min-width:0;white-space:nowrap}.profile-nav-tile:hover{border-color:var(--primary);background:var(--surface)}.profile-nav-tile .icon{color:var(--primary);flex-shrink:0}.profile-stats-section{width:100%}.profile-hero__stats .profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.625rem;width:100%}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.75rem}.profile-hero__stats .profile-stat-card{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:.875rem .5rem;background:var(--bg);min-width:0}.profile-hero__stats .profile-stat-card__body{align-items:center}.profile-hero__stats .profile-stat-card__value{font-size:1.125rem}.profile-hero__stats .profile-stat-card__label{font-size:.6875rem;line-height:1.25}.profile-stat-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.125rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.profile-stat-card__icon{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--radius);background:var(--bg);display:flex;align-items:center;justify-content:center}.profile-stat-card__icon .icon{width:1rem;height:1rem;color:var(--primary)}.profile-stat-card__body{display:flex;flex-direction:column;gap:.125rem;min-width:0}.profile-stat-card__value{font-size:1.25rem;font-weight:900;line-height:1.2;color:var(--text)}.profile-stat-card__label{font-size:.75rem;color:var(--text-muted)}.profile-stat-card--success .profile-stat-card__value,.profile-stat-card--success .profile-stat-card__icon .icon{color:var(--success)}.profile-stat-card--accent .profile-stat-card__value,.profile-stat-card--accent .profile-stat-card__icon .icon{color:var(--primary)}.profile-stat-card--earned .profile-stat-card__value,.profile-stat-card--earned .profile-stat-card__icon .icon{color:#f59e0b}.profile-stat-card--muted .profile-stat-card__value,.profile-stat-card--muted .profile-stat-card__icon .icon{color:var(--text-secondary)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:.75rem 1rem;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 24px #0000001a}.cookie-banner__inner{max-width:60rem;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cookie-banner__title{font-size:.875rem;font-weight:700;margin-bottom:.25rem}.cookie-banner__desc{font-size:.75rem;color:var(--text-secondary);line-height:1.5;margin:0;max-width:36rem}.cookie-banner__actions{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.profile-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;width:100%}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.profile-card--settings,.profile-card--blocked,.profile-card--credits{grid-column:span 12}@media(min-width:768px){.profile-card--credits{grid-column:span 6}}.profile-card__icon-wrap--credits{background:#f59e0b1a;border-color:#f59e0b40;color:#d97706}.profile-credits-panel{display:flex;flex-direction:column;gap:1rem}.profile-credits-panel__balance{display:flex;flex-direction:column;gap:.25rem}.profile-credits-panel__value{font-size:2rem;font-weight:800;line-height:1.1;color:var(--text)}.profile-credits-panel__label{font-size:.875rem;color:var(--text-muted)}.profile-credits-panel__actions{display:flex;flex-wrap:wrap;gap:.5rem}.profile-credits-panel__topup{display:inline-flex;align-items:center;gap:.375rem}.profile-card__head{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1.25rem}.profile-card__icon-wrap{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.profile-card__icon-wrap .icon{width:1rem;height:1rem;color:var(--primary)}.profile-card__title{font-size:1rem;font-weight:700;line-height:1.3;color:var(--text);margin-bottom:.125rem}.profile-card__subtitle{font-size:.8125rem;line-height:1.45;color:var(--text-secondary)}.profile-form .form-group:last-of-type{margin-bottom:1rem}.profile-form>.btn-primary{min-width:8rem}.profile-form--compact .form-group:last-of-type{margin-bottom:.75rem}.profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;text-align:center;border-radius:var(--radius-lg);background:var(--bg);border:1px dashed var(--border)}.profile-empty .icon{opacity:.25;color:var(--text-muted)}.profile-empty p{font-size:.875rem;color:var(--text-muted);max-width:16rem;line-height:1.45}.profile-disclosure{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.profile-disclosure__summary{display:flex;align-items:center;gap:.375rem;list-style:none;cursor:pointer;font-size:.8125rem;font-weight:600;color:var(--text-muted);-webkit-user-select:none;user-select:none;transition:color .2s ease}.profile-disclosure__summary::-webkit-details-marker{display:none}.profile-disclosure__summary:hover{color:var(--text-secondary)}.profile-disclosure__chevron{transition:transform .22s ease;opacity:.6}.profile-disclosure[open] .profile-disclosure__chevron{transform:rotate(180deg)}.profile-disclosure__body{margin-top:.875rem;padding:1rem 1.125rem;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border)}.profile-disclosure__text{font-size:.8125rem;line-height:1.5;color:var(--text-secondary);margin-bottom:.875rem}.profile-disclosure__label{font-size:.75rem;color:var(--text-muted)}.profile-disclosure__word{font-weight:700;color:var(--text-secondary);letter-spacing:.02em}.profile-blocked-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:.625rem}.profile-blocked-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg)}.profile-blocked-item__user{display:flex;align-items:center;gap:.75rem;min-width:0}.profile-blocked-item__avatar{width:2.25rem;height:2.25rem;border-radius:var(--radius);object-fit:cover;flex-shrink:0}.profile-blocked-item__avatar--fallback{display:flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--border);font-size:.75rem;font-weight:700;color:var(--primary)}.profile-blocked-item__name{font-size:.875rem;font-weight:600;color:var(--text)}.profile-blocked-item__btn{flex-shrink:0}.library-panel--loading .library-panel__head{align-items:flex-start}.library-skeleton__intro{display:flex;flex-direction:column;gap:.5rem}.library-skeleton__bar--title{width:10rem;height:1.125rem}.library-skeleton__bar--hint{width:6rem;height:.875rem}.library-skeleton__bar--action{width:5.5rem;height:2rem;border-radius:var(--radius)}.library-panel{display:flex;flex-direction:column;gap:1rem}.library-panel--empty{min-height:280px;align-items:center;justify-content:center}.library-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.25rem 0 .5rem}.library-panel__intro{min-width:0}.library-panel__title{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.library-panel__hint{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.4}@media(max-width:1100px){.profile-hero__top{grid-template-columns:auto 1fr;grid-template-areas:"avatar main" "credits credits";gap:1.25rem 1.5rem}.profile-hero__avatar-col{grid-area:avatar;border-right:none;padding-right:0;width:auto;min-width:0;align-items:start}.profile-hero__avatar-actions{width:auto;min-width:7.5rem;justify-content:center}.profile-hero__main{grid-area:main;border-right:none;padding-right:0}.profile-hero__credits-card{grid-area:credits;padding-top:1.125rem;border-top:1px solid var(--border)}.profile-hero__name-row{max-width:none}.profile-hero__stats .profile-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.profile-hero__top{grid-template-columns:1fr;grid-template-areas:"avatar" "main" "credits";gap:1rem;padding:1.25rem 1rem 1rem}.profile-hero__avatar-col{grid-template-columns:5.5rem 1fr;width:100%;align-items:center;padding-bottom:.25rem}.profile-hero__avatar-actions{flex:1;min-width:0}.profile-hero__avatar-btn{justify-content:center}.profile-hero__credits-body{flex-wrap:wrap}.profile-hero__credits-body .profile-credits-panel__actions{flex-direction:row;flex-wrap:wrap;width:100%}.profile-hero__toolbar{padding:.875rem 1rem}.profile-hero__stats{padding:.875rem 1rem 1rem}.profile-hero__name-row{flex-direction:column;align-items:stretch}.profile-hero__name-row .btn-primary{width:100%}.profile-nav-tiles,.profile-hero__stats .profile-stats-grid,.profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-blocked-list{grid-template-columns:1fr}}@media(max-width:480px){.profile-nav-tiles{grid-template-columns:1fr}}.renew-dialog h3,.app-dialog h3{font-size:1rem;font-weight:900;margin-bottom:.25rem}.app-dialog{width:min(100%,24rem)}.app-dialog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.app-dialog__head h3{margin:0}.app-dialog__close{border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:.125rem;flex-shrink:0}.app-dialog__form{margin-top:.25rem}.app-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.app-dialog__note{margin:.5rem 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.renew-options{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.boost-dialog{width:min(100%,26rem)}.boost-dialog__balance{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.boost-dialog__balance-text{margin:0}.boost-dialog__refresh{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.boost-dialog__refresh-icon{font-size:1rem;line-height:1}.boost-dialog__warn{margin:.5rem 0 0;padding:.5rem .75rem;border-radius:var(--radius);background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#dc2626;font-size:.8125rem;font-weight:600}.boost-dialog__topup{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;text-decoration:none}.boost-tariff-option.is-disabled,.boost-tariff-option:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.boost-tariff-option.is-disabled:hover,.boost-tariff-option:disabled:hover{transform:none;box-shadow:none}.boost-tariff-options{display:flex;flex-direction:column;gap:.5rem;margin:.75rem 0 .5rem}.boost-tariff-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .875rem;border:2px solid var(--boost-border, var(--border));border-radius:var(--radius-lg);background:var(--boost-bg, var(--white));cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.boost-tariff-option:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.boost-tariff-option.is-selected{border-color:var(--boost-border, var(--primary));box-shadow:0 0 0 1px var(--boost-border, var(--primary))}.boost-tariff-option__icon{font-size:1.375rem;line-height:1;flex-shrink:0}.boost-tariff-option__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.boost-tariff-option__title{font-size:.9375rem;font-weight:800;color:var(--text)}.boost-tariff-option__desc{font-size:.75rem;font-weight:500;color:var(--text-muted);line-height:1.35}.boost-tariff-option__cost{flex-shrink:0;font-size:.8125rem;font-weight:800;color:var(--boost-color, var(--primary))}.renew-option{flex:1;min-width:5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.875rem 1.25rem;background:var(--text);color:var(--white);border-radius:var(--radius);font-size:.8125rem;font-weight:600;z-index:200;box-shadow:var(--shadow-md);animation:slideIn .3s ease}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}@keyframes slideIn{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:900px){.marketplace{flex-direction:column}.header-detail-title{font-size:.875rem}.header-skeleton__bar--search{flex:1;min-width:6rem;width:auto}.header-skeleton__nav{display:none}.header-skeleton__actions{width:100%}.product-page__shell{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto;min-height:calc(100vh - 4.5rem)}.product-page__gallery{min-height:16rem;border-right:none;border-bottom:1px solid var(--border)}.product-page__gallery-content{padding:2rem 1.25rem}.product-page__preview-icon{width:4.5rem;height:4.5rem}.product-page__panel{min-height:24rem}.product-page__panel-scroll{padding:1.25rem 1rem 1rem}.product-page__footer{padding:1rem}.spec-grid{grid-template-columns:1fr}}.currency-select{position:relative;flex-shrink:0}.currency-select__btn{display:inline-flex;align-items:center;gap:.4rem;height:2.375rem;padding:0 .65rem 0 .5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--text);cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.currency-select__btn:hover{background:#f5f5f5;border-color:#3d82d559}.currency-select.is-open .currency-select__btn{border-color:var(--primary);box-shadow:0 0 0 3px #3d82d51f}.currency-select__badge,.currency-select__option-badge{display:flex;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;border-radius:.4rem;background:#3d82d51a;color:var(--primary);font-size:.8125rem;font-weight:700;line-height:1;flex-shrink:0}.currency-select__code{font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--text-secondary)}.currency-select__chevron{color:var(--text-muted);transition:transform .2s ease;flex-shrink:0}.currency-select.is-open .currency-select__chevron{transform:rotate(180deg)}.currency-select__menu{position:absolute;right:0;top:calc(100% + 6px);z-index:50;min-width:11.5rem;padding:.35rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md)}.currency-select__menu[hidden]{display:none}.currency-select__option{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .5rem;border:none;border-radius:calc(var(--radius) - 2px);background:transparent;text-align:left;cursor:pointer;color:var(--text);transition:background .15s ease}.currency-select__option:hover{background:#3d82d50f}.currency-select__option.is-active{background:#3d82d51a}.currency-select__option.is-active .currency-select__option-name{color:var(--primary)}.currency-select__option.is-active .currency-select__option-badge{background:var(--primary);color:var(--white)}.currency-select__option-body{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.currency-select__option-name{font-size:.8125rem;font-weight:600;line-height:1.2}.currency-select__option-code{font-size:.6875rem;font-weight:500;color:var(--text-muted);letter-spacing:.04em}.currency-select__check{display:flex;align-items:center;color:var(--primary);flex-shrink:0}.currency-select__check .icon{color:var(--primary)}.currency-select--profile{width:100%}.currency-select--profile .currency-select__btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;height:auto;min-height:2.75rem;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.875rem;font-weight:500;color:var(--text);box-shadow:none}.currency-select--profile .currency-select__btn:hover{border-color:#3d82d559;background:#fafafa}.currency-select--profile.is-open .currency-select__btn{border-color:#3d82d559;background:#fafafa;box-shadow:none}.currency-select__profile-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.currency-select--profile .currency-select__chevron{flex-shrink:0;color:var(--text-muted);font-size:.75rem;line-height:1;transform:none}.currency-select--profile .currency-select__menu{left:0;right:0;min-width:0;width:100%}.catalog-toolbar{margin-bottom:1rem}.catalog-toolbar__picker,.location-picker-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.875rem;font-weight:500;color:var(--text);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.location-picker-btn:hover{border-color:#3d82d559;background:#fafafa}.location-picker-btn__icon{display:flex;color:var(--primary);flex-shrink:0}.location-picker-btn__icon .icon{color:var(--primary)}.location-picker-btn--empty{color:var(--text-muted);font-weight:400}.location-picker-btn__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-picker-btn__chevron{flex-shrink:0;color:var(--text-muted);font-size:.75rem}.location-picker-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.location-picker-modal.is-visible{opacity:1;visibility:visible}.location-picker-modal.is-visible .location-picker-modal__sheet{transform:translateY(0)}.location-picker-open{overflow:hidden}.location-picker-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f0f6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.location-picker-modal__sheet{position:relative;width:100%;max-width:28rem;max-height:88vh;margin:0;border-radius:1.125rem 1.125rem 0 0;display:flex;flex-direction:column;overflow:hidden;background:var(--surface);box-shadow:0 -8px 40px #00000024;transform:translateY(16px);transition:transform .32s cubic-bezier(.22,1,.36,1)}.location-picker-modal--region-only .location-picker-modal__sheet{max-width:30rem}.location-picker-modal--is-onboarding .location-picker-modal__sheet{max-width:32rem}.location-picker-modal__later-btn{font-weight:600}@media(min-width:640px){.location-picker-modal{align-items:center;padding:1rem}.location-picker-modal__sheet{border-radius:var(--radius-lg);max-height:82vh;transform:translateY(8px) scale(.98)}.location-picker-modal.is-visible .location-picker-modal__sheet{transform:translateY(0) scale(1)}.location-picker-modal__handle{display:none}}.location-picker-modal__handle{width:2.5rem;height:.25rem;margin:.65rem auto 0;border-radius:999px;background:var(--border);flex-shrink:0}.location-picker-modal__head{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem .75rem;border-bottom:1px solid var(--border)}.location-picker-modal__head-text{flex:1;min-width:0}.location-picker-modal__title{font-size:1.0625rem;font-weight:700;line-height:1.3;color:var(--text)}.location-picker-modal__subtitle{margin-top:.25rem;font-size:.8125rem;line-height:1.45;color:var(--text-secondary)}.location-picker-modal__close{display:flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;border:none;border-radius:999px;background:var(--bg);cursor:pointer;color:var(--text-muted);flex-shrink:0;transition:background .15s ease,color .15s ease}.location-picker-modal__close:hover{background:#3d82d51a;color:var(--primary)}.location-picker-modal__body{overflow:auto;padding:.5rem .75rem;flex:1;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.location-picker-modal__foot{padding:.75rem 1rem 1rem;border-top:1px solid var(--border);background:var(--bg)}.location-picker-modal__reset-btn{font-size:.8125rem}.location-picker-options{display:flex;flex-direction:column;gap:.2rem}.location-picker-options--compact .location-picker-option{padding:.65rem .5rem}.location-picker-option{display:flex;align-items:center;gap:.65rem;width:100%;padding:.7rem .55rem;border:none;border-radius:var(--radius);background:transparent;font-family:var(--font);font-size:.875rem;text-align:left;cursor:pointer;color:var(--text);transition:background .15s ease}.location-picker-option:hover{background:#3d82d50f}.location-picker-option.is-active{background:#3d82d51a}.location-picker-option.is-active .location-picker-option__label{color:var(--primary);font-weight:600}.location-picker-option.is-active .location-picker-option__leading{background:var(--primary);color:var(--white)}.location-picker-option.is-active .location-picker-option__leading .icon{color:var(--white)}.location-picker-option.is-active .location-picker-option__emoji{filter:none}.location-picker-option--back{margin-bottom:.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-weight:600;color:var(--text-secondary)}.location-picker-option__leading{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:#3d82d514;color:var(--primary);flex-shrink:0}.location-picker-option__leading .icon{color:var(--primary)}.location-picker-option__emoji{font-size:1.125rem;line-height:1}.location-picker-option__emoji--text{font-size:.8125rem;font-weight:700;font-family:var(--font)}.location-picker-option__emoji--muted{font-size:.9375rem;font-weight:600;color:var(--text-muted)}.location-picker-option__label{flex:1;min-width:0;font-weight:500;line-height:1.3}.location-picker-option__chevron{flex-shrink:0;color:var(--text-muted);opacity:.7}.location-picker-option__check{display:flex;align-items:center;flex-shrink:0;color:var(--primary)}.location-picker-option__check .icon{color:var(--primary)}.location-picker-list{display:flex;flex-direction:column;gap:.2rem}.location-picker-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.7rem .55rem;border:none;border-radius:var(--radius);background:transparent;font-size:.875rem;text-align:left;cursor:pointer;color:var(--text)}.location-picker-item:hover{background:#3d82d50f}.location-picker-item--back{font-weight:600;border-bottom:1px solid var(--border);margin-bottom:.25rem}.location-picker-item__label{font-weight:500}.location-picker-item__chevron{color:var(--text-muted)}.location-picker-item__check{color:var(--primary);font-weight:700}.profile-form__hint{margin-top:.35rem;font-size:.75rem;color:var(--text-muted)}.profile-setting-sound{margin-top:.25rem;margin-bottom:1rem}.profile-sound-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(61,130,213,.04) 0%,var(--surface) 100%);padding:.75rem .875rem;display:flex;flex-direction:column;gap:.625rem}.profile-form .form-group.profile-setting-sound>label,.profile-form .form-group.profile-setting-sound label.profile-sound-card__toggle{display:flex;align-items:center;gap:.625rem;margin-bottom:0;font-size:inherit;font-weight:inherit;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}.profile-sound-card__toggle input{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.profile-sound-card__toggle{position:relative}.profile-sound-card__switch{position:relative;flex-shrink:0;width:2.125rem;height:1.25rem;border-radius:999px;background:var(--border);transition:background .2s ease}.profile-sound-card__switch:after{content:"";position:absolute;top:.125rem;left:.125rem;width:1rem;height:1rem;border-radius:999px;background:#fff;box-shadow:0 1px 3px #00000029;transition:transform .2s ease}.profile-sound-card__toggle input:checked+.profile-sound-card__switch{background:var(--primary)}.profile-sound-card__toggle input:checked+.profile-sound-card__switch:after{transform:translate(.875rem)}.profile-sound-card__toggle input:focus-visible+.profile-sound-card__switch{outline:2px solid rgba(61,130,213,.45);outline-offset:2px}.profile-sound-card__copy{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.profile-sound-card__title{font-size:.8125rem;font-weight:600;color:var(--text);line-height:1.3}.profile-sound-card__hint{font-size:.6875rem;color:var(--text-muted);line-height:1.35}.profile-sound-card__volume{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:var(--radius);background:var(--surface);border:1px solid rgba(61,130,213,.14);box-shadow:inset 0 1px #fff9}.profile-sound-card__vol-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.125rem;height:1.125rem;color:var(--primary)}.profile-sound-card__vol-icon .icon{width:.875rem;height:.875rem;color:var(--primary)}.profile-sound-card__slider{flex:1;min-width:0;height:.25rem;margin:0;-webkit-appearance:none;appearance:none;border-radius:999px;background:linear-gradient(to right,var(--primary) 0%,var(--primary) var(--sound-volume, 70%),var(--border) var(--sound-volume, 70%),var(--border) 100%);cursor:pointer}.profile-sound-card__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:.75rem;height:.75rem;border:2px solid #fff;border-radius:999px;background:var(--primary);box-shadow:0 1px 3px #3d82d573;transition:transform .15s ease}.profile-sound-card__slider:active::-webkit-slider-thumb{transform:scale(1.12)}.profile-sound-card__slider::-moz-range-thumb{width:.75rem;height:.75rem;border:2px solid #fff;border-radius:999px;background:var(--primary);box-shadow:0 1px 3px #3d82d573}.profile-sound-card__slider:disabled{opacity:.4;cursor:default}.profile-sound-card__badge{flex-shrink:0;min-width:2.25rem;padding:.125rem .375rem;border-radius:999px;background:#3d82d51a;color:var(--primary);font-size:.6875rem;font-weight:700;line-height:1.2;text-align:center;font-variant-numeric:tabular-nums}.preferred-region-prompt{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.preferred-region-prompt.is-visible{opacity:1;visibility:visible}.preferred-region-prompt__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f0f6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s ease}.preferred-region-prompt.is-visible .preferred-region-prompt__backdrop{opacity:1}.preferred-region-prompt__card{position:relative;width:100%;max-width:30rem;max-height:85vh;overflow:auto;padding:1.375rem 1.5rem;opacity:0;transform:translateY(14px) scale(.98);transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)}.preferred-region-prompt.is-visible .preferred-region-prompt__card{opacity:1;transform:translateY(0) scale(1)}.preferred-region-prompt__title{font-size:1.0625rem;font-weight:700;margin-bottom:.35rem}.preferred-region-prompt__sub{font-size:.8125rem;color:var(--text-secondary);margin-bottom:1rem}.preferred-region-prompt__list{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}:root{--select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");--select-chevron-active: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233d82d5' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}select.app-select,.form-group select,.app-dialog__form select,select.ad-form__input{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5rem;cursor:pointer;background-color:var(--white);background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right .875rem center;background-size:1rem 1rem}select.app-select::-ms-expand,.form-group select::-ms-expand,.app-dialog__form select::-ms-expand,select.ad-form__input::-ms-expand{display:none}select.app-select:hover:not(:disabled),.form-group select:hover:not(:disabled),.app-dialog__form select:hover:not(:disabled),select.ad-form__input:hover:not(:disabled){border-color:#3d82d559}select.app-select:focus,.form-group select:focus,.app-dialog__form select:focus,select.ad-form__input:focus{background-image:var(--select-chevron-active)}select.app-select:disabled,.form-group select:disabled,.app-dialog__form select:disabled,select.ad-form__input:disabled{opacity:.65;cursor:not-allowed;background-color:#f5f6f8}.ad-form__select-wrap{position:relative;display:block;width:100%}.ad-form__select-wrap select.ad-form__input{width:100%}.dp-page{display:block;width:100%;box-sizing:border-box;background:var(--bg);padding:0 0 1rem}.dp-page__inner{display:block;width:100%;max-width:72rem;margin:0 auto}.dp-page__inner>*{display:block;width:100%;box-sizing:border-box}.dp-gallery{margin-bottom:.75rem}.dp-gallery__hero{position:relative;width:100%;background:#eef0f2;line-height:0;overflow:hidden}.dp-gallery__hero--empty{display:flex;align-items:center;justify-content:center;min-height:14rem;line-height:normal;border-bottom:1px solid var(--border)}.dp-gallery__placeholder-icon{width:3.5rem;height:3.5rem;opacity:.3}.dp-gallery__photo{display:block;width:100%;height:auto;max-height:min(70vh,32rem);margin:0;object-fit:contain;object-position:center center;background:#eef0f2;-webkit-user-select:none;user-select:none;cursor:zoom-in}.dp-gallery__chip{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:700;line-height:1.2}.dp-gallery__chip--boost{top:.65rem;left:.65rem;color:#fff}.dp-gallery__chip--cat{top:.65rem;right:.65rem;background:#ffffffeb;color:var(--text);box-shadow:0 1px 4px #0000001a}.dp-gallery__chip--sold{top:.65rem;right:.65rem;background:var(--success);color:#fff}.dp-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:#ffffffeb;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f}.dp-gallery__nav--prev{left:.65rem}.dp-gallery__nav--next{right:.65rem}.dp-gallery__counter{position:absolute;bottom:.65rem;left:.65rem;z-index:3;padding:.25rem .55rem;border-radius:999px;background:#0f0f0f9e;color:#fff;font-size:.6875rem;font-weight:700;line-height:1.2}.dp-gallery__expand{position:absolute;bottom:.65rem;right:.65rem;z-index:3;width:2rem;height:2rem;border:none;border-radius:var(--radius);background:#ffffffeb;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.dp-gallery__thumbs{display:block;width:100%;overflow-x:auto;white-space:nowrap;padding:.625rem .75rem;-webkit-overflow-scrolling:touch;font-size:0}.dp-gallery__thumb{display:inline-block;width:3.5rem;height:3.5rem;margin-right:.5rem;padding:0;border:2px solid transparent;border-radius:var(--radius);overflow:hidden;vertical-align:top;cursor:pointer;opacity:.72;background:var(--surface)}.dp-gallery__thumb.is-active{border-color:var(--primary);opacity:1}.dp-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.dp-aside{display:block;padding:0 .75rem}.dp-card{display:block;margin-bottom:.75rem;padding:1rem 1.125rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.dp-card__title{margin:0 0 .75rem;font-size:.8125rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted)}.dp-summary{padding:1.125rem}.dp-summary__head{padding-bottom:.875rem;border-bottom:1px solid var(--border)}.dp-summary__price{margin:0;font-size:1.625rem;font-weight:900;line-height:1.15;letter-spacing:-.02em;color:var(--primary)}.dp-page--boosted.dp-page--boost-boost .dp-summary__price{color:#0af}.dp-page--boosted.dp-page--boost-vip .dp-summary__price{color:#ffb300}.dp-page--boosted.dp-page--boost-turbo .dp-summary__price{color:#ff6b35}.dp-summary__sold{margin:.3rem 0 0;font-size:.8125rem;font-weight:700;color:var(--success)}.dp-summary__title{margin:.5rem 0 0;font-size:1.0625rem;font-weight:800;line-height:1.35;color:var(--text)}.dp-summary__sub{margin:.3rem 0 0;font-size:.8125rem;color:var(--text-secondary);line-height:1.45}.dp-summary__chips{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.625rem}.dp-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:999px;background:var(--surface);border:1px solid var(--border);font-size:.75rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.dp-chip--active{color:var(--success);border-color:#2ea04340;background:#2ea0430f}.dp-chip--sold{color:var(--text-muted)}.dp-chip--inactive{color:var(--danger);border-color:#c1424233;background:#c142420d}.dp-summary__boost{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.625rem;padding:.5rem .65rem;border-radius:var(--radius);border:1px solid transparent;font-size:.75rem;font-weight:800;color:#fff}.dp-summary__boost-meta{font-weight:600;opacity:.9}.dp-summary__boost-active{margin:0 0 .5rem;padding:.65rem .75rem;border-radius:.625rem;background:#3d82d514;border:1px solid rgba(61,130,213,.16);font-size:.8125rem;font-weight:600;text-align:center;color:var(--primary)}.dp-summary__actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.875rem;margin-top:.875rem}.dp-summary__cta-row{display:flex;flex-direction:column;gap:.5rem}.dp-summary__links{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.125rem;padding-top:.375rem;border-top:1px solid rgba(15,15,15,.06)}.dp-summary__owner-row{display:flex;gap:.5rem}.dp-cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6875rem .875rem;border:none;border-radius:.625rem;font-family:var(--font);font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;box-sizing:border-box}.dp-cta--block{width:100%}.dp-cta--compact{flex:1;min-width:0;padding:.75rem .5rem;font-size:.8125rem}.dp-cta--primary{background:linear-gradient(180deg,#4d91db 0%,var(--primary) 55%,#3574c4 100%);color:#fff;box-shadow:0 1px 2px #0f0f0f0f,0 4px 14px #3d82d547}.dp-cta--message{background:var(--surface);color:var(--text);border:1px solid rgba(15,15,15,.08);box-shadow:0 1px 2px #0f0f0f0a}.dp-cta--message .icon{color:var(--primary);opacity:.85}.dp-cta--soft{flex:1;min-width:0;padding:.65rem .75rem;background:var(--surface);color:var(--text-secondary);border:1px solid rgba(15,15,15,.08);font-size:.8125rem;box-shadow:0 1px 2px #0f0f0f08}.dp-cta--danger{background:transparent;color:var(--danger);border:1px solid rgba(193,66,66,.2);font-size:.8125rem;padding:.65rem 1rem}.dp-link{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .5rem;border:none;border-radius:.5rem;background:transparent;font-family:var(--font);font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer}.dp-link--fav{gap:.5rem}.dp-link--fav .card-fav-btn--inline{pointer-events:none}.dp-link--fav.is-active .dp-link__label{color:var(--danger)}.dp-link--report .icon{opacity:.55}.dp-summary__seller{display:flex;flex-direction:column;gap:.625rem;margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--border)}.dp-seller__strip{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem .625rem;margin:0 -.625rem;border:none;border-radius:var(--radius);background:transparent;font-family:var(--font);color:var(--text);text-align:left;cursor:pointer}.dp-seller__avatar{width:2.75rem;height:2.75rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:700;font-size:.8125rem;letter-spacing:.02em;line-height:1;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.dp-seller__avatar img{display:block;width:100%;height:100%;object-fit:cover}.dp-seller__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem;line-height:1.3}.dp-seller__label{display:block;font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.dp-seller__name{display:block;font-weight:700;font-size:.9375rem;line-height:1.25;color:var(--text)}.dp-seller__phone{display:block;font-size:.8125rem;font-weight:600;color:var(--primary);text-decoration:none}.dp-seller__hint{display:block;font-size:.75rem;font-weight:500;color:var(--text-secondary);margin-top:.125rem}.dp-seller__chevron{flex-shrink:0;color:var(--text-muted);margin-left:auto}.dp-seller__block{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.5625rem .75rem;border:1px solid rgba(193,66,66,.22);border-radius:var(--radius);background:#c142420a;color:var(--text-secondary);font-family:var(--font);font-size:.8125rem;font-weight:600;line-height:1.2;cursor:pointer}.dp-seller__block .icon{flex-shrink:0;color:var(--danger);opacity:.85}.dp-seller__block:disabled{opacity:.72;cursor:default;color:var(--text-muted);background:var(--surface);border-color:var(--border)}.dp-meta__list,.dp-specs__list{display:flex;flex-direction:column;gap:.625rem;margin:0}.dp-meta__row,.dp-specs__row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;font-size:.8125rem;line-height:1.35}.dp-meta__row dt,.dp-specs__row dt{display:inline-flex;align-items:center;gap:.4rem;margin:0;color:var(--text-secondary);font-weight:600;flex-shrink:0}.dp-meta__row dt .icon{opacity:.65}.dp-meta__row dd,.dp-specs__row dd{margin:0;font-weight:700;color:var(--text);text-align:right}.dp-desc{margin-left:.75rem;margin-right:.75rem}.dp-desc__text{margin:0;font-size:.9375rem;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:var(--text)}.dp-specs{margin-left:.75rem;margin-right:.75rem}.dp-similar-section{display:block;padding:.75rem .75rem 0;border-top:1px solid var(--border)}.dp-similar-section__title{margin:0 0 .625rem;font-size:1rem;font-weight:800}.dp-similar-section__track{display:block;overflow-x:auto;white-space:nowrap;padding-bottom:.35rem;-webkit-overflow-scrolling:touch;font-size:0}.dp-similar-wrap{position:relative;display:inline-block;width:11.5rem;margin-right:.65rem;vertical-align:top;white-space:normal}.dp-similar{display:block;width:100%;text-decoration:none;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dp-similar__img-wrap{position:relative;display:block;width:100%;height:8.5rem;background:var(--bg);overflow:hidden}.dp-similar__img{display:block;width:100%;height:100%;object-fit:cover}.dp-similar__img-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:.35}.dp-similar__badge{position:absolute;top:.4rem;left:.4rem;padding:.15rem .4rem;border-radius:var(--radius);font-size:.625rem;font-weight:800;color:#fff}.dp-similar__sold{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.25rem;background:#00000073;color:#fff;font-size:.75rem;font-weight:800}.dp-similar__body{display:block;padding:.625rem .75rem .75rem}.dp-similar__name{margin:0 0 .25rem;font-size:.8125rem;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dp-similar__price{margin:0 0 .2rem;font-size:.9375rem;font-weight:800;color:var(--primary)}.dp-similar__meta{margin:0;font-size:.6875rem;color:var(--text-muted)}.dp-sticky-bar{display:none}.message-dialog__preview{display:flex;gap:.75rem;margin-bottom:.75rem;padding:.75rem;border-radius:var(--radius-lg);background:var(--bg);border:1px solid var(--border)}.message-dialog__thumb{width:3rem;height:3rem;border-radius:var(--radius);object-fit:cover;flex-shrink:0}.message-dialog__thumb--empty{display:flex;align-items:center;justify-content:center;background:var(--surface)}.message-dialog__title{margin:0;font-size:.8125rem;font-weight:700;line-height:1.35}.message-dialog__price{margin:.15rem 0 0;font-size:.75rem;font-weight:800;color:var(--primary)}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;width:100%;height:100%;height:100dvh;max-height:100dvh;min-height:-webkit-fill-available;background:#000;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;box-sizing:border-box;padding:0;overflow:hidden;overscroll-behavior:none;touch-action:pan-x pan-y pinch-zoom}.lightbox-overlay__stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;touch-action:pan-x pan-y pinch-zoom}.lightbox-overlay--multi .lightbox-overlay__stage,.lightbox-overlay--single .lightbox-overlay__stage{padding:0}.lightbox-overlay__image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;border-radius:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;touch-action:pan-x pan-y pinch-zoom}.lightbox-overlay__image.is-changing{animation:lightbox-fade .15s ease}@keyframes lightbox-fade{0%{opacity:.65;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.lightbox-overlay__close{position:absolute;top:max(.75rem,env(safe-area-inset-top,0px));right:max(.75rem,env(safe-area-inset-right,0px));z-index:3;width:2.5rem;height:2.5rem;border:none;border-radius:var(--radius);background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lightbox-overlay__counter{position:absolute;top:max(.875rem,env(safe-area-inset-top,0px));left:50%;transform:translate(-50%);z-index:3;color:#fff;font-size:.8125rem;font-weight:700;background:#ffffff1a;padding:.25rem .75rem;border-radius:var(--radius);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lightbox-overlay__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:2.75rem;height:2.75rem;border:none;border-radius:var(--radius-lg);background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lightbox-overlay__nav--prev{left:max(.5rem,env(safe-area-inset-left,0px))}.lightbox-overlay__nav--next{right:max(.5rem,env(safe-area-inset-right,0px))}.lightbox-overlay__thumbs{position:absolute;bottom:max(.75rem,env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem;padding:.5rem;background:#00000080;border-radius:var(--radius-lg);max-width:calc(100% - 1.5rem);overflow-x:auto;-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-overlay__thumb{flex-shrink:0;width:3.25rem;height:2.5rem;padding:0;border:2px solid rgba(255,255,255,.25);border-radius:var(--radius);overflow:hidden;cursor:pointer;opacity:.55;background:none;transition:opacity .15s ease,border-color .15s ease}.lightbox-overlay__thumb.is-active{border-color:#fff;opacity:1}.lightbox-overlay__thumb img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:900px){.dp-page{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}.dp-page--buyer{padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px))}.dp-gallery{margin-bottom:.5rem}.dp-gallery__hero,.dp-gallery__hero--empty{border-radius:0;border-left:none;border-right:none}.dp-gallery__photo{width:100%;height:auto;max-height:min(75dvh,32rem);object-fit:contain;object-position:center center}.dp-aside{padding:0 .75rem}.dp-summary{padding:1rem}.dp-summary__price{font-size:1.5rem}.dp-summary__title{font-size:1rem}.dp-summary__cta-row--desktop{display:none}.dp-summary__links{flex-wrap:wrap;gap:.375rem}.dp-link{flex:1 1 calc(33.333% - .25rem);min-width:5.5rem}.dp-seller__strip{padding:.75rem}.dp-meta__row,.dp-specs__row{flex-direction:column;align-items:flex-start;gap:.2rem}.dp-meta__row dd,.dp-specs__row dd{text-align:left}.dp-similar-section__track{display:flex;gap:.65rem;padding-bottom:.35rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.dp-similar-wrap{flex:0 0 11.5rem;scroll-snap-align:start}.dp-page--buyer .dp-sticky-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:115;align-items:stretch;gap:.5rem;padding:.625rem .75rem calc(.625rem + env(safe-area-inset-bottom,0px));background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 20px #00000014}.dp-sticky-bar .dp-cta{flex:1;min-width:0}}@media(min-width:901px){.dp-page{padding:1.25rem 2rem 1.75rem}.dp-aside{padding:0;position:sticky;top:.75rem;align-self:flex-start;max-height:calc(100vh - 5.5rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.dp-page__inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.25rem 2rem}.dp-gallery{flex:1 1 calc(100% - 30rem);min-width:min(100%,20rem);margin-bottom:0}.dp-aside{flex:0 0 clamp(18rem,24vw,28rem);width:clamp(18rem,24vw,28rem);max-width:100%}.dp-desc,.dp-specs,.dp-similar-section{flex:1 1 calc(100% - 30rem);min-width:min(100%,20rem);margin-left:0;margin-right:0}.dp-desc,.dp-specs{padding:.875rem 1rem}.dp-similar-section{padding:0;border-top:none}.dp-gallery__hero,.dp-gallery__hero--empty{border-radius:var(--radius-lg);border:1px solid var(--border)}.dp-gallery__photo{max-height:min(70vh,36rem)}.dp-similar-section__track{display:flex;flex-wrap:wrap;gap:.875rem;overflow:visible;white-space:normal}.dp-similar-wrap{display:block;width:calc(50% - .4375rem);margin-right:0}}@media(max-width:900px){.lightbox-overlay__close{top:max(.5rem,env(safe-area-inset-top,0px));right:max(.5rem,env(safe-area-inset-right,0px));width:2.25rem;height:2.25rem}.lightbox-overlay__nav{width:2.25rem;height:2.25rem}.lightbox-overlay__thumbs{left:max(.5rem,env(safe-area-inset-left,0px));right:max(.5rem,env(safe-area-inset-right,0px));transform:none;max-width:none;width:auto}}.content--create{padding:0;overflow-y:auto;display:flex;flex-direction:column;min-height:0;flex:1;width:100%;min-width:0;background:linear-gradient(180deg,#f8f9fb,#f3f4f6)}.content--create .ad-form-page{width:100%;max-width:none;flex:1;padding:1.25rem 1.75rem 2rem}@media(min-width:1200px){.content--create .ad-form-page{padding:1.5rem 2rem 2.5rem}}.ad-form-page__head{margin-bottom:1.25rem}.ad-form-page__head-row{display:flex;align-items:flex-start;gap:1rem}.edit-ad-card__head.ad-form-page__head-row{align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.ad-form-page__head-text{flex:1;min-width:0}.ad-form-page__title{margin:0;font-size:1.375rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.ad-form-page__sub{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-muted);font-weight:500}.ad-form{width:100%}.ad-form__layout{display:flex;flex-direction:column;gap:1rem;width:100%}.ad-form__main{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(min-width:960px){.ad-form__layout{flex-direction:row;align-items:flex-start;gap:1.25rem}.ad-form__main{flex:1 1 0;min-width:0}.ad-form__sidebar{flex:0 0 min(22rem,30%);width:min(22rem,30%);display:flex;flex-direction:column;gap:1rem;position:sticky;top:.75rem}}@media(min-width:1400px){.ad-form__sidebar{flex-basis:min(24rem,28%);width:min(24rem,28%)}}.ad-form__layout--edit{flex:1;min-height:0;overflow-y:auto;padding-right:.25rem}.ad-form__card{background:var(--surface);border:1px solid rgba(15,15,15,.07);border-radius:var(--radius-lg);padding:1.25rem 1.375rem;box-shadow:0 1px 2px #0f0f0f0a}.ad-form__card--publish{display:flex;flex-direction:column;gap:1rem}.ad-form__card-title{margin:0 0 1rem;font-size:.9375rem;font-weight:700;color:var(--text)}.ad-form__hint{margin-left:.5rem;font-size:.6875rem;font-weight:500;color:var(--text-muted)}.ad-form__label{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.ad-form__req{margin-left:.125rem;color:var(--danger, #e53935)}.ad-form__field{margin-bottom:0}.ad-form__field+.ad-form__field,.ad-form__category-grid .ad-form__field+.ad-form__field{margin-top:0}.ad-form__field--grow{flex:1;min-width:0}.ad-form__field--currency,.ad-form__field--currency .ad-form__select-wrap{min-width:7.5rem}.ad-form .location-picker-btn,.ad-form__card .location-picker-btn{min-height:2.75rem;padding:.6875rem .875rem;border:1px solid rgba(15,15,15,.1);border-radius:.625rem;background:var(--white);font-size:.875rem;font-weight:500;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ad-form .location-picker-btn:hover,.ad-form__card .location-picker-btn:hover{border-color:#3d82d559;background:#fafbfc}.ad-form .location-picker-btn:focus-visible,.ad-form__card .location-picker-btn:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3d82d51f}.ad-form .location-picker-btn--empty,.ad-form__card .location-picker-btn--empty{color:#0f0f0f6b}.ad-form .location-picker-btn__chevron,.ad-form__card .location-picker-btn__chevron{color:#888;flex-shrink:0}.ad-form__attr.is-error select.ad-form__input{border-color:var(--danger, #e53935)}.ad-form__category-grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media(min-width:640px){.ad-form__category-grid{grid-template-columns:1fr 1fr}}.ad-form__leaf-wrap[hidden]{display:none}.ad-form__input{width:100%;padding:.6875rem .875rem;border:1px solid rgba(15,15,15,.1);border-radius:.625rem;font-family:var(--font);font-size:.875rem;background:var(--white);color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.ad-form__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3d82d51f}.ad-form__input.is-error{border-color:var(--danger, #e53935)}.ad-form__textarea{resize:vertical;min-height:10rem;line-height:1.55}@media(min-width:960px){.ad-form__textarea{min-height:12rem}}.ad-form__meta{margin:.375rem 0 0;font-size:.6875rem;color:var(--text-muted);text-align:right}.ad-form__error{margin:.5rem 0 0;font-size:.75rem;font-weight:600;color:var(--danger, #e53935)}.ad-form__attrs{display:grid;grid-template-columns:1fr;gap:.875rem}@media(min-width:640px){.ad-form__attrs{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.ad-form__attrs{grid-template-columns:repeat(3,1fr)}}.ad-form__attr.is-error .ad-form__input{border-color:var(--danger, #e53935)}.ad-form__price-row{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-bottom:.875rem}.ad-form__hint{margin-left:.5rem;font-size:.75rem;font-weight:500;color:var(--text-muted)}.ad-form__hint--drag,.ad-form__hint--touch{display:none}@media(hover:hover)and (pointer:fine){.ad-form__hint--drag{display:inline}}@media(hover:none),(pointer:coarse){.ad-form__hint--touch{display:inline}}.ad-form__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(6.5rem,1fr));gap:.875rem}@media(min-width:640px){.ad-form__images{grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr))}}@media(min-width:1200px){.ad-form__images{grid-template-columns:repeat(auto-fill,minmax(8.5rem,1fr))}}.ad-form__img{position:relative;aspect-ratio:1;border-radius:.75rem;overflow:hidden;border:1px solid rgba(15,15,15,.08);touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#f0f1f3}@media(hover:hover)and (pointer:fine){.ad-form__img{cursor:grab}}.ad-form__img-preview{display:block;width:100%;height:100%;padding:0;margin:0;border:none;background:transparent;cursor:zoom-in}.ad-form__img-preview img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.ad-form__img-expand{position:absolute;right:.375rem;bottom:.375rem;z-index:2;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius);background:#ffffffeb;color:var(--text);cursor:pointer;box-shadow:0 1px 4px #0f0f0f1f}.ad-form__img-expand:hover{background:#fff}.ad-form__img--cover{border:2px solid var(--primary);box-shadow:0 0 0 1px #3d82d526}.ad-form__img.is-dragging{opacity:.45}.ad-form__img-remove{position:absolute;top:.375rem;right:.375rem;z-index:3;width:1.625rem;height:1.625rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000085;color:#fff;cursor:pointer;transition:background .15s ease}.ad-form__img-remove:hover{background:#000000b8}.ad-form__img-badge{position:absolute;top:.375rem;left:.375rem;z-index:2;padding:.1875rem .4375rem;border-radius:.3125rem;font-size:.5625rem;font-weight:700;letter-spacing:.02em;color:#fff;background:#3d82d5eb}.ad-form__img-move{display:none;position:absolute;bottom:0;left:0;right:0;z-index:3;gap:.125rem}@media(hover:none),(pointer:coarse){.ad-form__img-move{display:flex}.ad-form__img-expand{bottom:2rem}}.ad-form__img-shift{flex:1;height:1.875rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:#00000094;color:#fff;cursor:pointer}.ad-form__img-shift:disabled{opacity:.35;cursor:default}.ad-form__img-shift .icon{width:1rem;height:1rem}.ad-form__img-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;aspect-ratio:1;min-height:6.5rem;border:2px dashed rgba(15,15,15,.14);border-radius:.75rem;color:var(--text-secondary);font-size:.6875rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease;background:#fff9}.ad-form__img-add:hover{border-color:var(--primary);color:var(--primary);background:#3d82d50a}.ad-form__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8125rem 1.25rem;border:none;border-radius:.625rem;font-family:var(--font);font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease;white-space:nowrap}.ad-form__btn:active{transform:translateY(0)}.ad-form__btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.ad-form__btn--primary{width:100%;background:linear-gradient(180deg,#4d91db 0%,var(--primary) 55%,#3574c4 100%);color:#fff;box-shadow:0 1px 2px #0f0f0f0f,0 4px 14px #3d82d542}.ad-form__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #0f0f0f14,0 6px 18px #3d82d552}.ad-form__btn--secondary{background:var(--surface);color:var(--text);border:1px solid rgba(15,15,15,.1);box-shadow:0 1px 2px #0f0f0f0a}.ad-form__btn--secondary:hover:not(:disabled){background:#f5f6f8;border-color:#0f0f0f24}.ad-form__btn--back{flex-shrink:0;padding:.625rem .875rem;background:var(--white);color:var(--text-secondary);border:1px solid rgba(15,15,15,.1);box-shadow:0 1px 2px #0f0f0f0a}.ad-form__btn--back:hover{background:#f5f6f8;color:var(--text)}.edit-ad-card__close.ad-form__btn--back{width:2.5rem;height:2.5rem;padding:0}.edit-ad-card__close.ad-form__btn--back span{display:none}.ad-form__submit-wrap--mobile{display:block;margin-top:1rem;padding-top:.25rem}.ad-form__card--publish .ad-form__submit{display:none}@media(min-width:960px){.ad-form__submit-wrap--mobile{display:none}.ad-form__card--publish .ad-form__submit{display:inline-flex}}.edit-ad-overlay--form{padding:.625rem;align-items:stretch;justify-content:stretch}.edit-ad-overlay--form .ad-form-edit.edit-ad-card{width:100%;max-width:none;height:calc(100vh - 1.25rem);max-height:calc(100vh - 1.25rem);margin:0;padding:1.25rem 1.5rem 1rem;border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;animation:auth-card-in .28s cubic-bezier(.22,1,.36,1)}.edit-ad-overlay--form .ad-form{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ad-form__actions{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:1rem;margin-top:auto;border-top:1px solid var(--border);background:var(--surface)}.ad-form__actions .ad-form__btn{width:auto;min-width:9rem}@media(max-width:639px){.content--create .ad-form-page{padding:1rem 1rem 1.5rem}.ad-form-page__head-row{flex-direction:column;gap:.75rem}.ad-form__actions{flex-direction:column-reverse}.ad-form__actions .ad-form__btn{width:100%;min-width:0}.edit-ad-overlay--form{padding:0}.edit-ad-overlay--form .ad-form-edit.edit-ad-card{height:100vh;max-height:100vh;border-radius:0;padding:1rem}}.content--seller{padding:0;overflow-y:auto;min-height:0;flex:1;width:100%;min-width:0;background:var(--surface)}.seller-page{width:100%;max-width:none;min-width:0}.seller-page__block-btn,.seller-page__report-btn,.seller-page__profile-btn,.seller-page__tab{appearance:none;-webkit-appearance:none;box-sizing:border-box}.seller-page__hero{width:100%;padding:1.25rem 2rem;background:var(--bg);border-bottom:1px solid var(--border)}.seller-page__hero-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem 2rem;width:100%;flex-wrap:wrap}.seller-page__profile{display:flex;align-items:center;gap:1rem;flex:1 1 16rem;min-width:0}.seller-page__avatar{width:4rem;height:4rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:.02em;line-height:1;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.seller-page__avatar img{width:100%;height:100%;object-fit:cover}.seller-page__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem;line-height:1.3}.seller-page__label{font-size:.6875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.seller-page__name{margin:0;font-size:1.375rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--text)}.seller-page__subtitle{margin:0;font-size:.8125rem;font-weight:500;line-height:1.4;color:var(--text-secondary)}.seller-page__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0}.seller-page__block-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5625rem .875rem;border:1px solid rgba(193,66,66,.22);border-radius:var(--radius);background:#c142420a;color:var(--text-secondary);font-family:var(--font);font-size:.8125rem;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.seller-page__block-btn .icon{flex-shrink:0;color:var(--danger);opacity:.85}.seller-page__block-btn:hover:not(:disabled){color:var(--danger);border-color:#c1424261;background:#c1424214}.seller-page__block-btn:disabled{opacity:.72;cursor:default;color:var(--text-muted);background:var(--surface);border-color:var(--border)}.seller-page__block-btn:disabled .icon{color:var(--text-muted);opacity:.55}.seller-page__report-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font-family:var(--font);font-size:.8125rem;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.seller-page__report-btn .icon{opacity:.55}.seller-page__report-btn:hover{background:#c142420d;border-color:#c1424238;color:var(--danger)}.seller-page__report-btn:hover .icon{opacity:.85;color:var(--danger)}.seller-page__profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.5625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-family:var(--font);font-size:.8125rem;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.seller-page__profile-btn .icon{color:var(--primary);opacity:.9}.seller-page__profile-btn:hover{background:#fafafa;border-color:#3d82d538;color:var(--primary)}.seller-page__toolbar{width:100%;padding:1rem 2rem 0;border-bottom:1px solid var(--border);background:var(--surface)}.seller-page__tabs{display:flex;width:100%;gap:0;border-bottom:none}.seller-page__tab{flex:1;min-width:0;padding:.75rem 1rem;border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent;font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;text-align:center;white-space:nowrap;transition:color .15s ease,border-color .15s ease,background .15s ease}.seller-page__tab:hover:not(.is-active){color:var(--text-secondary);background:#0f0f0f05}.seller-page__tab.is-active{color:var(--primary);border-bottom-color:var(--primary);background:transparent;box-shadow:none}.seller-page__content{width:100%;min-width:0;padding:1.25rem 2rem 1.75rem}.seller-page__grid{width:100%}.seller-page__more{display:flex;justify-content:center;padding:1.5rem 0 .5rem}.seller-page__more .btn{min-width:10rem;font-weight:600}.seller-page__empty{padding:3rem 1.5rem;border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg)}.seller-page__empty .icon{opacity:.35;color:var(--text-muted)}.seller-page__empty h3{margin-top:.75rem;font-size:1rem;font-weight:700;color:var(--text)}.seller-page__empty p{margin-top:.35rem;font-size:.875rem;color:var(--text-secondary)}.seller-page__skeleton{background:linear-gradient(90deg,var(--bg) 0%,#e8e8e8 50%,var(--bg) 100%);background-size:200% 100%;animation:seller-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius)}@keyframes seller-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.seller-page__profile--loading .seller-page__avatar.seller-page__skeleton{width:4rem;height:4rem;border-radius:999px}.seller-page__skeleton--title{width:11rem;height:1.375rem;margin-bottom:.5rem}.seller-page__skeleton--sub{width:8rem;height:.8125rem}@media(max-width:900px){.content--seller{display:block;flex:none;min-height:auto;overflow:visible;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.seller-page{height:auto}.seller-page__hero{padding:.5rem .75rem;background:var(--bg)}.seller-page__hero-inner{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:.375rem .5rem}.seller-page__profile{flex:1 1 auto;min-width:0;max-width:100%;gap:.5rem;align-items:center}.seller-page__info{gap:.05rem}.seller-page__subtitle{display:none}.seller-page__actions{display:flex;flex:0 0 100%;flex-direction:row;flex-wrap:nowrap;width:100%;gap:.375rem}.seller-page__block-btn,.seller-page__report-btn,.seller-page__profile-btn{flex:1 1 0;width:auto;min-width:0;justify-content:center;padding:.4375rem .5rem;font-size:.75rem}.seller-page__profile-btn{flex:1 1 100%}.seller-page__toolbar{padding:.375rem .75rem 0}.seller-page__content{padding:.625rem .75rem}.seller-page__content .loading-state{padding:1.25rem .75rem;min-height:0}.seller-page__empty{padding:2rem 1rem}.seller-page__tab{font-size:.8125rem;padding:.5rem .375rem}.seller-page__avatar{width:2.25rem;height:2.25rem;font-size:.625rem}.seller-page__label{font-size:.625rem;letter-spacing:.03em}.seller-page__name{font-size:.9375rem;line-height:1.2;word-break:break-word}}@media(max-width:720px){.seller-page__hero{padding:.4375rem .75rem}.seller-page__content{padding:.5rem .75rem .875rem}}.main--messages{width:100%;min-width:0}.main--messages .content{display:flex;flex-direction:column;width:100%;padding:0;overflow:hidden}.content--messages{padding:0;overflow:hidden;min-height:0;flex:1;display:flex;flex-direction:column}.header-messages-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);cursor:pointer;flex-shrink:0;transition:border-color .15s ease,background .15s ease,color .15s ease}.header-messages-btn:hover,.header-messages-btn.is-active{border-color:#3d82d559;background:#3d82d50a;color:var(--primary)}.header-messages-btn .icon{color:currentColor}.header-messages-btn__badge{position:absolute;top:-.3rem;right:-.3rem;min-width:1.125rem;height:1.125rem;padding:0 .3rem;border-radius:999px;background:var(--danger);color:#fff;font-size:.625rem;font-weight:700;line-height:1.125rem;text-align:center}.messages-page{display:grid;grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);width:100%;height:100%;min-height:0;flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.messages-inbox{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--border);background:var(--bg)}.messages-inbox__list{flex:1;overflow-y:auto;min-height:0}.messages-row{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;font-family:var(--font);transition:background .15s ease}.messages-row:hover{background:#3d82d50a}.messages-row.is-active{background:var(--surface);box-shadow:inset 3px 0 0 var(--primary)}.messages-row.has-unread .messages-row__name,.messages-row.has-unread .messages-row__preview{font-weight:700;color:var(--text)}.messages-row__avatar{width:2.75rem;height:2.75rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.messages-row__avatar img{width:100%;height:100%;object-fit:cover}.messages-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.messages-row__top,.messages-row__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.messages-row__name{font-size:.875rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-row__time{font-size:.6875rem;color:var(--text-muted);flex-shrink:0}.messages-row__preview{font-size:.8125rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.messages-row__badge{flex-shrink:0;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.6875rem;font-weight:700;line-height:1.25rem;text-align:center}.messages-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:3rem 1.5rem;text-align:center;color:var(--text-muted)}.messages-empty h3{margin:0;font-size:1rem;color:var(--text)}.messages-empty p{margin:0;font-size:.875rem;line-height:1.45;max-width:16rem}.messages-empty .icon{opacity:.35}.messages-chat{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface)}.messages-chat--empty,.messages-chat--loading{align-items:center;justify-content:center}.messages-chat__placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;text-align:center;color:var(--text-muted)}.messages-chat__placeholder h3{margin:0;color:var(--text)}.messages-chat__placeholder .icon{opacity:.35}.messages-chat__head{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0}.messages-chat__back{display:none;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;color:var(--text-secondary);flex-shrink:0}.messages-chat__peer{display:flex;align-items:center;gap:.75rem;min-width:0}.messages-chat__avatar{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.messages-chat__avatar img{width:100%;height:100%;object-fit:cover}.messages-chat__peer-text{min-width:0;display:flex;flex-direction:column;gap:.125rem}.messages-chat__name{font-size:.9375rem;font-weight:700;color:var(--text)}.messages-chat__ad-hint{font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-chat__messages{flex:1;overflow-y:auto;min-height:0;padding:1rem;display:flex;flex-direction:column;gap:.625rem;background:linear-gradient(180deg,var(--bg) 0%,var(--surface) 100%)}.messages-chat__typing{padding:0 1rem .25rem;font-size:.75rem;color:var(--text-muted);font-style:italic}.messages-chat__blocked{padding:.875rem 1rem;border-top:1px solid var(--border);background:var(--bg);font-size:.8125rem;color:var(--text-muted);text-align:center}.messages-chat__compose{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.messages-chat__input{flex:1;min-width:0;min-height:2.5rem;max-height:7rem;padding:.625rem .75rem;border:1px solid var(--border);border-radius:var(--radius);resize:none;font-family:var(--font);font-size:.875rem;line-height:1.4;background:var(--bg);color:var(--text)}.messages-chat__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3d82d51f}.messages-chat__send{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;flex-shrink:0;transition:opacity .15s ease,background .15s ease}.messages-chat__send:disabled{opacity:.45;cursor:default}.messages-chat__send:not(:disabled):hover{background:var(--primary-hover)}.messages-chat__send .icon{color:#fff;width:1rem;height:1rem}.chat-message{display:flex;width:100%}.chat-message--mine{justify-content:flex-end}.chat-message--theirs{justify-content:flex-start}.chat-message__bubble{max-width:min(78%,28rem);padding:.625rem .75rem;border-radius:1rem;background:var(--bg);border:1px solid var(--border)}.chat-message--mine .chat-message__bubble{background:#3d82d51a;border-color:#3d82d52e;border-bottom-right-radius:.35rem}.chat-message--theirs .chat-message__bubble{border-bottom-left-radius:.35rem}.chat-message--pending .chat-message__bubble{opacity:.7}.chat-message__text{margin:0;font-size:.875rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;color:var(--text)}.chat-message__ad{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-decoration:none;color:inherit}.chat-message__ad-img{width:2.5rem;height:2.5rem;border-radius:var(--radius);object-fit:cover;flex-shrink:0}.chat-message__ad-placeholder{width:2.5rem;height:2.5rem;border-radius:var(--radius);background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-message__ad-body{min-width:0;display:flex;flex-direction:column;gap:.125rem}.chat-message__ad-title{font-size:.75rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message__ad-price{font-size:.6875rem;font-weight:700;color:var(--primary)}.chat-message__meta{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;margin-top:.25rem}.chat-message__time,.chat-message__status{font-size:.625rem;color:var(--text-muted)}.chat-message__status--read{color:var(--primary)}@media(max-width:900px){.messages-page{grid-template-columns:1fr;border-radius:0;border-left:none;border-right:none;min-height:calc(100dvh - 3.25rem);height:calc(100dvh - 3.25rem);max-height:none}.messages-page--chat-open .messages-inbox{display:none}.messages-page:not(.messages-page--chat-open) .messages-chat{display:none}.messages-chat__back{display:inline-flex}}.main--support{width:100%;min-width:0}.main--support .content{display:flex;flex-direction:column;width:100%;padding:0;overflow:hidden}.content--support{padding:0;overflow:hidden;min-height:0;flex:1;display:flex;flex-direction:column}.support-page{display:grid;grid-template-columns:minmax(15rem,20rem) minmax(0,1fr);width:100%;height:100%;min-height:0;flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.support-inbox{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid var(--border);background:var(--bg)}.support-inbox__head{display:flex;align-items:center;gap:.625rem;padding:.875rem .875rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.support-inbox__back,.support-panel__back{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);cursor:pointer;flex-shrink:0}.support-inbox__back:hover,.support-panel__back:hover{background:#3d82d50f;color:var(--text)}.support-inbox__titles{flex:1;min-width:0}.support-inbox__title{margin:0;font-size:.9375rem;font-weight:700;color:var(--text)}.support-inbox__subtitle{margin:.125rem 0 0;font-size:.6875rem;color:var(--text-muted)}.support-inbox__new{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0}.support-inbox__list{flex:1;overflow-y:auto;min-height:0}.support-row{display:block;width:100%;padding:.75rem .875rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;font-family:var(--font);transition:background .15s ease}.support-row:hover{background:#3d82d50a}.support-row.is-active{background:#3d82d514;box-shadow:inset 3px 0 0 var(--primary)}.support-row__body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.support-row__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.support-row__subject{font-size:.8125rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-row__preview{font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-row__time{font-size:.6875rem;color:var(--text-muted)}.support-status{flex-shrink:0;padding:.125rem .5rem;border-radius:999px;font-size:.625rem;font-weight:700;line-height:1.3}.support-status--open{background:#3d82d51f;color:var(--primary)}.support-status--in_progress{background:#f59e0b1f;color:#d97706}.support-status--closed{background:#6b72801f;color:var(--text-muted)}.support-empty,.support-loading,.support-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1.25rem;text-align:center;color:var(--text-muted)}.support-empty p,.support-placeholder h3{margin:0;font-size:.875rem;font-weight:600;color:var(--text)}.support-empty span,.support-placeholder p{margin:0;font-size:.75rem}.support-empty .icon,.support-placeholder .icon{opacity:.35}.support-detail{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--surface)}.support-panel{display:flex;flex-direction:column;height:100%;min-height:0}.support-panel__head{display:flex;align-items:center;gap:.625rem;padding:.75rem .875rem;border-bottom:1px solid var(--border);flex-shrink:0}.support-panel__head-text{flex:1;min-width:0}.support-panel__title{margin:0;font-size:.875rem;font-weight:700;color:var(--text)}.support-panel__title--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-panel__meta{margin:.125rem 0 0;font-size:.6875rem;color:var(--text-muted)}.support-panel__messages{flex:1;overflow-y:auto;min-height:0;padding:.875rem;display:flex;flex-direction:column;gap:.625rem;background:var(--bg)}.support-panel__empty-msg{margin:2rem auto;text-align:center;color:var(--text-muted);font-size:.8125rem}.support-message{display:flex;width:100%}.support-message--user{justify-content:flex-end}.support-message--admin{justify-content:flex-start}.support-message__bubble{max-width:min(82%,26rem);padding:.625rem .75rem;border-radius:1rem}.support-message--user .support-message__bubble{background:var(--primary);color:#fff;border-bottom-right-radius:.35rem}.support-message--admin .support-message__bubble{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:.35rem}.support-message__author{display:block;margin-bottom:.25rem;font-size:.625rem;font-weight:700;color:var(--primary)}.support-message__text{margin:0;font-size:.8125rem;line-height:1.45;white-space:pre-wrap}.support-message__time{display:block;margin-top:.35rem;font-size:.625rem;opacity:.75}.support-panel__closed{padding:.75rem;text-align:center;font-size:.8125rem;color:var(--text-muted);border-top:1px solid var(--border);background:var(--surface)}.support-panel__compose{display:flex;align-items:flex-end;gap:.5rem;padding:.625rem .75rem;border-top:1px solid var(--border);background:var(--surface)}.support-panel__input{flex:1;min-width:0;min-height:2.375rem;max-height:7rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font);font-size:.875rem;resize:none;background:var(--bg);color:var(--text)}.support-panel__input:focus{outline:none;border-color:var(--primary)}.support-panel__send{display:inline-flex;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;border:none;border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;flex-shrink:0}.support-panel__send .icon{color:#fff;width:1rem;height:1rem}.support-form{flex:1;overflow-y:auto;padding:1rem .875rem}.support-form__actions{display:flex;gap:.5rem;margin-top:.5rem}.support-form__actions .btn{flex:1}.support-panel--placeholder{align-items:center;justify-content:center}.support-panel--empty{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.profile-card--help{grid-column:1 / -1}@media(min-width:768px){.profile-card--help,.profile-card--info{grid-column:span 6}}.profile-help-row{display:flex;align-items:center;gap:.875rem;width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);text-align:left;cursor:pointer;font-family:var(--font);transition:border-color .15s ease,background .15s ease}.profile-help-row:hover{border-color:#3d82d559;background:#3d82d50a}.profile-help-row__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);background:#3d82d51a;color:var(--primary);flex-shrink:0}.profile-help-row__body{flex:1;min-width:0}.profile-help-row__title{display:block;font-size:.875rem;font-weight:600;color:var(--text)}.profile-help-row__sub{display:block;margin-top:.15rem;font-size:.75rem;color:var(--text-muted)}.profile-help-row__chevron{color:var(--text-muted);flex-shrink:0}@media(max-width:900px){.support-page{grid-template-columns:1fr;min-height:calc(100dvh - 3.25rem);height:calc(100dvh - 3.25rem);max-height:none;border-radius:0;border-left:none;border-right:none}.support-detail,.support-page--detail-open .support-inbox{display:none}.support-page--detail-open .support-detail{display:flex}}.chat-widget{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;pointer-events:none}.chat-widget>*{pointer-events:auto}.chat-widget__fab{position:relative;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border:none;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 8px 24px #3d82d573;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.chat-widget__fab:hover{transform:translateY(-2px);box-shadow:0 12px 28px #3d82d580}.chat-widget__fab.is-open{background:var(--text-secondary);box-shadow:0 4px 16px #00000026}.chat-widget__fab .icon{color:#fff}.chat-widget__fab-badge{position:absolute;top:-.2rem;right:-.2rem;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:var(--danger);color:#fff;font-size:.6875rem;font-weight:700;line-height:1.25rem;text-align:center}.chat-widget[hidden],.chat-widget__panel[hidden],.chat-widget__toast[hidden]{display:none!important}.chat-widget__panel:not(.is-open){display:none!important}.chat-widget__panel{width:min(22rem,calc(100vw - 2rem));height:min(32rem,calc(100vh - 7rem));display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 16px 48px #0000002e;overflow:hidden;animation:chat-widget-slide-up .22s ease}@keyframes chat-widget-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-widget__head{display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0}.chat-widget__title{flex:1;font-size:.9375rem;font-weight:700;color:var(--text)}.chat-widget__title--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-widget__head-actions{display:flex;align-items:center;gap:.25rem}.chat-widget__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);cursor:pointer}.chat-widget__icon-btn:hover{background:var(--bg);color:var(--text)}.chat-widget__body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.chat-widget-push-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .875rem;background:#3d82d514;border-bottom:1px solid var(--border);font-size:.75rem;color:var(--text-secondary)}.chat-widget-list{flex:1;overflow-y:auto;min-height:0}.chat-widget-row{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem .875rem;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;font-family:var(--font);transition:background .15s ease}.chat-widget-row:hover{background:#3d82d50d}.chat-widget-row.has-unread{background:#3d82d514;box-shadow:inset 3px 0 0 var(--primary)}.chat-widget-row.has-unread .chat-widget-row__name{font-weight:700;color:var(--text)}.chat-widget-row.has-unread .chat-widget-row__preview{font-weight:600;color:var(--text)}.chat-widget-row.has-unread .chat-widget-row__time{color:var(--primary);font-weight:600}.chat-widget-row__avatar{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.chat-widget-row__avatar img{width:100%;height:100%;object-fit:cover}.chat-widget-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.chat-widget-row__top,.chat-widget-row__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.chat-widget-row__name{font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-widget-row__time{font-size:.6875rem;color:var(--text-muted);flex-shrink:0}.chat-widget-row__preview{font-size:.8125rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.chat-widget-row__badge{flex-shrink:0;min-width:1.125rem;height:1.125rem;padding:0 .3rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.625rem;font-weight:700;line-height:1.125rem;text-align:center}.chat-widget-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1.5rem;text-align:center;color:var(--text-muted);height:100%}.chat-widget-empty p{margin:0;font-weight:600;color:var(--text)}.chat-widget-empty span{font-size:.8125rem}.chat-widget-empty .icon{opacity:.35}.chat-widget-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;height:100%;color:var(--text-muted);font-size:.875rem}.chat-widget-thread{display:flex;flex-direction:column;height:100%;min-height:0}.chat-widget-thread__messages{flex:1;overflow-y:auto;min-height:0;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;background:var(--bg)}.chat-widget-thread__messages .chat-message__bubble{max-width:88%}.chat-widget-thread__blocked{padding:.75rem;text-align:center;font-size:.8125rem;color:var(--text-muted);border-top:1px solid var(--border)}.chat-widget-thread__compose{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-top:1px solid var(--border);background:var(--surface)}.chat-widget-thread__input{flex:1;min-width:0;height:2.375rem;padding:0 .75rem;border:1px solid var(--border);border-radius:999px;font-family:var(--font);font-size:.875rem;background:var(--bg);color:var(--text)}.chat-widget-thread__input:focus{outline:none;border-color:var(--primary)}.chat-widget-thread__send{display:inline-flex;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;border:none;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;flex-shrink:0}.chat-widget-thread__send .icon{color:#fff;width:1rem;height:1rem}.chat-widget__toast{display:flex;align-items:stretch;width:min(20rem,calc(100vw - 2rem));border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 12px 32px #00000029;overflow:hidden;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.chat-widget__toast.is-visible{opacity:1;transform:translateY(0)}.chat-widget-toast__main{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;padding:.75rem .875rem;border:none;background:transparent;text-align:left;cursor:pointer;font-family:var(--font)}.chat-widget-toast__main:hover{background:#3d82d50d}.chat-widget-toast__avatar{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.chat-widget-toast__avatar img{width:100%;height:100%;object-fit:cover}.chat-widget-toast__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.chat-widget-toast__name{font-size:.875rem;font-weight:700;color:var(--text)}.chat-widget-toast__preview{font-size:.8125rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-widget-toast__close{display:flex;align-items:center;justify-content:center;width:2.5rem;border:none;border-left:1px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;flex-shrink:0}.chat-widget-toast__close:hover{background:var(--bg);color:var(--text)}.chat-widget__head--tabs{flex-wrap:wrap;gap:.5rem}.chat-widget__tabs{display:flex;flex:1;min-width:0;gap:.25rem;padding:.125rem;border-radius:.625rem;background:var(--bg)}.chat-widget__tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2rem;padding:.35rem .5rem;border:none;border-radius:.5rem;background:transparent;color:var(--text-secondary);font:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.chat-widget__tab.is-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.chat-widget__tab-badge{min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:var(--danger);color:#fff;font-size:.625rem;font-weight:700;line-height:1rem}.chat-widget-row__avatar--support,.chat-widget-toast__avatar--support{display:flex;align-items:center;justify-content:center;background:#3d82d51f;color:var(--primary)}.chat-widget-support-msg{display:flex;margin-bottom:.5rem}.chat-widget-support-msg--admin{justify-content:flex-start}.chat-widget-support-msg--user{justify-content:flex-end}.chat-widget-support-msg__bubble{max-width:85%;padding:.5rem .75rem;border-radius:.875rem;font-size:.8125rem;line-height:1.4}.chat-widget-support-msg--admin .chat-widget-support-msg__bubble{background:var(--bg);border-bottom-left-radius:.25rem}.chat-widget-support-msg--user .chat-widget-support-msg__bubble{background:var(--primary);color:#fff;border-bottom-right-radius:.25rem}.chat-widget-support-msg__author{display:block;margin-bottom:.15rem;font-size:.6875rem;font-weight:700;color:var(--primary)}.chat-widget-support-msg--user .chat-widget-support-msg__author{color:#ffffffd9}.chat-widget-support-msg__time{display:block;margin-top:.25rem;font-size:.625rem;opacity:.7}.chat-widget-empty__hint{margin:0;padding:1rem;text-align:center;color:var(--text-muted);font-size:.8125rem}@media(max-width:768px){.chat-widget__panel{width:calc(100vw - 1rem);height:min(72vh,calc(100dvh - 6rem));max-height:calc(100dvh - 6rem)}body:has(.dp-page--buyer) .chat-widget__panel{max-height:calc(100dvh - 10rem)}}.header-title--static{margin-left:.75rem;font-size:1rem;font-weight:700}@media(max-width:640px){.header-title--static{display:none}}.content--static{padding:0;overflow-y:auto}.static-page{width:100%;max-width:48rem;margin:0 auto;padding:1.5rem 1rem 2.5rem}.static-page--app{max-width:none;padding:0}.static-back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none;transition:opacity .15s}.static-back:hover{opacity:.75}.legal-header{margin-bottom:2rem}.legal-header__badge{display:inline-flex;align-items:center;margin-bottom:.75rem;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--accent);background:#3b7bf81a}.legal-header__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2rem);font-weight:800;line-height:1.2;color:var(--text)}.legal-header__intro{margin:0;font-size:1rem;line-height:1.6;color:var(--text-muted)}.legal-sections{display:flex;flex-direction:column;gap:1.25rem}.legal-section{padding:1.25rem 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.legal-section__title{margin:0 0 .75rem;font-size:1.0625rem;font-weight:700;color:var(--text)}.legal-section__body{font-size:.875rem;line-height:1.65;color:var(--text-muted)}.legal-section__body p{margin:0 0 .75rem}.legal-section__body p:last-child{margin-bottom:0}.legal-list{margin:0;padding-left:1.25rem}.legal-list li+li{margin-top:.35rem}.legal-link{color:var(--accent);font-weight:600;text-decoration:none}.legal-link:hover{text-decoration:underline}.legal-accent--turbo{color:#ff6b35}.legal-accent--vip{color:#ffb300}.legal-accent--boost{color:#0af}.legal-footer-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.875rem}.legal-footer-links__item{color:var(--accent);text-decoration:none}.legal-footer-links__item:last-child{color:var(--text-muted)}.legal-footer-links__item:hover{text-decoration:underline}.app-landing__hero{padding:3rem 1rem 4rem;border-bottom:1px solid var(--border);text-align:center}.app-landing__hero-inner{max-width:40rem;margin:0 auto}.app-landing__badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;border:1px solid rgba(59,123,248,.2);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--accent);background:#3b7bf814}.app-landing__badge-dot{width:.375rem;height:.375rem;border-radius:50%;background:#10b981}.app-landing__title{margin:0 0 1rem;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:900;line-height:1.1;letter-spacing:-.02em}.app-landing__subtitle{max-width:32rem;margin:0 auto 1.5rem;font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;color:var(--text-muted)}.app-landing__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.app-store-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-radius:1rem;text-decoration:none;transition:opacity .15s}.app-store-btn:hover{opacity:.85}.app-store-btn--apple{color:var(--bg);background:var(--text)}.app-store-btn--android{color:var(--text);background:var(--surface);border:1px solid var(--border)}.app-store-btn__small{display:block;font-size:.625rem;line-height:1;opacity:.75}.app-store-btn--android .app-store-btn__small{color:var(--text-muted);opacity:1}.app-store-btn__label{display:block;margin-top:.125rem;font-size:1rem;font-weight:700;line-height:1.2}.app-landing__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:2rem;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.app-landing__section{padding:3rem 1rem;border-bottom:1px solid var(--border)}.app-landing__section--cta{text-align:center}.app-landing__section-inner{max-width:56rem;margin:0 auto}.app-landing__section-inner--center{max-width:32rem;text-align:center}.app-landing__label{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.app-landing__heading{margin:.5rem 0 0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:900;letter-spacing:-.02em}.app-landing__lead{margin:.75rem 0 2rem;max-width:28rem;font-size:1rem;line-height:1.55;color:var(--text-muted)}.app-landing__section-inner--center .app-landing__lead{margin-left:auto;margin-right:auto}.app-features-grid{display:grid;gap:1px;margin-top:2rem;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}@media(min-width:640px){.app-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.app-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.app-feature-card{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem;background:var(--surface)}.app-feature-card__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;color:var(--feature-accent, var(--accent));background:color-mix(in srgb,var(--feature-accent, var(--accent)) 12%,transparent)}.app-feature-card__title{margin:0;font-size:1rem;font-weight:700}.app-feature-card__desc{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.app-boost-grid{display:grid;gap:1rem}@media(min-width:640px){.app-boost-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.app-boost-card{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.app-boost-card__head{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem}.app-boost-card__dot{width:.75rem;height:.75rem;border-radius:50%;flex-shrink:0}.app-boost-card__name{font-size:1.125rem;font-weight:800}.app-boost-card__badge{margin-left:auto;font-size:1.25rem;line-height:1}.app-boost-card__desc{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.app-steps-grid{display:grid;gap:2rem}@media(min-width:640px){.app-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.app-step-card__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.app-step-card__num{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:.75rem;font-size:.875rem;font-weight:800;color:#fff;background:var(--accent)}.app-step-card__line{flex:1;height:1px;background:var(--border)}.app-step-card__title{margin:0 0 .375rem;font-size:1rem;font-weight:700}.app-step-card__desc{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.app-landing__web-hint{margin:2rem 0 0;font-size:.875rem;color:var(--text-muted)}.app-landing__footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem;padding:2rem 1rem;font-size:.875rem}.app-landing__footer-links a{color:var(--text-muted);text-decoration:none}.app-landing__footer-links a:hover{text-decoration:underline}.site-footer{flex-shrink:0;margin-top:auto;border-top:1px solid var(--border);background:var(--surface)}.site-footer__inner{max-width:80rem;margin:0 auto;padding:2rem 1rem 1.5rem}.site-footer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:2rem}@media(min-width:640px){.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer__brand{grid-column:span 1}}.site-footer__brand{grid-column:span 2}.site-footer__logo-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.site-footer__logo{width:2rem;height:2rem;border-radius:.75rem;object-fit:cover}.site-footer__name{font-size:1.125rem;font-weight:800;color:var(--text)}.site-footer__tagline{margin:.5rem 0 0;font-size:.875rem;line-height:1.5;color:var(--text-muted)}.site-footer__col-title{margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.site-footer__nav{display:flex;flex-direction:column;gap:.5rem}.site-footer__nav a{font-size:.875rem;color:var(--text);text-decoration:none;transition:color .15s}.site-footer__nav a:hover{text-decoration:underline}.site-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-muted)}.site-footer__bottom-links{display:flex;flex-wrap:wrap;gap:1rem}.site-footer__bottom-links a{color:var(--text-muted);text-decoration:none}.site-footer__bottom-links a:hover{text-decoration:underline}.profile-card--info{grid-column:span 12}.profile-info-list{display:flex;flex-direction:column;gap:.25rem}.profile-info-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .5rem;border:none;border-radius:var(--radius);background:transparent;text-align:left;cursor:pointer;transition:background .15s}.profile-info-row:hover{background:var(--hover, rgba(0, 0, 0, .04))}.profile-info-row__icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:.625rem;color:var(--accent);background:#3b7bf81a}.profile-info-row__icon--muted{color:var(--text-muted);background:#0000000d}.profile-info-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.profile-info-row__title{font-size:.875rem;font-weight:600;color:var(--text)}.profile-info-row__sub{font-size:.75rem;color:var(--text-muted)}.profile-info-row__chevron{flex-shrink:0;color:var(--text-muted);opacity:.6}.profile-info-row--external{text-decoration:none;color:inherit}.profile-skeleton__bar,.profile-skeleton__circle,.profile-skeleton__card{background:linear-gradient(90deg,var(--bg) 0%,#e8e8e8 50%,var(--bg) 100%);background-size:200% 100%;animation:profile-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius)}@keyframes profile-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.profile-skeleton__circle--avatar{width:5.5rem;height:5.5rem;border-radius:999px;flex-shrink:0}.profile-skeleton__avatar-col{display:flex;align-items:center;gap:.875rem;padding-right:2rem;border-right:1px solid var(--border)}.profile-skeleton__lines{display:flex;flex-direction:column;gap:.5rem;min-width:5rem}.profile-skeleton__bar--xs{width:4rem;height:.75rem}.profile-skeleton__bar--sm{width:5.5rem;height:.875rem}.profile-skeleton__bar--md{width:6rem;height:1rem}.profile-skeleton__bar--lg{width:4rem;height:2rem}.profile-skeleton__bar--title{width:10rem;height:1.375rem;margin-bottom:.5rem}.profile-skeleton__bar--input{width:100%;max-width:18rem;height:2.5rem}.profile-skeleton__bar--meta{width:8rem;height:.75rem;margin-top:.5rem}.profile-skeleton__bar--tile{flex:1;height:2.75rem;min-width:0}.profile-skeleton__main{display:flex;flex-direction:column;min-width:0;padding-right:2rem;border-right:1px solid var(--border)}.profile-skeleton__credits{display:flex;flex-direction:column;gap:.75rem;justify-content:center}.profile-skeleton__toolbar{display:flex;gap:.625rem}.profile-skeleton__card{min-height:8rem;border:1px solid var(--border)}.profile-skeleton__card--wide{grid-column:1 / -1}.profile-card--links{grid-column:span 12}.profile-quick-links{display:flex;flex-direction:column;gap:.125rem}.profile-quick-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .5rem;border:none;border-radius:var(--radius);background:transparent;text-align:left;cursor:pointer;text-decoration:none;color:inherit;font-family:var(--font);transition:background .15s}.profile-quick-link:hover{background:var(--hover, rgba(0, 0, 0, .04))}.profile-quick-link__icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:.625rem;color:var(--accent, var(--primary));background:#3b7bf81a}.profile-quick-link__icon--muted{color:var(--text-muted);background:#0000000d}.profile-quick-link__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.profile-quick-link__title{font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--text);letter-spacing:-.01em}.profile-quick-link__sub{font-size:.75rem;line-height:1.4;color:var(--text-secondary)}.profile-quick-link__chevron{flex-shrink:0;color:var(--text-muted);opacity:.55}.profile-form__row{margin-bottom:.5rem}.profile-disclosure-panel{grid-column:span 12;padding:0;overflow:hidden}.profile-disclosure-panel>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.875rem;padding:1.25rem 1.5rem;-webkit-user-select:none;user-select:none}.profile-disclosure-panel>summary::-webkit-details-marker{display:none}.profile-disclosure-panel__chevron{margin-left:auto;transition:transform .2s ease;color:var(--text-muted)}.profile-disclosure-panel[open] .profile-disclosure-panel__chevron{transform:rotate(180deg)}.profile-card__summary-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.profile-disclosure-panel__body{padding:0 1.5rem 1.25rem;border-top:1px solid var(--border)}.profile-blocked-loading{display:flex;justify-content:center;padding:2rem}.profile-disclosure--danger{margin-top:1rem;border-top:1px solid var(--border);padding-top:.75rem}@media(min-width:900px){.profile-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-card--settings{grid-column:span 7}.profile-card--links{grid-column:span 5}}@media(max-width:1100px){.profile-skeleton__avatar-col,.profile-skeleton__main{border-right:none;padding-right:0}}@media(max-width:768px){.profile-skeleton__toolbar{flex-wrap:wrap}.profile-skeleton__bar--tile{flex:1 1 calc(50% - .3125rem)}.profile-skeleton__avatar-col{width:100%;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.profile-skeleton__main{padding-top:.25rem}.profile-bento{grid-template-columns:1fr;gap:.75rem}.profile-card,.profile-card--settings,.profile-card--links,.profile-card--help,.profile-card--info,.profile-card--credits{grid-column:1 / -1}.profile-nav-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}}:root{--mobile-bottom-nav-height: 3.75rem;--pwa-install-banner-stack: 4.25rem}.header__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex:1 1 auto;min-width:0}.header__search-row{display:none;flex:0 1 16rem;min-width:0;align-items:center;padding:0;border:none;background:transparent}.header-mobile-controls{display:none;flex-shrink:0}@media(min-width:901px)and (max-width:1400px){.header{flex-direction:column;align-items:stretch;flex-wrap:nowrap;padding:0;min-height:auto;gap:0}.header__top{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:.5rem .75rem;padding:.625rem 1.25rem;width:100%;min-width:0;box-sizing:border-box}.header__left{grid-column:1;grid-row:1;flex:none;min-width:0;overflow:hidden}.header-actions{grid-column:2;grid-row:1}.header__search-row{display:block;grid-column:1 / -1;grid-row:2;width:100%;max-width:none;flex:none;padding:0 0 .625rem;border-top:1px solid var(--border);box-sizing:border-box}.header__search-row .search-wrap,.header__search-row .search-input{width:100%;box-sizing:border-box}.header__catalog-location{display:block;margin-top:.5rem}.header__catalog-location .location-picker-btn{width:100%}.catalog-toolbar--content{display:none}.header-nav{display:none!important}.header-mobile-controls{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-actions{flex-wrap:nowrap;gap:.375rem;min-width:0}.header-title,.header-detail-title,.header-title--static{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-detail-actions{display:none}.header--detail .header-detail-actions{display:flex;position:fixed;bottom:calc(.75rem + env(safe-area-inset-bottom,0px));left:1.25rem;right:1.25rem;z-index:110;justify-content:stretch;gap:.5rem}.main--detail:has(.dp-page--buyer) .header-detail-actions{display:none!important}body.detail-page-mobile:has(.dp-page--buyer) .header-detail-actions{display:none!important}.header--detail .header-detail-actions .btn{flex:1;justify-content:center}.content--detail{padding-bottom:calc(4.25rem + env(safe-area-inset-bottom,0px))}.main--detail:has(.dp-page--buyer) .content--detail{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.user-info__money{display:none}.currency-select__btn{height:2.25rem;padding:0 .5rem}}@media(min-width:901px)and (max-width:1080px){.header__top{padding:.5rem 1rem}.header__search-row{padding:.5rem 1rem .625rem}.user-info__name,.currency-select__code,.currency-select__chevron{display:none}}@media(min-width:1081px)and (max-width:1400px){.user-info__name{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:1401px){.header{flex-direction:row;align-items:center;flex-wrap:nowrap;padding:0 1.75rem;gap:0;min-height:4.5rem}.header__top{display:flex;align-items:center;justify-content:flex-start;flex:1 1 auto;min-width:0;width:100%;padding:0;gap:1rem;grid-template-columns:none;grid-template-rows:none}.header__left{grid-column:auto;grid-row:auto;flex:0 1 auto;min-width:0;max-width:none}.header__search-row{display:flex;flex-direction:column;grid-column:auto;grid-row:auto;flex:0 1 18rem;max-width:20rem;min-width:9.5rem;gap:.5rem;justify-content:center;padding:0;border-top:none;width:auto}.header-actions{grid-column:auto;grid-row:auto;margin-left:auto;flex-shrink:0}.header__catalog-location{display:none}.catalog-toolbar--content{display:block}.header-mobile-controls{display:none!important}.header-nav{display:flex!important}.header__search-row .search-wrap,.header__search-row .search-input{width:100%}}@media(min-width:1401px)and (max-width:1580px){.header{padding-left:1rem;padding-right:1rem;gap:.5rem .75rem}.header__search-row{flex:0 1 13rem;max-width:15rem;min-width:8.5rem}.header-nav__btn .header-nav__label{display:none}.header-nav__btn{width:2.5rem;min-width:2.5rem;padding:0;justify-content:center}.header-nav__btn .icon{width:1.0625rem;height:1.0625rem}.header-nav{gap:.25rem}.header-actions{gap:.5rem}.user-info__money{display:none}.user-info__name{max-width:6.5rem}.header--detail .header-detail-actions{display:flex;position:fixed;bottom:calc(.75rem + env(safe-area-inset-bottom,0px));left:1rem;right:1rem;z-index:110;justify-content:stretch;gap:.5rem}.main--detail:has(.dp-page--buyer) .header-detail-actions{display:none!important}body.detail-page-mobile:has(.dp-page--buyer) .header-detail-actions{display:none!important}.header--detail .header-detail-actions .btn{flex:1;justify-content:center}.content--detail{padding-bottom:calc(4.25rem + env(safe-area-inset-bottom,0px))}.main--detail:has(.dp-page--buyer) .content--detail{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}}@media(min-width:1581px)and (max-width:1700px){.header__search-row{flex:0 1 15rem;max-width:17rem}.header-nav__btn .header-nav__label{display:none}.header-nav__btn{width:2.5rem;min-width:2.5rem;padding:0;justify-content:center}.header-nav__btn .icon{width:1.0625rem;height:1.0625rem}.user-info__name{max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.mobile-bottom-nav,.mobile-drawer{display:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);color:var(--text);cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.icon-btn:hover{background:#efefef}@media(max-width:900px){.sidebar--desktop{display:none!important}.marketplace{flex-direction:column;height:100vh;height:100dvh;max-height:100dvh;min-height:100dvh;overflow:hidden}.main{flex:1;min-height:0;height:auto;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:120;flex-direction:column;align-items:stretch;flex-wrap:nowrap;padding:0;min-height:auto;gap:0;background:var(--surface)}.header__top{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;gap:.5rem;padding:.5rem .75rem;min-height:3.25rem;width:100%}.header__left{grid-column:1;grid-row:1;flex:none;min-width:0;overflow:hidden}.header-actions{grid-column:2;grid-row:1}.header__search-row{display:block;grid-column:1 / -1;grid-row:2;flex:none;width:100%;max-width:none;padding:0 0 .625rem;border-top:1px solid var(--border);background:var(--surface)}.header__search-row .search-wrap{width:100%;max-width:none}.header__search-row .search-input{width:100%;box-sizing:border-box}.header__catalog-location{display:block;margin-top:.5rem}.header__catalog-location .location-picker-btn{width:100%}.catalog-toolbar--content{display:none}.header-nav{display:none!important}.header-mobile-controls{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-actions{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;width:auto;min-width:0;flex-shrink:0;gap:.25rem}.header-actions>*{flex-shrink:0}.header-title,.header-detail-title,.header-title--static{font-size:.9375rem;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__left .header-title+.header-title--static,.header__left .back-btn+.header-title,.header__left .back-btn+.header-detail-title{flex:1;min-width:0}.back-btn{flex-shrink:0;max-width:100%;min-width:0;padding:.4375rem .625rem;font-size:.8125rem;gap:.375rem}.back-btn .icon{flex-shrink:0}.currency-select__btn{height:2.25rem;padding:0 .45rem;gap:.25rem}.currency-select__code,.currency-select__chevron,.header-detail-actions{display:none}.header--detail .header-detail-actions{display:flex;position:static;flex-shrink:0;justify-content:flex-end;gap:.375rem}.header--detail .header-detail-actions .btn{flex:0 1 auto;justify-content:center;padding:.5rem .625rem;font-size:.75rem}.header--detail .header-detail-actions .btn span{display:none}.main--detail:has(.dp-page--buyer) .header-detail-actions{display:none!important}body.detail-page-mobile:has(.dp-page--buyer) .header-detail-actions{display:none!important}.content--detail{padding-bottom:calc(4.25rem + env(safe-area-inset-bottom,0px))}.user-info__money,.user-info__name{display:none}.user-info{padding:0;border:none;background:transparent;gap:0}.user-info__avatar{width:2.25rem;height:2.25rem;font-size:.75rem}#btn-login{padding:.5rem .75rem;font-size:.75rem}.content{padding:.75rem}.content--with-bottom-nav{padding-bottom:calc(.75rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.content--detail{padding:0;padding-bottom:calc(4.25rem + env(safe-area-inset-bottom,0px))}.content--seller{padding:0}.content--seller.content--with-bottom-nav{padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px))}html.detail-page-mobile,body.detail-page-mobile,body.detail-page-mobile #app{height:auto;min-height:100dvh;max-height:none;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-detail-page{display:block;width:100%;min-height:100dvh;background:var(--bg)}.mobile-detail-page .header{position:sticky;top:0;z-index:120;background:var(--surface)}.mobile-detail-page__body{display:block;width:100%;min-height:calc(100dvh - 3.25rem);padding-bottom:calc(4.25rem + env(safe-area-inset-bottom,0px));overflow:visible}body.detail-page-mobile:has(.dp-page--buyer) .mobile-detail-page__body{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.mobile-detail-page__body .dp-page{display:block;width:100%;min-height:auto;overflow:visible}.mobile-detail-page__body .dp-gallery__photo{width:100%;height:auto;max-height:min(75dvh,32rem);object-fit:contain;object-position:center center}.mobile-detail-page__body .loading-state--detail,.mobile-detail-page__body .detail-error-state{min-height:50vh}.marketplace.marketplace--detail{display:block;height:auto;min-height:100dvh;max-height:none;overflow:visible}.marketplace.marketplace--detail .main--detail{display:block;flex:none;height:auto;min-height:auto;overflow:visible}.marketplace.marketplace--detail .content--detail{display:block;flex:none;min-height:auto;height:auto;overflow:visible;visibility:visible;opacity:1;position:relative;z-index:1}.marketplace.marketplace--detail .content--detail .dp-page{visibility:visible;opacity:1;flex:none;min-height:auto;height:auto;overflow:visible}.marketplace--seller{display:block;height:auto;min-height:100dvh;max-height:none;overflow:visible}.marketplace--seller .main--seller,.marketplace--seller .main--seller .content--seller{display:block;flex:none;height:auto;min-height:auto;overflow:visible}.loading-state--detail,.detail-error-state{min-height:50vh}.detail-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.25rem;text-align:center;color:var(--text-muted)}.detail-error-state__text{margin:0;font-size:.9375rem;font-weight:500;line-height:1.5;max-width:20rem}.detail-error-state__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.main--detail:has(.dp-page--buyer) .content--detail{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.content--profile{padding:.75rem}.content--create{padding:0}.content--static{padding:.75rem}.content--messages,.content--support{padding:0;overflow:hidden}.main--messages .content,.main--support .content{display:flex;flex-direction:column;min-height:0;overflow:hidden}.my-ads-panel{padding:.75rem}.my-ads-panel__head{flex-direction:column;align-items:stretch;gap:.625rem}.my-ads-search-wrap{width:100%}.library-panel{padding:0}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.card-image{aspect-ratio:4 / 3}.card-body{padding:.625rem .5rem .75rem}.card-type__name{font-size:.8125rem}.mobile-bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:130;height:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 20px #0000000f}.mobile-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;padding:.375rem .25rem;border:none;background:transparent;font-family:var(--font);font-size:.625rem;font-weight:600;color:var(--text-muted);cursor:pointer;position:relative;min-width:0}.mobile-bottom-nav__item .icon{width:1.25rem;height:1.25rem}.mobile-bottom-nav__item.is-active,.mobile-bottom-nav__item.is-active .icon,.mobile-bottom-nav__item--featured{color:var(--primary)}.mobile-bottom-nav__item--featured .icon{width:1.5rem;height:1.5rem;padding:.25rem;border-radius:999px;background:var(--primary);color:var(--white)}.mobile-bottom-nav__item--featured.is-active .icon{color:var(--white)}.mobile-bottom-nav__badge{position:absolute;top:-.2rem;left:calc(50% + .15rem);right:auto;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:var(--danger);color:var(--white);font-size:.5625rem;font-weight:800;line-height:1rem;text-align:center;transform:translate(-50%)}.mobile-drawer{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;visibility:hidden}.mobile-drawer.is-open{pointer-events:auto;visibility:visible}.mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#00000073;opacity:0;transition:opacity .25s ease;cursor:pointer}.mobile-drawer.is-open .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(20rem,92vw);background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s ease}.mobile-drawer.is-open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-drawer__title{font-size:1rem;font-weight:800;color:var(--text)}.mobile-drawer__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer__nav{display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.mobile-drawer__nav-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .875rem;border:none;border-radius:var(--radius);background:transparent;font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--text);cursor:pointer;text-align:left}.mobile-drawer__nav-btn:hover{background:var(--bg)}.mobile-drawer__nav-btn.is-active{background:#3d82d51a;color:var(--primary)}.mobile-drawer__nav-btn--logout{margin:0 .75rem .75rem;width:calc(100% - 1.5rem);border:1px solid var(--border)}.mobile-drawer__badge{margin-left:auto;min-width:1.125rem;height:1.125rem;padding:0 .35rem;border-radius:999px;background:var(--danger);color:var(--white);font-size:.625rem;font-weight:800;line-height:1.125rem;text-align:center}.mobile-drawer__categories{padding:.75rem}.mobile-drawer__categories .sidebar-logo{display:none}.mobile-drawer__categories .sidebar-scroll{max-height:none;overflow:visible;padding:0}.mobile-drawer__categories .sidebar-nav{width:100%}.mobile-drawer__categories .sidebar-btn{width:100%;height:2.75rem;justify-content:flex-start;padding:0 .875rem}.mobile-drawer__categories .sidebar-footer{display:none}body.mobile-drawer-open{overflow:hidden}.toast{bottom:calc(1rem + var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px));right:.75rem;left:.75rem;text-align:center}.marketplace--with-bottom-nav .cookie-banner{bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px))}.chat-widget{right:.75rem;bottom:.75rem}body:has(.marketplace--with-bottom-nav) .chat-widget{bottom:calc(var(--mobile-bottom-nav-height) + .75rem + env(safe-area-inset-bottom,0px))}body:has(.dp-page--buyer) .chat-widget{bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}body:has(.main--detail:has(.dp-page--owner)) .chat-widget{bottom:calc(4.25rem + env(safe-area-inset-bottom,0px))}body:has(.dp-page--buyer) .toast{bottom:calc(5.75rem + env(safe-area-inset-bottom,0px))}.chat-widget__fab-badge{top:-.35rem;right:-.35rem}body:has(#pwa-install-banner) .chat-widget{bottom:calc(max(.75rem,env(safe-area-inset-bottom,0px)) + var(--pwa-install-banner-stack))}body:has(#pwa-install-banner):has(.marketplace--with-bottom-nav) .chat-widget{bottom:calc(var(--mobile-bottom-nav-height) + .5rem + env(safe-area-inset-bottom,0px) + var(--pwa-install-banner-stack))}body:has(#pwa-install-banner):has(.dp-page--buyer) .chat-widget{bottom:calc(4.75rem + env(safe-area-inset-bottom,0px) + var(--pwa-install-banner-stack))}body:has(#pwa-install-banner):has(.main--detail:has(.dp-page--owner)) .chat-widget{bottom:calc(4.25rem + env(safe-area-inset-bottom,0px) + var(--pwa-install-banner-stack))}body:has(#pwa-install-banner) .chat-widget__toast{bottom:calc(max(.75rem,env(safe-area-inset-bottom,0px)) + var(--pwa-install-banner-stack) + 4rem)}}@media(max-width:600px){.header__top{padding:.4375rem .5rem;gap:.375rem}.back-btn{padding:.4375rem .5rem;font-size:.75rem}.icon-btn{width:2rem;height:2rem}.currency-select__badge{width:1.5rem;height:1.5rem;font-size:.75rem}.user-info__avatar{width:2rem;height:2rem}#btn-login{padding:.4375rem .625rem;font-size:.6875rem;white-space:nowrap}}@media(max-width:480px){.grid{gap:.5rem}.header__top,.header__search-row,.content,.content--profile,.content--static,.my-ads-panel{padding:.5rem}}@media(max-width:380px){.back-btn{padding:.4375rem;font-size:0;gap:0;width:2rem;height:2rem;justify-content:center}.back-btn .icon{width:1rem;height:1rem}}@media(max-width:360px){.mobile-bottom-nav__item span{font-size:.5625rem}}@media(max-width:900px){input,select,textarea,.search-input,.form-group input,.form-group select,.form-group textarea,.auth-form input,.auth-form select,.auth-form textarea{font-size:1rem}}@supports (-webkit-touch-callout: none){html.marketplace-seller-open,body.marketplace-seller-open,body.marketplace-seller-open #app{height:auto;min-height:100%;overflow:visible}html.marketplace-detail-open,body.marketplace-detail-open,body.marketplace-detail-open #app,html.detail-page-mobile,body.detail-page-mobile,body.detail-page-mobile #app{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}}.pwa-install-banner{position:fixed;left:.75rem;right:.75rem;bottom:max(.75rem,env(safe-area-inset-bottom,0px));z-index:125;pointer-events:none}body:has(.marketplace--with-bottom-nav) .pwa-install-banner{bottom:calc(var(--mobile-bottom-nav-height) + .5rem + env(safe-area-inset-bottom,0px))}.pwa-install-banner__inner{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;background:var(--white);border:1px solid var(--border);border-radius:.875rem;box-shadow:var(--shadow-md);pointer-events:auto}.pwa-install-banner__icon{flex-shrink:0;border-radius:.625rem;object-fit:cover}.pwa-install-banner__text{flex:1 1 auto;min-width:0}.pwa-install-banner__title{margin:0;font-size:.8125rem;font-weight:700;color:var(--text);line-height:1.25}.pwa-install-banner__sub{margin:.125rem 0 0;font-size:.6875rem;font-weight:500;color:var(--text-muted);line-height:1.35}.pwa-install-banner__cta{flex-shrink:0;padding:.4375rem .75rem;border-radius:.5rem;background:var(--primary);color:var(--white);font-size:.75rem;font-weight:700;text-decoration:none;white-space:nowrap}.pwa-install-banner__cta--install{border:none;font-family:var(--font);cursor:pointer}.pwa-install-banner__cta--install[hidden]{display:none}.pwa-install-banner__cta--guide{background:transparent;color:var(--primary);border:1px solid var(--primary)}.pwa-install-banner__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:.5rem;background:transparent;color:var(--text-muted);cursor:pointer}@media(display-mode:standalone){.pwa-install-banner{display:none}}.static-page--install{padding:0}.pwa-install-page{max-width:56rem;margin:0 auto;padding:1rem 1.25rem 2.5rem}.pwa-install-page__hero{text-align:center;padding:1.5rem 0 1.25rem}.pwa-install-page__logo{border-radius:1rem;box-shadow:var(--shadow-md);margin-bottom:1rem}.pwa-install-page__title{margin:0 0 .625rem;font-size:1.625rem;font-weight:800;color:var(--text);line-height:1.2}.pwa-install-page__lead{margin:0 auto;max-width:36rem;font-size:.9375rem;font-weight:500;color:var(--text-muted);line-height:1.55}.pwa-install-page__note{margin:0 0 1.5rem;padding:.875rem 1rem;border-radius:var(--radius);background:#3d82d514;border:1px solid rgba(61,130,213,.2);font-size:.875rem;line-height:1.5;color:var(--text)}.pwa-install-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.pwa-install-card{padding:1.25rem;border-radius:1rem;border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow-sm)}.pwa-install-card__head{margin-bottom:1rem}.pwa-install-card__badge{display:inline-block;margin-bottom:.5rem;padding:.25rem .625rem;border-radius:999px;background:#3d82d51f;color:var(--primary);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pwa-install-card__badge--android{background:#10b9811f;color:#059669}.pwa-install-card__title{margin:0;font-size:1.125rem;font-weight:800;color:var(--text)}.pwa-install-card__native-btn{margin-bottom:.5rem}.pwa-install-card__native-hint{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;color:var(--primary)}.pwa-install-card__or{margin:0 0 .75rem;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.pwa-install-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.pwa-install-steps__item{display:flex;gap:.75rem;align-items:flex-start}.pwa-install-steps__num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.625rem;height:1.625rem;border-radius:999px;background:var(--primary);color:var(--white);font-size:.75rem;font-weight:800}.pwa-install-card--android .pwa-install-steps__num{background:#059669}.pwa-install-steps__item strong{display:block;font-size:.875rem;font-weight:700;color:var(--text);margin-bottom:.125rem}.pwa-install-steps__item p{margin:0;font-size:.8125rem;font-weight:500;color:var(--text-muted);line-height:1.45}.pwa-install-steps__url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;word-break:break-all}.pwa-install-faq{margin-bottom:1.5rem;padding:1.25rem;border-radius:1rem;background:var(--bg);border:1px solid var(--border)}.pwa-install-faq__title{margin:0 0 1rem;font-size:1.125rem;font-weight:800}.pwa-install-faq__list{margin:0}.pwa-install-faq__item{padding:.75rem 0;border-bottom:1px solid var(--border)}.pwa-install-faq__item:last-child{border-bottom:none;padding-bottom:0}.pwa-install-faq__item dt{font-size:.875rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.pwa-install-faq__item dd{margin:0;font-size:.8125rem;font-weight:500;color:var(--text-muted);line-height:1.5}.pwa-install-page__footer{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.app-landing__pwa-btn{margin-top:.5rem}.app-landing__section--pwa{background:linear-gradient(180deg,transparent,rgba(61,130,213,.06))}.pwa-install-promo{display:none}@media(max-width:900px){.pwa-install-promo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.pwa-install-promo--drawer{margin:.75rem .75rem .875rem;padding:.875rem;border-radius:.875rem;background:linear-gradient(135deg,#3d82d524,#10b9811a);border:1px solid rgba(61,130,213,.22)}.pwa-install-promo--catalog{position:relative;margin:0 0 .875rem;padding:.875rem 2.25rem .875rem .875rem;border-radius:.875rem;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.pwa-install-promo__icon{flex-shrink:0;border-radius:.625rem;object-fit:cover}.pwa-install-promo__body{flex:1 1 auto;min-width:0}.pwa-install-promo__title{display:block;margin:0;font-size:.875rem;font-weight:800;color:var(--text);line-height:1.25}.pwa-install-promo--catalog .pwa-install-promo__title{margin-bottom:.125rem}.pwa-install-promo__sub{display:block;margin:.125rem 0 0;font-size:.75rem;font-weight:500;color:var(--text-muted);line-height:1.35}.pwa-install-promo__link{display:inline-block;margin-top:.375rem;font-size:.75rem;font-weight:700;color:var(--primary);text-decoration:none}.pwa-install-promo__arrow{flex-shrink:0;color:var(--primary)}.pwa-install-promo__close{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:.375rem;background:transparent;color:var(--text-muted);cursor:pointer}}@media(display-mode:standalone){.pwa-install-promo{display:none!important}}@media(max-width:768px){.pwa-install-grid{grid-template-columns:1fr}.pwa-install-page__title{font-size:1.375rem}}@media(display-mode:standalone){.marketplace{padding-top:env(safe-area-inset-top,0px)}.mobile-bottom-nav{padding-bottom:env(safe-area-inset-bottom,0px)}}.connection-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0f0f0f73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.connection-overlay[hidden]{display:none!important}.connection-overlay__card{width:min(24rem,100%);padding:1.5rem;border-radius:1rem;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);text-align:center}.connection-overlay__icon{font-size:2rem;line-height:1;margin-bottom:.75rem}.connection-overlay__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:800;color:var(--text)}.connection-overlay__text{margin:0 0 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-muted);line-height:1.5}.connection-overlay__actions{display:flex;flex-direction:column;gap:.625rem}body.connection-overlay-open{overflow:hidden}
