.users-module__kcksia__toolbar{gap:var(--spacing-md);flex-wrap:wrap;align-items:center;display:flex}.users-module__kcksia__searchField{flex:1;min-width:220px}.users-module__kcksia__filterField{width:220px;min-width:190px}.users-module__kcksia__usersCard{padding:var(--spacing-lg);background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);margin-top:var(--spacing-lg)}.users-module__kcksia__usersHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-md);margin-bottom:1.5rem;display:flex}.users-module__kcksia__headerContent{flex:1;min-width:0}.users-module__kcksia__headerActions{align-items:center;gap:var(--spacing-xs);display:flex}.users-module__kcksia__headerActions button[data-open=true]{background-color:var(--color-surface-muted)}.users-module__kcksia__userList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.users-module__kcksia__userItem{gap:var(--spacing-md);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(0,3fr) minmax(160px,1fr) auto;align-items:center;padding:1.25rem 0;display:grid}.users-module__kcksia__userItem:last-child{border-bottom:none;padding-bottom:0}.users-module__kcksia__userInfo{align-items:center;gap:var(--spacing-md);min-width:0;display:flex}.users-module__kcksia__avatar{border-radius:var(--radius-md);object-fit:cover;box-shadow:var(--shadow-md)}.users-module__kcksia__userDetails{flex-direction:column;gap:.25rem;min-width:0;display:flex}.users-module__kcksia__userNameRow{align-items:center;gap:var(--spacing-xs);flex-wrap:wrap;display:flex}.users-module__kcksia__userName{color:var(--color-text);margin:0;font-size:1rem;font-weight:600}.users-module__kcksia__userEmail{color:var(--color-text-muted);text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.users-module__kcksia__userMeta{text-align:right;justify-self:end}.users-module__kcksia__metaLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.75rem;display:block}.users-module__kcksia__metaValue{color:var(--color-text);font-size:.95rem;font-weight:600;display:block}.users-module__kcksia__userActions{align-items:center;gap:var(--spacing-xs);display:flex;position:relative}.users-module__kcksia__actionsMenu{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:180px;padding:var(--spacing-xs);z-index:5;flex-direction:column;display:flex;position:absolute;top:calc(100% + .5rem);right:0}.users-module__kcksia__actionsMenuItem{border-radius:var(--radius-sm);text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:.6rem .8rem;font-size:.85rem;font-weight:600}.users-module__kcksia__actionsMenuItem:hover:not(:disabled),.users-module__kcksia__actionsMenuItem:focus-visible:not(:disabled){background-color:var(--color-surface-muted)}.users-module__kcksia__actionsMenuItem:disabled{opacity:.6;cursor:not-allowed}.users-module__kcksia__pagination{margin-top:var(--spacing-lg);justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.users-module__kcksia__paginationInfo{color:var(--color-text-muted);font-size:.85rem}.users-module__kcksia__formCard{margin-top:var(--spacing-lg)}.users-module__kcksia__formGrid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.users-module__kcksia__formHeader{gap:var(--spacing-xs);flex-direction:column;grid-column:1/-1;display:flex}.users-module__kcksia__formTitle{color:var(--color-text);margin:0;font-size:1.1rem;font-weight:600}.users-module__kcksia__formSubtitle{color:var(--color-text-muted);margin:0;font-size:.9rem}.users-module__kcksia__formField{gap:var(--spacing-xs);color:var(--color-text-muted);flex-direction:column;font-size:.9rem;display:flex}.users-module__kcksia__formActions{justify-content:flex-end;gap:var(--spacing-sm);flex-wrap:wrap;grid-column:1/-1;display:flex}.users-module__kcksia__controlFull{width:100%}.users-module__kcksia__spinner{animation:1s linear infinite users-module__kcksia__spin}@keyframes users-module__kcksia__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.users-module__kcksia__stateCard{margin-top:var(--spacing-md);border:1px dashed var(--color-border);border-radius:var(--radius-lg);background-color:var(--color-surface);text-align:center;gap:var(--spacing-xs);box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;padding:2rem;display:flex}.users-module__kcksia__stateTitle{color:var(--color-text);margin:0;font-size:1rem;font-weight:600}.users-module__kcksia__stateDescription{color:var(--color-text-muted);margin:0;font-size:.9rem}.users-module__kcksia__avatarWrapper{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-info-soft),var(--color-brand-soft));width:48px;height:48px;box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:inline-flex}.users-module__kcksia__avatarImage{object-fit:cover;border-radius:var(--radius-md);width:100%;height:100%}.users-module__kcksia__avatarFallback{color:var(--color-text-muted);font-weight:600}.users-module__kcksia__errorMessage{color:var(--color-danger);grid-column:1/-1;margin:0;font-size:.9rem}@media (max-width:900px){.users-module__kcksia__userItem{text-align:left;grid-template-columns:1fr}.users-module__kcksia__userMeta{text-align:left;justify-self:start}.users-module__kcksia__toolbar{flex-direction:column;align-items:stretch}.users-module__kcksia__filterField{width:100%}.users-module__kcksia__usersHeader{flex-direction:column}.users-module__kcksia__headerActions{flex-wrap:wrap;justify-content:flex-start;width:100%}.users-module__kcksia__avatarWrapper{aspect-ratio:1;width:48px;height:auto}}
.icon-button-module__5YPJTa__button{border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface);width:40px;height:40px;color:var(--color-text-muted);transition:border-color var(--transition-base),box-shadow var(--transition-base),color var(--transition-base),transform var(--transition-base);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.icon-button-module__5YPJTa__button:focus-visible{outline:2px solid var(--color-brand-highlight);outline-offset:2px}.icon-button-module__5YPJTa__button:active{transform:translateY(1px)}.icon-button-module__5YPJTa__button:disabled{cursor:not-allowed;opacity:.6}
.user-menu-module__oOJaJW__menuWrapper{display:inline-flex;position:relative}.user-menu-module__oOJaJW__menuButton{background-color:#fff;border:1px solid #e4e7ec;border-radius:16px;align-items:center;gap:.75rem;min-width:0;padding:.35rem .9rem;display:inline-flex;box-shadow:0 8px 20px #0f172a0a}.user-menu-module__oOJaJW__menuWrapper[data-open=true] .user-menu-module__oOJaJW__menuButton{box-shadow:0 12px 25px #0f172a1a}.user-menu-module__oOJaJW__avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex;overflow:hidden}.user-menu-module__oOJaJW__avatarImage{object-fit:cover;width:100%;height:100%}.user-menu-module__oOJaJW__menuText{flex-direction:column;align-items:flex-start;line-height:1.1;display:flex}@media (max-width:768px){.user-menu-module__oOJaJW__menuWrapper{display:inline-flex}.user-menu-module__oOJaJW__menuButton{width:40px;height:40px;box-shadow:none;background-color:#0000;border:none;border-radius:50%;padding:0}.user-menu-module__oOJaJW__menuText{display:none}.user-menu-module__oOJaJW__avatar{border-radius:50%;width:40px;height:40px}}.user-menu-module__oOJaJW__name{color:#0f172a;margin:0;font-size:.95rem;font-weight:600}.user-menu-module__oOJaJW__plan{color:#667085;font-size:.8rem}.user-menu-module__oOJaJW__menuPanel{z-index:10;background-color:#fff;border:1px solid #e4e7ec;border-radius:16px;flex-direction:column;gap:.5rem;min-width:220px;padding:.75rem;display:flex;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 30px 60px #0f172a1f}.user-menu-module__oOJaJW__helper{color:#475467;padding-bottom:.5rem;font-size:.85rem}.user-menu-module__oOJaJW__menuItem{text-align:left;color:#b42318;background:0 0;border:none;border-radius:10px;padding:.5rem .75rem;font-size:.95rem;font-weight:600}.user-menu-module__oOJaJW__menuItem:hover,.user-menu-module__oOJaJW__menuItem:focus-visible{color:#b42318;background-color:#fef3f2}.user-menu-module__oOJaJW__storesList{border-top:1px solid #f2f4f7;flex-direction:column;gap:.35rem;padding-top:.5rem;display:flex}.user-menu-module__oOJaJW__storesLabel{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:0;font-size:.72rem}.user-menu-module__oOJaJW__divider{background-color:#e4e7ec;height:1px;margin:.35rem 0}.user-menu-module__oOJaJW__storeButton{text-align:left;color:#0f172a;background:0 0;border:none;border-radius:10px;padding:.4rem .5rem;font-size:.95rem;font-weight:600}.user-menu-module__oOJaJW__storeButton:hover,.user-menu-module__oOJaJW__storeButton:focus-visible{background-color:#f8fafc}.user-menu-module__oOJaJW__storeButton:disabled{opacity:.5;cursor:not-allowed}
.coupons-module__d0ro5W__pageStack{gap:var(--spacing-lg);flex-direction:column;width:100%;display:flex}.coupons-module__d0ro5W__managerActions{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.coupons-module__d0ro5W__kicker{font-size:var(--kicker-font-size);text-transform:uppercase;letter-spacing:.08em;color:var(--color-brand-secondary);margin:0 0 var(--spacing-xs)}.coupons-module__d0ro5W__sectionTitle{color:var(--color-text);margin:0;font-size:1.5rem;line-height:1.3}.coupons-module__d0ro5W__catalogCardTitle{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:600}.coupons-module__d0ro5W__sectionDescription{margin:var(--spacing-xs)0 0;color:var(--color-text-muted);max-width:420px}.coupons-module__d0ro5W__metricsGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.coupons-module__d0ro5W__metricCard{background-color:var(--color-surface);border-radius:var(--radius-lg);padding:var(--spacing-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);gap:var(--spacing-xs);flex-direction:column;min-height:150px;display:flex}.coupons-module__d0ro5W__metricHeader{align-items:center;gap:var(--spacing-xs);display:flex}.coupons-module__d0ro5W__metricIcon{border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:inset 0 0 0 1px #0f172a14}.coupons-module__d0ro5W__metricLabel{color:var(--color-text-muted);margin:0;font-size:.8rem;font-weight:600}.coupons-module__d0ro5W__metricValue{color:var(--color-text);margin:0;font-size:1.35rem;font-weight:600}.coupons-module__d0ro5W__metricHelper{color:var(--color-text-muted);margin:0;font-size:.75rem}.coupons-module__d0ro5W__metricHelperSecondary{color:var(--color-text);margin:0;font-size:.75rem;font-weight:500}.coupons-module__d0ro5W__couponListCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:var(--color-surface);padding:var(--spacing-lg);box-shadow:var(--shadow-sm)}.coupons-module__d0ro5W__couponListHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-wrap:wrap;display:flex}.coupons-module__d0ro5W__couponHeaderControls{align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.coupons-module__d0ro5W__searchInput{flex:1;min-width:220px;max-width:320px}.coupons-module__d0ro5W__statusFilters{align-items:center;gap:var(--spacing-xs);color:var(--color-text-muted);font-size:.85rem;display:flex}.coupons-module__d0ro5W__statusFilter{align-items:center;gap:var(--spacing-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);font-weight:600;display:inline-flex}.coupons-module__d0ro5W__statusFilter input{width:14px;height:14px;accent-color:var(--color-brand-primary)}.coupons-module__d0ro5W__addCouponButton{white-space:nowrap}.coupons-module__d0ro5W__couponItemList{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.coupons-module__d0ro5W__couponPagination{margin-top:var(--spacing-lg)}.coupons-module__d0ro5W__couponItemCard{padding:var(--spacing-md);border-radius:var(--radius-lg);border:1px solid var(--color-border);background-color:var(--color-surface);gap:var(--spacing-md);flex-direction:column;font-size:.95rem;line-height:1.5;display:flex}.coupons-module__d0ro5W__couponItemTop{justify-content:space-between;align-items:flex-start;gap:var(--spacing-md);display:flex}.coupons-module__d0ro5W__couponStatusBadge{align-self:flex-start}.coupons-module__d0ro5W__managerSection{justify-content:space-between;align-items:center;gap:var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:var(--color-surface);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;display:flex}.coupons-module__d0ro5W__couponSection{gap:var(--spacing-lg);flex-direction:column;display:flex}.coupons-module__d0ro5W__sectionHeaderTop{justify-content:space-between;align-items:center;gap:var(--spacing-md);display:flex}.coupons-module__d0ro5W__couponList{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.coupons-module__d0ro5W__couponCard{padding:var(--spacing-md);border-radius:var(--radius-lg);border:1px solid var(--color-border);background-color:var(--color-surface);gap:var(--spacing-md);flex-direction:column;display:flex}.coupons-module__d0ro5W__couponHeader{justify-content:space-between;gap:var(--spacing-md);align-items:flex-start;display:flex}.coupons-module__d0ro5W__couponCode{color:var(--color-text);margin:0;font-size:1rem;font-weight:600;line-height:1.3}.coupons-module__d0ro5W__couponDescription{margin:var(--spacing-xs)0 0;color:var(--color-text-muted);font-size:.8rem;line-height:1.4}.coupons-module__d0ro5W__couponMeta{gap:var(--spacing-sm);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:0;display:grid}.coupons-module__d0ro5W__couponMeta div{gap:var(--spacing-xs);flex-direction:column;display:flex}.coupons-module__d0ro5W__couponMeta dt{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0;font-size:.8rem}.coupons-module__d0ro5W__couponMeta dd{color:var(--color-text);margin:0;font-size:.8rem;font-weight:600;line-height:1.4}.coupons-module__d0ro5W__couponFooter{margin-top:var(--spacing-sm);justify-content:space-between;align-items:center;gap:var(--spacing-sm);display:flex}.coupons-module__d0ro5W__couponOwner{color:var(--color-text-muted);font-size:.7rem;font-style:italic}.coupons-module__d0ro5W__couponModalOverlay{padding:var(--spacing-lg);z-index:50;background-color:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.coupons-module__d0ro5W__couponModal{border-radius:var(--radius-xl);background-color:var(--color-surface);width:min(560px,100%);max-height:90vh;box-shadow:var(--shadow-xl);border:1px solid var(--color-border);flex-direction:column;gap:0;display:flex;overflow:hidden}.coupons-module__d0ro5W__couponModalHeader{padding:var(--spacing-lg);border-bottom:1px solid var(--color-border);background-color:var(--color-surface);z-index:3;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.coupons-module__d0ro5W__couponModalTitle{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:600}.coupons-module__d0ro5W__couponModalClose{cursor:pointer;color:var(--color-text);padding:var(--spacing-xs);background:0 0;border:none}.coupons-module__d0ro5W__couponModalForm{flex-direction:column;flex:1;display:flex;overflow:hidden}.coupons-module__d0ro5W__couponModalBody{padding:var(--spacing-lg);gap:var(--spacing-md);overscroll-behavior:contain;flex-direction:column;display:flex;overflow-y:auto}.coupons-module__d0ro5W__modalRow{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.coupons-module__d0ro5W__modalRow>label{flex:1;min-width:200px}.coupons-module__d0ro5W__modalLabel{gap:var(--spacing-xs);color:var(--color-text-muted);flex-direction:column;font-size:.85rem;display:flex}.coupons-module__d0ro5W__modalDateInput{border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface);width:100%;color:var(--color-text);padding:.65rem .75rem}.coupons-module__d0ro5W__couponModalFooter{border-top:1px solid var(--color-border);padding:var(--spacing-lg);justify-content:flex-end;gap:var(--spacing-xs);background-color:var(--color-surface);z-index:2;display:flex;position:sticky;bottom:0}.coupons-module__d0ro5W__modalError{color:var(--color-danger);margin:0;font-size:.85rem;font-weight:500}
.kanbam-module__DWSnDG__boardGrid{margin-top:var(--spacing-lg);gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.kanbam-module__DWSnDG__newOrderAlert{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm)var(--spacing-md);border-radius:var(--radius-lg);border:1px solid var(--color-info);background-color:var(--color-info-soft);box-shadow:var(--shadow-sm);margin-bottom:var(--spacing-lg);display:flex}.kanbam-module__DWSnDG__newOrderIcon{color:var(--color-info)}.kanbam-module__DWSnDG__newOrderText{color:var(--color-text);flex-direction:column;flex:1;gap:.1rem;font-size:.85rem;display:flex}.kanbam-module__DWSnDG__newOrderText strong{color:var(--color-text);font-size:.95rem}.kanbam-module__DWSnDG__columnCard{gap:var(--spacing-sm);border:1px solid var(--color-border);border-radius:var(--radius-lg);background-color:var(--color-surface);padding:var(--spacing-md);min-height:100%;box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.kanbam-module__DWSnDG__columnCardDropTarget{border-color:var(--color-brand-secondary);box-shadow:0 0 0 2px #6366f133,var(--shadow-sm)}.kanbam-module__DWSnDG__columnHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);display:flex}.kanbam-module__DWSnDG__columnLabel{color:var(--color-text);margin:0;font-size:.95rem;font-weight:600}.kanbam-module__DWSnDG__columnDescription{color:var(--color-text-muted);margin-top:.15rem;font-size:.75rem;display:block}.kanbam-module__DWSnDG__columnCount{color:var(--color-text-muted);background-color:var(--color-surface-muted);border-radius:var(--radius-pill);border:1px solid #94a3b866;padding:.25rem .75rem;font-size:.75rem}.kanbam-module__DWSnDG__columnItems{gap:var(--spacing-sm);margin-top:var(--spacing-md);flex-direction:column;display:flex}.kanbam-module__DWSnDG__columnItem{background-color:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-sm)var(--spacing-md);flex-direction:column;gap:.25rem;display:flex;box-shadow:0 2px 8px #0f172a0d}.kanbam-module__DWSnDG__columnItemWarning{background-color:#ffecb380;border-color:#f59e0be6;animation:1.8s ease-in-out infinite kanbam-module__DWSnDG__warningBorderBlink}.kanbam-module__DWSnDG__columnItemHighlight{border-color:var(--color-brand-secondary);background-color:#6366f10d;animation:1.6s ease-in-out infinite both kanbam-module__DWSnDG__highlightPulse}.kanbam-module__DWSnDG__columnItemSuccess{border-color:var(--color-success);box-shadow:0 0 0 2px #10b98159}.kanbam-module__DWSnDG__columnItem[draggable=true]{cursor:grab}.kanbam-module__DWSnDG__columnItem:active{cursor:grabbing}.kanbam-module__DWSnDG__itemHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);display:flex}.kanbam-module__DWSnDG__itemTitle{color:var(--color-text);margin:0;font-size:.9rem;font-weight:600}.kanbam-module__DWSnDG__itemTitleWrapper{flex-direction:column;gap:0;display:flex}.kanbam-module__DWSnDG__itemDescription{color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.4}.kanbam-module__DWSnDG__itemSubtitle{color:var(--color-text-muted);font-size:.7rem}.kanbam-module__DWSnDG__statusBadge{letter-spacing:.02em;text-transform:uppercase;align-self:flex-start;margin-top:-.2rem;font-size:.55rem}.kanbam-module__DWSnDG__tagContent{align-items:center;gap:.25rem;display:inline-flex}.kanbam-module__DWSnDG__tagContent svg{width:.75rem;height:.75rem;display:block}.kanbam-module__DWSnDG__itemMeta{color:var(--color-text-muted);justify-content:space-between;font-size:.75rem;display:flex}@keyframes kanbam-module__DWSnDG__highlightPulse{0%{box-shadow:0 0 #6366f133}to{box-shadow:0 0 0 6px #6366f133}}@keyframes kanbam-module__DWSnDG__warningBorderBlink{0%{box-shadow:none;border-color:#f59e0b99}50%{border-color:#fbbf24;box-shadow:0 0 0 8px #fbbf2440}to{box-shadow:none;border-color:#f59e0b99}}
.token-module__ItEtBq__container{min-height:100vh;padding:calc(var(--spacing-lg)*2)var(--spacing-lg);background:radial-gradient(circle at top,#7c3aed1f,transparent 45%),linear-gradient(180deg,#6366f114,transparent 50%),var(--color-bg);justify-content:center;align-items:center;display:flex}.token-module__ItEtBq__shell{gap:var(--spacing-lg);flex-direction:column;width:min(960px,100%);display:flex}.token-module__ItEtBq__header{gap:var(--spacing-sm);flex-direction:column;display:flex}.token-module__ItEtBq__kicker{font-size:var(--kicker-font-size);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.token-module__ItEtBq__title{color:var(--color-text);margin:0;font-size:clamp(1.6rem,2.5vw,2.2rem)}.token-module__ItEtBq__subtitle{color:var(--color-text-muted);max-width:520px;margin:0}.token-module__ItEtBq__card{padding:var(--spacing-lg);gap:var(--spacing-md);flex-direction:column;display:flex}.token-module__ItEtBq__statusRow{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.token-module__ItEtBq__badge{border-radius:var(--radius-pill);padding:.2rem .7rem;font-size:.8rem;font-weight:600}.token-module__ItEtBq__badgeSuccess{background:var(--color-success-soft);color:var(--color-success)}.token-module__ItEtBq__badgeError{background:var(--color-danger-soft);color:var(--color-danger)}.token-module__ItEtBq__statusMessage{color:var(--color-text-muted)}.token-module__ItEtBq__section{gap:var(--spacing-xs);flex-direction:column;display:flex}.token-module__ItEtBq__sectionTitle{color:var(--color-text);font-size:.95rem;font-weight:600}.token-module__ItEtBq__codeBlock{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--spacing-md);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.85rem;overflow-x:auto}.token-module__ItEtBq__hint{color:var(--color-text-muted);margin:0;font-size:.85rem}@media (max-width:720px){.token-module__ItEtBq__container{padding:var(--spacing-lg)var(--spacing-md)}.token-module__ItEtBq__card{padding:var(--spacing-md)}}
.email-sent-module__Rx7BXa__container{background:radial-gradient(circle at top,#12b76a26,#0000 55%),linear-gradient(135deg,#f0fdf4 0%,#f7fef9 45%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.5rem;display:flex}.email-sent-module__Rx7BXa__shell{flex-direction:column;gap:1.75rem;width:100%;max-width:560px;display:flex}.email-sent-module__Rx7BXa__header{text-align:center;flex-direction:column;align-items:center;gap:.9rem;display:flex}.email-sent-module__Rx7BXa__headerMain{justify-content:center;align-items:center;gap:1rem;display:flex}.email-sent-module__Rx7BXa__headerText{text-align:left;flex-direction:column;gap:.15rem;display:flex}.email-sent-module__Rx7BXa__headerBrand{line-height:0}.email-sent-module__Rx7BXa__headerBrand img{border-radius:12px;width:64px;height:64px}.email-sent-module__Rx7BXa__title{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}.email-sent-module__Rx7BXa__subtitle{color:var(--color-text-muted);margin:0;font-size:.85rem}.email-sent-module__Rx7BXa__card{padding:0;overflow:hidden}.email-sent-module__Rx7BXa__cardBody{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.email-sent-module__Rx7BXa__messageBox{background:var(--color-success-soft);border:1px solid var(--color-border);color:var(--color-text);border-radius:18px;grid-template-columns:auto 1fr;gap:1rem;padding:1.5rem;display:grid}.email-sent-module__Rx7BXa__messageTitle{margin:0;font-size:1.2rem;font-weight:700}.email-sent-module__Rx7BXa__messageText{color:var(--color-text-muted);margin:.4rem 0 0;font-size:.9rem}.email-sent-module__Rx7BXa__steps{flex-direction:column;gap:1rem;display:flex}.email-sent-module__Rx7BXa__step{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);border-radius:16px;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:1rem;display:grid}.email-sent-module__Rx7BXa__stepBadge{background:var(--color-info-soft);width:32px;height:32px;color:var(--color-brand-primary);border-radius:10px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.email-sent-module__Rx7BXa__stepTitle{color:var(--color-text);margin:0;font-weight:600}.email-sent-module__Rx7BXa__stepText{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.85rem}.email-sent-module__Rx7BXa__actions{flex-direction:column;gap:.75rem;display:flex}@media (max-width:520px){.email-sent-module__Rx7BXa__headerMain{justify-content:flex-start;align-items:flex-start;width:100%}.email-sent-module__Rx7BXa__headerBrand img{width:56px;height:56px}}
.forgot-password-module__aUpBLG__container{background:radial-gradient(circle at top,#6366f11f,#0000 50%),linear-gradient(135deg,#f5f3ff 0%,#f7f7fb 45%,#fff 100%);justify-content:center;align-items:flex-start;min-height:100dvh;padding:.75rem 1.5rem 2.5rem;display:flex}.forgot-password-module__aUpBLG__shell{flex-direction:column;gap:2.5rem;width:100%;max-width:560px;display:flex}.forgot-password-module__aUpBLG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.forgot-password-module__aUpBLG__iconBadge{background:linear-gradient(135deg,var(--color-brand-secondary),var(--color-brand-primary));color:#fff;width:72px;height:72px;box-shadow:var(--shadow-md);border-radius:20px;justify-content:center;align-items:center;display:flex}.forgot-password-module__aUpBLG__title{color:var(--color-text);margin:0;font-size:2rem;font-weight:700}.forgot-password-module__aUpBLG__subtitle{color:var(--color-text-muted);margin:0;font-size:1rem}.forgot-password-module__aUpBLG__card{padding:0;overflow:hidden}.forgot-password-module__aUpBLG__cardHeader{background:linear-gradient(135deg,var(--color-brand-secondary),var(--color-brand-primary));color:#fff;justify-content:center;align-items:center;gap:1rem;padding:1.25rem;display:flex}.forgot-password-module__aUpBLG__cardHeaderBrand{flex:0 0 60px;align-items:center;width:60px;height:60px;line-height:0;display:flex}.forgot-password-module__aUpBLG__cardHeaderBrand img{border-radius:12px;width:100%;height:100%}.forgot-password-module__aUpBLG__cardHeaderText{text-align:left;flex-direction:column;justify-content:center;gap:.35rem;display:flex}.forgot-password-module__aUpBLG__cardTitle{margin:0;font-size:1rem;font-weight:700}.forgot-password-module__aUpBLG__cardSubtitle{color:#ffffffd9;margin:.75rem 0 0;font-size:.85rem}.forgot-password-module__aUpBLG__cardBody{flex-direction:column;gap:2.75rem;padding:2rem;display:flex}.forgot-password-module__aUpBLG__infoBox{background:var(--color-info-soft);border:1px solid var(--color-border);color:var(--color-text);border-radius:14px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.forgot-password-module__aUpBLG__infoTitle{margin:0;font-size:.9rem;font-weight:600}.forgot-password-module__aUpBLG__infoText{color:var(--color-text-muted);margin:.5rem 0 0;font-size:.82rem}.forgot-password-module__aUpBLG__form{flex-direction:column;gap:1.25rem;display:flex}.forgot-password-module__aUpBLG__formError{background:var(--color-danger-soft);border:1px solid var(--color-danger);color:var(--color-danger);border-radius:12px;margin:0;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.forgot-password-module__aUpBLG__label{color:var(--color-text);font-size:.85rem;font-weight:600}.forgot-password-module__aUpBLG__helperText{color:var(--color-text-muted);margin:0;font-size:.8rem}.forgot-password-module__aUpBLG__submitButton{padding-top:1rem}.forgot-password-module__aUpBLG__footer{text-align:center;flex-direction:column;gap:1.25rem;display:flex}.forgot-password-module__aUpBLG__supportText{color:var(--color-text-muted);margin:0;font-size:.85rem}@media (max-width:520px){.forgot-password-module__aUpBLG__cardHeader{justify-content:flex-start;padding:.75rem}.forgot-password-module__aUpBLG__cardHeaderBrand img{width:100%;height:100%}}
.plan-module__Nfk7aq__pageStack,.plan-module__Nfk7aq__planOverview{gap:var(--spacing-lg);flex-direction:column;display:flex}.plan-module__Nfk7aq__activePlan{background:linear-gradient(135deg,var(--color-brand-primary),#8b5cf6);color:var(--color-on-brand);box-shadow:var(--shadow-lg);border:none}.plan-module__Nfk7aq__activePlanHeader{justify-content:space-between;gap:var(--spacing-md);flex-wrap:wrap;align-items:flex-start;display:flex}.plan-module__Nfk7aq__activePlanHeader>div:first-child{width:80%}.plan-module__Nfk7aq__planLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--color-on-brand-85);margin:0;font-size:.85rem}.plan-module__Nfk7aq__planTitle{margin:.35rem 0 0;font-size:1.2rem;line-height:1.2}.plan-module__Nfk7aq__planDescription{color:var(--color-on-brand-90);max-width:520px;margin:.5rem 0 0}.plan-module__Nfk7aq__planMetaList{margin:var(--spacing-lg)0 0;gap:var(--spacing-sm);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.plan-module__Nfk7aq__planMetaList dt{color:var(--color-on-brand-80);margin:0 0 .15rem;font-size:.85rem}.plan-module__Nfk7aq__planMetaList dd{margin:0;font-weight:600}.plan-module__Nfk7aq__planStatusBadge{border-radius:var(--radius-pill);background-color:var(--color-on-brand-25);align-items:center;gap:.4rem;padding:.35rem .9rem;font-weight:600;display:inline-flex}.plan-module__Nfk7aq__infoGrid{gap:var(--spacing-lg);grid-template-columns:minmax(0,2fr) minmax(260px,1fr);display:grid}.plan-module__Nfk7aq__usageCard,.plan-module__Nfk7aq__actionsCard{gap:var(--spacing-md);flex-direction:column;display:flex}.plan-module__Nfk7aq__usageCard header,.plan-module__Nfk7aq__actionsCard header{gap:var(--spacing-xs);flex-direction:column;display:flex}.plan-module__Nfk7aq__usageCard header h3,.plan-module__Nfk7aq__actionsCard header h3,.plan-module__Nfk7aq__sectionHeader h2{color:var(--color-text);margin:0;font-size:1.2rem}.plan-module__Nfk7aq__usageCard header p,.plan-module__Nfk7aq__actionsCard header p,.plan-module__Nfk7aq__sectionHeader p{color:var(--color-text-muted);margin:0;font-size:1rem}.plan-module__Nfk7aq__usageList{margin-top:var(--spacing-sm);gap:var(--spacing-md);flex-direction:column;display:flex}.plan-module__Nfk7aq__usageRow{padding:var(--spacing-md);border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface-muted);gap:var(--spacing-xs);--progress-color:var(--color-brand-primary);flex-direction:column;display:flex}.plan-module__Nfk7aq__usageRow[data-tone=purple]{--progress-color:var(--color-brand-primary)}.plan-module__Nfk7aq__usageRow[data-tone=green]{--progress-color:var(--color-success)}.plan-module__Nfk7aq__usageRow[data-tone=orange]{--progress-color:var(--color-warning)}.plan-module__Nfk7aq__usageRow[data-tone=indigo]{--progress-color:var(--color-info)}.plan-module__Nfk7aq__usageHeader{justify-content:space-between;gap:var(--spacing-sm);align-items:flex-start;display:flex}.plan-module__Nfk7aq__usageLabel{color:var(--color-text-muted);margin:0;font-size:.85rem}.plan-module__Nfk7aq__usageHelper{color:var(--color-text);margin:0;font-weight:600}.plan-module__Nfk7aq__usageSubtitle{margin:var(--spacing-xs)0 0;color:var(--color-text-muted);font-size:.85rem}.plan-module__Nfk7aq__usagePercent{color:var(--color-text);font-weight:600}.plan-module__Nfk7aq__progressTrack{background-color:var(--color-surface);border-radius:999px;width:100%;height:6px;overflow:hidden}.plan-module__Nfk7aq__progressValue{border-radius:inherit;background-color:var(--progress-color);width:0;min-width:0;height:100%}.plan-module__Nfk7aq__planActionsList{margin-top:var(--spacing-xs);gap:var(--spacing-sm);flex-direction:column;display:flex}.plan-module__Nfk7aq__planModalOverlay{z-index:1100;padding:var(--spacing-lg);background:#0f172a73;place-items:center;display:grid;position:fixed;inset:0}.plan-module__Nfk7aq__planModalContent{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);width:min(560px,100%);box-shadow:var(--shadow-lg);padding:var(--spacing-lg);gap:var(--spacing-md);flex-direction:column;display:flex}.plan-module__Nfk7aq__planModalHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);display:flex}.plan-module__Nfk7aq__planModalCloseButton{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;padding:0;line-height:1}.plan-module__Nfk7aq__planModalCloseIcon{font-size:2rem;line-height:.8;display:inline-block}.plan-module__Nfk7aq__planModalSubtitle{color:var(--color-brand-secondary);margin:0;font-size:.85rem;font-weight:600}.plan-module__Nfk7aq__planModalTitle{color:var(--color-text);margin:.2rem 0 0;font-size:1.2rem}.plan-module__Nfk7aq__planModalDescription{color:var(--color-text-muted);margin:.35rem 0 0;font-size:1rem}.plan-module__Nfk7aq__planModalStatus{padding:var(--spacing-sm);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);font-size:1rem}.plan-module__Nfk7aq__planModalMetaList{gap:var(--spacing-xs);flex-direction:column;margin:0;display:flex}.plan-module__Nfk7aq__planModalMetaRow{justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);padding:var(--spacing-sm);border-bottom:1px solid var(--color-border);display:flex}.plan-module__Nfk7aq__planModalMetaRow dt{color:var(--color-text-muted);margin:0;font-size:.85rem}.plan-module__Nfk7aq__planModalMetaRow dd{color:var(--color-text);text-align:right;margin:0;font-size:1rem;font-weight:600}.plan-module__Nfk7aq__planModalFooter{justify-content:flex-end;display:flex}.plan-module__Nfk7aq__planCancelActions{justify-content:flex-end;gap:var(--spacing-sm);display:flex}.plan-module__Nfk7aq__planCancelError{color:var(--color-danger);margin:0;font-size:.85rem}.plan-module__Nfk7aq__billingHistory,.plan-module__Nfk7aq__comparePlans{gap:var(--spacing-lg);flex-direction:column;display:flex}.plan-module__Nfk7aq__comparePlans .plan-module__Nfk7aq__sectionHeader{text-align:center;justify-content:center}.plan-module__Nfk7aq__sectionHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-md);display:flex}.plan-module__Nfk7aq__sectionTitle{color:var(--color-text);margin:0;font-size:1.2rem}.plan-module__Nfk7aq__sectionDescription{color:var(--color-text-muted);margin:0;font-size:1rem}.plan-module__Nfk7aq__linkButton{height:auto;color:var(--color-text-muted);box-shadow:none;background:0 0;border-color:#0000;padding:0}.plan-module__Nfk7aq__linkButton:disabled{color:var(--color-text-muted);opacity:.7;cursor:not-allowed}.plan-module__Nfk7aq__billingCard{gap:var(--spacing-md);flex-direction:column;display:flex}.plan-module__Nfk7aq__billingEmpty{padding:var(--spacing-md);border:1px dashed var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);text-align:center;margin:0;font-size:1rem}.plan-module__Nfk7aq__billingList{gap:var(--spacing-md);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.plan-module__Nfk7aq__billingItem{justify-content:space-between;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface-muted);flex-wrap:wrap;display:flex}.plan-module__Nfk7aq__billingInfo{align-items:center;gap:var(--spacing-sm);display:flex}.plan-module__Nfk7aq__billingIcon{border-radius:var(--radius-lg);background-color:var(--color-surface);width:44px;height:44px;color:var(--color-success);justify-content:center;align-items:center;display:inline-flex}.plan-module__Nfk7aq__billingMonth{color:var(--color-text);margin:0;font-weight:600}.plan-module__Nfk7aq__billingDate{color:var(--color-text-muted);margin:0;font-size:.85rem}.plan-module__Nfk7aq__billingMeta{align-items:flex-end;gap:var(--spacing-xs);text-align:right;flex-direction:column;display:flex}.plan-module__Nfk7aq__billingAmount{color:var(--color-text);font-weight:600}.plan-module__Nfk7aq__billingAction{border-color:var(--color-border);background-color:var(--color-surface);color:var(--color-brand-secondary);box-shadow:var(--shadow-sm)}.plan-module__Nfk7aq__plansGrid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.plan-module__Nfk7aq__planOptionCard{gap:var(--spacing-md);border-radius:var(--radius-xl);min-height:100%;box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:relative}.plan-module__Nfk7aq__planOptionDefault{border-color:var(--color-border);background-color:var(--color-surface)}.plan-module__Nfk7aq__planOptionCurrent{border-color:var(--color-border-strong);background-color:var(--color-brand-soft)}.plan-module__Nfk7aq__planOptionHighlight{background-color:var(--color-surface);border-color:#6366f1}.plan-module__Nfk7aq__planOptionPopularBadge{border-radius:var(--radius-pill);color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);justify-content:center;align-items:center;padding:.25rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.plan-module__Nfk7aq__planOptionHeader{justify-content:space-between;gap:var(--spacing-sm);align-items:flex-start;display:flex}.plan-module__Nfk7aq__planOptionTitle{color:var(--color-text);margin:0;font-size:1rem;font-weight:600}.plan-module__Nfk7aq__planOptionPriceGroup{flex-direction:column;gap:.1rem;display:flex}.plan-module__Nfk7aq__planOptionPrice{color:var(--color-text);font-size:1.2rem;line-height:1}.plan-module__Nfk7aq__planOptionPeriod{color:var(--color-text-muted);font-size:.85rem}.plan-module__Nfk7aq__planOptionFeatures{gap:var(--spacing-xs);color:var(--color-text-muted);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.plan-module__Nfk7aq__planOptionFeature{margin:0;padding-left:1.15rem;font-size:1rem;line-height:1.4;position:relative}.plan-module__Nfk7aq__planOptionCurrentLabel{border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;width:100%;color:var(--color-text);justify-content:center;align-items:center;padding:.85rem 1.1rem;font-weight:600;display:inline-flex}.plan-module__Nfk7aq__planOptionAction{margin-top:auto}.plan-module__Nfk7aq__planOptionUpgradeSoon{background-color:var(--color-surface-muted);border-color:var(--color-border);color:var(--color-text-muted)}.plan-module__Nfk7aq__planOptionUpgradeSoon:disabled{opacity:1}.plan-module__Nfk7aq__planOptionSoonLabel{color:#c2410c;border-radius:var(--radius-sm);background-color:#fde7d4;border:1px solid #fdba74;margin-left:.4rem;padding:.1rem .45rem;font-size:.75rem;font-weight:600}.plan-module__Nfk7aq__planOptionUpgradeSoonHighlight{color:#fff;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#6366f1,#5864e8);border-color:#5b64f1}.plan-module__Nfk7aq__planOptionUpgradeSoonHighlight:disabled{opacity:1}.plan-module__Nfk7aq__planOptionSoonLabelHighlight{color:#1e3a8a;border-radius:var(--radius-sm);background-color:#34d7d1;margin-left:.4rem;padding:.1rem .45rem;font-size:.75rem;font-weight:600}.plan-module__Nfk7aq__planOptionFeature:before{content:"";background-color:var(--color-brand-secondary);border-radius:999px;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.plan-module__Nfk7aq__planOptionFeature[data-variant=highlight]:before{content:"✓";color:#fff;background-color:#6366f1;justify-content:center;align-items:center;width:14px;height:14px;font-size:.75rem;font-weight:600;display:inline-flex}@media (max-width:1024px){.plan-module__Nfk7aq__infoGrid{grid-template-columns:1fr}.plan-module__Nfk7aq__billingItem{flex-direction:column;align-items:flex-start}.plan-module__Nfk7aq__billingMeta{text-align:left;align-items:flex-start}}@media (max-width:768px){.plan-module__Nfk7aq__activePlanHeader{flex-direction:column}.plan-module__Nfk7aq__plansGrid{grid-template-columns:1fr}}
.reset-password-module__uBQKFq__container{background:radial-gradient(circle at top,#7c3aed14,#0000 55%),linear-gradient(135deg,#f1f5ff 0%,#f5f7fb 40%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.5rem;display:flex}.reset-password-module__uBQKFq__shell{flex-direction:column;gap:1.75rem;width:100%;max-width:880px;display:flex}.reset-password-module__uBQKFq__brandHeader{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.reset-password-module__uBQKFq__title{color:var(--color-text);margin:0;font-size:1rem;font-weight:700;line-height:1.2}.reset-password-module__uBQKFq__subtitle{color:var(--color-text-muted);margin:0;font-size:.85rem}.reset-password-module__uBQKFq__card{overflow:hidden}.reset-password-module__uBQKFq__card.reset-password-module__uBQKFq__card{padding:0}.reset-password-module__uBQKFq__cardHeader{background:var(--gradient-brand);color:#fff;text-align:center;border-radius:0;width:100%;margin:0;padding:2rem}.reset-password-module__uBQKFq__cardTitle{margin:0;font-size:1rem;font-weight:700}.reset-password-module__uBQKFq__cardSubtitle{color:#ffffffd9;margin:.35rem 0 0;font-size:.85rem}.reset-password-module__uBQKFq__cardBody{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.reset-password-module__uBQKFq__cardBodySuccess{text-align:center;justify-content:center;align-items:center;min-height:220px;padding:2rem;display:flex}.reset-password-module__uBQKFq__successCentered{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}.reset-password-module__uBQKFq__form{flex-direction:column;gap:.9rem;width:100%;max-width:480px;margin:0 auto;display:flex}.reset-password-module__uBQKFq__formError,.reset-password-module__uBQKFq__formSuccess{border-radius:12px;margin:0;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.reset-password-module__uBQKFq__formError{background:var(--color-danger-soft);border:1px solid var(--color-danger);color:var(--color-danger)}.reset-password-module__uBQKFq__formSuccess{color:#047857;background:#10b9811f;border:1px solid #10b98180}.reset-password-module__uBQKFq__label{color:var(--color-text);font-size:.85rem;font-weight:600}.reset-password-module__uBQKFq__helper{color:var(--color-text-muted);text-align:center;margin:0;font-size:.85rem}.reset-password-module__uBQKFq__footerActions{text-align:center;color:var(--color-text-muted);flex-direction:column;gap:1rem;font-size:.85rem;display:flex}.reset-password-module__uBQKFq__footerActions p{margin:0}
.seller-profile-form-module__5Yd_VG__wrapper{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:24px;margin-top:24px;display:grid}@media (max-width:1024px){.seller-profile-form-module__5Yd_VG__wrapper{grid-template-columns:1fr}}.seller-profile-form-module__5Yd_VG__addressCard{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--spacing-lg);box-shadow:var(--shadow-md);margin-top:24px}.seller-profile-form-module__5Yd_VG__addressCard header{margin-bottom:16px}.seller-profile-form-module__5Yd_VG__addressCard header h2{color:var(--color-text);margin-bottom:4px;font-size:1.1rem;font-weight:600}.seller-profile-form-module__5Yd_VG__addressCard header p{color:var(--color-text-muted);font-size:.95rem}.seller-profile-form-module__5Yd_VG__addressGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.seller-profile-form-module__5Yd_VG__addressActions{justify-content:flex-end;margin-top:16px;display:flex}.seller-profile-form-module__5Yd_VG__deliveryInfoCard{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--spacing-lg);box-shadow:var(--shadow-md);margin-top:24px}.seller-profile-form-module__5Yd_VG__deliveryInfoCard header{margin-bottom:16px}.seller-profile-form-module__5Yd_VG__deliveryInfoCard header h2{color:var(--color-text);margin-bottom:4px;font-size:1.1rem;font-weight:600}.seller-profile-form-module__5Yd_VG__deliveryInfoCard header p{color:var(--color-text-muted);font-size:.95rem}.seller-profile-form-module__5Yd_VG__deliveryActionBar{justify-content:flex-end;margin-bottom:12px;display:flex}.seller-profile-form-module__5Yd_VG__deliverySummaryGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:12px;display:grid}.seller-profile-form-module__5Yd_VG__deliverySummaryItem{border:1px solid var(--color-border);background-color:var(--color-surface-muted);border-radius:12px;flex-direction:column;gap:2px;padding:12px;display:flex}.seller-profile-form-module__5Yd_VG__deliverySummaryItem span{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem}.seller-profile-form-module__5Yd_VG__summaryItemHeader{align-items:center;gap:6px;display:flex}.seller-profile-form-module__5Yd_VG__summaryItemHeader svg{color:var(--color-brand-primary)}.seller-profile-form-module__5Yd_VG__deliverySummaryItem strong{color:var(--color-text);font-size:.95rem;font-weight:600}.seller-profile-form-module__5Yd_VG__deliveryPaymentSummary{border:1px dashed var(--color-border);background-color:var(--color-surface);border-radius:12px;margin-bottom:16px;padding:12px}.seller-profile-form-module__5Yd_VG__paymentSummaryTitle{letter-spacing:.04em;color:var(--color-text-muted);text-transform:uppercase;margin:0;font-size:.85rem}.seller-profile-form-module__5Yd_VG__paymentSummaryValue{color:var(--color-text);margin:4px 0 0;font-size:.95rem}.seller-profile-form-module__5Yd_VG__deliveryEditor{border:1px solid var(--color-border);background-color:var(--color-surface);border-radius:16px;flex-direction:column;gap:16px;margin-top:8px;padding:16px;display:flex}.seller-profile-form-module__5Yd_VG__deliveryEditorGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.seller-profile-form-module__5Yd_VG__checkboxField{align-items:center;gap:8px;display:flex}.seller-profile-form-module__5Yd_VG__paymentToggleGroup{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;display:grid}.seller-profile-form-module__5Yd_VG__paymentToggle input{width:14px;height:14px}.seller-profile-form-module__5Yd_VG__deliveryEditorActions{justify-content:flex-end;display:flex}.seller-profile-form-module__5Yd_VG__scheduleSection{border-top:1px solid var(--color-border);flex-direction:column;gap:12px;padding-top:24px;display:flex}.seller-profile-form-module__5Yd_VG__scheduleHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.seller-profile-form-module__5Yd_VG__scheduleHeader h3{color:var(--color-text);margin:0;font-size:1rem;font-weight:600}.seller-profile-form-module__5Yd_VG__scheduleHeader p{color:var(--color-text-muted);margin:4px 0 0;font-size:.85rem}.seller-profile-form-module__5Yd_VG__scheduleSummary{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.seller-profile-form-module__5Yd_VG__scheduleSummaryItem{border:1px solid var(--color-border);background-color:var(--color-surface-muted);border-radius:12px;flex-direction:column;gap:2px;padding:8px;display:flex}.seller-profile-form-module__5Yd_VG__scheduleSummaryItem span:first-child{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);font-size:.8rem}.seller-profile-form-module__5Yd_VG__scheduleSummaryItem span:last-child{color:var(--color-text);font-size:.85rem;font-weight:600}.seller-profile-form-module__5Yd_VG__scheduleNotice,.seller-profile-form-module__5Yd_VG__scheduleNoticeEmpty{color:var(--color-text-muted);margin:0;font-size:.9rem}.seller-profile-form-module__5Yd_VG__scheduleNoticeEmpty{font-style:italic}.seller-profile-form-module__5Yd_VG__scheduleEditor{border:1px solid var(--color-border);background-color:var(--color-surface);border-radius:16px;flex-direction:column;gap:16px;padding:16px;display:flex}.seller-profile-form-module__5Yd_VG__scheduleGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.seller-profile-form-module__5Yd_VG__scheduleDayField{gap:6px}.seller-profile-form-module__5Yd_VG__scheduleInputs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.seller-profile-form-module__5Yd_VG__scheduleTimeInput input{font-size:.75rem}.seller-profile-form-module__5Yd_VG__scheduleNoticeField{min-height:80px}.seller-profile-form-module__5Yd_VG__primaryColumn{flex-direction:column;gap:24px;display:flex}.seller-profile-form-module__5Yd_VG__formCard,.seller-profile-form-module__5Yd_VG__infoCard,.seller-profile-form-module__5Yd_VG__mediaCard{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--spacing-lg);box-shadow:var(--shadow-md)}.seller-profile-form-module__5Yd_VG__formCard header,.seller-profile-form-module__5Yd_VG__infoCard header,.seller-profile-form-module__5Yd_VG__mediaCard header{margin-bottom:16px}.seller-profile-form-module__5Yd_VG__formCard header h2,.seller-profile-form-module__5Yd_VG__infoCard header h3,.seller-profile-form-module__5Yd_VG__mediaCard header h2{color:var(--color-text);margin-bottom:4px;font-size:1.1rem;font-weight:600}.seller-profile-form-module__5Yd_VG__formCard header p,.seller-profile-form-module__5Yd_VG__infoCard header p,.seller-profile-form-module__5Yd_VG__mediaCard header p{color:var(--color-text-muted);font-size:.95rem}.seller-profile-form-module__5Yd_VG__mediaCardFull{width:100%;margin-top:24px}.seller-profile-form-module__5Yd_VG__fieldGroup{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.seller-profile-form-module__5Yd_VG__zipFieldGroup{margin-bottom:12px}.seller-profile-form-module__5Yd_VG__zipFieldControl{align-items:center;gap:8px;display:flex}.seller-profile-form-module__5Yd_VG__zipFieldInput{flex:1;min-width:0}.seller-profile-form-module__5Yd_VG__zipLookupButton{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;width:40px;height:40px;transition:border-color var(--transition-base),box-shadow var(--transition-base),background-color var(--transition-base);border-radius:12px;justify-content:center;align-items:center;display:grid}.seller-profile-form-module__5Yd_VG__zipLookupButton:disabled{opacity:.6;cursor:not-allowed}.seller-profile-form-module__5Yd_VG__zipLoader{animation:.8s linear infinite seller-profile-form-module__5Yd_VG__zip-spin}.seller-profile-form-module__5Yd_VG__zipFieldError{color:#dc2626;margin:0;font-size:.8rem}.seller-profile-form-module__5Yd_VG__fieldGroup span{color:var(--color-text);font-size:.9rem;font-weight:500}@keyframes seller-profile-form-module__5Yd_VG__zip-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.seller-profile-form-module__5Yd_VG__fieldGroup .seller-profile-form-module__5Yd_VG__fieldControl{width:100%}.seller-profile-form-module__5Yd_VG__catalogFieldWrapper{position:relative}.seller-profile-form-module__5Yd_VG__catalogFieldDisabled input:disabled{color:var(--color-text-muted);-webkit-text-fill-color:var(--color-text-muted);opacity:1}.seller-profile-form-module__5Yd_VG__catalogFieldInputWithAction input{padding-right:2.8rem}.seller-profile-form-module__5Yd_VG__catalogCopyButton{width:1.9rem;height:1.9rem;color:var(--color-text-muted);cursor:pointer;transition:background-color var(--transition-base),color var(--transition-base);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:.55rem;transform:translateY(-50%)}.seller-profile-form-module__5Yd_VG__catalogCopyButton:hover{color:var(--color-brand-primary);background-color:color-mix(in srgb,var(--color-brand-primary)12%,transparent)}.seller-profile-form-module__5Yd_VG__textArea{border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text);resize:vertical;min-height:80px;transition:border-color var(--transition-base),box-shadow var(--transition-base);padding:.75rem 1rem;font-size:.95rem}.seller-profile-form-module__5Yd_VG__textArea:focus{border-color:var(--color-brand-primary);outline:none;box-shadow:0 0 0 3px #7c3aed26}.seller-profile-form-module__5Yd_VG__textAreaCounter{color:var(--color-text-muted);align-self:flex-end;margin-top:4px;font-size:.75rem}.seller-profile-form-module__5Yd_VG__formGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.seller-profile-form-module__5Yd_VG__actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:8px;display:flex}.seller-profile-form-module__5Yd_VG__saveErrorMessage{color:#dc2626;flex:1;min-width:0;margin:0;font-size:.85rem}.seller-profile-form-module__5Yd_VG__actions>button{margin-left:auto}.seller-profile-form-module__5Yd_VG__infoList{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.seller-profile-form-module__5Yd_VG__infoList div{background-color:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:12px;padding:12px 14px}.seller-profile-form-module__5Yd_VG__infoList dt{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:4px;font-size:.75rem}.seller-profile-form-module__5Yd_VG__infoList dd{color:var(--color-text);word-break:break-word;margin:0;font-size:.95rem}.seller-profile-form-module__5Yd_VG__emptyState{border:1px dashed var(--color-border);text-align:center;background-color:var(--color-surface);border-radius:12px;padding:32px}.seller-profile-form-module__5Yd_VG__emptyState h2{margin-bottom:8px;font-size:1.1rem;font-weight:600}.seller-profile-form-module__5Yd_VG__emptyState p{color:var(--color-text-muted);font-size:.95rem}.seller-profile-form-module__5Yd_VG__mediaGroup{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:1fr;align-items:stretch;gap:16px;margin-top:8px;display:grid}.seller-profile-form-module__5Yd_VG__mediaSection{border:1px solid var(--color-border);background-color:var(--color-surface-muted);border-radius:16px;flex-direction:column;gap:12px;height:100%;padding:16px;display:flex}.seller-profile-form-module__5Yd_VG__mediaHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.seller-profile-form-module__5Yd_VG__mediaHeaderText{min-width:0;max-width:min(260px,70%)}.seller-profile-form-module__5Yd_VG__mediaHeader h3{margin:0;font-size:1rem;font-weight:600}.seller-profile-form-module__5Yd_VG__mediaHeader p{color:var(--color-text-muted);margin:4px 0 0;font-size:.85rem}.seller-profile-form-module__5Yd_VG__mediaToggle{border-radius:999px;align-self:flex-start;gap:0;width:auto;margin-left:auto;padding:0;display:inline-flex;overflow:hidden}.seller-profile-form-module__5Yd_VG__mediaToggleButton{cursor:pointer;color:var(--color-text-muted);width:56px;height:56px;font-size:.85rem;font-family:var(--font-body,var(--font-sora),system-ui,sans-serif);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex}.seller-profile-form-module__5Yd_VG__mediaToggleButton svg{width:1em;height:1em}.seller-profile-form-module__5Yd_VG__mediaToggleButton[data-active=true]{background-color:var(--color-brand-primary);color:#fff}@media (max-width:640px){.seller-profile-form-module__5Yd_VG__mediaToggle{flex-direction:row;gap:4px;width:auto;max-width:none;padding:2px}.seller-profile-form-module__5Yd_VG__mediaToggleButton{border:1px solid var(--color-border);background-color:var(--color-surface);width:56px;height:56px;box-shadow:none;border-radius:0;justify-content:center;align-items:center;padding:0;font-size:1.125rem;line-height:1;display:inline-flex}}.seller-profile-form-module__5Yd_VG__mediaControl{width:100%}.seller-profile-form-module__5Yd_VG__mediaUrlInputRow{align-items:flex-end;gap:8px;display:flex}.seller-profile-form-module__5Yd_VG__mediaUrlInput{flex:1;min-width:0}.seller-profile-form-module__5Yd_VG__uploadField{border:1px dashed var(--color-border);color:var(--color-brand-secondary);cursor:pointer;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.seller-profile-form-module__5Yd_VG__uploadField input{display:none}.seller-profile-form-module__5Yd_VG__logoUploadCardField{cursor:pointer}.seller-profile-form-module__5Yd_VG__logoUploadCardField input{display:none}.seller-profile-form-module__5Yd_VG__logoUploadCard{border:1px dashed var(--color-border);background:var(--color-surface);text-align:center;border-radius:12px;gap:12px;padding:16px;display:grid}.seller-profile-form-module__5Yd_VG__logoUploadIcon{background:var(--color-surface-muted);width:52px;height:52px;color:var(--color-brand-primary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto;display:inline-flex}.seller-profile-form-module__5Yd_VG__logoUploadText{text-align:center;align-items:center;gap:2px;display:grid}.seller-profile-form-module__5Yd_VG__logoUploadText strong{color:var(--color-text);display:block}.seller-profile-form-module__5Yd_VG__logoUploadText span{color:var(--color-text-muted);font-size:.75rem}.seller-profile-form-module__5Yd_VG__logoUploadInlineRow{align-items:center;gap:8px;display:flex}.seller-profile-form-module__5Yd_VG__logoUploadInlineLabel{cursor:pointer;flex:1;min-width:0}.seller-profile-form-module__5Yd_VG__logoUploadInlineLabel input{display:none}.seller-profile-form-module__5Yd_VG__logoUploadInlineInfo{border:1px dashed var(--color-border);background:var(--color-surface);border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:10px 12px;display:flex}.seller-profile-form-module__5Yd_VG__logoUploadInlineInfo .seller-profile-form-module__5Yd_VG__logoUploadIcon{margin:0}.seller-profile-form-module__5Yd_VG__mediaPreview{border:1px solid var(--color-border);background-color:var(--color-surface);border-radius:12px;justify-content:center;align-items:center;padding:8px;display:flex;overflow:hidden}.seller-profile-form-module__5Yd_VG__logoPreview{object-fit:contain;width:100%;height:100%}.seller-profile-form-module__5Yd_VG__logoIdentityPreview{border:1px solid var(--color-border);background-color:var(--color-surface);border-radius:12px;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:12px;padding:10px;display:grid}.seller-profile-form-module__5Yd_VG__logoIdentityMedia{background:var(--color-surface-muted);border-radius:20px;justify-content:center;align-items:center;width:84px;height:84px;display:flex;overflow:hidden}.seller-profile-form-module__5Yd_VG__logoIdentityText{flex-direction:column;gap:4px;min-width:0;display:flex}.seller-profile-form-module__5Yd_VG__logoIdentityText strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:700;line-height:1.2;overflow:hidden}.seller-profile-form-module__5Yd_VG__logoIdentityText span{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;line-height:1.25;overflow:hidden}.seller-profile-form-module__5Yd_VG__bannerPreview{object-fit:cover;width:100%;max-height:140px}.seller-profile-form-module__5Yd_VG__mediaActions{justify-content:flex-end;margin-top:16px;display:flex}
