.AddPostView-module-scss-module__06CCya__container{max-width:680px;margin:0 auto;padding:clamp(20px,2.25vw,32px);animation:.4s ease-out AddPostView-module-scss-module__06CCya__fadeIn}@keyframes AddPostView-module-scss-module__06CCya__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AddPostView-module-scss-module__06CCya__formCard{background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border-color);padding:clamp(32px,4vw,64px)}.AddPostView-module-scss-module__06CCya__wizardHeader{margin-bottom:clamp(24px,2.75vw,40px)}.AddPostView-module-scss-module__06CCya__wizardProgress{background:var(--bg-muted);border-radius:var(--radius-full);height:4px;margin-bottom:clamp(12px,1.25vw,20px);position:relative}.AddPostView-module-scss-module__06CCya__wizardFill{background:var(--accent-gradient);border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.AddPostView-module-scss-module__06CCya__wizardSteps{justify-content:space-between;padding:0 clamp(4px,.4vw,6px);display:flex}.AddPostView-module-scss-module__06CCya__stepInfo{flex-direction:column;align-items:center;gap:clamp(8px,.75vw,12px);display:flex}.AddPostView-module-scss-module__06CCya__stepInfo .AddPostView-module-scss-module__06CCya__stepLabel{color:var(--text-tertiary);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600;transition:color .3s}.AddPostView-module-scss-module__06CCya__stepInfo.AddPostView-module-scss-module__06CCya__active .AddPostView-module-scss-module__06CCya__stepLabel{color:var(--accent-primary)}.AddPostView-module-scss-module__06CCya__title{text-align:center;background:var(--accent-gradient);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:clamp(32px,4vw,64px);font-size:clamp(1.625rem,2.5vw + .5rem,2.5rem);font-weight:800}.AddPostView-module-scss-module__06CCya__stepContent{animation:.4s ease-out AddPostView-module-scss-module__06CCya__slideIn}@keyframes AddPostView-module-scss-module__06CCya__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.AddPostView-module-scss-module__06CCya__formGroup{margin-bottom:clamp(28px,3.5vw,56px)}.AddPostView-module-scss-module__06CCya__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:clamp(12px,1.25vw,20px);font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:700;display:block}.AddPostView-module-scss-module__06CCya__mediaUploadArea{border:2px dashed var(--border-subtle);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--bg-tertiary);padding:clamp(28px,3.5vw,56px) clamp(24px,2.75vw,40px);transition:all .3s;position:relative;overflow:hidden}.AddPostView-module-scss-module__06CCya__mediaUploadArea:hover{border-color:var(--accent-primary);background:var(--accent-glow);transform:translateY(-2px)}.AddPostView-module-scss-module__06CCya__mediaUploadArea.AddPostView-module-scss-module__06CCya__disabled{cursor:not-allowed;background:var(--bg-muted);opacity:.7;border-style:solid}.AddPostView-module-scss-module__06CCya__mediaUploadArea.AddPostView-module-scss-module__06CCya__disabled:hover{border-color:var(--border-subtle);background:var(--bg-muted);transform:none}.AddPostView-module-scss-module__06CCya__mediaUploadArea.AddPostView-module-scss-module__06CCya__disabled .AddPostView-module-scss-module__06CCya__uploadIcon{color:var(--text-muted)}.AddPostView-module-scss-module__06CCya__mediaUploadArea input{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.AddPostView-module-scss-module__06CCya__uploadIcon{color:var(--accent-primary);justify-content:center;margin-bottom:clamp(16px,1.75vw,24px);display:flex}.AddPostView-module-scss-module__06CCya__uploadText{color:var(--text-primary);margin-bottom:clamp(6px,.5vw,8px);font-size:clamp(1rem,.75vw + .25rem,1.125rem);font-weight:600}.AddPostView-module-scss-module__06CCya__uploadSubtext{color:var(--text-tertiary);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem)}.AddPostView-module-scss-module__06CCya__previewGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:clamp(16px,1.75vw,24px);margin-top:clamp(20px,2.25vw,32px);display:grid}.AddPostView-module-scss-module__06CCya__previewItem{aspect-ratio:1;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.AddPostView-module-scss-module__06CCya__previewItem img,.AddPostView-module-scss-module__06CCya__previewItem video{object-fit:cover;width:100%;height:100%}.AddPostView-module-scss-module__06CCya__removeMedia{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:6px;right:6px}.AddPostView-module-scss-module__06CCya__removeMedia:hover{background:var(--error);transform:scale(1.1)}.AddPostView-module-scss-module__06CCya__textarea{border-radius:var(--radius-md);border:1px solid var(--border-color);resize:none;background:var(--bg-tertiary);width:100%;color:var(--text-primary);padding:clamp(16px,1.75vw,24px);font-family:inherit;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);transition:all .3s}.AddPostView-module-scss-module__06CCya__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px var(--accent-glow);background:var(--card-bg);outline:none}.AddPostView-module-scss-module__06CCya__postTypeGrid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.75vw,24px);display:grid}.AddPostView-module-scss-module__06CCya__typeCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:var(--bg-secondary);padding:clamp(24px,2.75vw,40px) clamp(16px,1.75vw,24px);transition:all .3s cubic-bezier(.4,0,.2,1)}.AddPostView-module-scss-module__06CCya__typeCard:hover{border-color:var(--accent-primary);background:var(--accent-glow);transform:translateY(-4px)}.AddPostView-module-scss-module__06CCya__typeCard.AddPostView-module-scss-module__06CCya__active{border-color:var(--accent-primary);background:var(--accent-glow);box-shadow:var(--shadow-lg)}.AddPostView-module-scss-module__06CCya__typeCard.AddPostView-module-scss-module__06CCya__active .AddPostView-module-scss-module__06CCya__typeIcon{color:var(--accent-primary);transform:scale(1.1)}.AddPostView-module-scss-module__06CCya__typeCard.AddPostView-module-scss-module__06CCya__active .AddPostView-module-scss-module__06CCya__typeName{color:var(--text-primary);font-weight:700}.AddPostView-module-scss-module__06CCya__typeIcon{color:var(--text-tertiary);justify-content:center;margin-bottom:clamp(12px,1.25vw,20px);transition:all .3s;display:flex}.AddPostView-module-scss-module__06CCya__typeName{color:var(--text-secondary);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600}.AddPostView-module-scss-module__06CCya__errorBox{color:var(--error);border-radius:var(--radius-md);background:#f044381a;border:1px solid #f0443833;align-items:center;gap:clamp(10px,1vw,16px);margin-bottom:clamp(24px,2.75vw,40px);padding:clamp(12px,1.25vw,20px) clamp(20px,2.25vw,32px);font-size:clamp(.875rem,.5vw + .25rem,1rem);display:flex}.AddPostView-module-scss-module__06CCya__progressWrapper{margin-top:clamp(32px,4vw,64px)}.AddPostView-module-scss-module__06CCya__uploadProgressBar{background:var(--bg-muted);border-radius:var(--radius-full);height:8px;margin-bottom:clamp(10px,1vw,16px);overflow:hidden}.AddPostView-module-scss-module__06CCya__uploadProgressFill{background:var(--accent-gradient);height:100%;transition:width .3s}.AddPostView-module-scss-module__06CCya__uploadProgressLabel{color:var(--text-secondary);justify-content:space-between;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600;display:flex}.AddPostView-module-scss-module__06CCya__actions{gap:clamp(16px,1.75vw,24px);margin-top:clamp(24px,2.75vw,40px);display:flex}.AddPostView-module-scss-module__06CCya__primaryAction{flex:2;min-width:0;display:flex}.AddPostView-module-scss-module__06CCya__secondaryAction{flex:1;min-width:0;display:flex}.AddPostView-module-scss-module__06CCya__mentionButtons{gap:clamp(16px,1.75vw,24px);margin-top:clamp(8px,.75vw,12px);display:flex}.AddPostView-module-scss-module__06CCya__mentionBtn{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:clamp(8px,.75vw,12px);padding:clamp(12px,1.25vw,20px) clamp(16px,1.75vw,24px);font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:600;transition:all .2s;display:flex}.AddPostView-module-scss-module__06CCya__mentionBtn svg{transition:transform .2s}.AddPostView-module-scss-module__06CCya__mentionBtn:hover:not(:disabled){background:var(--bg-tertiary);color:var(--accent-primary);border-color:var(--accent-primary)}.AddPostView-module-scss-module__06CCya__mentionBtn:hover:not(:disabled) svg{transform:scale(1.1)}.AddPostView-module-scss-module__06CCya__mentionBtn:disabled{opacity:.6;cursor:not-allowed}.AddPostView-module-scss-module__06CCya__selectedMentionsList{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-wrap:wrap;gap:clamp(10px,1vw,16px);margin-top:clamp(16px,1.75vw,24px);padding:clamp(12px,1.25vw,20px);display:flex}.AddPostView-module-scss-module__06CCya__selectedMentionChip{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);box-shadow:var(--shadow-sm);align-items:center;gap:clamp(8px,.75vw,12px);padding:clamp(6px,.5vw,8px) clamp(12px,1.25vw,20px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600;animation:.2s ease-out AddPostView-module-scss-module__06CCya__scaleIn;display:flex}@keyframes AddPostView-module-scss-module__06CCya__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.AddPostView-module-scss-module__06CCya__chipAvatar{border-radius:var(--radius-full);object-fit:cover;width:20px;height:20px}.AddPostView-module-scss-module__06CCya__chipLabel{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.AddPostView-module-scss-module__06CCya__removeChip{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:clamp(1rem,.75vw + .25rem,1.125rem);line-height:1;display:flex}.AddPostView-module-scss-module__06CCya__removeChip:hover{color:var(--error)}.AddPostView-module-scss-module__06CCya__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100vw;height:100vh;z-index:var(--z-menu);background:#0009;justify-content:center;align-items:center;animation:.3s ease-out AddPostView-module-scss-module__06CCya__fadeIn;display:flex;position:fixed;top:0;left:0}.AddPostView-module-scss-module__06CCya__modalContent{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:90%;max-width:500px;height:80vh;max-height:600px;box-shadow:var(--shadow-2xl);flex-direction:column;animation:.3s cubic-bezier(.34,1.56,.64,1) AddPostView-module-scss-module__06CCya__slideUp;display:flex;overflow:hidden}@keyframes AddPostView-module-scss-module__06CCya__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AddPostView-module-scss-module__06CCya__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:clamp(20px,2.25vw,32px) clamp(24px,2.75vw,40px);display:flex}.AddPostView-module-scss-module__06CCya__modalHeader h3{color:var(--text-primary);margin:0;font-size:clamp(1rem,1vw + .1rem,1.25rem);font-weight:800}.AddPostView-module-scss-module__06CCya__closeModalBtn{background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);border:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:clamp(1.375rem,2vw + .25rem,2rem);transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.AddPostView-module-scss-module__06CCya__closeModalBtn:hover{background:var(--bg-muted);color:var(--text-primary);transform:scale(1.08)}.AddPostView-module-scss-module__06CCya__searchBar{border-bottom:1px solid var(--border-color);padding:clamp(16px,1.75vw,24px) clamp(24px,2.75vw,40px);position:relative}.AddPostView-module-scss-module__06CCya__searchBar input{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-tertiary);width:100%;color:var(--text-primary);padding:clamp(12px,1.25vw,20px) clamp(28px,3.5vw,56px) clamp(12px,1.25vw,20px) clamp(16px,1.75vw,24px);font-family:inherit;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);transition:all .2s}.AddPostView-module-scss-module__06CCya__searchBar input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.AddPostView-module-scss-module__06CCya__searchLoader{position:absolute;top:50%;right:36px;transform:translateY(-50%)}.AddPostView-module-scss-module__06CCya__resultsContainer{flex:1;padding:clamp(12px,1.25vw,20px) clamp(24px,2.75vw,40px);overflow-y:auto}.AddPostView-module-scss-module__06CCya__emptyResults{height:120px;color:var(--text-tertiary);text-align:center;justify-content:center;align-items:center;font-size:clamp(.875rem,.5vw + .25rem,1rem);display:flex}.AddPostView-module-scss-module__06CCya__resultItem{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:space-between;align-items:center;margin-bottom:clamp(8px,.75vw,12px);padding:clamp(12px,1.25vw,20px);transition:all .2s;display:flex}.AddPostView-module-scss-module__06CCya__resultItem:hover{background:var(--bg-tertiary)}.AddPostView-module-scss-module__06CCya__resultItem.AddPostView-module-scss-module__06CCya__selected{background:var(--accent-glow);border-color:var(--accent-primary)}.AddPostView-module-scss-module__06CCya__itemInfo{flex:1;align-items:center;gap:clamp(12px,1.25vw,20px);min-width:0;display:flex}.AddPostView-module-scss-module__06CCya__avatar,.AddPostView-module-scss-module__06CCya__avatarPlaceholder{border-radius:var(--radius-full);object-fit:cover;flex-shrink:0;width:40px;height:40px}.AddPostView-module-scss-module__06CCya__avatarPlaceholder{background:var(--bg-muted);color:var(--text-secondary);justify-content:center;align-items:center;font-size:clamp(1rem,.75vw + .25rem,1.125rem);font-weight:700;display:flex}.AddPostView-module-scss-module__06CCya__productThumb,.AddPostView-module-scss-module__06CCya__productThumbPlaceholder{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:40px;height:40px}.AddPostView-module-scss-module__06CCya__productThumbPlaceholder{background:var(--bg-muted);color:var(--text-tertiary);justify-content:center;align-items:center;display:flex}.AddPostView-module-scss-module__06CCya__itemDetails{flex-direction:column;min-width:0;display:flex}.AddPostView-module-scss-module__06CCya__name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:700;overflow:hidden}.AddPostView-module-scss-module__06CCya__subtitle{color:var(--text-tertiary);text-transform:capitalize;font-size:clamp(.75rem,.3vw + .2rem,.875rem)}.AddPostView-module-scss-module__06CCya__price{color:var(--text-secondary);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:600}.AddPostView-module-scss-module__06CCya__checkbox{border:2px solid var(--border-color);border-radius:var(--radius-xs);color:#fff;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.AddPostView-module-scss-module__06CCya__selected .AddPostView-module-scss-module__06CCya__checkbox{background:var(--accent-primary);border-color:var(--accent-primary)}.AddPostView-module-scss-module__06CCya__radio{border:2px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.AddPostView-module-scss-module__06CCya__selected .AddPostView-module-scss-module__06CCya__radio{border-color:var(--accent-primary)}.AddPostView-module-scss-module__06CCya__radioInner{background:var(--accent-primary);border-radius:50%;width:10px;height:10px}.AddPostView-module-scss-module__06CCya__modalFooter{border-top:1px solid var(--border-color);background:var(--card-bg);justify-content:flex-end;padding:clamp(16px,1.75vw,24px) clamp(24px,2.75vw,40px);display:flex}
.Button-module-scss-module__jIu9RG__button{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;letter-spacing:.01em;-webkit-user-select:none;user-select:none;border:1px solid #0000;outline:none;justify-content:center;align-items:center;width:fit-content;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Button-module-scss-module__jIu9RG__button.Button-module-scss-module__jIu9RG__fullWidth{width:100%;display:flex}.Button-module-scss-module__jIu9RG__button:after{content:"";opacity:0;background:linear-gradient(#ffffff1f,#0000);transition:opacity .2s;position:absolute;inset:0}.Button-module-scss-module__jIu9RG__button:hover:after{opacity:1}.Button-module-scss-module__jIu9RG__button:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.Button-module-scss-module__jIu9RG__button:active{transform:scale(.98)}.Button-module-scss-module__jIu9RG__button:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.8);box-shadow:none!important;transform:none!important}.Button-module-scss-module__jIu9RG__primary{background:var(--accent-gradient);color:#fff;box-shadow:var(--shadow-md),0 4px 12px var(--accent-glow);border:none}.Button-module-scss-module__jIu9RG__primary:hover:not(:disabled){box-shadow:var(--shadow-lg),0 6px 16px var(--accent-glow);transform:translateY(-1px)}.Button-module-scss-module__jIu9RG__secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-xs)}.Button-module-scss-module__jIu9RG__secondary:hover:not(:disabled){background-color:var(--bg-primary);border-color:var(--text-tertiary);box-shadow:var(--shadow-sm)}.Button-module-scss-module__jIu9RG__outline{border:var(--bw-thin) solid var(--accent-primary);color:var(--accent-primary);background:0 0}.Button-module-scss-module__jIu9RG__outline:hover:not(:disabled){background-color:var(--accent-light);border-color:var(--accent-secondary)}.Button-module-scss-module__jIu9RG__ghost{color:var(--text-secondary);background:0 0;border:none}.Button-module-scss-module__jIu9RG__ghost:hover:not(:disabled){background-color:var(--bg-muted);color:var(--text-primary)}.Button-module-scss-module__jIu9RG__danger{background:linear-gradient(135deg, var(--error) 0%, #d92d20 100%);color:#fff;box-shadow:var(--shadow-sm),0 4px 12px #f0443833;border:none}.Button-module-scss-module__jIu9RG__danger:hover:not(:disabled){box-shadow:var(--shadow-md),0 6px 16px #f044384d;transform:translateY(-1px)}.Button-module-scss-module__jIu9RG__xs{border-radius:var(--radius-sm);min-height:30px;padding:clamp(2px,.2vw,4px) clamp(8px,.75vw,12px);font-size:clamp(.6875rem,.2vw + .15rem,.75rem)}.Button-module-scss-module__jIu9RG__sm{border-radius:var(--radius-sm);min-height:36px;padding:clamp(6px,.5vw,8px) clamp(12px,1.25vw,20px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem)}.Button-module-scss-module__jIu9RG__md{border-radius:var(--radius-md);min-height:44px;padding:clamp(8px,.75vw,12px) clamp(16px,1.75vw,24px);font-size:clamp(.875rem,.5vw + .25rem,1rem)}.Button-module-scss-module__jIu9RG__lg{border-radius:var(--radius-lg);min-height:52px;padding:clamp(10px,1vw,16px) clamp(24px,2.75vw,40px);font-size:clamp(1rem,.75vw + .25rem,1.125rem)}.Button-module-scss-module__jIu9RG__iconOnly{padding:0!important}.Button-module-scss-module__jIu9RG__iconOnly.Button-module-scss-module__jIu9RG__xs{width:30px;height:30px}.Button-module-scss-module__jIu9RG__iconOnly.Button-module-scss-module__jIu9RG__sm{width:36px;height:36px}.Button-module-scss-module__jIu9RG__iconOnly.Button-module-scss-module__jIu9RG__md{width:44px;height:44px}.Button-module-scss-module__jIu9RG__iconOnly.Button-module-scss-module__jIu9RG__lg{width:52px;height:52px}.Button-module-scss-module__jIu9RG__contentWrapper{justify-content:center;align-items:center;gap:clamp(6px,.5vw,8px);display:inline-flex}.Button-module-scss-module__jIu9RG__iconLeft,.Button-module-scss-module__jIu9RG__iconRight{justify-content:center;align-items:center;display:inline-flex}.Button-module-scss-module__jIu9RG__iconLeft svg,.Button-module-scss-module__jIu9RG__iconRight svg{width:1.15em;height:1.15em}.Button-module-scss-module__jIu9RG__loader{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Button-module-scss-module__jIu9RG__hiddenText{visibility:hidden}
.Loader-module-scss-module__0MetLG__container{justify-content:center;align-items:center;display:flex}.Loader-module-scss-module__0MetLG__default{width:100%;padding:clamp(24px,2.75vw,40px) 0}.Loader-module-scss-module__0MetLG__loader{box-sizing:border-box;vertical-align:middle;will-change:transform;border-radius:50%;flex-shrink:0;animation:.75s cubic-bezier(.4,0,.2,1) infinite Loader-module-scss-module__0MetLG__spinnerRotate;display:inline-block;transform:translateZ(0)}.Loader-module-scss-module__0MetLG__size_xs{border:2px solid var(--spinner-track,#ef5a2e2e);border-top-color:var(--spinner-arc,#ef5a2e);width:16px;height:16px}.Loader-module-scss-module__0MetLG__size_sm{border:2.5px solid var(--spinner-track,#ef5a2e2e);border-top-color:var(--spinner-arc,#ef5a2e);width:20px;height:20px}.Loader-module-scss-module__0MetLG__size_md{border:3px solid var(--spinner-track,#ef5a2e2e);border-top-color:var(--spinner-arc,#ef5a2e);width:32px;height:32px}.Loader-module-scss-module__0MetLG__size_lg{border:3.5px solid var(--spinner-track,#ef5a2e2e);border-top-color:var(--spinner-arc,#ef5a2e);width:48px;height:48px}.Loader-module-scss-module__0MetLG__size_xl{border:4px solid var(--spinner-track,#ef5a2e2e);border-top-color:var(--spinner-arc,#ef5a2e);width:64px;height:64px}.Loader-module-scss-module__0MetLG__spinner_light,.Loader-module-scss-module__0MetLG__spinner_primary{--spinner-track:#ef5a2e2e;--spinner-arc:var(--accent-primary,#ef5a2e)}.Loader-module-scss-module__0MetLG__spinner_dark{--spinner-track:#ffffff40;--spinner-arc:#fff}.Loader-module-scss-module__0MetLG__spinner_current{--spinner-track:#0000001f;--spinner-arc:currentColor}.Loader-module-scss-module__0MetLG__spinner_muted{--spinner-track:#ffffff14;--spinner-arc:#fff9}@keyframes Loader-module-scss-module__0MetLG__spinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Loader-module-scss-module__0MetLG__loader{animation-duration:2s}}
.BaseModal-module-scss-module__-OomBa__overlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(12px);background:#0c0c0d66;justify-content:center;align-items:center;padding:clamp(10px,1vw,16px);animation:.3s cubic-bezier(.16,1,.3,1) BaseModal-module-scss-module__-OomBa__overlayFadeIn;display:flex;position:fixed;inset:0}@media (max-width:576px){.BaseModal-module-scss-module__-OomBa__overlay{padding-inline:clamp(20px,2.25vw,32px)}}@keyframes BaseModal-module-scss-module__-OomBa__overlayFadeIn{0%{opacity:0}to{opacity:1}}.BaseModal-module-scss-module__-OomBa__panel{width:100%;max-width:var(--modal-max-width,480px);background:var(--bg-secondary);border-radius:var(--radius-xl);border:1px solid var(--border-color);flex-direction:column;max-height:min(90vh,100dvh);animation:.4s cubic-bezier(.34,1.56,.64,1) BaseModal-module-scss-module__-OomBa__panelScaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 20px 48px -12px #00000040}@keyframes BaseModal-module-scss-module__-OomBa__panelScaleIn{0%{opacity:0;transform:scale(.95)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.BaseModal-module-scss-module__-OomBa__closeBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);z-index:10;justify-content:center;align-items:center;padding:clamp(4px,.4vw,6px);transition:all .15s;display:flex;position:absolute;top:clamp(10px,1vw,16px);right:clamp(10px,1vw,16px)}.BaseModal-module-scss-module__-OomBa__closeBtn:hover{color:var(--text-primary);background:var(--bg-tertiary)}[dir=rtl] .BaseModal-module-scss-module__-OomBa__closeBtn{left:clamp(10px,1vw,16px);right:auto}
@keyframes AppImage-module-scss-module__hrcrbG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes AppImage-module-scss-module__hrcrbG__fadeInImage{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.AppImage-module-scss-module__hrcrbG__wrapper{background-color:var(--shimmer-base,#e9ecef);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-xs{width:32px;height:32px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-sm{width:48px;height:48px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-md{width:64px;height:64px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-lg{width:96px;height:96px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-xl{width:128px;height:128px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-2xl{width:192px;height:192px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__size-full{width:100%;height:100%}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__variant-square{border-radius:0}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__variant-rounded{border-radius:16px}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__variant-circle{border-radius:50%}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__ratio-1-1{aspect-ratio:1}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__ratio-16-9{aspect-ratio:16/9}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__ratio-4-3{aspect-ratio:4/3}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__ratio-3-4{aspect-ratio:3/4}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__ratio-auto{aspect-ratio:auto}.AppImage-module-scss-module__hrcrbG__wrapper.AppImage-module-scss-module__hrcrbG__clickable{cursor:pointer}.AppImage-module-scss-module__hrcrbG__shimmer{z-index:1;background:linear-gradient(90deg, var(--shimmer-base,#e9ecef) 25%, var(--shimmer-highlight,#f8f9fa) 50%, var(--shimmer-base,#e9ecef) 75%);background-size:200% 100%;transition:opacity .3s cubic-bezier(.4,0,.2,1);animation:1.5s ease-in-out infinite AppImage-module-scss-module__hrcrbG__shimmer;position:absolute;inset:0}.AppImage-module-scss-module__hrcrbG__shimmerHidden{opacity:0;pointer-events:none}.AppImage-module-scss-module__hrcrbG__image{opacity:0;width:100%;height:100%;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:block}.AppImage-module-scss-module__hrcrbG__image.AppImage-module-scss-module__hrcrbG__fit-cover{object-fit:cover}.AppImage-module-scss-module__hrcrbG__image.AppImage-module-scss-module__hrcrbG__fit-contain{object-fit:contain}.AppImage-module-scss-module__hrcrbG__image.AppImage-module-scss-module__hrcrbG__fit-fill{object-fit:fill}.AppImage-module-scss-module__hrcrbG__image.AppImage-module-scss-module__hrcrbG__fit-none{object-fit:none}.AppImage-module-scss-module__hrcrbG__imageLoaded{opacity:1;animation:.3s cubic-bezier(.4,0,.2,1) AppImage-module-scss-module__hrcrbG__fadeInImage}.AppImage-module-scss-module__hrcrbG__fallback{z-index:2;background-color:var(--shimmer-base,#e9ecef);justify-content:center;align-items:center;animation:.3s cubic-bezier(.4,0,.2,1) AppImage-module-scss-module__hrcrbG__fadeInImage;display:flex;position:absolute;inset:0}.AppImage-module-scss-module__hrcrbG__fallback svg{opacity:.35;width:40%;max-width:48px;height:40%;max-height:48px;color:var(--text-secondary,#6c757d)}.AppImage-module-scss-module__hrcrbG__fallbackImage{object-fit:cover;width:100%;height:100%;display:block}
.RatingStars-module-scss-module__9GAKAW__container{align-items:center;gap:clamp(2px,.2vw,4px);display:inline-flex}.RatingStars-module-scss-module__9GAKAW__starsRow{align-items:center;gap:2px;display:inline-flex}.RatingStars-module-scss-module__9GAKAW__starBtn{background:0 0;border:none;outline:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.RatingStars-module-scss-module__9GAKAW__starBtn:disabled{cursor:default}.RatingStars-module-scss-module__9GAKAW__starBtn.RatingStars-module-scss-module__9GAKAW__interactive{cursor:pointer;transition:transform .15s}.RatingStars-module-scss-module__9GAKAW__starBtn.RatingStars-module-scss-module__9GAKAW__interactive:hover{transform:scale(1.15)}.RatingStars-module-scss-module__9GAKAW__star{color:var(--text-tertiary,#d1d5db);flex-shrink:0}.RatingStars-module-scss-module__9GAKAW__star.RatingStars-module-scss-module__9GAKAW__filled{color:#f59e0b;fill:#f59e0b}.RatingStars-module-scss-module__9GAKAW__star.RatingStars-module-scss-module__9GAKAW__half{color:#f59e0b}.RatingStars-module-scss-module__9GAKAW__ratingValue{color:var(--text-primary);margin-left:clamp(2px,.2vw,4px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:700}.RatingStars-module-scss-module__9GAKAW__reviewCount{color:var(--text-tertiary);margin-left:2px;font-size:clamp(.75rem,.3vw + .2rem,.875rem)}
.SearchInput-module-scss-module__4aA-2G__clearBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.SearchInput-module-scss-module__4aA-2G__clearBtn:hover{color:var(--text-primary);background:var(--bg-tertiary)}
.ImageGalleryModal-module-scss-module__D-WvhW__overlay{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;background-color:#000000eb;flex-direction:column;animation:.2s ease-out ImageGalleryModal-module-scss-module__D-WvhW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImageGalleryModal-module-scss-module__D-WvhW__fadeIn{0%{opacity:0}to{opacity:1}}.ImageGalleryModal-module-scss-module__D-WvhW__header{color:#fff;z-index:10;background:linear-gradient(#0009,#0000);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}@media (max-width:640px){.ImageGalleryModal-module-scss-module__D-WvhW__header{padding:12px 16px}}.ImageGalleryModal-module-scss-module__D-WvhW__headerTitleGroup{flex-direction:column;gap:2px;max-width:70%;display:flex}.ImageGalleryModal-module-scss-module__D-WvhW__title{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500;overflow:hidden}@media (max-width:640px){.ImageGalleryModal-module-scss-module__D-WvhW__title{font-size:13px}}.ImageGalleryModal-module-scss-module__D-WvhW__counter{color:#ffffffa6;letter-spacing:.5px;font-size:13px;font-weight:600}.ImageGalleryModal-module-scss-module__D-WvhW__closeBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ImageGalleryModal-module-scss-module__D-WvhW__closeBtn:hover{background:#ffffff40;transform:scale(1.05)}.ImageGalleryModal-module-scss-module__D-WvhW__closeBtn:active{transform:scale(.95)}.ImageGalleryModal-module-scss-module__D-WvhW__mainViewer{flex:1;justify-content:center;align-items:center;width:100%;padding:0 16px;display:flex;position:relative;overflow:hidden}.ImageGalleryModal-module-scss-module__D-WvhW__imageContainer{justify-content:center;align-items:center;width:100%;max-width:1200px;height:100%;max-height:calc(100vh - 180px);display:flex;position:relative}@media (max-width:640px){.ImageGalleryModal-module-scss-module__D-WvhW__imageContainer{max-height:calc(100vh - 160px)}}.ImageGalleryModal-module-scss-module__D-WvhW__image{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .2s;box-shadow:0 20px 40px #00000080}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn:hover{background:#000c;border-color:#fff6;transform:translateY(-50%)scale(1.08)}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn:active{transform:translateY(-50%)scale(.95)}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn.ImageGalleryModal-module-scss-module__D-WvhW__prev{left:24px}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn.ImageGalleryModal-module-scss-module__D-WvhW__next{right:24px}@media (max-width:640px){.ImageGalleryModal-module-scss-module__D-WvhW__navBtn{width:40px;height:40px}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn.ImageGalleryModal-module-scss-module__D-WvhW__prev{left:10px}.ImageGalleryModal-module-scss-module__D-WvhW__navBtn.ImageGalleryModal-module-scss-module__D-WvhW__next{right:10px}}.ImageGalleryModal-module-scss-module__D-WvhW__loadingSpinner{color:#fffc;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex;position:absolute}.ImageGalleryModal-module-scss-module__D-WvhW__errorState{color:#ffffffbf;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.ImageGalleryModal-module-scss-module__D-WvhW__errorText{font-size:14px}.ImageGalleryModal-module-scss-module__D-WvhW__retryBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;padding:8px 16px;font-size:13px;transition:background .2s}.ImageGalleryModal-module-scss-module__D-WvhW__retryBtn:hover{background:#ffffff47}.ImageGalleryModal-module-scss-module__D-WvhW__footer{z-index:10;background:linear-gradient(#0000,#000000b3);justify-content:center;padding:16px 24px 24px;display:flex}@media (max-width:640px){.ImageGalleryModal-module-scss-module__D-WvhW__footer{padding:12px 16px 16px}}.ImageGalleryModal-module-scss-module__D-WvhW__thumbnailStrip{scrollbar-width:thin;scrollbar-color:#ffffff4d #0000;gap:10px;max-width:100%;padding:6px 12px;display:flex;overflow-x:auto}.ImageGalleryModal-module-scss-module__D-WvhW__thumbnailStrip::-webkit-scrollbar{height:4px}.ImageGalleryModal-module-scss-module__D-WvhW__thumbnailStrip::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.ImageGalleryModal-module-scss-module__D-WvhW__thumbItem{cursor:pointer;opacity:.55;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:56px;height:56px;transition:all .2s;position:relative;overflow:hidden}.ImageGalleryModal-module-scss-module__D-WvhW__thumbItem:hover{opacity:.85}.ImageGalleryModal-module-scss-module__D-WvhW__thumbItem.ImageGalleryModal-module-scss-module__D-WvhW__active{opacity:1;border-color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #0006}@media (max-width:640px){.ImageGalleryModal-module-scss-module__D-WvhW__thumbItem{border-radius:6px;width:48px;height:48px}}.ImageGalleryModal-module-scss-module__D-WvhW__thumbImg{object-fit:cover;width:100%;height:100%}
.StoryTile-module-scss-module__ASKcPG__tile{cursor:pointer;text-align:start;border:none;border-bottom:1px solid var(--border-color);background:0 0;align-items:center;gap:clamp(12px,1.25vw,20px);width:100%;padding:clamp(12px,1.25vw,20px) clamp(16px,1.75vw,24px);transition:background .15s;display:flex}.StoryTile-module-scss-module__ASKcPG__tile:last-child{border-bottom:none}.StoryTile-module-scss-module__ASKcPG__tile:hover,.StoryTile-module-scss-module__ASKcPG__tile:focus{background:var(--bg-muted)}.StoryTile-module-scss-module__ASKcPG__avatarRing{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;padding:clamp(2px,.2vw,4px);transition:box-shadow .2s;display:flex}.StoryTile-module-scss-module__ASKcPG__avatarRing.StoryTile-module-scss-module__ASKcPG__unviewed{background:linear-gradient(var(--card-bg), var(--card-bg)) padding-box,linear-gradient(135deg, #ef5a2e, #ff8c66) border-box;border:2.5px solid #0000;box-shadow:0 0 0 3px #ef5a2e1a}.StoryTile-module-scss-module__ASKcPG__avatarRing.StoryTile-module-scss-module__ASKcPG__viewed{border:2px solid var(--border-subtle)}.StoryTile-module-scss-module__ASKcPG__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.StoryTile-module-scss-module__ASKcPG__avatarFallback{background:linear-gradient(135deg, var(--bg-muted), var(--bg-tertiary));border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(1.375rem,2vw + .25rem,2rem);display:flex}.StoryTile-module-scss-module__ASKcPG__info{flex-direction:column;flex:1;gap:clamp(2px,.2vw,4px);min-width:0;display:flex}.StoryTile-module-scss-module__ASKcPG__name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:700;overflow:hidden}.StoryTile-module-scss-module__ASKcPG__name.StoryTile-module-scss-module__ASKcPG__nameMuted{color:var(--text-muted);font-weight:500}.StoryTile-module-scss-module__ASKcPG__time{color:var(--text-muted);align-items:center;gap:clamp(2px,.2vw,4px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:400;display:flex}.StoryTile-module-scss-module__ASKcPG__videoIcon{font-size:clamp(.75rem,.3vw + .2rem,.875rem)}.StoryTile-module-scss-module__ASKcPG__badge{border-radius:50px;flex-shrink:0;padding:clamp(4px,.4vw,6px) clamp(10px,1vw,16px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:700}.StoryTile-module-scss-module__ASKcPG__badge.StoryTile-module-scss-module__ASKcPG__badgeActive{background:var(--accent-glow);color:var(--accent-primary)}.StoryTile-module-scss-module__ASKcPG__badge.StoryTile-module-scss-module__ASKcPG__badgeMuted{background:var(--bg-muted);color:var(--text-muted)}
.MyStatusTile-module-scss-module__-VCZ1G__tile{cursor:pointer;align-items:center;gap:clamp(12px,1.25vw,20px);padding:clamp(16px,1.75vw,24px);transition:background .15s;display:flex}.MyStatusTile-module-scss-module__-VCZ1G__tile:hover{background:var(--bg-muted)}.MyStatusTile-module-scss-module__-VCZ1G__avatarWrap{flex-shrink:0;position:relative}.MyStatusTile-module-scss-module__-VCZ1G__avatarRing{border:2.5px solid var(--border-subtle);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding:clamp(2px,.2vw,4px);transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.MyStatusTile-module-scss-module__-VCZ1G__avatarRing.MyStatusTile-module-scss-module__-VCZ1G__hasStory{background:linear-gradient(var(--card-bg), var(--card-bg)) padding-box,linear-gradient(135deg, #ef5a2e, #ff8c66) border-box;border-color:#0000;box-shadow:0 0 0 3px #ef5a2e1f}.MyStatusTile-module-scss-module__-VCZ1G__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.MyStatusTile-module-scss-module__-VCZ1G__avatarFallback{background:linear-gradient(135deg, var(--bg-muted), var(--bg-tertiary));border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(1.375rem,2vw + .25rem,2rem);display:flex}.MyStatusTile-module-scss-module__-VCZ1G__addBadge{color:#fff;border:2.5px solid var(--card-bg);background:linear-gradient(135deg,#ef5a2e,#d44a22);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:clamp(1rem,.75vw + .25rem,1.125rem);font-weight:700;line-height:1;transition:transform .15s;display:flex;position:absolute;bottom:0;right:-2px;box-shadow:0 2px 6px #ef5a2e66}.MyStatusTile-module-scss-module__-VCZ1G__addBadge:hover{transform:scale(1.1)}.MyStatusTile-module-scss-module__-VCZ1G__info{cursor:pointer;flex-direction:column;flex:1;gap:clamp(2px,.2vw,4px);display:flex}.MyStatusTile-module-scss-module__-VCZ1G__name{color:var(--text-primary);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:700}.MyStatusTile-module-scss-module__-VCZ1G__time{color:var(--text-muted);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:400}
.StoriesView-module-scss-module__ZIGT4a__wrapper{max-width:620px;margin:0 auto;padding:clamp(20px,2.25vw,32px) clamp(16px,1.75vw,24px) clamp(24px,2.75vw,40px)}.StoriesView-module-scss-module__ZIGT4a__sectionHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:clamp(6px,.5vw,8px);padding:clamp(20px,2.25vw,32px) clamp(4px,.4vw,6px) clamp(8px,.75vw,12px);font-size:clamp(.6875rem,.2vw + .15rem,.75rem);font-weight:700;display:flex}.StoriesView-module-scss-module__ZIGT4a__sectionHeader.StoriesView-module-scss-module__ZIGT4a__muted{color:var(--text-tertiary)}.StoriesView-module-scss-module__ZIGT4a__sectionCount{background:var(--accent-primary);color:#fff;letter-spacing:0;border-radius:50px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 clamp(4px,.4vw,6px);font-size:10px;font-weight:700;display:inline-flex}.StoriesView-module-scss-module__ZIGT4a__card{background:var(--card-bg);border-radius:var(--radius-card);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);margin-bottom:clamp(6px,.5vw,8px);transition:box-shadow .2s;overflow:hidden}.StoriesView-module-scss-module__ZIGT4a__loaderWrap{flex-direction:column;gap:clamp(10px,1vw,16px);margin-top:clamp(20px,2.25vw,32px);display:flex}.StoriesView-module-scss-module__ZIGT4a__skeletonTile{border-radius:var(--radius-card);background:linear-gradient(90deg, var(--bg-muted) 25%, var(--bg-tertiary) 50%, var(--bg-muted) 75%);background-size:400% 100%;height:74px;animation:1s ease-in-out infinite StoriesView-module-scss-module__ZIGT4a__shimmer}@keyframes StoriesView-module-scss-module__ZIGT4a__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.StoriesStrip-module-scss-module__gMe24W__strip{scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:clamp(16px,1.75vw,24px);padding:clamp(12px,1.25vw,20px) clamp(4px,.4vw,6px);display:flex;overflow-x:auto}.StoriesStrip-module-scss-module__gMe24W__strip::-webkit-scrollbar{display:none}.StoriesStrip-module-scss-module__gMe24W__bubble{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:clamp(6px,.5vw,8px);width:68px;padding:0;display:flex}.StoriesStrip-module-scss-module__gMe24W__avatarRing{border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;padding:clamp(2px,.2vw,4px);transition:opacity .2s;display:flex;position:relative}.StoriesStrip-module-scss-module__gMe24W__ringActive{border:2.5px solid var(--accent-primary)}.StoriesStrip-module-scss-module__gMe24W__ringViewed{opacity:.65;border:2px solid #00000026}.StoriesStrip-module-scss-module__gMe24W__ringOwn{border:2.5px solid var(--accent-primary);opacity:1}.StoriesStrip-module-scss-module__gMe24W__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.StoriesStrip-module-scss-module__gMe24W__avatarFallback{background:var(--bg-secondary,#f3f4f6);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(1.375rem,2vw + .25rem,2rem);display:flex}.StoriesStrip-module-scss-module__gMe24W__addDot{background:var(--accent-primary);border:2px solid var(--bg-primary,#fff);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:700;line-height:1;display:flex;position:absolute;bottom:0;right:0}.StoriesStrip-module-scss-module__gMe24W__bubbleName{color:var(--text-secondary,#666);text-overflow:ellipsis;white-space:nowrap;text-align:center;max-width:68px;font-size:clamp(.6875rem,.2vw + .15rem,.75rem);display:block;overflow:hidden}.StoriesStrip-module-scss-module__gMe24W__ringAdd{border:2.5px dashed var(--accent-primary);background:#ef5a2e0d}.StoriesStrip-module-scss-module__gMe24W__addPlaceholder{background:#7c3aed14;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.StoriesStrip-module-scss-module__gMe24W__addPlus{color:var(--accent-primary);font-size:clamp(1.625rem,2.5vw + .5rem,2.5rem);font-weight:400;line-height:1}.StoriesStrip-module-scss-module__gMe24W__seeAll{flex-direction:column;flex-shrink:0;align-items:center;gap:clamp(6px,.5vw,8px);width:68px;text-decoration:none;display:flex}.StoriesStrip-module-scss-module__gMe24W__seeAllIcon{border:2px dashed var(--border-muted,#ccc);width:62px;height:62px;color:var(--text-secondary,#888);background:var(--bg-secondary,#f9fafb);border-radius:50%;justify-content:center;align-items:center;font-size:clamp(1.625rem,2.5vw + .5rem,2.5rem);transition:background .15s;display:flex}.StoriesStrip-module-scss-module__gMe24W__seeAllIcon:hover{background:var(--bg-hover,#f0f0f0)}.StoriesStrip-module-scss-module__gMe24W__seeAllLabel{color:var(--text-secondary,#888);white-space:nowrap;font-size:clamp(.6875rem,.2vw + .15rem,.75rem)}.StoriesStrip-module-scss-module__gMe24W__skeletonBubble{flex-direction:column;flex-shrink:0;align-items:center;gap:clamp(6px,.5vw,8px);display:flex}.StoriesStrip-module-scss-module__gMe24W__skeletonCircle{background:var(--bg-secondary,#e8e8e8);border-radius:50%;width:62px;height:62px;animation:1s ease-in-out infinite StoriesStrip-module-scss-module__gMe24W__shimmer}.StoriesStrip-module-scss-module__gMe24W__skeletonLabel{background:var(--bg-secondary,#e8e8e8);border-radius:6px;width:48px;height:10px;animation:1s ease-in-out infinite StoriesStrip-module-scss-module__gMe24W__shimmer}@keyframes StoriesStrip-module-scss-module__gMe24W__shimmer{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
.HomeView-module-scss-module__5mf6YW__homeWrapper{min-height:100vh}.HomeView-module-scss-module__5mf6YW__main{flex-direction:column;gap:clamp(24px,2.75vw,40px);padding:clamp(20px,2.25vw,32px) 0;display:flex}
.UserDropdown-module-scss-module__AhdW3a__container{display:inline-block;position:relative}.UserDropdown-module-scss-module__AhdW3a__trigger{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:9999px;align-items:center;gap:clamp(6px,.5vw,8px);padding:clamp(4px,.4vw,6px);transition:all .2s;display:flex}.UserDropdown-module-scss-module__AhdW3a__trigger:hover{background:var(--bg-secondary)}.UserDropdown-module-scss-module__AhdW3a__avatarWrapper{border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;width:38px;height:38px;transition:all .2s;overflow:hidden}.UserDropdown-module-scss-module__AhdW3a__trigger:hover .UserDropdown-module-scss-module__AhdW3a__avatarWrapper{border-color:var(--accent-primary)}.UserDropdown-module-scss-module__AhdW3a__avatar{object-fit:cover;width:100%;height:100%}.UserDropdown-module-scss-module__AhdW3a__userName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-family:Inter,Cairo,system-ui,-apple-system,sans-serif;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:600;line-height:1.5;overflow:hidden}@media (max-width:992px){.UserDropdown-module-scss-module__AhdW3a__userName{display:none}}@media (max-width:480px){.UserDropdown-module-scss-module__AhdW3a__trigger{padding:clamp(2px,.2vw,4px)}.UserDropdown-module-scss-module__AhdW3a__avatarWrapper{width:32px;height:32px}}.UserDropdown-module-scss-module__AhdW3a__backdrop{display:none}@media (max-width:992px){.UserDropdown-module-scss-module__AhdW3a__backdrop{-webkit-backdrop-filter:blur(4px);z-index:var(--z-modal,1000);background:#0006;display:block;position:fixed;inset:0}@keyframes UserDropdown-module-scss-module__AhdW3a__fadeIn{0%{opacity:0}to{opacity:1}}.UserDropdown-module-scss-module__AhdW3a__backdrop{animation:.2s UserDropdown-module-scss-module__AhdW3a__fadeIn}}.UserDropdown-module-scss-module__AhdW3a__dropdown{background:var(--bg-primary);border:1px solid var(--border-color);width:240px;z-index:calc(var(--z-modal,1000) + 1);transform-origin:100% 0;border-radius:16px;padding:clamp(6px,.5vw,8px) 0;animation:.3s cubic-bezier(.16,1,.3,1) UserDropdown-module-scss-module__AhdW3a__slideDown;position:absolute;top:calc(100% + clamp(6px,.5vw,8px));right:0;box-shadow:0 10px 30px #0000001f}@media (max-width:992px){.UserDropdown-module-scss-module__AhdW3a__dropdown{width:100%;max-height:80vh;z-index:calc(var(--z-modal,1000) + 1);transform-origin:bottom;border-radius:24px 24px 0 0;padding:clamp(10px,1vw,16px) 0 clamp(16px,1.75vw,24px);animation:.3s cubic-bezier(.16,1,.3,1) UserDropdown-module-scss-module__AhdW3a__slideUp;position:fixed;inset:auto 0 0;overflow-y:auto;box-shadow:0 -10px 40px #0003}}@keyframes UserDropdown-module-scss-module__AhdW3a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes UserDropdown-module-scss-module__AhdW3a__slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes UserDropdown-module-scss-module__AhdW3a__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.UserDropdown-module-scss-module__AhdW3a__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:clamp(8px,.75vw,12px);margin-bottom:clamp(4px,.4vw,6px);padding:0 clamp(10px,1vw,16px) clamp(6px,.5vw,8px);display:flex}.UserDropdown-module-scss-module__AhdW3a__headerTitleGroup{flex-direction:column;gap:2px;display:flex}.UserDropdown-module-scss-module__AhdW3a__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:clamp(4px,.4vw,6px);transition:all .2s;display:flex}.UserDropdown-module-scss-module__AhdW3a__closeButton:hover{background:var(--bg-secondary);color:var(--text-primary)}@media (max-width:992px){.UserDropdown-module-scss-module__AhdW3a__closeButton{display:flex}}.UserDropdown-module-scss-module__AhdW3a__welcome{color:var(--text-secondary);font-family:Inter,Cairo,system-ui,-apple-system,sans-serif;font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:500;line-height:1.35}.UserDropdown-module-scss-module__AhdW3a__name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-family:Inter,Cairo,system-ui,-apple-system,sans-serif;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:700;line-height:1.5;overflow:hidden}.UserDropdown-module-scss-module__AhdW3a__menu{flex-direction:column;gap:clamp(2px,.2vw,4px);display:flex}.UserDropdown-module-scss-module__AhdW3a__menuItem{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:clamp(6px,.5vw,8px);width:calc(100% - clamp(8px,.75vw,12px));margin:0 clamp(4px,.4vw,6px);padding:clamp(6px,.5vw,8px) clamp(10px,1vw,16px);font-family:Inter,Cairo,system-ui,-apple-system,sans-serif;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:500;line-height:1.5;text-decoration:none;transition:all .2s;display:flex}.UserDropdown-module-scss-module__AhdW3a__menuItem:hover{background:var(--bg-secondary);color:var(--accent-primary);padding-left:clamp(12px,1.25vw,20px)}.UserDropdown-module-scss-module__AhdW3a__divider{background:var(--border-color);height:1px;margin:clamp(4px,.4vw,6px) 0}.UserDropdown-module-scss-module__AhdW3a__logout{color:var(--error)}.UserDropdown-module-scss-module__AhdW3a__logout:hover{color:var(--error);background:#ff474714}.UserDropdown-module-scss-module__AhdW3a__mobileOnlyItem{display:flex}@media (min-width:992px){.UserDropdown-module-scss-module__AhdW3a__mobileOnlyItem{display:none!important}}[dir=rtl] .UserDropdown-module-scss-module__AhdW3a__dropdown{transform-origin:0 0;left:0;right:auto}[dir=rtl] .UserDropdown-module-scss-module__AhdW3a__menuItem{text-align:right}[dir=rtl] .UserDropdown-module-scss-module__AhdW3a__menuItem:hover{padding-left:clamp(10px,1vw,16px);padding-right:clamp(12px,1.25vw,20px)}
.CategoriesMegaMenu-module-scss-module__wUnx4W__categoriesNav{background:var(--bg-secondary);border-top:1px solid var(--border-color);z-index:90;width:100%;padding:0;transition:all .3s;position:relative}.CategoriesMegaMenu-module-scss-module__wUnx4W__navContainer{align-items:center;height:45px;display:flex;position:relative}.CategoriesMegaMenu-module-scss-module__wUnx4W__scrollWrapper{flex:1;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.CategoriesMegaMenu-module-scss-module__wUnx4W__scrollList{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;align-items:center;gap:0;width:100%;height:100%;display:flex;overflow:auto hidden}.CategoriesMegaMenu-module-scss-module__wUnx4W__scrollList::-webkit-scrollbar{display:none}.CategoriesMegaMenu-module-scss-module__wUnx4W__categoryItem{height:100%;color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 clamp(20px,2.25vw,32px);font-family:inherit;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:500;transition:all .2s;display:flex;position:relative}.CategoriesMegaMenu-module-scss-module__wUnx4W__categoryItem:hover{color:var(--accent-primary);background:var(--bg-primary)}.CategoriesMegaMenu-module-scss-module__wUnx4W__categoryItem.CategoriesMegaMenu-module-scss-module__wUnx4W__active{color:var(--accent-primary);font-weight:600}.CategoriesMegaMenu-module-scss-module__wUnx4W__categoryItem.CategoriesMegaMenu-module-scss-module__wUnx4W__active:after{content:"";background:var(--accent-primary);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:15%;right:15%}.CategoriesMegaMenu-module-scss-module__wUnx4W__separator{background:var(--border-color);opacity:.4;flex-shrink:0;width:1px;height:16px}.CategoriesMegaMenu-module-scss-module__wUnx4W__navBtn{background:var(--bg-secondary);width:40px;height:100%;color:var(--text-primary);cursor:pointer;opacity:0;visibility:hidden;z-index:10;border:none;border-radius:0;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative;top:50%;transform:translateY(-50%)}.CategoriesMegaMenu-module-scss-module__wUnx4W__navBtn:hover{background:var(--accent-primary);color:#fff}.CategoriesMegaMenu-module-scss-module__wUnx4W__navBtn.CategoriesMegaMenu-module-scss-module__wUnx4W__visible{opacity:1;visibility:visible}.CategoriesMegaMenu-module-scss-module__wUnx4W__btnPrev{border-right:1px solid var(--border-color);border-radius:10px 0 0 10px}[dir=rtl] .CategoriesMegaMenu-module-scss-module__wUnx4W__btnPrev{border-right:none;border-left:1px solid var(--border-color);border-radius:0 10px 10px 0}.CategoriesMegaMenu-module-scss-module__wUnx4W__btnNext{border-left:1px solid var(--border-color);border-radius:0 10px 10px 0}[dir=rtl] .CategoriesMegaMenu-module-scss-module__wUnx4W__btnNext{border-left:none;border-right:1px solid var(--border-color);border-radius:10px 0 0 10px}.CategoriesMegaMenu-module-scss-module__wUnx4W__showStartFade:before,.CategoriesMegaMenu-module-scss-module__wUnx4W__showEndFade:after{content:"";pointer-events:none;z-index:2;width:40px;position:absolute;top:0;bottom:0}.CategoriesMegaMenu-module-scss-module__wUnx4W__showStartFade:before{background:linear-gradient(to right, var(--bg-secondary), transparent);left:0}.CategoriesMegaMenu-module-scss-module__wUnx4W__showEndFade:after{background:linear-gradient(to left, var(--bg-secondary), transparent);right:0}.CategoriesMegaMenu-module-scss-module__wUnx4W__megaMenu{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;z-index:var(--z-chrome);visibility:hidden;opacity:0;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 10px 30px #0000001a}.CategoriesMegaMenu-module-scss-module__wUnx4W__megaMenuVisible{visibility:visible;opacity:1;transform:translateY(0)}.CategoriesMegaMenu-module-scss-module__wUnx4W__megaContent{align-items:stretch;gap:0;display:flex}.CategoriesMegaMenu-module-scss-module__wUnx4W__imageSection{flex:0 0 148px;justify-content:center;align-items:center;padding:clamp(20px,2.25vw,32px) clamp(12px,1.25vw,20px);display:flex}.CategoriesMegaMenu-module-scss-module__wUnx4W__megaImageContainer{border-radius:var(--radius-lg);border:1px solid var(--border-color);flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.CategoriesMegaMenu-module-scss-module__wUnx4W__megaImage{object-fit:cover;transition:transform .4s}.CategoriesMegaMenu-module-scss-module__wUnx4W__vDividerLarge{background:linear-gradient(to bottom, transparent 0%, var(--border-color) 15%, var(--border-color) 85%, transparent 100%);opacity:.5;flex-shrink:0;align-self:stretch;width:1px;margin:clamp(16px,1.75vw,24px) clamp(24px,2.75vw,40px)}.CategoriesMegaMenu-module-scss-module__wUnx4W__hDivider{background:var(--border-color);opacity:.3;width:calc(100% - 64px);height:1px;margin:0 clamp(32px,4vw,64px)}.CategoriesMegaMenu-module-scss-module__wUnx4W__mainSections{flex-direction:column;flex:1;min-width:0;padding:clamp(20px,2.25vw,32px) 0;display:flex}.CategoriesMegaMenu-module-scss-module__wUnx4W__subcategoriesSection{padding:0 clamp(32px,4vw,64px) clamp(16px,1.75vw,24px)}.CategoriesMegaMenu-module-scss-module__wUnx4W__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.07em;margin-bottom:clamp(12px,1.25vw,20px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:700}.CategoriesMegaMenu-module-scss-module__wUnx4W__subTextGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:0 clamp(20px,2.25vw,32px);display:grid}.CategoriesMegaMenu-module-scss-module__wUnx4W__subTextItem{color:var(--text-primary);cursor:pointer;text-align:start;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;padding:clamp(6px,.5vw,8px) 0;font-family:inherit;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:400;transition:color .15s;display:block;overflow:hidden}.CategoriesMegaMenu-module-scss-module__wUnx4W__subTextItem:hover{color:var(--accent-primary)}.CategoriesMegaMenu-module-scss-module__wUnx4W__bottomRow{padding:0 clamp(32px,4vw,64px) clamp(20px,2.25vw,32px)}.CategoriesMegaMenu-module-scss-module__wUnx4W__bottomRow .CategoriesMegaMenu-module-scss-module__wUnx4W__listSection{flex:1}.CategoriesMegaMenu-module-scss-module__wUnx4W__sectionTitleSmall{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:clamp(6px,.5vw,8px);margin-bottom:clamp(12px,1.25vw,20px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:700;display:flex}.CategoriesMegaMenu-module-scss-module__wUnx4W__sectionTitleSmall svg{color:var(--accent-primary);width:13px;height:13px}.CategoriesMegaMenu-module-scss-module__wUnx4W__gridList{flex-wrap:wrap;gap:clamp(12px,1.25vw,20px);max-height:180px;margin:-4px;padding:clamp(4px,.4vw,6px);display:flex;overflow:hidden}.CategoriesMegaMenu-module-scss-module__wUnx4W__listItem{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-secondary);cursor:pointer;justify-content:center;align-items:center;width:120px;height:68px;padding:clamp(10px,1vw,16px) clamp(12px,1.25vw,20px);transition:all .2s;display:flex}.CategoriesMegaMenu-module-scss-module__wUnx4W__listItem:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.CategoriesMegaMenu-module-scss-module__wUnx4W__itemLogo{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.CategoriesMegaMenu-module-scss-module__wUnx4W__itemLogo img{object-fit:contain;width:100%;height:100%}.CategoriesMegaMenu-module-scss-module__wUnx4W__itemName{display:none}.CategoriesMegaMenu-module-scss-module__wUnx4W__fallbackLogo{width:100%;height:100%;color:var(--text-secondary);text-align:center;justify-content:center;align-items:center;gap:clamp(8px,.75vw,12px);padding:clamp(4px,.4vw,6px) clamp(8px,.75vw,12px);font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:600;display:flex}.CategoriesMegaMenu-module-scss-module__wUnx4W__fallbackIcon{color:var(--accent-primary);flex-shrink:0;width:16px;height:16px}.CategoriesMegaMenu-module-scss-module__wUnx4W__fallbackText{text-overflow:ellipsis;white-space:nowrap;max-width:76px;overflow:hidden}.CategoriesMegaMenu-module-scss-module__wUnx4W__emptyState{color:var(--text-secondary);padding:clamp(6px,.5vw,8px) 0;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-style:italic}@media (max-width:992px){.CategoriesMegaMenu-module-scss-module__wUnx4W__imageSection{display:none}.CategoriesMegaMenu-module-scss-module__wUnx4W__subTextGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media (max-width:768px){.CategoriesMegaMenu-module-scss-module__wUnx4W__categoriesNav{display:none}}
.CityMapSelector-module-scss-module__Kvz8hq__container{background:var(--card-bg);border-radius:var(--radius-xl);flex-direction:column;width:100%;height:100%;max-height:85vh;display:flex;overflow:hidden}.CityMapSelector-module-scss-module__Kvz8hq__header{background:var(--card-bg);border-bottom:1px solid var(--border-subtle);z-index:10;justify-content:space-between;align-items:center;padding:clamp(16px,1.75vw,24px) clamp(20px,2.25vw,32px);display:flex}@media (max-width:768px){.CityMapSelector-module-scss-module__Kvz8hq__header{padding:clamp(12px,1.25vw,20px) clamp(16px,1.75vw,24px)}}.CityMapSelector-module-scss-module__Kvz8hq__title{color:var(--text-primary);background:linear-gradient(135deg,#e8630a 0%,#c4520a 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1rem,1vw + .1rem,1.25rem);font-weight:800}.CityMapSelector-module-scss-module__Kvz8hq__closeBtn{background:var(--bg-muted);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.CityMapSelector-module-scss-module__Kvz8hq__closeBtn:hover{background:var(--border-subtle);transform:scale(1.05)}.CityMapSelector-module-scss-module__Kvz8hq__closeBtn:active{transform:scale(.95)}.CityMapSelector-module-scss-module__Kvz8hq__closeBtn svg{width:20px;height:20px}.CityMapSelector-module-scss-module__Kvz8hq__mapWrapper{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);width:100%;height:420px;position:relative}@media (max-width:768px){.CityMapSelector-module-scss-module__Kvz8hq__mapWrapper{height:360px}}.CityMapSelector-module-scss-module__Kvz8hq__mapContainer{outline:none;width:100%;height:100%}.CityMapSelector-module-scss-module__Kvz8hq__searchWrapper{z-index:5;-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#fffffff2;align-items:center;gap:clamp(8px,.75vw,12px);padding:0 clamp(12px,1.25vw,20px);display:flex;position:absolute;top:14px;left:14px;right:14px;box-shadow:0 4px 16px #0000001f}html[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__searchWrapper{background:#1e1e1eeb;border-color:#ffffff1a}.dark .CityMapSelector-module-scss-module__Kvz8hq__searchWrapper{background:#1e1e1eeb;border-color:#ffffff1a}[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__searchWrapper{background:#1e1e1eeb;border-color:#ffffff1a}.CityMapSelector-module-scss-module__Kvz8hq__searchIcon{color:#e8630a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CityMapSelector-module-scss-module__Kvz8hq__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;padding:clamp(12px,1.25vw,20px) 0;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:500}.CityMapSelector-module-scss-module__Kvz8hq__searchInput::placeholder{color:var(--text-muted)}.CityMapSelector-module-scss-module__Kvz8hq__suggestionsList{background:var(--card-bg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);z-index:10;max-height:200px;margin-top:clamp(4px,.4vw,6px);padding:clamp(4px,.4vw,6px) 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #00000026}html[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__suggestionsList{background:#1e1e1e;border-color:#ffffff1f}.dark .CityMapSelector-module-scss-module__Kvz8hq__suggestionsList{background:#1e1e1e;border-color:#ffffff1f}[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__suggestionsList{background:#1e1e1e;border-color:#ffffff1f}.CityMapSelector-module-scss-module__Kvz8hq__suggestionItem{color:var(--text-primary);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;padding:clamp(8px,.75vw,12px) clamp(12px,1.25vw,20px);font-size:clamp(.875rem,.5vw + .25rem,1rem);transition:background .2s;overflow:hidden}.CityMapSelector-module-scss-module__Kvz8hq__suggestionItem:hover{color:#e8630a;background:#fff3ed}html[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__suggestionItem:hover{color:#ffa466;background:#e8630a33}.dark .CityMapSelector-module-scss-module__Kvz8hq__suggestionItem:hover{color:#ffa466;background:#e8630a33}[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__suggestionItem:hover{color:#ffa466;background:#e8630a33}.CityMapSelector-module-scss-module__Kvz8hq__centerPin{pointer-events:none;z-index:4;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.CityMapSelector-module-scss-module__Kvz8hq__pinIcon{transform-origin:bottom;filter:drop-shadow(0 4px 6px #0003);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.CityMapSelector-module-scss-module__Kvz8hq__pinIcon svg{display:block}.CityMapSelector-module-scss-module__Kvz8hq__pinShadow{filter:blur(1px);background:#00000040;border-radius:50%;width:14px;height:4px;margin-top:-2px;transition:all .2s}.CityMapSelector-module-scss-module__Kvz8hq__centerPin.CityMapSelector-module-scss-module__Kvz8hq__dragging .CityMapSelector-module-scss-module__Kvz8hq__pinIcon{transform:translateY(-16px)scale(1.08)}.CityMapSelector-module-scss-module__Kvz8hq__centerPin.CityMapSelector-module-scss-module__Kvz8hq__dragging .CityMapSelector-module-scss-module__Kvz8hq__pinShadow{background:#0000001a;transform:scale(.4)}.CityMapSelector-module-scss-module__Kvz8hq__warningToast{z-index:6;color:#fff;text-align:center;background:#ef4444;border-radius:30px;max-width:90%;padding:clamp(10px,1vw,16px) clamp(20px,2.25vw,32px);font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) CityMapSelector-module-scss-module__Kvz8hq__slideUpFade;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #ef444466}.CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn{z-index:5;-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-subtle);color:#e8630a;cursor:pointer;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 12px #00000026}.CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn:hover{background:#fff;transform:scale(1.08);box-shadow:0 6px 16px #e8630a40}.CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn:active{transform:scale(.95)}html[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn{background:#1e1e1eeb;border-color:#ffffff1f}.dark .CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn{background:#1e1e1eeb;border-color:#ffffff1f}[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn{background:#1e1e1eeb;border-color:#ffffff1f}.CityMapSelector-module-scss-module__Kvz8hq__myLocationBtn svg{width:22px;height:22px}@keyframes CityMapSelector-module-scss-module__Kvz8hq__slideUpFade{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.CityMapSelector-module-scss-module__Kvz8hq__loaderScreen{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:8;background:#ffffffa6;flex-direction:column;justify-content:center;align-items:center;gap:clamp(8px,.75vw,12px);display:flex;position:absolute;inset:0}html[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__loaderScreen{background:#1e1e1ea6}.dark .CityMapSelector-module-scss-module__Kvz8hq__loaderScreen{background:#1e1e1ea6}[data-theme=dark] .CityMapSelector-module-scss-module__Kvz8hq__loaderScreen{background:#1e1e1ea6}.CityMapSelector-module-scss-module__Kvz8hq__loadingText{color:var(--text-primary);font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:600}.CityMapSelector-module-scss-module__Kvz8hq__actions{background:var(--card-bg);border-top:1px solid var(--border-color);gap:clamp(6px,.5vw,8px);width:100%;padding:clamp(8px,.75vw,12px) clamp(12px,1.25vw,20px);display:flex}.CityMapSelector-module-scss-module__Kvz8hq__primaryAction{flex:2;min-width:0;display:flex}.CityMapSelector-module-scss-module__Kvz8hq__primaryAction button{border-radius:var(--radius-md);color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8630a 0%,#c4520a 100%);border:none;justify-content:center;align-items:center;width:100%;padding:.75rem 1.25rem;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px -2px #e8630a66}.CityMapSelector-module-scss-module__Kvz8hq__primaryAction button:hover{transform:translateY(-1px);box-shadow:0 6px 18px -3px #e8630a80}.CityMapSelector-module-scss-module__Kvz8hq__primaryAction button:active{transform:translateY(0)}.CityMapSelector-module-scss-module__Kvz8hq__primaryAction button:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.CityMapSelector-module-scss-module__Kvz8hq__secondaryAction{flex:1;min-width:0;display:flex}.CityMapSelector-module-scss-module__Kvz8hq__secondaryAction button{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-secondary);cursor:pointer;text-align:center;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600;transition:all .2s;display:flex}.CityMapSelector-module-scss-module__Kvz8hq__secondaryAction button:hover{color:#e8630a;background:#fff3ed;border-color:#e8630a}.CityMapSelector-module-scss-module__Kvz8hq__secondaryAction button:active{transform:scale(.98)}
.LocationModal-module-scss-module__sJ_yqW__overlay{z-index:var(--z-modal);justify-content:center;align-items:center;padding:clamp(20px,2.25vw,32px);animation:.2s LocationModal-module-scss-module__sJ_yqW__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes LocationModal-module-scss-module__sJ_yqW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.LocationModal-module-scss-module__sJ_yqW__backdrop{-webkit-backdrop-filter:blur(5px);cursor:pointer;background:#0000008c;position:absolute;inset:0}.LocationModal-module-scss-module__sJ_yqW__panel{background:var(--bg-primary);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:520px;max-height:88vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) LocationModal-module-scss-module__sJ_yqW__panelSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 64px #00000040,0 0 0 1px #ffffff0d}@keyframes LocationModal-module-scss-module__sJ_yqW__panelSlideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.LocationModal-module-scss-module__sJ_yqW__panel>div{flex:1;min-height:0;overflow-y:auto}@media (max-width:576px){.LocationModal-module-scss-module__sJ_yqW__overlay{align-items:flex-end;padding:0}.LocationModal-module-scss-module__sJ_yqW__panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:100%;max-height:92vh;animation:.3s cubic-bezier(.175,.885,.32,1.275) LocationModal-module-scss-module__sJ_yqW__panelSlideUpMobile}@keyframes LocationModal-module-scss-module__sJ_yqW__panelSlideUpMobile{0%{opacity:.5;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}
.LoginForm-module-scss-module__DinLfW__container{flex-direction:column;width:100%;animation:.4s cubic-bezier(.16,1,.3,1) LoginForm-module-scss-module__DinLfW__slideUp;display:flex}@keyframes LoginForm-module-scss-module__DinLfW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.LoginForm-module-scss-module__DinLfW__title{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:clamp(4px,.4vw,6px);font-size:clamp(1.625rem,2.5vw + .5rem,2.5rem);font-weight:800}@media (max-width:480px){.LoginForm-module-scss-module__DinLfW__title{font-size:clamp(1.375rem,2vw + .25rem,2rem)}}.LoginForm-module-scss-module__DinLfW__subtitle{color:var(--text-tertiary);text-align:center;margin-bottom:clamp(20px,2.25vw,32px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);line-height:1.5}@media (max-width:480px){.LoginForm-module-scss-module__DinLfW__subtitle{font-size:clamp(.8125rem,.4vw + .2rem,.9375rem)}}.LoginForm-module-scss-module__DinLfW__form{flex-direction:column;gap:clamp(10px,1vw,16px);display:flex}.LoginForm-module-scss-module__DinLfW__actions{justify-content:flex-end;display:flex}.LoginForm-module-scss-module__DinLfW__link{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:700;transition:color .2s}.LoginForm-module-scss-module__DinLfW__link:hover{color:var(--accent-secondary);text-decoration:underline}.LoginForm-module-scss-module__DinLfW__footer{text-align:center;color:var(--text-tertiary);justify-content:center;align-items:center;gap:clamp(4px,.4vw,6px);margin-top:clamp(20px,2.25vw,32px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);display:flex}.LoginForm-module-scss-module__DinLfW__socialAuth{margin-top:clamp(20px,2.25vw,32px)}.LoginForm-module-scss-module__DinLfW__divider{align-items:center;gap:clamp(8px,.75vw,12px);margin-bottom:clamp(12px,1.25vw,20px);display:flex}.LoginForm-module-scss-module__DinLfW__divider:before,.LoginForm-module-scss-module__DinLfW__divider:after{content:"";background:var(--border-color);flex:1;height:1px}.LoginForm-module-scss-module__DinLfW__divider span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:600}.LoginForm-module-scss-module__DinLfW__socialButtons{gap:clamp(6px,.5vw,8px);display:flex}.LoginForm-module-scss-module__DinLfW__socialBtn{cursor:pointer;flex:1;justify-content:center;align-items:center;gap:clamp(6px,.5vw,8px);height:46px;padding:clamp(6px,.5vw,8px) clamp(10px,1vw,16px);display:flex;background-color:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-sm)!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.LoginForm-module-scss-module__DinLfW__socialBtn:hover{transform:translateY(-2px);background-color:var(--bg-primary)!important;border-color:var(--text-tertiary)!important;box-shadow:var(--shadow-md)!important}.LoginForm-module-scss-module__DinLfW__socialBtn>*{justify-content:center;align-items:center;display:flex}.LoginForm-module-scss-module__DinLfW__socialIcon{flex-shrink:0;width:20px;height:20px;display:block}.LoginForm-module-scss-module__DinLfW__socialText{font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600;line-height:1}
.SignUpForm-module-scss-module__el3QiG__container{flex-direction:column;width:100%;display:flex}.SignUpForm-module-scss-module__el3QiG__title{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:clamp(4px,.4vw,6px);font-size:clamp(1.625rem,2.5vw + .5rem,2.5rem);font-weight:800}.SignUpForm-module-scss-module__el3QiG__subtitle{color:var(--text-tertiary);text-align:center;margin-bottom:clamp(20px,2.25vw,32px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);line-height:1.5}.SignUpForm-module-scss-module__el3QiG__form{flex-direction:column;gap:clamp(10px,1vw,16px);display:flex}.SignUpForm-module-scss-module__el3QiG__phoneGroup{align-items:flex-end;gap:clamp(6px,.5vw,8px);display:flex}.SignUpForm-module-scss-module__el3QiG__codeSelect{flex-direction:column;flex-shrink:0;gap:clamp(6px,.5vw,8px);display:flex}.SignUpForm-module-scss-module__el3QiG__codeSelect label{color:var(--text-secondary);margin-left:clamp(2px,.2vw,4px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600}.SignUpForm-module-scss-module__el3QiG__codeSelect select{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:var(--input-bg);height:46px;color:var(--text-primary);cursor:pointer;appearance:none;min-width:100px;box-shadow:var(--input-shadow);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23667085' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;outline:none;padding:0 clamp(36px,5vw,80px) 0 clamp(12px,1.25vw,20px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);transition:all .2s cubic-bezier(.4,0,.2,1)}.SignUpForm-module-scss-module__el3QiG__codeSelect select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px var(--accent-glow),var(--input-shadow)}.SignUpForm-module-scss-module__el3QiG__phoneInput{flex:1}.SignUpForm-module-scss-module__el3QiG__dobGroup{flex-direction:column;gap:clamp(6px,.5vw,8px);display:flex}.SignUpForm-module-scss-module__el3QiG__dobLabel{color:var(--text-secondary);margin-left:clamp(2px,.2vw,4px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600}.SignUpForm-module-scss-module__el3QiG__dobFields{gap:clamp(6px,.5vw,8px);display:flex}.SignUpForm-module-scss-module__el3QiG__dobDay{flex:0 0 26%}.SignUpForm-module-scss-module__el3QiG__dobSelect{flex:1;min-width:0}.SignUpForm-module-scss-module__el3QiG__dobSelect select{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:var(--input-bg);width:100%;height:46px;color:var(--text-primary);text-align:center;cursor:pointer;box-shadow:var(--input-shadow);outline:none;padding:0 clamp(12px,1.25vw,20px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);transition:all .2s cubic-bezier(.4,0,.2,1)}.SignUpForm-module-scss-module__el3QiG__dobSelect select:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px var(--accent-glow),var(--input-shadow)}.SignUpForm-module-scss-module__el3QiG__genderGroup{flex-direction:column;gap:clamp(6px,.5vw,8px);display:flex}.SignUpForm-module-scss-module__el3QiG__genderGroup label{color:var(--text-secondary);margin-left:clamp(2px,.2vw,4px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:600}.SignUpForm-module-scss-module__el3QiG__radios{gap:clamp(8px,.75vw,12px);display:flex}.SignUpForm-module-scss-module__el3QiG__radios label{cursor:pointer;color:var(--text-secondary);flex:1;align-items:center;gap:clamp(6px,.5vw,8px);padding:clamp(6px,.5vw,8px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.SignUpForm-module-scss-module__el3QiG__radios label:has(input:checked){color:var(--accent-primary)}.SignUpForm-module-scss-module__el3QiG__radios label input[type=radio]{width:18px;height:18px;accent-color:var(--accent-primary);margin:0}.SignUpForm-module-scss-module__el3QiG__footer{text-align:center;color:var(--text-tertiary);justify-content:center;align-items:center;gap:clamp(4px,.4vw,6px);margin-top:clamp(20px,2.25vw,32px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);display:flex}.SignUpForm-module-scss-module__el3QiG__link{color:var(--accent-primary);cursor:pointer;font-family:inherit;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0;transition:color .2s}.SignUpForm-module-scss-module__el3QiG__link:hover{color:var(--accent-secondary);text-decoration:underline}.SignUpForm-module-scss-module__el3QiG__socialAuth{margin-top:clamp(20px,2.25vw,32px)}.SignUpForm-module-scss-module__el3QiG__divider{align-items:center;gap:clamp(8px,.75vw,12px);margin-bottom:clamp(10px,1vw,16px);display:flex}.SignUpForm-module-scss-module__el3QiG__divider:before,.SignUpForm-module-scss-module__el3QiG__divider:after{content:"";background:var(--border-color);flex:1;height:1px}.SignUpForm-module-scss-module__el3QiG__divider span{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:600}.SignUpForm-module-scss-module__el3QiG__socialButtons{gap:clamp(6px,.5vw,8px);display:flex}.SignUpForm-module-scss-module__el3QiG__socialBtn{flex:1;justify-content:center;align-items:center;gap:clamp(6px,.5vw,8px);padding:clamp(6px,.5vw,8px) clamp(10px,1vw,16px);display:flex;background-color:var(--bg-primary)!important;border:1px solid var(--border-color)!important;color:var(--text-primary)!important;border-radius:var(--radius-md)!important;transition:all .2s!important}.SignUpForm-module-scss-module__el3QiG__socialBtn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px);background-color:var(--bg-secondary)!important;border-color:var(--text-tertiary)!important}.SignUpForm-module-scss-module__el3QiG__socialBtn img{filter:drop-shadow(0 2px 4px #0000000d)}
.PasswordForms-module-scss-module__G89SHa__container{flex-direction:column;width:100%;display:flex}.PasswordForms-module-scss-module__G89SHa__box{width:100%!important}.PasswordForms-module-scss-module__G89SHa__textLink{color:var(--accent-primary);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.PasswordForms-module-scss-module__G89SHa__textLink:hover{text-decoration:underline}.PasswordForms-module-scss-module__G89SHa__header{text-align:center;margin-bottom:clamp(28px,3.5vw,56px)}.PasswordForms-module-scss-module__G89SHa__title{color:var(--text-primary);margin-bottom:clamp(8px,.75vw,12px);font-size:clamp(1.625rem,2.5vw + .5rem,2.5rem);font-weight:700}.PasswordForms-module-scss-module__G89SHa__subtitle{color:var(--text-secondary);font-size:clamp(.875rem,.5vw + .25rem,1rem);line-height:1.5}.PasswordForms-module-scss-module__G89SHa__form{flex-direction:column;gap:clamp(20px,2.25vw,32px);display:flex}.PasswordForms-module-scss-module__G89SHa__footer{text-align:center;color:var(--text-secondary);margin-top:clamp(24px,2.75vw,40px);font-size:clamp(.875rem,.5vw + .25rem,1rem)}.PasswordForms-module-scss-module__G89SHa__link{color:var(--accent-primary);font-weight:600;text-decoration:none;transition:color .2s}.PasswordForms-module-scss-module__G89SHa__link:hover{color:var(--accent-secondary)}.PasswordForms-module-scss-module__G89SHa__wFull{width:100%!important}@keyframes PasswordForms-module-scss-module__G89SHa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.AuthModal-module-scss-module__WiqMaG__overlay{z-index:var(--z-modal);justify-content:center;align-items:center;padding:clamp(10px,1vw,16px);animation:.3s cubic-bezier(.16,1,.3,1) AuthModal-module-scss-module__WiqMaG__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module-scss-module__WiqMaG__overlayFadeIn{0%{opacity:0;background-color:#0000}to{opacity:1}}.AuthModal-module-scss-module__WiqMaG__backdrop{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#0c0c0d66;transition:all .3s;position:absolute;inset:0}.AuthModal-module-scss-module__WiqMaG__panel{background:var(--bg-secondary);border-radius:var(--radius-xl);width:100%;max-width:480px;max-height:90vh;box-shadow:0 1px 3px #0000001a,0 20px 48px -12px #00000040,inset 0 0 0 1px var(--glass-border);border:1px solid var(--border-color);flex-direction:column;animation:.4s cubic-bezier(.34,1.56,.64,1) AuthModal-module-scss-module__WiqMaG__panelScaleIn;display:flex;position:relative;overflow:hidden}@keyframes AuthModal-module-scss-module__WiqMaG__panelScaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.AuthModal-module-scss-module__WiqMaG__closeBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);z-index:10;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:clamp(4px,.4vw,6px);transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:clamp(10px,1vw,16px);right:clamp(10px,1vw,16px)}.AuthModal-module-scss-module__WiqMaG__closeBtn:hover{background:var(--accent-light);color:var(--accent-primary);border-color:var(--accent-primary);transform:scale(1.08)}.AuthModal-module-scss-module__WiqMaG__content{scrollbar-width:thin;scrollbar-color:var(--border-color) #0000;flex:1;min-height:0;padding:clamp(20px,2.25vw,32px) clamp(16px,1.75vw,24px);overflow-y:auto}.AuthModal-module-scss-module__WiqMaG__content::-webkit-scrollbar{width:4px}.AuthModal-module-scss-module__WiqMaG__content::-webkit-scrollbar-track{background:0 0}.AuthModal-module-scss-module__WiqMaG__content::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:var(--radius-full)}@media (max-width:992px){.AuthModal-module-scss-module__WiqMaG__overlay{align-items:flex-end;padding:0}.AuthModal-module-scss-module__WiqMaG__panel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:100%;max-height:96vh;animation:.4s cubic-bezier(.32,.72,0,1) AuthModal-module-scss-module__WiqMaG__panelSlideUpMobile;box-shadow:0 -10px 40px #0000001a}.AuthModal-module-scss-module__WiqMaG__content{box-sizing:border-box;width:100%;padding:clamp(20px,2.25vw,32px) clamp(16px,1.75vw,24px) clamp(28px,3.5vw,56px)}@keyframes AuthModal-module-scss-module__WiqMaG__panelSlideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}
.AppDownloadBottomSheet-module-scss-module__zjzeAa__overlay{align-items:flex-end;padding:clamp(8px,.75vw,12px)}.AppDownloadBottomSheet-module-scss-module__zjzeAa__sheet{border-radius:var(--radius-2xl);padding:clamp(12px,1.25vw,20px);padding-bottom:max(clamp(12px,1.25vw,20px),env(safe-area-inset-bottom));gap:clamp(10px,1vw,16px);animation:.4s cubic-bezier(.34,1.56,.64,1) AppDownloadBottomSheet-module-scss-module__zjzeAa__sheetIn}.AppDownloadBottomSheet-module-scss-module__zjzeAa__sheet:before{content:"";background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));height:4px;position:absolute;top:0;left:0;right:0}.AppDownloadBottomSheet-module-scss-module__zjzeAa__closeButton{top:clamp(8px,.75vw,12px);z-index:2;border-radius:var(--radius-full);position:absolute;inset-inline-end:clamp(8px,.75vw,12px)}.AppDownloadBottomSheet-module-scss-module__zjzeAa__row{align-items:center;gap:clamp(8px,.75vw,12px);padding-inline-end:clamp(16px,1.75vw,24px);display:flex}.AppDownloadBottomSheet-module-scss-module__zjzeAa__iconWrapper{border-radius:var(--radius-xl);background:var(--bg-primary);border:1px solid var(--border-color);width:56px;height:56px;box-shadow:var(--card-shadow);flex-shrink:0;justify-content:center;align-items:center;padding:clamp(4px,.4vw,6px);display:flex}.AppDownloadBottomSheet-module-scss-module__zjzeAa__appIcon{object-fit:contain;width:100%;height:100%}.AppDownloadBottomSheet-module-scss-module__zjzeAa__content{flex:1;min-width:0}.AppDownloadBottomSheet-module-scss-module__zjzeAa__title{color:var(--text-primary);margin:0 0 clamp(2px,.2vw,4px);font-family:Inter,Cairo,system-ui,-apple-system,sans-serif;font-size:clamp(1rem,.75vw + .25rem,1.125rem);font-weight:700;line-height:1.35}.AppDownloadBottomSheet-module-scss-module__zjzeAa__description{color:var(--text-secondary);margin:0;font-family:Inter,Cairo,system-ui,-apple-system,sans-serif;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:400;line-height:1.5}.AppDownloadBottomSheet-module-scss-module__zjzeAa__downloadButton{width:100%;font-weight:700}@keyframes AppDownloadBottomSheet-module-scss-module__zjzeAa__sheetIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
.ProductCard-module-scss-module__7bb09q__container{backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;height:100%;box-shadow:var(--shadow-sm);overflow:hidden;background-color:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-lg)!important;flex-direction:column!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important}html[data-theme=dark] .ProductCard-module-scss-module__7bb09q__container{box-shadow:var(--shadow-sm);background-color:var(--card-bg)!important;border-color:var(--border-color)!important}.ProductCard-module-scss-module__7bb09q__container:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)!important;border-color:var(--accent-glow)!important}@media (max-width:768px){.ProductCard-module-scss-module__7bb09q__container:hover{transform:translateY(-4px)}}.ProductCard-module-scss-module__7bb09q__imageWrapper{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;width:100%;padding:clamp(8px,.75vw,12px);transition:background .3s;display:flex;position:relative;overflow:hidden}html[data-theme=dark] .ProductCard-module-scss-module__7bb09q__imageWrapper{background:#f9f9f9}html[data-theme=dark] .ProductCard-module-scss-module__7bb09q__imageWrapper:after{content:"";pointer-events:none;background:#00000005;position:absolute;inset:0}.ProductCard-module-scss-module__7bb09q__imageContainer{background:0 0!important;width:100%!important;height:100%!important}.ProductCard-module-scss-module__7bb09q__image{object-fit:contain;max-width:100%;max-height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}html[data-theme=dark] .ProductCard-module-scss-module__7bb09q__image{filter:brightness(.98)}.ProductCard-module-scss-module__7bb09q__container:hover .ProductCard-module-scss-module__7bb09q__image{transform:scale(1.08)}.ProductCard-module-scss-module__7bb09q__badges{z-index:2;flex-direction:column;gap:clamp(6px,.5vw,8px);display:flex;position:absolute;top:10px;left:10px}[dir=rtl] .ProductCard-module-scss-module__7bb09q__badges{left:auto;right:10px}.ProductCard-module-scss-module__7bb09q__discountBadge{background:var(--accent-primary);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:clamp(4px,.4vw,6px) clamp(10px,1vw,16px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:800;display:flex}.ProductCard-module-scss-module__7bb09q__customBadge{background:var(--success);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:clamp(4px,.4vw,6px) clamp(10px,1vw,16px);font-size:clamp(.6875rem,.2vw + .15rem,.75rem);font-weight:700}.ProductCard-module-scss-module__7bb09q__wishlistBtn{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:2;color:var(--text-secondary);box-shadow:var(--shadow-sm);transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:10px;right:10px;border:1px solid var(--glass-border)!important;width:36px!important;height:36px!important;min-width:unset!important;min-height:unset!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important}[dir=rtl] .ProductCard-module-scss-module__7bb09q__wishlistBtn{left:10px;right:auto}.ProductCard-module-scss-module__7bb09q__wishlistBtn:hover{background:var(--bg-secondary);color:var(--error);box-shadow:var(--shadow-md);border-color:var(--error);transform:scale(1.1)}.ProductCard-module-scss-module__7bb09q__wishlistBtn.ProductCard-module-scss-module__7bb09q__active{color:var(--error);border-color:var(--error);background:var(--bg-secondary)}.ProductCard-module-scss-module__7bb09q__content{flex-direction:column;flex:1;gap:clamp(8px,.75vw,12px);padding:clamp(12px,1.25vw,20px);display:flex}.ProductCard-module-scss-module__7bb09q__info{flex-direction:column;gap:clamp(4px,.4vw,6px);display:flex}.ProductCard-module-scss-module__7bb09q__name{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.7em;margin:0;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.ProductCard-module-scss-module__7bb09q__container:hover .ProductCard-module-scss-module__7bb09q__name{color:var(--accent-primary)}.ProductCard-module-scss-module__7bb09q__description{color:var(--text-tertiary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;height:1.25em;margin:0;font-size:clamp(.75rem,.3vw + .2rem,.875rem);display:-webkit-box;overflow:hidden}.ProductCard-module-scss-module__7bb09q__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.ProductCard-module-scss-module__7bb09q__priceSection{flex-direction:column;display:flex}.ProductCard-module-scss-module__7bb09q__price{color:var(--accent-primary);letter-spacing:-.02em;font-size:clamp(.9375rem,.75vw + .1rem,1.125rem);font-weight:800}.ProductCard-module-scss-module__7bb09q__originalPrice{color:var(--text-tertiary);margin-top:-2px;font-size:clamp(.6875rem,.2vw + .15rem,.75rem);text-decoration:line-through}.ProductCard-module-scss-module__7bb09q__cartBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;z-index:5;width:40px;height:40px;box-shadow:var(--shadow-xs);justify-content:center;align-items:center;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ProductCard-module-scss-module__7bb09q__cartBtn svg{pointer-events:none;width:24px;height:24px}.ProductCard-module-scss-module__7bb09q__cartBtn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px var(--accent-glow);transform:scale(1.05)}.ProductCard-module-scss-module__7bb09q__container:has(.ProductCard-module-scss-module__7bb09q__cartBtn:hover){transform:translateY(-8px)}@keyframes ProductCard-module-scss-module__7bb09q__cartSlide{0%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(12px)}51%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.ProductCard-module-scss-module__7bb09q__cartArrow{opacity:1;transition:none;transform:translateY(0)}.ProductCard-module-scss-module__7bb09q__cartBtn:hover .ProductCard-module-scss-module__7bb09q__cartArrow{animation:.8s cubic-bezier(.4,0,.2,1) infinite ProductCard-module-scss-module__7bb09q__cartSlide}[dir=rtl] .ProductCard-module-scss-module__7bb09q__name,[dir=rtl] .ProductCard-module-scss-module__7bb09q__description,[dir=rtl] .ProductCard-module-scss-module__7bb09q__originalPrice{text-align:right}.ProductCard-module-scss-module__7bb09q__cartQuantityBadge{background:var(--accent-primary);color:#fff;border-radius:var(--radius-full);border:2px solid var(--bg-secondary);min-width:20px;height:20px;box-shadow:var(--shadow-sm);z-index:10;justify-content:center;align-items:center;padding:0 clamp(4px,.4vw,6px);font-size:10px;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px}html[data-theme=dark] .ProductCard-module-scss-module__7bb09q__cartQuantityBadge{border-color:var(--card-bg)}[dir=rtl] .ProductCard-module-scss-module__7bb09q__cartQuantityBadge{left:-8px;right:auto}@media (max-width:576px){.ProductCard-module-scss-module__7bb09q__name{height:2.7em!important;line-height:1.35!important}.ProductCard-module-scss-module__7bb09q__cartBtn{width:32px!important;height:32px!important;min-height:unset!important}.ProductCard-module-scss-module__7bb09q__cartBtn svg{width:18px!important;height:18px!important}.ProductCard-module-scss-module__7bb09q__wishlistBtn{width:28px!important;height:28px!important;min-width:unset!important;min-height:unset!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;top:6px!important;right:6px!important}.ProductCard-module-scss-module__7bb09q__wishlistBtn svg{width:14px!important;height:14px!important}[dir=rtl] .ProductCard-module-scss-module__7bb09q__wishlistBtn{left:6px!important;right:auto!important}}@media (max-width:480px){.ProductCard-module-scss-module__7bb09q__name{height:2.7em!important}}
.SectionHeader-module-scss-module__eX4EWq__header{justify-content:space-between;align-items:center;width:100%;display:flex}.SectionHeader-module-scss-module__eX4EWq__titleWrapper{align-items:center;gap:clamp(8px,.75vw,12px);display:flex}.SectionHeader-module-scss-module__eX4EWq__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:clamp(1.125rem,1.5vw + .1rem,1.5rem);font-weight:800}.SectionHeader-module-scss-module__eX4EWq__icon{font-size:clamp(1.375rem,2vw + .25rem,2rem);line-height:1}.SectionHeader-module-scss-module__eX4EWq__viewAll{background:var(--accent-glow);color:var(--accent-primary);border-radius:var(--radius-card);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;align-items:center;gap:clamp(4px,.4vw,6px);padding:clamp(6px,.5vw,8px) clamp(10px,1vw,16px);font-size:clamp(.6875rem,.6vw + .4375rem,.8125rem);font-weight:700;transition:all .3s;display:flex}.SectionHeader-module-scss-module__eX4EWq__viewAll:hover{background:var(--accent-primary);color:#fff;transform:translate(2px)}
.ProductSection-module-scss-module__ppc5Iq__section{flex-direction:column;gap:clamp(16px,1.75vw,24px);width:100%;display:flex}.ProductSection-module-scss-module__ppc5Iq__header{justify-content:space-between;align-items:center;display:flex}.ProductSection-module-scss-module__ppc5Iq__title{color:var(--text-primary);font-size:clamp(1rem,1vw + .1rem,1.25rem);font-weight:700}.ProductSection-module-scss-module__ppc5Iq__viewAll{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;font-size:clamp(.6875rem,.6vw + .4375rem,.8125rem);font-weight:600}.ProductSection-module-scss-module__ppc5Iq__scrollList{gap:clamp(16px,1.75vw,24px);width:100%;padding:clamp(4px,.4vw,6px) 0 clamp(12px,1.25vw,20px);display:flex;overflow-x:auto}.ProductSection-module-scss-module__ppc5Iq__scrollList::-webkit-scrollbar{display:none}.ProductSection-module-scss-module__ppc5Iq__grid{grid-template-columns:repeat(2,1fr);gap:clamp(12px,1.25vw,20px);width:100%;display:grid}.ProductSection-module-scss-module__ppc5Iq__cardItem{width:100%;min-width:0}@media (min-width:576px){.ProductSection-module-scss-module__ppc5Iq__grid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.75vw,24px)}}@media (min-width:992px){.ProductSection-module-scss-module__ppc5Iq__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1400px){.ProductSection-module-scss-module__ppc5Iq__grid{grid-template-columns:repeat(5,1fr)}}
.ScrollProductSection-module-scss-module__zFHI1a__section{--card-gap:8px;--peek-size:16px;--full-cards:2;flex-direction:column;gap:clamp(12px,1.25vw,20px);width:100%;display:flex}@media (max-width:480px){.ScrollProductSection-module-scss-module__zFHI1a__section{--full-cards:2;--peek-size:10px;--card-gap:6px}}@media (min-width:576px){.ScrollProductSection-module-scss-module__zFHI1a__section{--full-cards:2;--peek-size:36px;--card-gap:14px}}@media (min-width:992px){.ScrollProductSection-module-scss-module__zFHI1a__section{--full-cards:3;--peek-size:40px;--card-gap:16px}}@media (min-width:1400px){.ScrollProductSection-module-scss-module__zFHI1a__section{--full-cards:5;--peek-size:44px;--card-gap:18px}}.ScrollProductSection-module-scss-module__zFHI1a__isStatic{--peek-size:0px!important}.ScrollProductSection-module-scss-module__zFHI1a__isStatic .ScrollProductSection-module-scss-module__zFHI1a__scrollList{padding-inline:0!important}.ScrollProductSection-module-scss-module__zFHI1a__isStatic .ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:before,.ScrollProductSection-module-scss-module__zFHI1a__isStatic .ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:after{display:none}.ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper{width:100%;position:relative}.ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:before,.ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:after{content:"";width:calc(var(--peek-size) + 20px);pointer-events:none;z-index:5;opacity:0;transition:opacity .4s;position:absolute;top:0;bottom:0}.ScrollProductSection-module-scss-module__zFHI1a__showStartFade:before,.ScrollProductSection-module-scss-module__zFHI1a__showEndFade:after{opacity:1}[dir=ltr] .ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:before{background:linear-gradient(to right, var(--bg-primary,#fff) 15%, transparent);left:0}[dir=ltr] .ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:after,[dir=rtl] .ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:before{background:linear-gradient(to left, var(--bg-primary,#fff) 15%, transparent);right:0}[dir=rtl] .ScrollProductSection-module-scss-module__zFHI1a__scrollWrapper:after{background:linear-gradient(to right, var(--bg-primary,#fff) 15%, transparent);left:0}.ScrollProductSection-module-scss-module__zFHI1a__scrollList{gap:var(--card-gap);padding:clamp(4px,.4vw,6px) var(--peek-size) clamp(10px,1vw,16px) var(--peek-size);scroll-padding-inline:calc(var(--peek-size)*2);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.ScrollProductSection-module-scss-module__zFHI1a__scrollList::-webkit-scrollbar{display:none}.ScrollProductSection-module-scss-module__zFHI1a__cardItem{scroll-snap-align:start;flex:0 0 calc((100% - var(--peek-size)*2 - var(--card-gap)*(var(--full-cards) - 1))/var(--full-cards));min-width:0}.ScrollProductSection-module-scss-module__zFHI1a__navBtn{z-index:10;border:1px solid var(--border-color,#e5e7eb);background:var(--bg-primary,#fff);width:44px;height:44px;color:var(--text-primary,#222);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 16px #0000001a}.ScrollProductSection-module-scss-module__zFHI1a__navBtn svg{width:20px;height:20px}.ScrollProductSection-module-scss-module__zFHI1a__navBtn:hover:not(.ScrollProductSection-module-scss-module__zFHI1a__hidden){background:var(--accent-primary,#ef5a2e);color:#fff;border-color:var(--accent-primary);box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-50%)scale(1.1)}.ScrollProductSection-module-scss-module__zFHI1a__navBtnPrev{left:4px}.ScrollProductSection-module-scss-module__zFHI1a__navBtnNext{right:4px}[dir=rtl] .ScrollProductSection-module-scss-module__zFHI1a__navBtnPrev{left:auto;right:4px}[dir=rtl] .ScrollProductSection-module-scss-module__zFHI1a__navBtnNext{left:4px;right:auto}.ScrollProductSection-module-scss-module__zFHI1a__navBtn.ScrollProductSection-module-scss-module__zFHI1a__hidden{opacity:0;pointer-events:none;visibility:hidden}.ScrollProductSection-module-scss-module__zFHI1a__accentBar{background:var(--accent-primary);vertical-align:middle;border-radius:3px;width:4px;height:1.3em;margin-inline-end:clamp(8px,.75vw,12px);display:inline-block}.ScrollProductSection-module-scss-module__zFHI1a__variantFlash .ScrollProductSection-module-scss-module__zFHI1a__accentBar{background:linear-gradient(#ff6b00,#ffd600)}
.ThumbnailCard-module-scss-module__2IAlRa__container{text-align:center;flex-direction:column;align-items:center;gap:clamp(8px,.75vw,12px);width:min-content;transition:transform .2s;display:flex}.ThumbnailCard-module-scss-module__2IAlRa__container.ThumbnailCard-module-scss-module__2IAlRa__fullWidth{width:100%}.ThumbnailCard-module-scss-module__2IAlRa__container.ThumbnailCard-module-scss-module__2IAlRa__fullWidth .ThumbnailCard-module-scss-module__2IAlRa__imageWrapper{aspect-ratio:1;width:100%}.ThumbnailCard-module-scss-module__2IAlRa__indicator{z-index:3;display:flex;position:absolute;top:8px;right:8px}.ThumbnailCard-module-scss-module__2IAlRa__container:hover{transform:translateY(-2px)}.ThumbnailCard-module-scss-module__2IAlRa__imageWrapper{background:var(--bg-secondary);border:1px solid var(--border-color);position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001a}.ThumbnailCard-module-scss-module__2IAlRa__circle{border-radius:50%}.ThumbnailCard-module-scss-module__2IAlRa__square{border-radius:0}.ThumbnailCard-module-scss-module__2IAlRa__rounded{border-radius:var(--radius-md)}.ThumbnailCard-module-scss-module__2IAlRa__image{object-fit:contain;transition:transform .3s}.ThumbnailCard-module-scss-module__2IAlRa__container:hover .ThumbnailCard-module-scss-module__2IAlRa__image{transform:scale(1.05)}.ThumbnailCard-module-scss-module__2IAlRa__name{color:var(--text-primary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;max-width:100px;padding-bottom:clamp(2px,.2vw,4px);font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:700;display:-webkit-box;position:relative;overflow:hidden}.ThumbnailCard-module-scss-module__2IAlRa__glow .ThumbnailCard-module-scss-module__2IAlRa__name:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ThumbnailCard-module-scss-module__2IAlRa__container:hover.ThumbnailCard-module-scss-module__2IAlRa__glow .ThumbnailCard-module-scss-module__2IAlRa__name:after{width:100%}.ThumbnailCard-module-scss-module__2IAlRa__imageWrapper.ThumbnailCard-module-scss-module__2IAlRa__glow{background:linear-gradient(135deg, var(--accent-primary) 0%, #ff8a00 50%, #e52e71 100%);border:none;border-radius:50%;padding:clamp(2px,.2vw,4px);transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;box-shadow:0 8px 20px #ef5a2e33}.ThumbnailCard-module-scss-module__2IAlRa__imageWrapper.ThumbnailCard-module-scss-module__2IAlRa__glow:after{content:"";border:4px solid var(--bg-secondary);background:var(--bg-primary);z-index:1;border-radius:50%;position:absolute;inset:3px}.ThumbnailCard-module-scss-module__2IAlRa__imageWrapper.ThumbnailCard-module-scss-module__2IAlRa__glow .ThumbnailCard-module-scss-module__2IAlRa__image{z-index:2;object-fit:cover;border-radius:50%;padding:clamp(4px,.4vw,6px)}.ThumbnailCard-module-scss-module__2IAlRa__container:hover.ThumbnailCard-module-scss-module__2IAlRa__glow .ThumbnailCard-module-scss-module__2IAlRa__imageWrapper{transform:scale(1.12)rotate(3deg);box-shadow:0 12px 28px #ef5a2e4d}.ThumbnailCard-module-scss-module__2IAlRa__container:hover.ThumbnailCard-module-scss-module__2IAlRa__glow .ThumbnailCard-module-scss-module__2IAlRa__image{transform:scale(1.08)}
.PageHeader-module-scss-module__38DeEW__header{justify-content:space-between;align-items:flex-start;gap:clamp(6px,.5vw,8px);width:100%;display:flex}@media (min-width:768px){.PageHeader-module-scss-module__38DeEW__header{gap:clamp(12px,1.25vw,20px)}}.PageHeader-module-scss-module__38DeEW__stickyHeader{z-index:var(--z-chrome);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-xs);padding:clamp(12px,1.25vw,20px);position:sticky;top:0}@media (min-width:768px){.PageHeader-module-scss-module__38DeEW__stickyHeader{padding:clamp(16px,1.75vw,24px) clamp(20px,2.25vw,32px)}}.PageHeader-module-scss-module__38DeEW__titleGroup{flex:1;align-items:flex-start;gap:clamp(6px,.5vw,8px);min-width:0;display:flex}@media (min-width:768px){.PageHeader-module-scss-module__38DeEW__titleGroup{gap:clamp(12px,1.25vw,20px)}}.PageHeader-module-scss-module__38DeEW__textContainer{flex-direction:column;flex:1;gap:clamp(2px,.2vw,4px);min-width:0;display:flex}@media (min-width:768px){.PageHeader-module-scss-module__38DeEW__textContainer{gap:clamp(4px,.4vw,6px)}}.PageHeader-module-scss-module__38DeEW__backBtn{border:1px solid var(--border-color);background:var(--bg-secondary);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:inline-flex}.PageHeader-module-scss-module__38DeEW__backBtn:hover{background:var(--bg-tertiary);transform:translateY(-1px)}.PageHeader-module-scss-module__38DeEW__title{color:var(--text-primary);letter-spacing:-.3px;margin:0;font-size:clamp(1rem,1vw + .1rem,1.25rem);font-weight:700;line-height:1.3}.PageHeader-module-scss-module__38DeEW__truncateTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PageHeader-module-scss-module__38DeEW__subtitle{color:var(--text-secondary);white-space:normal;word-break:break-word;margin:0;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);line-height:1.4}.PageHeader-module-scss-module__38DeEW__truncateSubtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PageHeader-module-scss-module__38DeEW__rightSlot{flex-shrink:0}
.AddressCard-module-scss-module__rV-JjG__card{background:var(--bg-secondary);border-radius:var(--radius-md);border:1.5px solid var(--border-color);flex-direction:row;align-items:flex-start;gap:clamp(8px,.75vw,12px);padding:clamp(20px,2.25vw,32px) clamp(24px,2.75vw,40px);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}@media (max-width:576px){.AddressCard-module-scss-module__rV-JjG__card{gap:clamp(6px,.5vw,8px);padding:clamp(8px,.75vw,12px)}}@media (max-width:360px){.AddressCard-module-scss-module__rV-JjG__card{gap:clamp(4px,.4vw,6px);padding:clamp(6px,.5vw,8px)}}.AddressCard-module-scss-module__rV-JjG__card:before{content:"";background:0 0;border-radius:10px 0 0 10px;width:4px;transition:background .3s;position:absolute;top:0;bottom:0;left:0}.AddressCard-module-scss-module__rV-JjG__card:hover{border-color:#e8630a59;transform:translateY(-2px);box-shadow:0 8px 20px -4px #e8630a26,0 4px 10px -2px #0000000f}.AddressCard-module-scss-module__rV-JjG__card:hover:before{background:linear-gradient(#e8630a,#c4520a)}.AddressCard-module-scss-module__rV-JjG__selected{background:#fff3ed;border:2px solid #e8630a;box-shadow:0 0 0 4px #e8630a26,0 8px 24px -4px #e8630a33}.AddressCard-module-scss-module__rV-JjG__selected:before{background:linear-gradient(#e8630a,#c4520a)}.AddressCard-module-scss-module__rV-JjG__clickable{cursor:pointer}.AddressCard-module-scss-module__rV-JjG__locationIconWrap{color:#e8630a;background:#fff3ed;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (max-width:480px){.AddressCard-module-scss-module__rV-JjG__locationIconWrap{width:34px;height:34px}.AddressCard-module-scss-module__rV-JjG__locationIconWrap svg{width:17px;height:17px}}.AddressCard-module-scss-module__rV-JjG__info{flex-direction:column;flex:1;gap:clamp(2px,.2vw,4px);min-width:0;display:flex}.AddressCard-module-scss-module__rV-JjG__nameRow{flex-wrap:wrap;align-items:center;gap:clamp(6px,.5vw,8px);min-width:0;display:flex}.AddressCard-module-scss-module__rV-JjG__name{color:var(--text-primary);word-break:break-word;margin:0;font-size:clamp(.875rem,.5vw + .25rem,1rem);font-weight:700;line-height:1.3}@media (max-width:480px){.AddressCard-module-scss-module__rV-JjG__name{font-size:clamp(.8125rem,.4vw + .2rem,.9375rem)}}.AddressCard-module-scss-module__rV-JjG__addressLine{color:var(--text-secondary);word-break:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:480px){.AddressCard-module-scss-module__rV-JjG__addressLine{font-size:clamp(.75rem,.3vw + .2rem,.875rem)}}.AddressCard-module-scss-module__rV-JjG__notes{color:var(--text-secondary);word-break:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(.8125rem,.4vw + .2rem,.9375rem);font-style:italic;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.AddressCard-module-scss-module__rV-JjG__selectBadge{color:#fff;background:#e8630a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:clamp(2px,.2vw,4px);display:flex;box-shadow:0 2px 8px #e8630a66}.AddressCard-module-scss-module__rV-JjG__badge{border-radius:var(--radius-xs);color:#c4520a;letter-spacing:.03em;white-space:nowrap;background:#fff3ed;border:1px solid #e8630a33;align-items:center;padding:clamp(2px,.2vw,4px) clamp(8px,.75vw,12px);font-size:clamp(.75rem,.3vw + .2rem,.875rem);font-weight:700;line-height:1.2;display:inline-flex}.AddressCard-module-scss-module__rV-JjG__actions{flex-shrink:0;align-self:flex-start;align-items:center;gap:clamp(6px,.5vw,8px);display:flex}.AddressCard-module-scss-module__rV-JjG__actionButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:clamp(6px,.5vw,8px);transition:all .2s;display:flex}@media (max-width:480px){.AddressCard-module-scss-module__rV-JjG__actionButton{padding:clamp(6px,.5vw,8px)}}.AddressCard-module-scss-module__rV-JjG__editButton:hover{color:#e8630a;background:#fff3ed}.AddressCard-module-scss-module__rV-JjG__deleteButton:hover{color:#ef4444;background:#fef2f2}
.SharedCartHandler-module-scss-module__GgCuYG__loadingOverlay{justify-content:center;align-items:center;width:100%;min-height:400px;display:flex}.SharedCartHandler-module-scss-module__GgCuYG__loadingContent{text-align:center;flex-direction:column;align-items:center;gap:clamp(24px,2.75vw,40px);display:flex}.SharedCartHandler-module-scss-module__GgCuYG__loadingText{color:var(--text-secondary);font-size:clamp(1rem,1vw + .1rem,1.25rem);font-weight:500;animation:2s ease-in-out infinite SharedCartHandler-module-scss-module__GgCuYG__pulse}@keyframes SharedCartHandler-module-scss-module__GgCuYG__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}
