.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width);z-index:100;border-right:1px solid var(--gray-200);transition:transform var(--transition-base);background:#fff;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.Sidebar-module__WZVnLW__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99;background:#021d2873;animation:.25s ease-out Sidebar-module__WZVnLW__backdropFade;display:none;position:fixed;inset:0}@keyframes Sidebar-module__WZVnLW__backdropFade{0%{opacity:0}to{opacity:1}}.Sidebar-module__WZVnLW__closeBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--gray-500);background:var(--gray-100);transition:all var(--transition-fast);justify-content:center;align-items:center;margin-left:auto;display:none}.Sidebar-module__WZVnLW__closeBtn:hover{background:var(--gray-200);color:var(--gray-900)}.Sidebar-module__WZVnLW__logo{border-bottom:1px solid var(--gray-100);flex-shrink:0;align-items:center;gap:12px;padding:20px 24px;display:flex}.Sidebar-module__WZVnLW__logoIcon{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary-500), var(--accent-400));color:#fff;width:38px;height:38px;transition:transform .3s var(--ease-spring);background-size:200% 200%;justify-content:center;align-items:center;animation:4s infinite Sidebar-module__WZVnLW__gradientShift;display:flex;box-shadow:0 2px 12px #05647e40}.Sidebar-module__WZVnLW__logoIcon:hover{transform:scale(1.08)rotate(-4deg)}.Sidebar-module__WZVnLW__logoText{color:var(--gray-900);letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.Sidebar-module__WZVnLW__logoImg{object-fit:contain;width:auto;height:32px}.Sidebar-module__WZVnLW__nav{flex:1;padding:12px 0;overflow-y:auto}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar{width:3px}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:10px}.Sidebar-module__WZVnLW__menuGroup{margin-bottom:6px}.Sidebar-module__WZVnLW__groupTitle{color:var(--gray-400);letter-spacing:.1em;text-transform:uppercase;padding:12px 24px 6px;font-size:.6875rem;font-weight:700;display:block}.Sidebar-module__WZVnLW__menuList{padding:0 12px;list-style:none}.Sidebar-module__WZVnLW__menuItem{width:100%;color:var(--gray-600);border-radius:var(--radius-md);transition:all .2s var(--ease-out-expo);cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:2px;padding:10px 14px;font-size:.875rem;font-weight:500;text-decoration:none;display:flex;position:relative}.Sidebar-module__WZVnLW__menuItemLeft{transition:transform .2s var(--ease-out-expo);align-items:center;gap:12px;display:flex}.Sidebar-module__WZVnLW__menuItem:hover{background:var(--gray-100);color:var(--gray-900)}.Sidebar-module__WZVnLW__menuItem:hover .Sidebar-module__WZVnLW__menuItemLeft{transform:translate(2px)}.Sidebar-module__WZVnLW__menuItem:active{transition-duration:80ms;transform:scale(.98)}.Sidebar-module__WZVnLW__menuItemActive,.Sidebar-module__WZVnLW__menuItemActive:hover{background:var(--primary-50);color:var(--primary-700);font-weight:600}.Sidebar-module__WZVnLW__menuItemActive:before{content:"";background:var(--primary-500);width:3px;height:20px;animation:Sidebar-module__WZVnLW__scaleInBounce .3s var(--ease-spring) forwards;border-radius:0 4px 4px 0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__WZVnLW__submenu{padding:2px 0 4px;list-style:none}.Sidebar-module__WZVnLW__submenuItem{color:var(--gray-500);border-radius:var(--radius-md);transition:all var(--transition-fast);margin:0 12px;padding:8px 16px 8px 50px;font-size:.8125rem;font-weight:500;text-decoration:none;display:block}.Sidebar-module__WZVnLW__submenuItem:hover{color:var(--gray-800);background:var(--gray-100)}.Sidebar-module__WZVnLW__submenuItemActive{color:var(--primary-600);font-weight:600}.Sidebar-module__WZVnLW__bottom{border-top:1px solid var(--gray-100);flex-shrink:0;padding:8px 0}.Sidebar-module__WZVnLW__bottom .Sidebar-module__WZVnLW__menuList{margin-bottom:4px}.Sidebar-module__WZVnLW__userProfile{border-radius:var(--radius-md);background:var(--gray-50);border:1px solid var(--gray-200);transition:all .25s var(--ease-out-expo);align-items:center;gap:12px;margin:4px 12px 8px;padding:12px 14px;display:flex}.Sidebar-module__WZVnLW__userProfile:hover{background:var(--gray-100);border-color:var(--gray-300)}.Sidebar-module__WZVnLW__userAvatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--primary-500), var(--accent-400));color:#fff;width:36px;height:36px;transition:transform .3s var(--ease-spring);background-size:200% 200%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;animation:6s infinite Sidebar-module__WZVnLW__gradientShift;display:flex}.Sidebar-module__WZVnLW__userProfile:hover .Sidebar-module__WZVnLW__userAvatar{transform:scale(1.08)}.Sidebar-module__WZVnLW__userInfo{flex:1;min-width:0}.Sidebar-module__WZVnLW__userName{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;display:block;overflow:hidden}.Sidebar-module__WZVnLW__userPlan{color:var(--accent-500);align-items:center;gap:4px;font-size:.6875rem;font-weight:600;display:inline-flex}.Sidebar-module__WZVnLW__logoutBtn{color:var(--gray-400);border-radius:var(--radius-sm);transition:all .2s var(--ease-out-expo);flex-shrink:0;padding:6px}.Sidebar-module__WZVnLW__logoutBtn:hover{color:var(--danger);background:var(--danger-light);transform:scale(1.1)}.Sidebar-module__WZVnLW__soonBadge{text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-full);color:#7c3aed;background:#ede9fe;padding:2px 7px;font-size:.5625rem;font-weight:700;line-height:1}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{transform:translate(-100%);box-shadow:8px 0 32px #0000001f}.Sidebar-module__WZVnLW__sidebarOpen{transform:translate(0)}.Sidebar-module__WZVnLW__backdrop{display:block}.Sidebar-module__WZVnLW__closeBtn{display:inline-flex}}@media (max-width:480px){.Sidebar-module__WZVnLW__sidebar{width:88vw;max-width:320px}}
.Toast-module__yWhMxq__viewport{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;max-width:380px;display:flex;position:fixed;top:20px;right:20px}.Toast-module__yWhMxq__toast{pointer-events:auto;border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);background:#fff;border-left:4px solid;align-items:flex-start;gap:12px;min-width:280px;padding:14px 16px;animation:.3s cubic-bezier(.4,0,.2,1) Toast-module__yWhMxq__slideInRight;display:flex}@keyframes Toast-module__yWhMxq__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.Toast-module__yWhMxq__success{border-left-color:var(--success)}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__icon{color:var(--success)}.Toast-module__yWhMxq__error{border-left-color:var(--danger)}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__icon{color:var(--danger)}.Toast-module__yWhMxq__info{border-left-color:var(--info)}.Toast-module__yWhMxq__info .Toast-module__yWhMxq__icon{color:var(--info)}.Toast-module__yWhMxq__warning{border-left-color:var(--warning)}.Toast-module__yWhMxq__warning .Toast-module__yWhMxq__icon{color:var(--warning)}.Toast-module__yWhMxq__icon{flex-shrink:0;margin-top:1px}.Toast-module__yWhMxq__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Toast-module__yWhMxq__title{color:var(--gray-900);font-size:.875rem;font-weight:600;line-height:1.35}.Toast-module__yWhMxq__desc{color:var(--gray-600);font-size:.8125rem;line-height:1.45}.Toast-module__yWhMxq__close{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--gray-400);transition:all var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;margin-top:-2px;margin-right:-4px;display:flex}.Toast-module__yWhMxq__close:hover{background:var(--gray-100);color:var(--gray-700)}@media (max-width:640px){.Toast-module__yWhMxq__viewport{max-width:none;top:12px;left:12px;right:12px}.Toast-module__yWhMxq__toast{min-width:0}}
.admin-platform-module__6ovT3q__page{flex-direction:column;gap:24px;display:flex}.admin-platform-module__6ovT3q__badge{color:#dc2626;border-radius:var(--radius-full);background:#fee2e2;align-items:center;gap:6px;width:fit-content;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.admin-platform-module__6ovT3q__card{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px}.admin-platform-module__6ovT3q__cardHead{color:var(--primary-500);align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.admin-platform-module__6ovT3q__cardTitle{color:var(--gray-900);margin:0;font-size:1rem;font-weight:700}.admin-platform-module__6ovT3q__cardDesc{color:var(--gray-500);margin:2px 0 0;font-size:.8125rem}.admin-platform-module__6ovT3q__fieldGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.admin-platform-module__6ovT3q__field{flex-direction:column;gap:4px;display:flex}.admin-platform-module__6ovT3q__label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.admin-platform-module__6ovT3q__input{color:var(--gray-800);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);transition:border-color var(--transition-fast);box-sizing:border-box;background:#fff;outline:none;width:100%;padding:10px 14px;font-size:.875rem}.admin-platform-module__6ovT3q__input:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #05647e14}.admin-platform-module__6ovT3q__hint{color:var(--gray-400);font-size:.75rem}.admin-platform-module__6ovT3q__toggleList{flex-direction:column;gap:0;display:flex}.admin-platform-module__6ovT3q__toggleRow{border-bottom:1px solid var(--gray-100);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.admin-platform-module__6ovT3q__toggleRow:last-child{border-bottom:none}.admin-platform-module__6ovT3q__toggleRow strong{color:var(--gray-900);font-size:.875rem}.admin-platform-module__6ovT3q__toggleDesc{color:var(--gray-400);margin:2px 0 0;font-size:.75rem}.admin-platform-module__6ovT3q__saveRow{justify-content:flex-end;padding-top:4px;display:flex}@media (max-width:768px){.admin-platform-module__6ovT3q__fieldGrid{grid-template-columns:1fr}.admin-platform-module__6ovT3q__card{padding:16px}.admin-platform-module__6ovT3q__page{gap:16px}}@media (max-width:480px){.admin-platform-module__6ovT3q__card{padding:14px}.admin-platform-module__6ovT3q__cardTitle{font-size:.9375rem}.admin-platform-module__6ovT3q__cardDesc{font-size:.75rem}.admin-platform-module__6ovT3q__saveRow{justify-content:stretch}.admin-platform-module__6ovT3q__saveRow button{justify-content:center;width:100%}}
.payments-module__b5_f9G__deny{border-radius:var(--radius-md);color:#991b1b;background:#fee2e2;border:1px solid #fecaca;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.payments-module__b5_f9G__deny strong{margin-bottom:4px;font-weight:700;display:block}.payments-module__b5_f9G__deny p{margin:0;font-size:.875rem}.payments-module__b5_f9G__warn{border-radius:var(--radius-md);color:#78350f;background:#fef3c7;border:1px solid #fde68a;align-items:center;gap:10px;padding:12px 16px;display:flex}.payments-module__b5_f9G__warn p{margin:0;font-size:.8125rem}.payments-module__b5_f9G__loading{color:var(--gray-500);text-align:center;padding:32px;font-size:.875rem}.payments-module__b5_f9G__secretRow{align-items:center;display:flex;position:relative}.payments-module__b5_f9G__secretRow input{flex:1;padding-right:40px}.payments-module__b5_f9G__eyeBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--gray-500);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.payments-module__b5_f9G__eyeBtn:hover{background:var(--gray-100);color:var(--gray-800)}
.Confirm-module__mdCzba__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.18s ease-out Confirm-module__mdCzba__fadeIn;display:flex;position:fixed;inset:0}@keyframes Confirm-module__mdCzba__fadeIn{0%{opacity:0}to{opacity:1}}.Confirm-module__mdCzba__modal{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:440px;padding:28px 28px 22px;animation:.2s cubic-bezier(.34,1.56,.64,1) Confirm-module__mdCzba__popIn;position:relative;box-shadow:0 24px 48px #00000040}@keyframes Confirm-module__mdCzba__popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.Confirm-module__mdCzba__closeBtn{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--gray-400);transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.Confirm-module__mdCzba__closeBtn:hover{background:var(--gray-100);color:var(--gray-700)}.Confirm-module__mdCzba__iconWrap{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex}.Confirm-module__mdCzba__icon_danger{background:var(--danger-light);color:var(--danger)}.Confirm-module__mdCzba__icon_warning{background:var(--warning-light);color:#b45309}.Confirm-module__mdCzba__icon_primary{background:var(--primary-50);color:var(--primary-500)}.Confirm-module__mdCzba__title{color:var(--gray-900);margin-bottom:6px;font-size:1.125rem;font-weight:700}.Confirm-module__mdCzba__description{color:var(--gray-600);margin-bottom:22px;font-size:.875rem;line-height:1.6}.Confirm-module__mdCzba__actions{justify-content:flex-end;gap:8px;display:flex}.Confirm-module__mdCzba__cancelBtn,.Confirm-module__mdCzba__confirmBtn{border-radius:var(--radius-md);transition:all var(--transition-fast);padding:10px 20px;font-size:.875rem;font-weight:600}.Confirm-module__mdCzba__cancelBtn{color:var(--gray-700);border:1.5px solid var(--gray-200);background:#fff}.Confirm-module__mdCzba__cancelBtn:hover{border-color:var(--gray-300);background:var(--gray-50)}.Confirm-module__mdCzba__confirm_danger{background:var(--danger);color:#fff}.Confirm-module__mdCzba__confirm_danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef444459}.Confirm-module__mdCzba__confirm_warning{background:var(--warning);color:#fff}.Confirm-module__mdCzba__confirm_warning:hover{background:#d97706;box-shadow:0 4px 12px #f59e0b59}.Confirm-module__mdCzba__confirm_primary{background:linear-gradient(135deg, var(--primary-500), var(--primary-600));color:#fff}.Confirm-module__mdCzba__confirm_primary:hover{background:linear-gradient(135deg, var(--primary-400), var(--primary-500));box-shadow:0 4px 12px #05647e59}@media (max-width:480px){.Confirm-module__mdCzba__modal{padding:24px 20px 20px}.Confirm-module__mdCzba__actions{flex-direction:column-reverse}.Confirm-module__mdCzba__cancelBtn,.Confirm-module__mdCzba__confirmBtn{width:100%}}
.templates-module__DGSZla__grid{flex-direction:column;gap:12px;display:flex}.templates-module__DGSZla__row{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);grid-template-columns:40px 1fr auto;align-items:flex-start;gap:16px;padding:18px 20px;display:grid}.templates-module__DGSZla__icon{background:var(--primary-50,#ecfeff);width:40px;height:40px;color:var(--primary-500);border-radius:var(--radius-md);justify-content:center;align-items:center;display:inline-flex}.templates-module__DGSZla__body{flex-direction:column;gap:4px;min-width:0;display:flex}.templates-module__DGSZla__titleRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.templates-module__DGSZla__title{color:var(--gray-900);margin:0;font-size:.9375rem;font-weight:700}.templates-module__DGSZla__systemBadge{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);background:var(--gray-100);border-radius:var(--radius-full);align-items:center;gap:4px;padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-flex}.templates-module__DGSZla__key{color:var(--gray-500);font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem}.templates-module__DGSZla__desc{color:var(--gray-600);margin:4px 0 0;font-size:.8125rem}.templates-module__DGSZla__subject{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.8125rem;overflow:hidden}.templates-module__DGSZla__subjectLabel{color:var(--gray-500);margin-right:6px;font-weight:600}.templates-module__DGSZla__actions{align-items:center;gap:6px;display:flex}.templates-module__DGSZla__deleteBtn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--gray-500);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;justify-content:center;align-items:center;display:inline-flex}.templates-module__DGSZla__deleteBtn:hover{color:#dc2626;background:#fee2e2}@media (max-width:640px){.templates-module__DGSZla__row{grid-template-columns:1fr;gap:10px;padding:14px}.templates-module__DGSZla__icon{display:none}.templates-module__DGSZla__actions{justify-content:flex-start}.templates-module__DGSZla__subject{white-space:normal}}@media (max-width:480px){.templates-module__DGSZla__row{padding:12px}.templates-module__DGSZla__title{font-size:.875rem}.templates-module__DGSZla__titleRow{gap:6px}.templates-module__DGSZla__actions{flex-wrap:wrap;gap:4px}.templates-module__DGSZla__actions button{font-size:.75rem}}.templates-module__DGSZla__editorGrid{grid-template-columns:1fr 280px;gap:20px;display:grid}@media (max-width:1024px){.templates-module__DGSZla__editorGrid{grid-template-columns:1fr}}.templates-module__DGSZla__bodyArea{resize:vertical;min-height:360px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8125rem}.templates-module__DGSZla__varList{flex-direction:column;gap:6px;display:flex}.templates-module__DGSZla__varChip{color:var(--gray-700);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-full);cursor:pointer;align-items:center;gap:4px;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem;display:inline-flex}.templates-module__DGSZla__varChip:hover{background:var(--gray-200)}.templates-module__DGSZla__tagInput{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;flex-wrap:wrap;gap:6px;padding:8px;display:flex}.templates-module__DGSZla__tag{background:var(--primary-50,#ecfeff);color:var(--primary-600,#0e7490);border-radius:var(--radius-full);align-items:center;gap:4px;padding:2px 4px 2px 10px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.75rem;display:inline-flex}.templates-module__DGSZla__tagRemove{width:18px;height:18px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.templates-module__DGSZla__tagRemove:hover{background:#00000014}.templates-module__DGSZla__tagField{background:0 0;border:0;outline:0;flex:1;min-width:120px;font-size:.8125rem}
.CurrencySwitcher-module__UFic-q__wrapper{position:relative}.CurrencySwitcher-module__UFic-q__trigger{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--gray-700);cursor:pointer;border-radius:10px;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.CurrencySwitcher-module__UFic-q__trigger:hover{background:var(--gray-100);border-color:var(--gray-300)}.CurrencySwitcher-module__UFic-q__flag{font-size:1rem;line-height:1}.CurrencySwitcher-module__UFic-q__code{color:var(--gray-900);letter-spacing:.02em;font-weight:700}.CurrencySwitcher-module__UFic-q__symbol{color:var(--gray-500);margin-left:auto;font-weight:500}.CurrencySwitcher-module__UFic-q__chevron{color:var(--gray-400);flex-shrink:0;transition:transform .2s}.CurrencySwitcher-module__UFic-q__chevronOpen{transform:rotate(180deg)}.CurrencySwitcher-module__UFic-q__dropdown{border:1px solid var(--gray-200);z-index:200;background:#fff;border-radius:12px;padding:6px;animation:.15s ease-out CurrencySwitcher-module__UFic-q__currencyDropIn;position:absolute;bottom:calc(100% + 6px);left:0;right:0;box-shadow:0 8px 24px #0000001a,0 2px 8px #0000000a}@keyframes CurrencySwitcher-module__UFic-q__currencyDropIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.CurrencySwitcher-module__UFic-q__dropdownLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);padding:8px 10px 6px;font-size:.6875rem;font-weight:700}.CurrencySwitcher-module__UFic-q__option{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;transition:all .15s;display:flex}.CurrencySwitcher-module__UFic-q__option:hover{background:var(--gray-50)}.CurrencySwitcher-module__UFic-q__optionActive,.CurrencySwitcher-module__UFic-q__optionActive:hover{background:var(--primary-50)}.CurrencySwitcher-module__UFic-q__optionFlag{font-size:1.125rem;line-height:1}.CurrencySwitcher-module__UFic-q__optionInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.CurrencySwitcher-module__UFic-q__optionCode{color:var(--gray-900);font-size:.8125rem;font-weight:700}.CurrencySwitcher-module__UFic-q__optionName{color:var(--gray-500);font-size:.6875rem}.CurrencySwitcher-module__UFic-q__optionActive .CurrencySwitcher-module__UFic-q__optionCode{color:var(--primary-700)}.CurrencySwitcher-module__UFic-q__optionActive .CurrencySwitcher-module__UFic-q__optionName{color:var(--primary-500)}.CurrencySwitcher-module__UFic-q__optionSymbol{color:var(--gray-400);font-size:.875rem;font-weight:600}.CurrencySwitcher-module__UFic-q__optionActive .CurrencySwitcher-module__UFic-q__optionSymbol{color:var(--primary-500)}
.PageHeader-module__bRDKxW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.PageHeader-module__bRDKxW__title{color:var(--gray-900);font-size:1.5rem;font-weight:700}.PageHeader-module__bRDKxW__subtitle{color:var(--gray-500);margin-top:4px;font-size:.875rem}.PageHeader-module__bRDKxW__actions{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:768px){.PageHeader-module__bRDKxW__header{gap:12px;margin-bottom:16px}.PageHeader-module__bRDKxW__title{font-size:1.25rem}}@media (max-width:480px){.PageHeader-module__bRDKxW__header{flex-direction:column;gap:10px}.PageHeader-module__bRDKxW__title{font-size:1.125rem}.PageHeader-module__bRDKxW__subtitle{font-size:.8125rem}.PageHeader-module__bRDKxW__actions{width:100%}.PageHeader-module__bRDKxW__actions>*{flex:1;justify-content:center}}
.AffiliateSidebar-module__f9-8rG__roleBadge{background:linear-gradient(135deg, var(--accent-400), var(--accent-600));color:#fff;border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;width:fit-content;margin:6px 16px 12px;padding:6px 12px;font-size:.6875rem;font-weight:700;display:inline-flex}
.EmptyState-module__QvXXza__empty{text-align:center;border-radius:var(--radius-lg);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:56px 24px;display:flex}.EmptyState-module__QvXXza__empty.EmptyState-module__QvXXza__default{border:1px solid var(--gray-200)}.EmptyState-module__QvXXza__empty.EmptyState-module__QvXXza__search{border:1px dashed var(--gray-300);background:var(--gray-50);padding:40px 24px}.EmptyState-module__QvXXza__icon{background:var(--primary-50);width:64px;height:64px;color:var(--primary-500);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.EmptyState-module__QvXXza__search .EmptyState-module__QvXXza__icon{background:var(--gray-100);width:48px;height:48px;color:var(--gray-500)}.EmptyState-module__QvXXza__title{color:var(--gray-900);margin:0;font-size:1.0625rem;font-weight:700}.EmptyState-module__QvXXza__search .EmptyState-module__QvXXza__title{font-size:.9375rem}.EmptyState-module__QvXXza__description{color:var(--gray-500);max-width:380px;margin:0;font-size:.875rem;line-height:1.55}.EmptyState-module__QvXXza__search .EmptyState-module__QvXXza__description{font-size:.8125rem}.EmptyState-module__QvXXza__action{background:var(--primary-500);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:6px;margin-top:12px;padding:10px 18px;font-size:.875rem;font-weight:600;display:inline-flex}.EmptyState-module__QvXXza__action:hover{background:var(--primary-600)}
.OnboardingWizard-module__g4Dh9W__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;padding:16px;animation:.3s OnboardingWizard-module__g4Dh9W__overlayIn;display:flex;position:fixed;inset:0}@keyframes OnboardingWizard-module__g4Dh9W__overlayIn{0%{opacity:0}to{opacity:1}}.OnboardingWizard-module__g4Dh9W__card{background:var(--surface,#fff);border-radius:20px;width:100%;max-width:560px;max-height:90vh;animation:.35s cubic-bezier(.16,1,.3,1) OnboardingWizard-module__g4Dh9W__cardIn;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0000002e,inset 0 0 0 1px #ffffff0f}@keyframes OnboardingWizard-module__g4Dh9W__cardIn{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.OnboardingWizard-module__g4Dh9W__closeBtn{z-index:2;background:var(--gray-100,#f3f4f6);width:32px;height:32px;color:var(--gray-500,#6b7280);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.OnboardingWizard-module__g4Dh9W__closeBtn:hover{background:var(--gray-200,#e5e7eb);color:var(--gray-700,#374151)}.OnboardingWizard-module__g4Dh9W__progressBar{gap:4px;padding:20px 24px 0;display:flex}.OnboardingWizard-module__g4Dh9W__progressDot{background:var(--gray-200,#e5e7eb);border-radius:4px;flex:1;height:4px;transition:background .3s}.OnboardingWizard-module__g4Dh9W__progressDotActive{background:#05647e}.OnboardingWizard-module__g4Dh9W__progressDotDone{background:#10b981}.OnboardingWizard-module__g4Dh9W__stepContent{flex-direction:column;min-height:320px;padding:28px 32px 20px;animation:.25s OnboardingWizard-module__g4Dh9W__stepFadeIn;display:flex}@keyframes OnboardingWizard-module__g4Dh9W__stepFadeIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.OnboardingWizard-module__g4Dh9W__stepIconWrap{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:28px;display:flex}.OnboardingWizard-module__g4Dh9W__stepTitle{color:var(--gray-900,#111827);margin-bottom:8px;font-size:1.35rem;font-weight:700;line-height:1.25}.OnboardingWizard-module__g4Dh9W__stepDesc{color:var(--gray-500,#6b7280);margin-bottom:20px;font-size:.92rem;line-height:1.6}.OnboardingWizard-module__g4Dh9W__tipsList{flex-direction:column;gap:10px;margin:0 0 16px;padding:0;list-style:none;display:flex}.OnboardingWizard-module__g4Dh9W__tipItem{color:var(--gray-600,#4b5563);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.OnboardingWizard-module__g4Dh9W__tipIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:flex}.OnboardingWizard-module__g4Dh9W__actionLink{border:1px solid var(--gray-200,#e5e7eb);background:var(--gray-50,#f9fafb);color:var(--gray-700,#374151);border-radius:12px;align-items:center;gap:12px;margin-top:auto;padding:14px 16px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.OnboardingWizard-module__g4Dh9W__actionLink:hover{color:#05647e;background:#05647e0a;border-color:#05647e}.OnboardingWizard-module__g4Dh9W__actionLinkIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.OnboardingWizard-module__g4Dh9W__actionLinkArrow{color:var(--gray-400);margin-left:auto}.OnboardingWizard-module__g4Dh9W__welcomeEmoji{margin-bottom:16px;font-size:48px;animation:1.5s ease-in-out OnboardingWizard-module__g4Dh9W__wave}@keyframes OnboardingWizard-module__g4Dh9W__wave{0%,to{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}40%{transform:rotate(14deg)}50%{transform:rotate(-4deg)}60%{transform:rotate(10deg)}70%{transform:rotate(0)}}.OnboardingWizard-module__g4Dh9W__successEmoji{margin-bottom:16px;font-size:56px;animation:.6s OnboardingWizard-module__g4Dh9W__bounce}@keyframes OnboardingWizard-module__g4Dh9W__bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-16px)}60%{transform:translateY(-8px)}}.OnboardingWizard-module__g4Dh9W__successTitle{color:var(--gray-900);margin-bottom:8px;font-size:1.4rem;font-weight:700}.OnboardingWizard-module__g4Dh9W__footer{justify-content:space-between;align-items:center;gap:12px;padding:16px 32px 24px;display:flex}.OnboardingWizard-module__g4Dh9W__stepCounter{color:var(--gray-400);white-space:nowrap;font-size:.78rem;font-weight:500}.OnboardingWizard-module__g4Dh9W__footerActions{gap:8px;display:flex}.OnboardingWizard-module__g4Dh9W__backBtn{border:1px solid var(--gray-200,#e5e7eb);color:var(--gray-600);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:4px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.OnboardingWizard-module__g4Dh9W__backBtn:hover{background:var(--gray-50);border-color:var(--gray-300)}.OnboardingWizard-module__g4Dh9W__nextBtn{color:#fff;cursor:pointer;background:#05647e;border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.OnboardingWizard-module__g4Dh9W__nextBtn:hover{background:#04536b}.OnboardingWizard-module__g4Dh9W__skipBtn{color:var(--gray-400);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:4px;padding:8px 16px;font-size:.82rem;font-weight:500;transition:color .15s;display:inline-flex}.OnboardingWizard-module__g4Dh9W__skipBtn:hover{color:var(--gray-600)}.OnboardingWizard-module__g4Dh9W__finishBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 28px;font-size:.9rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 4px 16px #10b9814d}.OnboardingWizard-module__g4Dh9W__finishBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98166}.OnboardingWizard-module__g4Dh9W__igIconWrap{color:#fff;background:linear-gradient(135deg,#833ab4,#e1306c,#f77737);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.OnboardingWizard-module__g4Dh9W__igSection{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.OnboardingWizard-module__g4Dh9W__igFollowBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#833ab4,#e1306c,#f77737);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #e1306c4d}.OnboardingWizard-module__g4Dh9W__igFollowBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #e1306c66}.OnboardingWizard-module__g4Dh9W__igFollowBtn:active{transform:translateY(0)}.OnboardingWizard-module__g4Dh9W__igInputRow{border:1.5px solid var(--gray-200,#e5e7eb);background:var(--gray-50,#f9fafb);border-radius:12px;align-items:center;gap:0;transition:border-color .2s;display:flex;overflow:hidden}.OnboardingWizard-module__g4Dh9W__igInputRow:focus-within{background:#fff;border-color:#e1306c}.OnboardingWizard-module__g4Dh9W__igAt{color:var(--gray-400,#9ca3af);padding:0 0 0 14px;font-size:.95rem;font-weight:600}.OnboardingWizard-module__g4Dh9W__igInput{color:var(--gray-800,#1f2937);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 8px;font-size:.88rem}.OnboardingWizard-module__g4Dh9W__igInput::placeholder{color:var(--gray-300,#d1d5db)}.OnboardingWizard-module__g4Dh9W__igSubmitBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border:none;padding:10px 18px;font-size:.8125rem;font-weight:700;transition:opacity .15s}.OnboardingWizard-module__g4Dh9W__igSubmitBtn:hover:not(:disabled){opacity:.9}.OnboardingWizard-module__g4Dh9W__igSubmitBtn:disabled{opacity:.45;cursor:not-allowed}.OnboardingWizard-module__g4Dh9W__igSuccess{color:#047857;background:#10b9810f;border:1.5px solid #10b981;border-radius:12px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.OnboardingWizard-module__g4Dh9W__igSuccess strong{margin-bottom:2px;font-size:.88rem;display:block}.OnboardingWizard-module__g4Dh9W__igSuccess p{color:var(--gray-500,#6b7280);margin:0;font-size:.8125rem}.OnboardingWizard-module__g4Dh9W__igHint{color:var(--gray-400,#9ca3af);text-align:center;margin:4px 0 0;font-size:.75rem}.OnboardingWizard-module__g4Dh9W__igErrorText{color:#dc2626;margin:4px 0 0;font-size:.8125rem}.OnboardingWizard-module__g4Dh9W__nextBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:600px){.OnboardingWizard-module__g4Dh9W__card{border-radius:16px;max-width:100%}.OnboardingWizard-module__g4Dh9W__stepContent{min-height:280px;padding:24px 20px 16px}.OnboardingWizard-module__g4Dh9W__footer{flex-direction:column;gap:8px;padding:12px 20px 20px}.OnboardingWizard-module__g4Dh9W__stepCounter{order:1}.OnboardingWizard-module__g4Dh9W__footerActions{order:0;justify-content:flex-end;width:100%}.OnboardingWizard-module__g4Dh9W__progressBar{padding:16px 20px 0}}
.Skeleton-module__iLQKgG__skeleton{background:linear-gradient(90deg, var(--gray-100) 0%, var(--gray-200) 50%, var(--gray-100) 100%);background-size:200% 100%;animation:1.4s ease-in-out infinite Skeleton-module__iLQKgG__skeletonShimmer;display:block}@keyframes Skeleton-module__iLQKgG__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Skeleton-module__iLQKgG__textGroup{flex-direction:column;gap:8px;display:flex}.Skeleton-module__iLQKgG__card{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.Skeleton-module__iLQKgG__cardBody{flex-direction:column;gap:10px;padding:16px;display:flex}.Skeleton-module__iLQKgG__statTile{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;gap:10px;padding:18px 20px;display:flex}.Skeleton-module__iLQKgG__statRow{justify-content:space-between;align-items:center;display:flex}.Skeleton-module__iLQKgG__statGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}@media (max-width:1024px){.Skeleton-module__iLQKgG__statGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Skeleton-module__iLQKgG__statGrid{grid-template-columns:1fr;gap:10px}.Skeleton-module__iLQKgG__statTile{gap:6px;padding:12px 14px}}.Skeleton-module__iLQKgG__tableCard{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.Skeleton-module__iLQKgG__tableHeader,.Skeleton-module__iLQKgG__tableRow{grid-template-columns:1.5fr repeat(4,1fr);align-items:center;gap:18px;padding:16px 20px;display:grid}.Skeleton-module__iLQKgG__tableHeader{background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.Skeleton-module__iLQKgG__tableRow{border-bottom:1px solid var(--gray-100)}.Skeleton-module__iLQKgG__tableRow:last-child{border-bottom:none}.Skeleton-module__iLQKgG__pageHeader{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}
.dashboard-module__XABe8G__dashboard{flex-direction:column;gap:24px;display:flex}.dashboard-module__XABe8G__greetingHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-module__XABe8G__greetingLeft{flex-direction:column;gap:4px;display:flex}.dashboard-module__XABe8G__greetingTitle{color:var(--gray-900);letter-spacing:-.02em;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;display:flex}.dashboard-module__XABe8G__greetingSubtitle{color:var(--gray-500);font-size:.9rem;line-height:1.5}.dashboard-module__XABe8G__quickActions{flex-shrink:0;gap:10px;display:flex}.dashboard-module__XABe8G__quickActionBtn{cursor:pointer;transition:all .25s var(--ease-out-expo);border:none;border-radius:10px;align-items:center;gap:7px;padding:9px 16px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.dashboard-module__XABe8G__quickActionPrimary{background:var(--primary-500);color:#fff;box-shadow:0 1px 2px #05647e33}.dashboard-module__XABe8G__quickActionPrimary:hover{background:var(--primary-600)}.dashboard-module__XABe8G__quickActionSecondary{color:var(--gray-700);border:1.5px solid var(--gray-200);background:#fff}.dashboard-module__XABe8G__quickActionSecondary:hover{border-color:var(--primary-300);color:var(--primary-600);background:var(--primary-50)}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.dashboard-module__XABe8G__contentGrid{grid-template-columns:1fr 320px;align-items:start;gap:20px;display:grid}.dashboard-module__XABe8G__activityCard{border:1px solid var(--gray-200);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.dashboard-module__XABe8G__activityHeader{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.dashboard-module__XABe8G__activityTitle{color:var(--gray-900);font-size:.9375rem;font-weight:700}.dashboard-module__XABe8G__activityBadge{color:#05647e;background:#05647e14;border-radius:20px;padding:3px 10px;font-size:.6875rem;font-weight:700}.dashboard-module__XABe8G__activityList{max-height:420px;margin:0;padding:0;list-style:none;overflow-y:auto}.dashboard-module__XABe8G__activityItem{border-bottom:1px solid var(--gray-50);align-items:flex-start;gap:14px;padding:16px 24px;transition:background .15s;display:flex}.dashboard-module__XABe8G__activityItem:last-child{border-bottom:none}.dashboard-module__XABe8G__activityItem:hover{background:var(--gray-50)}.dashboard-module__XABe8G__activityIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dashboard-module__XABe8G__activityContent{flex:1;min-width:0}.dashboard-module__XABe8G__activityText{color:var(--gray-700);margin-bottom:2px;font-size:.8125rem;line-height:1.5}.dashboard-module__XABe8G__activityText strong{color:var(--gray-900);font-weight:600}.dashboard-module__XABe8G__activityTime{color:var(--gray-400);font-size:.6875rem}.dashboard-module__XABe8G__activityEmpty{text-align:center;color:var(--gray-400);padding:40px 24px;font-size:.8125rem}.dashboard-module__XABe8G__chartsRow{gap:20px;display:flex}.dashboard-module__XABe8G__ordersCard{border:1px solid var(--gray-200);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.dashboard-module__XABe8G__ordersHeader{justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.dashboard-module__XABe8G__ordersTitle{color:var(--gray-900);align-items:center;gap:10px;font-size:1.0625rem;font-weight:700;display:flex}.dashboard-module__XABe8G__ordersTitleBadge{color:#05647e;background:#05647e14;border-radius:20px;padding:3px 10px;font-size:.6875rem;font-weight:700}.dashboard-module__XABe8G__ordersTableWrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.dashboard-module__XABe8G__ordersTable{border-collapse:separate;border-spacing:0;width:100%;min-width:720px}.dashboard-module__XABe8G__ordersTable thead th{text-align:left;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-200);white-space:nowrap;padding:14px 28px;font-size:.6875rem;font-weight:700}.dashboard-module__XABe8G__ordersTable tbody tr{transition:background .15s}.dashboard-module__XABe8G__ordersTable tbody tr:hover{background:var(--gray-50)}.dashboard-module__XABe8G__ordersTable tbody td{color:var(--gray-600);border-bottom:1px solid var(--gray-100);vertical-align:middle;padding:18px 28px;font-size:.8125rem}.dashboard-module__XABe8G__ordersTable tbody tr:last-child td{border-bottom:none}.dashboard-module__XABe8G__customerCell{align-items:center;gap:12px;display:flex}.dashboard-module__XABe8G__customerAvatar{text-transform:uppercase;letter-spacing:.02em;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.75rem;font-weight:700;display:flex}.dashboard-module__XABe8G__avatarBlue{color:#2563eb;background:#dbeafe}.dashboard-module__XABe8G__avatarCoral{color:#e5603b;background:#fce7e0}.dashboard-module__XABe8G__avatarTeal{color:#0d9488;background:#ccfbf1}.dashboard-module__XABe8G__avatarPurple{color:#7c3aed;background:#ede9fe}.dashboard-module__XABe8G__avatarAmber{color:#d97706;background:#fef3c7}.dashboard-module__XABe8G__customerInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-module__XABe8G__customerName{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.dashboard-module__XABe8G__customerEmail{color:var(--gray-400);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.dashboard-module__XABe8G__productName{color:var(--gray-700);text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.8125rem;font-weight:500;line-height:1.4;overflow:hidden}.dashboard-module__XABe8G__orderAmount{color:var(--gray-900);white-space:nowrap;font-size:.9375rem;font-weight:700}.dashboard-module__XABe8G__viewBtn{color:var(--gray-600);border:1.5px solid var(--gray-200);cursor:pointer;white-space:nowrap;background:#fff;border-radius:10px;align-items:center;gap:5px;padding:6px 14px;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.dashboard-module__XABe8G__viewBtn:hover{border-color:var(--primary-400);color:var(--primary-600);background:var(--primary-50)}.dashboard-module__XABe8G__ordersFooter{border-top:1px solid var(--gray-100);justify-content:center;padding:16px 28px;display:flex}.dashboard-module__XABe8G__viewAllLink{color:var(--primary-500);align-items:center;gap:6px;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex}.dashboard-module__XABe8G__viewAllLink:hover{color:var(--primary-700);gap:10px}.dashboard-module__XABe8G__welcomeCard{border:1px solid var(--gray-200);background:#fff;border-radius:14px;padding:36px;position:relative;overflow:hidden}.dashboard-module__XABe8G__welcomeBlobs{pointer-events:none;z-index:0;position:absolute;inset:0}.dashboard-module__XABe8G__welcomeBlob1,.dashboard-module__XABe8G__welcomeBlob2{filter:blur(80px);border-radius:50%;position:absolute}.dashboard-module__XABe8G__welcomeBlob1{background:#05647e1f;width:320px;height:320px;top:-100px;right:-80px}.dashboard-module__XABe8G__welcomeBlob2{background:#ff87621f;width:240px;height:240px;bottom:-80px;left:-60px}.dashboard-module__XABe8G__welcomeContent{z-index:1;max-width:560px;margin-bottom:32px;position:relative}.dashboard-module__XABe8G__welcomeKicker{color:var(--primary-700);border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(135deg,#05647e14,#0891b214);align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.6875rem;font-weight:700;display:inline-flex}.dashboard-module__XABe8G__welcomeTitle{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:10px;font-size:2rem;font-weight:800}.dashboard-module__XABe8G__welcomeDesc{color:var(--gray-500);font-size:1.0625rem;line-height:1.7}.dashboard-module__XABe8G__steps{z-index:1;flex-direction:column;gap:10px;padding:0;list-style:none;display:flex;position:relative}.dashboard-module__XABe8G__step{background:var(--gray-50);border:1px solid var(--gray-200);transition:all .3s var(--ease-out-expo);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex}.dashboard-module__XABe8G__step:hover{border-color:var(--primary-300);background:#fff;box-shadow:0 4px 14px #0000000d}.dashboard-module__XABe8G__stepLeft{align-items:center;gap:14px;min-width:0;display:flex}.dashboard-module__XABe8G__stepNum{background:var(--gray-900);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:800;display:flex}.dashboard-module__XABe8G__stepIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-module__XABe8G__stepBody{flex-direction:column;gap:2px;min-width:0;display:flex}.dashboard-module__XABe8G__stepTitle{color:var(--gray-900);font-size:.9375rem;font-weight:700}.dashboard-module__XABe8G__stepDesc{color:var(--gray-500);font-size:.8125rem;line-height:1.4}.dashboard-module__XABe8G__stepCta{background:var(--primary-500);color:#fff;border-radius:10px;flex-shrink:0;align-items:center;gap:5px;padding:8px 16px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.dashboard-module__XABe8G__stepCta:hover{background:var(--primary-600);transform:translateY(-1px)}@media (max-width:1200px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__XABe8G__contentGrid{grid-template-columns:1fr}.dashboard-module__XABe8G__chartsRow{flex-direction:column}.dashboard-module__XABe8G__quickActions{display:none}}@media (max-width:768px){.dashboard-module__XABe8G__greetingTitle{font-size:1.375rem}.dashboard-module__XABe8G__welcomeCard{padding:24px 20px}.dashboard-module__XABe8G__welcomeTitle{font-size:1.5rem}.dashboard-module__XABe8G__step{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-module__XABe8G__stepCta{align-self:flex-end}.dashboard-module__XABe8G__ordersHeader{padding:16px 18px}.dashboard-module__XABe8G__ordersTable thead th{padding:12px 18px}.dashboard-module__XABe8G__ordersTable tbody td{padding:14px 18px}}@media (max-width:640px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:1fr;gap:10px}.dashboard-module__XABe8G__dashboard{gap:16px}}
.affiliate-module__5MGRIW__page{flex-direction:column;display:flex}.affiliate-module__5MGRIW__balanceCard{background:linear-gradient(135deg, var(--accent-600), var(--accent-400));color:#fff;border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:32px;margin-bottom:24px;padding:32px;display:flex;position:relative;overflow:hidden}.affiliate-module__5MGRIW__balanceCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#05647e66,#0000 70%);width:320px;height:320px;position:absolute;top:-80px;right:-80px}.affiliate-module__5MGRIW__balanceLeft{z-index:1;position:relative}.affiliate-module__5MGRIW__balanceLabel{opacity:.85;margin-bottom:6px;font-size:.875rem;display:block}.affiliate-module__5MGRIW__balanceAmount{letter-spacing:-.02em;align-items:flex-start;font-size:3rem;font-weight:800;line-height:1;display:flex}.affiliate-module__5MGRIW__currency{opacity:.85;margin-top:6px;margin-right:4px;font-size:1.5rem;font-weight:600}.affiliate-module__5MGRIW__balanceMeta{opacity:.85;margin-top:14px;font-size:.8125rem;display:block}.affiliate-module__5MGRIW__balanceMeta strong{font-weight:700}.affiliate-module__5MGRIW__balanceRight{z-index:1;position:relative}.affiliate-module__5MGRIW__balanceBtn{color:#fff;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--transition-fast);background:#ffffff2e;border:1px solid #ffffff40;padding:11px 18px;font-size:.875rem;font-weight:600}.affiliate-module__5MGRIW__balanceBtn:hover{background:#ffffff47}.affiliate-module__5MGRIW__stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.affiliate-module__5MGRIW__row{grid-template-columns:1.6fr 1fr;align-items:stretch;gap:22px;margin-bottom:24px;display:grid}.affiliate-module__5MGRIW__chartCard,.affiliate-module__5MGRIW__topLinksCard,.affiliate-module__5MGRIW__commissionsCard,.affiliate-module__5MGRIW__shareCard{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;padding:22px 24px}.affiliate-module__5MGRIW__cardHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.affiliate-module__5MGRIW__cardTitle{color:var(--gray-900);font-size:1.0625rem;font-weight:700}.affiliate-module__5MGRIW__cardSub{color:var(--gray-500);margin-top:2px;font-size:.8125rem}.affiliate-module__5MGRIW__bigValue{color:var(--accent-500);letter-spacing:-.01em;font-size:1.5rem;font-weight:800}.affiliate-module__5MGRIW__viewAll{color:var(--accent-500);font-size:.8125rem;font-weight:600}.affiliate-module__5MGRIW__viewAll:hover{color:var(--accent-700)}.affiliate-module__5MGRIW__chartWrap{height:240px;position:relative}.affiliate-module__5MGRIW__topLinksList{flex-direction:column;gap:10px;display:flex}.affiliate-module__5MGRIW__topLink{border-radius:var(--radius-md);transition:background var(--transition-fast);grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:10px;display:grid}.affiliate-module__5MGRIW__topLink:hover{background:var(--gray-50)}.affiliate-module__5MGRIW__linkCover{border-radius:var(--radius-sm);width:36px;height:36px}.affiliate-module__5MGRIW__linkInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.affiliate-module__5MGRIW__linkStore{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.affiliate-module__5MGRIW__linkProduct{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.affiliate-module__5MGRIW__linkMetrics{text-align:right;flex-direction:column;gap:2px;display:flex}.affiliate-module__5MGRIW__linkMetrics strong{color:var(--accent-500);font-size:.875rem;font-weight:700}.affiliate-module__5MGRIW__linkMetrics span{color:var(--gray-500);font-size:.6875rem}.affiliate-module__5MGRIW__commissionsCard{margin-bottom:24px}.affiliate-module__5MGRIW__tableWrap{margin:0 -24px;overflow-x:auto}.affiliate-module__5MGRIW__table{border-collapse:separate;border-spacing:0;width:100%}.affiliate-module__5MGRIW__table th{text-align:left;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);white-space:nowrap;padding:12px 18px;font-size:.6875rem;font-weight:700}.affiliate-module__5MGRIW__table th:first-child{padding-left:24px}.affiliate-module__5MGRIW__table th:last-child{padding-right:24px}.affiliate-module__5MGRIW__table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);white-space:nowrap;padding:14px 18px;font-size:.875rem}.affiliate-module__5MGRIW__table td:first-child{padding-left:24px}.affiliate-module__5MGRIW__table td:last-child{padding-right:24px}.affiliate-module__5MGRIW__muted{color:var(--gray-500)}.affiliate-module__5MGRIW__bold{color:var(--gray-900);font-weight:600}.affiliate-module__5MGRIW__commission{color:var(--success);font-family:SF Mono,Menlo,monospace;font-weight:700}.affiliate-module__5MGRIW__shareCard{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.affiliate-module__5MGRIW__shareRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.affiliate-module__5MGRIW__shareLink{color:var(--accent-700);background:var(--accent-50);border-radius:var(--radius-md);border:1px solid var(--accent-100);padding:9px 14px;font-family:SF Mono,Menlo,monospace;font-size:.8125rem}.affiliate-module__5MGRIW__leaderboardCard{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;margin-bottom:24px;padding:22px 24px}.affiliate-module__5MGRIW__leaderList{flex-direction:column;gap:4px;display:flex}.affiliate-module__5MGRIW__leaderRow{border-radius:var(--radius-md);transition:background var(--transition-fast);grid-template-columns:40px 36px 1fr auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.affiliate-module__5MGRIW__leaderRow:hover{background:var(--gray-50)}.affiliate-module__5MGRIW__leaderTop3{background:linear-gradient(135deg,#eab3080a,#eab30803)}.affiliate-module__5MGRIW__leaderTop3:hover{background:linear-gradient(135deg,#eab30814,#eab30808)}.affiliate-module__5MGRIW__leaderRank{color:var(--gray-400);text-align:center;font-size:1.125rem;font-weight:800;line-height:1}.affiliate-module__5MGRIW__leaderTop3 .affiliate-module__5MGRIW__leaderRank{font-size:1.25rem}.affiliate-module__5MGRIW__leaderAvatar{background:linear-gradient(135deg, var(--primary-200), var(--primary-400));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.6875rem;font-weight:700;display:flex;overflow:hidden}.affiliate-module__5MGRIW__leaderAvatarImg{object-fit:cover;width:100%;height:100%}.affiliate-module__5MGRIW__leaderInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.affiliate-module__5MGRIW__leaderName{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.affiliate-module__5MGRIW__leaderMeta{color:var(--gray-500);font-size:.75rem}.affiliate-module__5MGRIW__leaderEarnings{color:var(--accent-500);white-space:nowrap;font-family:SF Mono,Menlo,monospace;font-size:.9375rem;font-weight:700}.affiliate-module__5MGRIW__promoGuide{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;margin-bottom:24px;overflow:hidden}.affiliate-module__5MGRIW__promoGuideHeader{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:22px 24px;list-style:none;display:flex}.affiliate-module__5MGRIW__promoGuideHeader::-webkit-details-marker{display:none}.affiliate-module__5MGRIW__promoToggle{color:var(--gray-400);transition:transform var(--transition-fast);font-size:1.25rem}.affiliate-module__5MGRIW__promoGuide[open] .affiliate-module__5MGRIW__promoToggle{transform:rotate(180deg)}.affiliate-module__5MGRIW__promoSteps{flex-direction:column;gap:0;padding:0 24px 12px;display:flex}.affiliate-module__5MGRIW__promoStep{gap:16px;padding:14px 0;display:flex;position:relative}.affiliate-module__5MGRIW__promoStep:not(:last-child):after{content:"";background:linear-gradient(to bottom, var(--accent-200), var(--gray-200));width:2px;position:absolute;top:44px;bottom:-2px;left:16px}.affiliate-module__5MGRIW__promoStepNum{background:linear-gradient(135deg, var(--accent-500), var(--accent-600));color:#fff;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8125rem;font-weight:800;display:flex;position:relative;box-shadow:0 2px 8px #05647e33}.affiliate-module__5MGRIW__promoStepBody{flex:1;min-width:0}.affiliate-module__5MGRIW__promoStepBody strong{color:var(--gray-900);margin-bottom:4px;font-size:.9375rem;font-weight:700;display:block}.affiliate-module__5MGRIW__promoStepBody p{color:var(--gray-500);margin:0;font-size:.8125rem;line-height:1.6}.affiliate-module__5MGRIW__promoLink{color:var(--accent-500);text-decoration:underline;-webkit-text-decoration-color:var(--accent-200);text-decoration-color:var(--accent-200);text-underline-offset:2px;font-weight:600}.affiliate-module__5MGRIW__promoLink:hover{color:var(--accent-700);-webkit-text-decoration-color:var(--accent-400);text-decoration-color:var(--accent-400)}.affiliate-module__5MGRIW__promoTips{border-radius:var(--radius-md);background:linear-gradient(135deg,#fef3c7,#fffbeb);border:1px solid #fde68a;align-items:flex-start;gap:12px;margin:4px 24px 22px;padding:14px 18px;display:flex}.affiliate-module__5MGRIW__promoTipIcon{flex-shrink:0;margin-top:1px;font-size:1.125rem}.affiliate-module__5MGRIW__promoTips p{color:var(--gray-700);margin:0;font-size:.8125rem;line-height:1.6}.affiliate-module__5MGRIW__promoTips strong{color:var(--gray-900)}.affiliate-module__5MGRIW__promoTips code{color:var(--accent-700);background:#0000000f;border-radius:4px;padding:2px 6px;font-family:SF Mono,Menlo,monospace;font-size:.75rem}@media (max-width:1024px){.affiliate-module__5MGRIW__balanceCard{text-align:left;flex-direction:column;align-items:stretch}.affiliate-module__5MGRIW__stats{grid-template-columns:repeat(2,1fr)}.affiliate-module__5MGRIW__row{grid-template-columns:1fr}}@media (max-width:640px){.affiliate-module__5MGRIW__stats{grid-template-columns:1fr}.affiliate-module__5MGRIW__balanceAmount{font-size:2.25rem}.affiliate-module__5MGRIW__leaderRow{grid-template-columns:32px 32px 1fr auto;gap:10px;padding:10px}.affiliate-module__5MGRIW__leaderAvatar{width:32px;height:32px}.affiliate-module__5MGRIW__leaderEarnings{font-size:.8125rem}}
.dashboard-layout-module__hX1UUW__dashboardWrapper{min-height:100vh;display:flex}.dashboard-layout-module__hX1UUW__mainArea{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex;overflow-x:hidden}.dashboard-layout-module__hX1UUW__content{background:var(--gray-50,#f8fafc);flex:1;width:100%;min-width:0;max-width:1280px;margin:0 auto;padding:28px 32px;overflow-y:auto}@media (max-width:1024px){.dashboard-layout-module__hX1UUW__mainArea{margin-left:0}}@media (max-width:768px){.dashboard-layout-module__hX1UUW__content{padding:16px}}@media (max-width:480px){.dashboard-layout-module__hX1UUW__content{padding:12px}}
.StatTile-module__ZezC-a__tile{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:all var(--transition-base);min-width:0;box-shadow:none;flex-direction:column;gap:6px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.StatTile-module__ZezC-a__tile:hover{border-color:var(--gray-300)}.StatTile-module__ZezC-a__watermark{opacity:.06;pointer-events:none;z-index:0;transform-origin:100% 100%;line-height:0;position:absolute;bottom:4px;right:8px;transform:scale(3.2)}.StatTile-module__ZezC-a__row{z-index:1;align-items:center;gap:14px;min-width:0;display:flex;position:relative}.StatTile-module__ZezC-a__icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.StatTile-module__ZezC-a__content{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.StatTile-module__ZezC-a__label{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.StatTile-module__ZezC-a__value{color:var(--gray-900);letter-spacing:-.01em;font-size:1.375rem;font-weight:700;line-height:1.2}.StatTile-module__ZezC-a__trailing{flex-shrink:0}.StatTile-module__ZezC-a__trend{border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:2px;padding:3px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.StatTile-module__ZezC-a__trendUp{color:#059669;background:#d1fae5}.StatTile-module__ZezC-a__trendDown{color:#dc2626;background:#fee2e2}.StatTile-module__ZezC-a__footer{z-index:1;padding-left:54px;position:relative}.StatTile-module__ZezC-a__hint{color:var(--gray-400);font-size:.6875rem}@media (max-width:768px){.StatTile-module__ZezC-a__tile{padding:14px 16px}.StatTile-module__ZezC-a__icon{width:36px;height:36px}.StatTile-module__ZezC-a__value{font-size:1.25rem}.StatTile-module__ZezC-a__footer{padding-left:50px}}@media (max-width:640px){.StatTile-module__ZezC-a__tile{gap:2px;padding:14px 16px}.StatTile-module__ZezC-a__icon{width:36px;height:36px}.StatTile-module__ZezC-a__value{font-size:1.125rem}.StatTile-module__ZezC-a__label{font-size:.6875rem}.StatTile-module__ZezC-a__trend{padding:2px 6px;font-size:.6875rem}.StatTile-module__ZezC-a__watermark{opacity:.04;bottom:-8px;right:-6px}.StatTile-module__ZezC-a__footer{padding-left:50px}}
.DashboardGreeting-module__0vlpIq__banner{border-radius:var(--radius-xl,16px);background:linear-gradient(135deg, var(--primary-700), var(--primary-500));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;padding:32px 36px;display:flex;position:relative;overflow:hidden}.DashboardGreeting-module__0vlpIq__glow{pointer-events:none;background:radial-gradient(circle,#ff876238,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-60px}.DashboardGreeting-module__0vlpIq__left{z-index:1;min-width:0;position:relative}.DashboardGreeting-module__0vlpIq__title{letter-spacing:-.02em;color:#fff;margin:0;font-size:1.75rem;font-weight:800;line-height:1.15}.DashboardGreeting-module__0vlpIq__subtitle{color:#ffffff9e;margin:6px 0 0;font-size:.9375rem}.DashboardGreeting-module__0vlpIq__actions{z-index:1;flex-wrap:wrap;gap:10px;display:flex;position:relative}@media (max-width:640px){.DashboardGreeting-module__0vlpIq__banner{padding:24px}.DashboardGreeting-module__0vlpIq__title{font-size:1.4rem}}
.seo-module__gDrw6a__page{flex-direction:column;gap:24px;display:flex}.seo-module__gDrw6a__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.seo-module__gDrw6a__title{color:var(--gray-900);margin:0;font-size:1.5rem;font-weight:800}.seo-module__gDrw6a__subtitle{color:var(--gray-500);margin:4px 0 0;font-size:.875rem}.seo-module__gDrw6a__card{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px}.seo-module__gDrw6a__cardHeader{color:var(--primary-500);align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.seo-module__gDrw6a__cardHeader h3{color:var(--gray-900);margin:0;font-size:1rem;font-weight:700}.seo-module__gDrw6a__cardHeader p{color:var(--gray-500);margin:2px 0 0;font-size:.8125rem}.seo-module__gDrw6a__fields{flex-direction:column;gap:20px;display:flex}.seo-module__gDrw6a__field{flex-direction:column;gap:6px;display:flex}.seo-module__gDrw6a__label{color:var(--gray-700);justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.seo-module__gDrw6a__charCount{color:var(--gray-400);font-size:.6875rem;font-weight:500}.seo-module__gDrw6a__charWarn{color:#f59e0b;font-weight:700}.seo-module__gDrw6a__hint{color:var(--gray-400);font-size:.75rem;line-height:1.4}.seo-module__gDrw6a__hint a{color:var(--primary-500);font-weight:600;text-decoration:none}.seo-module__gDrw6a__hint a:hover{text-decoration:underline}.seo-module__gDrw6a__previewBox{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;max-width:600px;padding:20px}.seo-module__gDrw6a__previewUrl{color:var(--gray-500);align-items:center;gap:8px;margin-bottom:4px;font-size:.8125rem;display:flex}.seo-module__gDrw6a__previewFavicon{background:var(--primary-500);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.625rem;font-weight:800;display:flex}.seo-module__gDrw6a__previewTitle{color:#1a0dab;cursor:pointer;margin-bottom:4px;font-size:1.125rem;font-weight:400;line-height:1.3}.seo-module__gDrw6a__previewTitle:hover{text-decoration:underline}.seo-module__gDrw6a__previewDesc{color:#4d5156;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.seo-module__gDrw6a__ogPreview{border:1px solid var(--gray-200);border-radius:var(--radius-md);max-width:500px;overflow:hidden}.seo-module__gDrw6a__ogImg{object-fit:cover;width:100%;height:auto;max-height:260px;display:block}.seo-module__gDrw6a__toggleRow{align-items:flex-start;display:flex}.seo-module__gDrw6a__toggleLabel{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.seo-module__gDrw6a__toggleLabel input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-500);margin-top:3px}.seo-module__gDrw6a__toggleText{color:var(--gray-700);flex-direction:column;gap:2px;font-size:.875rem;font-weight:600;display:flex}.seo-module__gDrw6a__toggleText small{color:var(--gray-400);font-size:.75rem;font-weight:400}.seo-module__gDrw6a__codeArea{font-family:var(--font-mono);resize:vertical;tab-size:2;font-size:.8125rem;line-height:1.5}@media (max-width:768px){.seo-module__gDrw6a__card{padding:20px}.seo-module__gDrw6a__header{flex-direction:column}}
.create-form-module__S_DfYq__page{flex-direction:column;display:flex}.create-form-module__S_DfYq__back{color:var(--gray-500);align-items:center;gap:6px;width:fit-content;margin-bottom:16px;font-size:.8125rem;font-weight:500;display:inline-flex}.create-form-module__S_DfYq__back:hover{color:var(--primary-500)}.create-form-module__S_DfYq__form{flex-direction:column;gap:18px;display:flex}.create-form-module__S_DfYq__layout{grid-template-columns:1.6fr 1fr;align-items:start;gap:22px;display:grid}.create-form-module__S_DfYq__mainCol,.create-form-module__S_DfYq__sideCol{flex-direction:column;gap:18px;display:flex}.create-form-module__S_DfYq__card{background:var(--bg-card);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:22px 24px;display:flex}.create-form-module__S_DfYq__cardTitle{color:var(--gray-900);font-size:1rem;font-weight:700}.create-form-module__S_DfYq__cardTitleSm{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;font-size:.8125rem;font-weight:700}.create-form-module__S_DfYq__fieldGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.create-form-module__S_DfYq__field{flex-direction:column;gap:6px;display:flex}.create-form-module__S_DfYq__fieldFull{grid-column:1/-1}.create-form-module__S_DfYq__label{color:var(--gray-700);align-items:center;gap:4px;font-size:.8125rem;font-weight:600;display:inline-flex}.create-form-module__S_DfYq__req{color:var(--danger)}.create-form-module__S_DfYq__checkbox{color:var(--gray-700);align-items:center;gap:8px;font-size:.875rem;display:inline-flex}.create-form-module__S_DfYq__checkbox input{width:16px;height:16px;accent-color:var(--primary-500)}.create-form-module__S_DfYq__uploadZone{border:2px dashed var(--gray-300);border-radius:var(--radius-md);background:var(--gray-50);color:var(--gray-500);text-align:center;cursor:pointer;transition:all var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 20px;display:flex}.create-form-module__S_DfYq__uploadZone:hover{border-color:var(--primary-500);color:var(--primary-500);background:var(--primary-50)}.create-form-module__S_DfYq__uploadTitle{color:var(--gray-700);margin-top:6px;font-size:.9375rem;font-weight:600}.create-form-module__S_DfYq__uploadZone:hover .create-form-module__S_DfYq__uploadTitle{color:var(--primary-700)}.create-form-module__S_DfYq__uploadHint{color:var(--gray-500);font-size:.75rem}.create-form-module__S_DfYq__uploadZoneUploading{border-color:var(--primary-400);background:var(--primary-50);pointer-events:none;opacity:.7}.create-form-module__S_DfYq__spinner{border:3px solid var(--gray-300);border-top-color:var(--primary-500);border-radius:50%;width:28px;height:28px;animation:.6s linear infinite create-form-module__S_DfYq__spin}@keyframes create-form-module__S_DfYq__spin{to{transform:rotate(360deg)}}.create-form-module__S_DfYq__uploadedPreview{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);align-items:center;gap:16px;padding:14px 16px;display:flex}.create-form-module__S_DfYq__previewImg{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--gray-200);width:80px;height:60px}.create-form-module__S_DfYq__fileIcon{border-radius:var(--radius-md);background:var(--primary-50);width:56px;height:56px;color:var(--primary-500);flex-shrink:0;justify-content:center;align-items:center;display:flex}.create-form-module__S_DfYq__uploadedInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.create-form-module__S_DfYq__uploadedName{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.create-form-module__S_DfYq__uploadedSize{color:var(--gray-500);font-size:.75rem}.create-form-module__S_DfYq__removeBtn{color:var(--danger);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;width:fit-content;margin-top:4px;padding:0;font-size:.75rem;font-weight:500;display:inline-flex}.create-form-module__S_DfYq__removeBtn:hover{text-decoration:underline}.create-form-module__S_DfYq__formFoot{background:var(--bg-primary);border-top:1px solid var(--gray-200);justify-content:flex-end;gap:10px;margin-top:8px;padding:16px 0;display:flex;position:sticky;bottom:0}@media (max-width:1024px){.create-form-module__S_DfYq__layout,.create-form-module__S_DfYq__fieldGrid{grid-template-columns:1fr}}
.AdminSidebar-module__cD_dPa__collapsibleHeader{border-radius:var(--radius-md);cursor:pointer;width:100%;color:var(--gray-500);transition:all var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.8125rem;font-weight:600;display:flex}.AdminSidebar-module__cD_dPa__collapsibleHeader:hover{color:var(--gray-300);background:#ffffff0f}.AdminSidebar-module__cD_dPa__collapsibleLeft{align-items:center;gap:10px;display:flex}.AdminSidebar-module__cD_dPa__collapsibleRight{align-items:center;gap:8px;display:flex}.AdminSidebar-module__cD_dPa__chevron{color:var(--gray-500);transition:transform .2s}.AdminSidebar-module__cD_dPa__chevronOpen{transform:rotate(180deg)}.AdminSidebar-module__cD_dPa__badge{color:#fff;border-radius:var(--radius-full);background:#ef4444;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}.AdminSidebar-module__cD_dPa__subMenu{border-left:2px solid #ffffff0f;margin-top:2px;margin-left:24px;padding-left:18px!important}.AdminSidebar-module__cD_dPa__subMenu li a{padding:7px 14px!important;font-size:.8125rem!important}.AdminSidebar-module__cD_dPa__subMenu li a span:first-child{gap:6px!important}
.AffiliateRefBubble-module__xNiALW__bubble{z-index:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:default;background:#0f172aeb;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:10px;max-width:300px;padding:10px 16px 10px 12px;animation:.4s cubic-bezier(.16,1,.3,1) AffiliateRefBubble-module__xNiALW__slideIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #0000003d,0 0 0 1px #ffffff0a}@keyframes AffiliateRefBubble-module__xNiALW__slideIn{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.AffiliateRefBubble-module__xNiALW__icon{flex-shrink:0;font-size:1rem;line-height:1}.AffiliateRefBubble-module__xNiALW__text{flex-direction:column;gap:0;line-height:1.2;display:flex}.AffiliateRefBubble-module__xNiALW__label{color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;font-size:.5625rem;font-weight:600}.AffiliateRefBubble-module__xNiALW__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.8125rem;font-weight:700;overflow:hidden}.AffiliateRefBubble-module__xNiALW__close{color:#ffffff80;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-left:2px;font-size:.875rem;transition:all .15s;display:flex}.AffiliateRefBubble-module__xNiALW__close:hover{color:#fff;background:#ffffff26}@media (max-width:480px){.AffiliateRefBubble-module__xNiALW__bubble{justify-content:center;max-width:none;bottom:16px;left:16px;right:16px}}
.published-module__QhaoJq__page{background:#1e1e1e;flex-direction:column;min-height:100vh;display:flex}.published-module__QhaoJq__container{background:#f5f0ed;border-radius:6px;flex:1;width:100%;max-width:820px;margin:40px auto;overflow:hidden;box-shadow:0 4px 40px #00000040}.published-module__QhaoJq__draftBanner{background:var(--warning-light);color:#92400e;text-align:center;border-bottom:1px solid #fde68a;padding:8px 12px;font-size:.8125rem;font-weight:600}.published-module__QhaoJq__footer{text-align:center;color:#fff6;border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:10px;padding:28px 24px;font-size:.8125rem;display:flex}.published-module__QhaoJq__footerBadge{color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.published-module__QhaoJq__footerBadge:hover{color:#fff;background:#ffffff24;border-color:#ffffff40;transform:translateY(-1px)}.published-module__QhaoJq__footerBadge strong{color:#c084fc;font-weight:700}.published-module__QhaoJq__footerCta{color:#ffffff59;font-size:.75rem}.published-module__QhaoJq__footerCta a{color:#c084fc;font-weight:600;text-decoration:none}.published-module__QhaoJq__footerCta a:hover{color:#d8b4fe;text-decoration:underline}.published-module__QhaoJq__loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.published-module__QhaoJq__spinner{border:3px solid var(--gray-200);border-top-color:var(--primary-500);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite published-module__QhaoJq__spin}@keyframes published-module__QhaoJq__spin{to{transform:rotate(360deg)}}.published-module__QhaoJq__notFound{text-align:center;background:linear-gradient(180deg, var(--primary-50), white);flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100vh;padding:40px 24px;display:flex}.published-module__QhaoJq__notFoundIcon{color:var(--gray-400);margin-bottom:14px}.published-module__QhaoJq__notFound h1{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:6px;font-size:1.875rem;font-weight:800}.published-module__QhaoJq__notFound p{color:var(--gray-600);font-size:1rem}.published-module__QhaoJq__notFound code{background:var(--gray-100);color:var(--primary-700);border-radius:4px;padding:2px 8px;font-family:SF Mono,Menlo,monospace;font-size:.875rem}.published-module__QhaoJq__notFoundSub{max-width:460px;line-height:1.6;color:var(--gray-500)!important;margin-bottom:20px!important;font-size:.875rem!important}.published-module__QhaoJq__notFoundCta{background:var(--primary-500);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:6px;margin-top:8px;padding:11px 22px;font-size:.875rem;font-weight:600;display:inline-flex}.published-module__QhaoJq__notFoundCta:hover{background:var(--primary-600)}
.MemberCard-module__9Fu3nq__card{aspect-ratio:1.6;background:linear-gradient(145deg,#1a1a1a 0%,#111 40%,#0d0d0d 100%);border-radius:20px;width:100%;max-width:520px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0f,inset 0 1px #ffffff0d}.MemberCard-module__9Fu3nq__bgWave1{opacity:.35;filter:blur(2px);background:linear-gradient(#ff8762 0%,#e05a3a 50%,#c2410c 100%);border-radius:50% 0 50% 50%;width:65%;height:120%;position:absolute;top:-30%;right:-10%;transform:rotate(-15deg)}.MemberCard-module__9Fu3nq__bgWave2{opacity:.25;filter:blur(8px);background:linear-gradient(#ff876280,#c2410c80);border-radius:50% 0 50% 50%;width:50%;height:100%;position:absolute;top:-20%;right:-5%;transform:rotate(-25deg)}.MemberCard-module__9Fu3nq__dotGrid{opacity:.5;background-image:radial-gradient(circle,#ffffff40 1.5px,#0000 1.5px);background-size:10px 10px;width:80px;height:80px;position:absolute;bottom:20%;right:12%}.MemberCard-module__9Fu3nq__content{z-index:1;flex-direction:column;height:100%;padding:28px 32px;display:flex;position:relative}.MemberCard-module__9Fu3nq__brandRow{align-items:center;gap:8px;margin-bottom:16px;display:flex}.MemberCard-module__9Fu3nq__brandName{color:#ffffffe6;letter-spacing:.02em;font-size:1rem;font-weight:700}.MemberCard-module__9Fu3nq__title{color:#ff8762;letter-spacing:.04em;margin:0 0 14px;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:900;line-height:1}.MemberCard-module__9Fu3nq__name{color:#ffffffbf;letter-spacing:.12em;margin:0 0 6px;font-size:.875rem;font-weight:600}.MemberCard-module__9Fu3nq__id{color:#ff8762;letter-spacing:.18em;margin:0 0 4px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:1.125rem;font-weight:800}.MemberCard-module__9Fu3nq__plan{color:#fff9;letter-spacing:.1em;margin:0;font-size:.75rem;font-weight:700}.MemberCard-module__9Fu3nq__bottomRow{justify-content:space-between;align-items:flex-end;gap:16px;margin-top:auto;display:flex}.MemberCard-module__9Fu3nq__qr{width:72px;height:72px;image-rendering:pixelated;border-radius:6px}.MemberCard-module__9Fu3nq__meta{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.MemberCard-module__9Fu3nq__metaLabel{color:#ffffff59;letter-spacing:.1em;text-transform:uppercase;font-size:.625rem;font-weight:600}.MemberCard-module__9Fu3nq__metaValue{color:#ffffffb3;font-size:.8125rem;font-weight:600}@media (max-width:480px){.MemberCard-module__9Fu3nq__card{aspect-ratio:auto;min-height:280px}.MemberCard-module__9Fu3nq__content{padding:22px 20px}.MemberCard-module__9Fu3nq__title{font-size:1.5rem}.MemberCard-module__9Fu3nq__qr{width:60px;height:60px}}
.RichTextEditor-module__U8H5WW__shell{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);transition:border-color var(--transition-fast);background:#fff;flex-direction:column;display:flex;overflow:hidden}.RichTextEditor-module__U8H5WW__shell:focus-within{border-color:var(--primary-500);box-shadow:0 0 0 3px #05647e14}.RichTextEditor-module__U8H5WW__shellLoading{color:var(--gray-500);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);background:#fff;padding:18px;font-size:.8125rem}.RichTextEditor-module__U8H5WW__toolbar{background:var(--gray-50,#f8fafc);border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:center;gap:2px;padding:6px;display:flex}.RichTextEditor-module__U8H5WW__tbBtn{width:30px;height:30px;color:var(--gray-600);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.RichTextEditor-module__U8H5WW__tbBtn:hover:not(:disabled){background:var(--gray-100);color:var(--gray-900)}.RichTextEditor-module__U8H5WW__tbBtn:disabled{color:var(--gray-300);cursor:not-allowed}.RichTextEditor-module__U8H5WW__tbBtnActive,.RichTextEditor-module__U8H5WW__tbBtnActive:hover{color:var(--primary-500);background:#fff;box-shadow:0 1px 2px #0000000d}.RichTextEditor-module__U8H5WW__tbDivider{background:var(--gray-200);width:1px;height:18px;margin:0 4px}.RichTextEditor-module__U8H5WW__editorWrap{background:#fff}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror{min-height:280px;color:var(--gray-800);outline:none;padding:14px 16px;font-size:.875rem;line-height:1.55}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror p{margin:0 0 10px}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror h1{color:var(--gray-900);margin:16px 0 10px;font-size:1.5rem;font-weight:700}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror h2{color:var(--gray-900);margin:14px 0 8px;font-size:1.25rem;font-weight:700}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror h3{color:var(--gray-900);margin:12px 0 6px;font-size:1.0625rem;font-weight:700}:is(.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror ul,.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror ol){margin:0 0 10px;padding-left:24px}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror li{margin:2px 0}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror blockquote{color:var(--gray-600);border-left:3px solid var(--gray-200);background:var(--gray-50,#f8fafc);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:10px 0;padding:6px 14px}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror a{color:var(--primary-500);cursor:pointer;text-decoration:underline}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror code{background:var(--gray-100);border-radius:var(--radius-sm);padding:1px 5px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.8em}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror hr{border:0;border-top:1px solid var(--gray-200);margin:16px 0}.RichTextEditor-module__U8H5WW__editorWrap .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--gray-400);pointer-events:none;height:0}
.account-module__0Rti3W__wrapper{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.account-module__0Rti3W__header{border-bottom:1px solid var(--gray-200);z-index:50;background:#fff;position:sticky;top:0}.account-module__0Rti3W__headerInner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:14px 24px;display:flex}.account-module__0Rti3W__brand{color:var(--gray-900);align-items:center;gap:10px;font-size:1.0625rem;font-weight:700;display:inline-flex}.account-module__0Rti3W__brandIcon{background:linear-gradient(135deg, var(--primary-500), var(--primary-700));color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;width:34px;height:34px;display:flex}.account-module__0Rti3W__headerActions{align-items:center;gap:14px;display:flex}.account-module__0Rti3W__dashboardLink{color:var(--primary-500);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:8px 14px;font-size:.8125rem;font-weight:600}.account-module__0Rti3W__dashboardLink:hover{background:var(--primary-50)}.account-module__0Rti3W__userBlock{border-left:1px solid var(--gray-200);align-items:center;gap:10px;padding-left:14px;display:flex}.account-module__0Rti3W__avatar{background:linear-gradient(135deg, var(--primary-100), var(--primary-200));width:36px;height:36px;color:var(--primary-700);border-radius:50%;justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:flex}.account-module__0Rti3W__userText{flex-direction:column;display:flex}.account-module__0Rti3W__userName{color:var(--gray-900);font-size:.8125rem;font-weight:600;line-height:1.2}.account-module__0Rti3W__userEmail{color:var(--gray-500);font-size:.6875rem}.account-module__0Rti3W__logoutBtn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--gray-500);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.account-module__0Rti3W__logoutBtn:hover{background:var(--danger-light);color:var(--danger)}.account-module__0Rti3W__layout{flex:1;grid-template-columns:220px 1fr;align-items:start;gap:32px;width:100%;max-width:1200px;margin:0 auto;padding:32px 24px 60px;display:grid}.account-module__0Rti3W__sidebar{position:sticky;top:92px}.account-module__0Rti3W__nav{flex-direction:column;gap:4px;display:flex}.account-module__0Rti3W__navItem{border-radius:var(--radius-md);color:var(--gray-600);transition:all var(--transition-fast);align-items:center;gap:10px;padding:10px 14px;font-size:.875rem;font-weight:500;display:flex}.account-module__0Rti3W__navItem:hover{background:var(--gray-100);color:var(--gray-900)}.account-module__0Rti3W__navItemActive,.account-module__0Rti3W__navItemActive:hover{background:var(--primary-50);color:var(--primary-700);font-weight:600}.account-module__0Rti3W__main{min-width:0}@media (max-width:768px){.account-module__0Rti3W__layout{grid-template-columns:1fr;gap:20px;padding:20px 16px 60px}.account-module__0Rti3W__sidebar{position:static}.account-module__0Rti3W__nav{flex-direction:row;overflow-x:auto}.account-module__0Rti3W__userText{display:none}}
.profile-module__AdhFpG__page{flex-direction:column;display:flex}.profile-module__AdhFpG__header{margin-bottom:24px}.profile-module__AdhFpG__title{color:var(--gray-900);letter-spacing:-.01em;font-size:1.625rem;font-weight:800}.profile-module__AdhFpG__subtitle{color:var(--gray-500);margin-top:4px;font-size:.9375rem}.profile-module__AdhFpG__form{flex-direction:column;gap:18px;display:flex}.profile-module__AdhFpG__card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;padding:24px 26px}.profile-module__AdhFpG__cardHead{margin-bottom:18px}.profile-module__AdhFpG__cardTitle{color:var(--gray-900);font-size:1rem;font-weight:700}.profile-module__AdhFpG__cardDesc{color:var(--gray-500);margin-top:4px;font-size:.8125rem}.profile-module__AdhFpG__avatarRow{border-bottom:1px solid var(--gray-100);align-items:center;gap:18px;margin-bottom:22px;padding-bottom:22px;display:flex}.profile-module__AdhFpG__avatar{background:linear-gradient(135deg, var(--primary-300), var(--primary-600));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.375rem;font-weight:800;display:flex}.profile-module__AdhFpG__avatarBtn{border:1.5px solid var(--gray-200);color:var(--gray-700);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#fff;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.profile-module__AdhFpG__avatarBtn:hover{border-color:var(--primary-500);color:var(--primary-500)}.profile-module__AdhFpG__avatarHint{color:var(--gray-500);margin-top:6px;font-size:.75rem}.profile-module__AdhFpG__fieldGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.profile-module__AdhFpG__field{flex-direction:column;gap:6px;display:flex}.profile-module__AdhFpG__fieldFull{grid-column:1/-1}.profile-module__AdhFpG__label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.profile-module__AdhFpG__inputWrap{position:relative}.profile-module__AdhFpG__inputIcon{color:var(--gray-400);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.profile-module__AdhFpG__input,.profile-module__AdhFpG__inputPlain,.profile-module__AdhFpG__textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-900);transition:all var(--transition-fast);background:#fff;outline:none;padding:11px 14px;font-family:inherit;font-size:.9375rem}.profile-module__AdhFpG__input{padding-left:38px}.profile-module__AdhFpG__input:focus,.profile-module__AdhFpG__inputPlain:focus,.profile-module__AdhFpG__textarea:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #05647e1a}.profile-module__AdhFpG__textarea{resize:vertical;min-height:80px}.profile-module__AdhFpG__prefList{flex-direction:column;gap:14px;display:flex}.profile-module__AdhFpG__prefRow{background:var(--gray-50);border-radius:var(--radius-md);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.profile-module__AdhFpG__prefRow:hover{background:var(--gray-100)}.profile-module__AdhFpG__prefRow>span{flex-direction:column;gap:3px;display:flex}.profile-module__AdhFpG__prefRow strong{color:var(--gray-900);font-size:.875rem;font-weight:600}.profile-module__AdhFpG__prefRow small{color:var(--gray-500);font-size:.75rem;line-height:1.4}.profile-module__AdhFpG__rolesList{flex-direction:column;gap:10px;display:flex}.profile-module__AdhFpG__roleRow{background:var(--gray-50);border-radius:var(--radius-md);transition:all var(--transition-fast);border:1.5px solid #0000;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.profile-module__AdhFpG__roleEnabled{border-color:var(--gray-200);background:#fff}.profile-module__AdhFpG__roleIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.profile-module__AdhFpG__roleInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-module__AdhFpG__roleName{color:var(--gray-900);font-size:.9375rem;font-weight:700}.profile-module__AdhFpG__roleDesc{color:var(--gray-500);font-size:.75rem;line-height:1.5}.profile-module__AdhFpG__twoFa{background:var(--primary-50);border:1px solid var(--primary-100);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:16px;display:flex}.profile-module__AdhFpG__twoFaTitle{color:var(--gray-900);align-items:center;gap:6px;font-size:.875rem;font-weight:700;display:inline-flex}.profile-module__AdhFpG__twoFaDesc{color:var(--gray-600);margin-top:4px;font-size:.75rem}.profile-module__AdhFpG__formActions{justify-content:flex-end;display:flex}.profile-module__AdhFpG__saveBtn{background:var(--primary-500);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:6px;padding:11px 22px;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #05647e33}.profile-module__AdhFpG__saveBtn:hover:not(:disabled){background:var(--primary-600)}.profile-module__AdhFpG__saveBtn:disabled{opacity:.7;cursor:not-allowed}.profile-module__AdhFpG__danger{background:linear-gradient(#fef2f2,#fff);border-color:#fecaca}.profile-module__AdhFpG__deleteBtn{color:var(--danger);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#fff;border:1.5px solid #fecaca;align-items:center;gap:6px;padding:10px 18px;font-size:.8125rem;font-weight:600;display:inline-flex}.profile-module__AdhFpG__deleteBtn:hover{background:var(--danger);border-color:var(--danger);color:#fff}@media (max-width:768px){.profile-module__AdhFpG__fieldGrid{grid-template-columns:1fr}.profile-module__AdhFpG__avatarRow{flex-direction:column;align-items:flex-start}}
.purchases-module__m_r0vq__page{flex-direction:column;gap:24px;display:flex}.purchases-module__m_r0vq__hero{color:#fff;background:linear-gradient(135deg,#05647e 0%,#0891b2 50%,#06b6d4 100%);border-radius:18px;padding:36px 34px 32px;position:relative;overflow:hidden}.purchases-module__m_r0vq__hero:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-40px}.purchases-module__m_r0vq__hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-40px;left:60px}.purchases-module__m_r0vq__heroTop{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:6px;display:flex;position:relative}.purchases-module__m_r0vq__heroTitleGroup{flex-direction:column;gap:6px;display:flex}.purchases-module__m_r0vq__heroIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:10px;display:flex}.purchases-module__m_r0vq__title{color:#fff;letter-spacing:-.02em;font-size:1.625rem;font-weight:800;line-height:1.2}.purchases-module__m_r0vq__subtitle{color:#ffffffb3;margin-top:2px;font-size:.9375rem}.purchases-module__m_r0vq__shopBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:1;background:#ffffff26;border:1px solid #fff3;border-radius:10px;align-items:center;gap:7px;padding:10px 20px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative}.purchases-module__m_r0vq__shopBtn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.purchases-module__m_r0vq__stats{z-index:1;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;display:grid;position:relative}.purchases-module__m_r0vq__statCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:14px;align-items:center;gap:14px;padding:18px 20px;transition:all .2s;display:flex}.purchases-module__m_r0vq__statCard:hover{background:#ffffff2e}.purchases-module__m_r0vq__statIconBox{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.purchases-module__m_r0vq__statIconOrders{color:#c7d2fe;background:#6366f140}.purchases-module__m_r0vq__statIconItems{color:#a7f3d0;background:#10b98140}.purchases-module__m_r0vq__statIconSpent{color:#fde68a;background:#f59e0b40}.purchases-module__m_r0vq__statText{flex-direction:column;gap:2px;display:flex}.purchases-module__m_r0vq__statLabel{text-transform:uppercase;letter-spacing:.08em;color:#fff9;font-size:.6875rem;font-weight:600}.purchases-module__m_r0vq__statValue{color:#fff;letter-spacing:-.02em;font-size:1.375rem;font-weight:800}.purchases-module__m_r0vq__sectionTitle{color:var(--gray-800);align-items:center;gap:8px;font-size:.9375rem;font-weight:700;display:flex}.purchases-module__m_r0vq__sectionTitle:after{content:"";background:var(--gray-200);flex:1;height:1px}.purchases-module__m_r0vq__toolbar{gap:10px;display:flex}.purchases-module__m_r0vq__searchWrapper{border:1.5px solid var(--gray-200);width:100%;max-width:440px;color:var(--gray-400);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:11px 16px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.purchases-module__m_r0vq__searchWrapper:focus-within{border-color:var(--primary-400);box-shadow:0 0 0 3px #05647e14,0 1px 3px #0000000a}.purchases-module__m_r0vq__searchInput{color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.purchases-module__m_r0vq__list{flex-direction:column;gap:10px;display:flex}.purchases-module__m_r0vq__order{border:1px solid var(--gray-200);background:#fff;border-radius:14px;transition:all .2s;overflow:hidden;box-shadow:0 1px 3px #0000000a}.purchases-module__m_r0vq__order:hover{border-color:var(--gray-300);box-shadow:0 4px 14px #0000000f}.purchases-module__m_r0vq__orderHeader{text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:18px 22px;transition:background .15s;display:flex}.purchases-module__m_r0vq__orderHeader:hover{background:var(--gray-50)}.purchases-module__m_r0vq__orderHeaderLeft{align-items:center;gap:14px;display:flex}.purchases-module__m_r0vq__orderNumberBox{background:linear-gradient(135deg, var(--primary-50), var(--primary-100));width:40px;height:40px;color:var(--primary-600);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.purchases-module__m_r0vq__orderInfo{flex-direction:column;gap:2px;display:flex}.purchases-module__m_r0vq__orderRef{color:var(--gray-900);font-family:SF Mono,Menlo,monospace;font-size:.8125rem;font-weight:700}.purchases-module__m_r0vq__orderDate{color:var(--gray-500);align-items:center;gap:4px;font-size:.75rem;display:inline-flex}.purchases-module__m_r0vq__orderHeaderRight{align-items:center;gap:14px;display:flex}.purchases-module__m_r0vq__orderItems{color:var(--primary-600);background:var(--primary-50);border-radius:var(--radius-full);padding:4px 10px;font-size:.6875rem;font-weight:600}.purchases-module__m_r0vq__orderTotal{color:var(--gray-900);letter-spacing:-.01em;font-size:1.0625rem;font-weight:800}.purchases-module__m_r0vq__chevron{color:var(--gray-400);transition:transform .25s cubic-bezier(.4,0,.2,1)}.purchases-module__m_r0vq__chevronOpen{color:var(--primary-500);transform:rotate(180deg)}.purchases-module__m_r0vq__orderBody{border-top:1px solid var(--gray-100);background:var(--gray-50);flex-direction:column;gap:10px;padding:16px 22px 20px;animation:.25s cubic-bezier(.4,0,.2,1) purchases-module__m_r0vq__slideDown;display:flex}@keyframes purchases-module__m_r0vq__slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.purchases-module__m_r0vq__item{border:1px solid var(--gray-100);background:#fff;border-radius:12px;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;padding:14px;transition:all .2s;display:grid}.purchases-module__m_r0vq__item:hover{border-color:var(--gray-200);box-shadow:0 2px 8px #0000000a}.purchases-module__m_r0vq__itemCover{border-radius:10px;width:56px;height:56px;box-shadow:0 2px 8px #0000001a}.purchases-module__m_r0vq__itemInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.purchases-module__m_r0vq__itemTitle{color:var(--gray-900);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:600;display:-webkit-box;overflow:hidden}.purchases-module__m_r0vq__itemCreator{color:var(--gray-500);font-size:.75rem}.purchases-module__m_r0vq__itemMeta{color:var(--gray-400);margin-top:2px;font-size:.6875rem;font-weight:500}.purchases-module__m_r0vq__itemActions{align-items:center;gap:6px;display:flex}.purchases-module__m_r0vq__downloadBtn{background:linear-gradient(135deg, var(--primary-500), var(--primary-600));color:#fff;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #05647e40}.purchases-module__m_r0vq__downloadBtn:hover{background:linear-gradient(135deg, var(--primary-600), var(--primary-700));transform:translateY(-1px);box-shadow:0 4px 12px #05647e4d}.purchases-module__m_r0vq__orderFooter{border:1px solid var(--gray-100);background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.purchases-module__m_r0vq__footerNote{color:var(--gray-500);font-size:.75rem}.purchases-module__m_r0vq__receiptBtn{color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.purchases-module__m_r0vq__receiptBtn:hover{border-color:var(--primary-400);color:var(--primary-600);background:var(--primary-50)}.purchases-module__m_r0vq__empty{border:1px solid var(--gray-200);text-align:center;background:#fff;border-radius:18px;padding:64px 32px;box-shadow:0 1px 3px #0000000a}.purchases-module__m_r0vq__emptyIcon{background:linear-gradient(135deg, var(--primary-50), var(--primary-100));width:72px;height:72px;color:var(--primary-500);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.purchases-module__m_r0vq__empty h2{color:var(--gray-800);margin-bottom:8px;font-weight:700}.purchases-module__m_r0vq__empty p{color:var(--gray-500);max-width:380px;margin:0 auto 24px;font-size:.875rem;line-height:1.6}.purchases-module__m_r0vq__emptyBtn{background:linear-gradient(135deg, var(--primary-500), var(--primary-600));color:#fff;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #05647e40}.purchases-module__m_r0vq__emptyBtn:hover{background:linear-gradient(135deg, var(--primary-600), var(--primary-700));transform:translateY(-1px);box-shadow:0 4px 14px #05647e4d}.purchases-module__m_r0vq__emptySearch{text-align:center;color:var(--gray-500);border:2px dashed var(--gray-200);background:#fff;border-radius:14px;padding:40px 32px;font-size:.875rem}.purchases-module__m_r0vq__skeleton{background:linear-gradient(90deg, var(--gray-100) 0%, var(--gray-200) 50%, var(--gray-100) 100%);background-size:200% 100%;border-radius:18px;height:320px;animation:1.4s ease-in-out infinite purchases-module__m_r0vq__shimmer}@keyframes purchases-module__m_r0vq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.purchases-module__m_r0vq__memberCards{margin-bottom:4px}.purchases-module__m_r0vq__memberCardsTitle{color:var(--gray-900);margin-bottom:16px;font-size:1.125rem;font-weight:700}.purchases-module__m_r0vq__memberCardsGrid{grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:20px;display:grid}@media (max-width:768px){.purchases-module__m_r0vq__hero{border-radius:14px;padding:28px 22px 24px}.purchases-module__m_r0vq__stats{grid-template-columns:1fr;gap:10px}.purchases-module__m_r0vq__statCard{padding:14px 16px}}@media (max-width:640px){.purchases-module__m_r0vq__hero{border-radius:12px}.purchases-module__m_r0vq__heroTop{flex-direction:column}.purchases-module__m_r0vq__stats{grid-template-columns:1fr 1fr}.purchases-module__m_r0vq__stats .purchases-module__m_r0vq__statCard:last-child{grid-column:1/-1}.purchases-module__m_r0vq__orderHeader{flex-wrap:wrap;gap:10px;padding:14px 16px}.purchases-module__m_r0vq__orderNumberBox,.purchases-module__m_r0vq__orderItems{display:none}.purchases-module__m_r0vq__orderBody{padding:12px 16px 16px}.purchases-module__m_r0vq__item{grid-template-columns:48px 1fr;padding:12px}.purchases-module__m_r0vq__itemActions{grid-column:1/-1;justify-content:flex-start}.purchases-module__m_r0vq__itemCover{width:48px;height:48px}.purchases-module__m_r0vq__memberCardsGrid{grid-template-columns:1fr}}
.auth-module__Iay1tq__wrapper{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-module__Iay1tq__sidePanel{background:linear-gradient(135deg, var(--primary-700), var(--primary-500));color:#fff;background-size:200% 200%;flex-direction:column;justify-content:space-between;padding:40px;animation:8s infinite auth-module__Iay1tq__gradientShift;display:flex;position:relative;overflow:hidden}.auth-module__Iay1tq__sidePanel:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff876266,#0000 70%);width:480px;height:480px;position:absolute;top:-160px;right:-140px}.auth-module__Iay1tq__sidePanel:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff14,#0000 70%);width:360px;height:360px;position:absolute;bottom:-120px;left:-120px}.auth-module__Iay1tq__brand{color:#fff;z-index:1;align-items:center;gap:10px;font-size:1.125rem;font-weight:700;display:inline-flex;position:relative}.auth-module__Iay1tq__brandIcon{border-radius:var(--radius-md);background:#ffffff29;justify-content:center;align-items:center;width:38px;height:38px;animation:3s ease-in-out infinite auth-module__Iay1tq__float;display:flex}.auth-module__Iay1tq__sideContent{z-index:1;max-width:440px;position:relative}.auth-module__Iay1tq__sideTitle{color:#fff;margin-bottom:14px;font-size:2rem;font-weight:700;line-height:1.2}.auth-module__Iay1tq__sideDesc{opacity:.85;margin-bottom:24px;font-size:1rem;line-height:1.6}.auth-module__Iay1tq__bullets{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.auth-module__Iay1tq__bullets li{opacity:.9;align-items:center;gap:10px;font-size:.9375rem;display:flex}.auth-module__Iay1tq__bullets li:before{content:"✓";color:#fff;background:#ff87624d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.auth-module__Iay1tq__sideFoot{z-index:1;opacity:.7;font-size:.75rem;position:relative}.auth-module__Iay1tq__formPanel{background:var(--bg-primary);justify-content:center;align-items:center;padding:40px 20px;display:flex}.auth-module__Iay1tq__formInner{width:100%;max-width:420px}.auth-module__Iay1tq__title{color:var(--gray-900);margin-bottom:6px;font-size:1.75rem;font-weight:700}.auth-module__Iay1tq__subtitle{color:var(--gray-500);margin-bottom:32px;font-size:.9375rem}.auth-module__Iay1tq__form{flex-direction:column;gap:16px;display:flex}.auth-module__Iay1tq__field{flex-direction:column;gap:6px;display:flex}.auth-module__Iay1tq__label{color:var(--gray-700);font-size:.8125rem;font-weight:600}.auth-module__Iay1tq__inputWrapper{position:relative}.auth-module__Iay1tq__inputIcon{color:var(--gray-400);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-module__Iay1tq__formInput{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-900);transition:all .25s var(--ease-out-expo);background:#fff;outline:none;padding:12px 16px 12px 44px;font-size:.9375rem}.auth-module__Iay1tq__formInput:focus{border-color:var(--primary-500);transform:translateY(-1px);box-shadow:0 0 0 3px #05647e1a}.auth-module__Iay1tq__toggleBtn{color:var(--gray-400);background:0 0;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-module__Iay1tq__toggleBtn:hover{color:var(--gray-700)}.auth-module__Iay1tq__optionsRow{justify-content:space-between;align-items:center;margin:4px 0;display:flex}.auth-module__Iay1tq__checkbox{color:var(--gray-700);cursor:pointer;align-items:center;gap:8px;font-size:.875rem;display:flex}.auth-module__Iay1tq__checkbox input{width:16px;height:16px;accent-color:var(--primary-500)}.auth-module__Iay1tq__forgotLink{color:var(--primary-500);font-size:.875rem;font-weight:600}.auth-module__Iay1tq__forgotLink:hover{color:var(--primary-700)}.auth-module__Iay1tq__submitBtn{color:#fff;background:linear-gradient(135deg, var(--primary-500), var(--primary-600));border-radius:var(--radius-md);width:100%;transition:all .3s var(--ease-out-expo);background-size:200% 200%;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:13px 20px;font-size:.9375rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #05647e4d}.auth-module__Iay1tq__submitBtn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.auth-module__Iay1tq__submitBtn:hover:not(:disabled):after{transform:translate(100%)}.auth-module__Iay1tq__submitBtn:hover:not(:disabled){background:linear-gradient(135deg, var(--primary-400), var(--primary-500));transform:translateY(-2px);box-shadow:0 6px 24px #05647e66}.auth-module__Iay1tq__submitBtn:active:not(:disabled){transition-duration:80ms;transform:translateY(0)scale(.98)}.auth-module__Iay1tq__submitBtn:disabled{opacity:.7;cursor:not-allowed}.auth-module__Iay1tq__errorBox{background:var(--danger-light);color:#b91c1c;border-radius:var(--radius-md);border-left:3px solid var(--danger);padding:10px 14px;font-size:.8125rem;font-weight:500}.auth-module__Iay1tq__successBox{background:var(--success-light);color:#065f46;border-radius:var(--radius-md);border-left:3px solid var(--success);padding:14px;font-size:.875rem}.auth-module__Iay1tq__divider{color:var(--gray-400);align-items:center;gap:12px;margin:22px 0;font-size:.75rem;display:flex}.auth-module__Iay1tq__divider:before,.auth-module__Iay1tq__divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.auth-module__Iay1tq__socialRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-module__Iay1tq__socialBtn{color:var(--gray-700);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);transition:all .25s var(--ease-out-expo);background:#fff;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.auth-module__Iay1tq__socialBtn:hover{border-color:var(--gray-300);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.auth-module__Iay1tq__socialBtn:active{transition-duration:80ms;transform:translateY(0)scale(.97)}.auth-module__Iay1tq__altLink{text-align:center;color:var(--gray-500);margin-top:24px;font-size:.875rem}.auth-module__Iay1tq__altLink a{color:var(--primary-500);margin-left:4px;font-weight:600}.auth-module__Iay1tq__altLink a:hover{color:var(--primary-700)}.auth-module__Iay1tq__demoHint{background:var(--info-light);color:#1e40af;border-radius:var(--radius-sm);text-align:center;margin-top:18px;padding:10px 12px;font-size:.75rem}.auth-module__Iay1tq__benefitsList{flex-direction:column;gap:8px;margin-bottom:28px;padding:0;list-style:none;display:flex}.auth-module__Iay1tq__benefitItem{color:var(--gray-600);align-items:center;gap:10px;font-size:.875rem;display:flex}.auth-module__Iay1tq__benefitIcon{background:linear-gradient(135deg, var(--primary-500), var(--primary-600));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.auth-module__Iay1tq__nameRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-module__Iay1tq__phoneRow{align-items:stretch;gap:8px;display:flex}.auth-module__Iay1tq__phoneCode{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);width:100px;color:var(--gray-900);cursor:pointer;transition:all var(--transition-fast);appearance:auto;background:#fff;outline:none;flex-shrink:0;padding:12px 8px;font-size:.875rem}.auth-module__Iay1tq__phoneCode:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #05647e1a}.auth-module__Iay1tq__phoneInput{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-900);transition:all var(--transition-fast);background:#fff;outline:none;flex:1;padding:12px 16px;font-size:.9375rem}.auth-module__Iay1tq__phoneInput:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #05647e1a}.auth-module__Iay1tq__requirementsList{flex-direction:column;gap:4px;margin-top:8px;padding:0;list-style:none;display:flex}.auth-module__Iay1tq__requirementItem{align-items:center;gap:6px;font-size:.75rem;transition:color .18s;display:flex}.auth-module__Iay1tq__requirementMet{color:#10b981}.auth-module__Iay1tq__requirementUnmet{color:var(--gray-400)}.auth-module__Iay1tq__requirementDot{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.auth-module__Iay1tq__formSelect{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);width:100%;color:var(--gray-900);transition:all var(--transition-fast);cursor:pointer;appearance:auto;background:#fff;outline:none;padding:12px 16px 12px 44px;font-size:.9375rem}.auth-module__Iay1tq__formSelect:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px #05647e1a}.auth-module__Iay1tq__required{color:#dc2626;margin-left:2px}@media (max-width:900px){.auth-module__Iay1tq__wrapper{grid-template-columns:1fr}.auth-module__Iay1tq__sidePanel{display:none}.auth-module__Iay1tq__nameRow{grid-template-columns:1fr;gap:16px}}
.invite-module__4ndiDW__backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out invite-module__4ndiDW__fadeIn;display:flex;position:fixed;inset:0}@keyframes invite-module__4ndiDW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes invite-module__4ndiDW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.invite-module__4ndiDW__modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:32px 28px 28px;animation:.3s ease-out invite-module__4ndiDW__slideUp;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.invite-module__4ndiDW__header{margin-bottom:12px;position:relative}.invite-module__4ndiDW__headerIcon{color:#fff;background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto;display:flex;box-shadow:0 4px 20px #7c3aed59}.invite-module__4ndiDW__sparkle1{color:#f59e0b;animation:2s ease-in-out infinite invite-module__4ndiDW__twinkle;position:absolute;top:0;right:calc(50% - 50px)}.invite-module__4ndiDW__sparkle2{color:#10b981;animation:2s ease-in-out .5s infinite invite-module__4ndiDW__twinkle;position:absolute;top:12px;left:calc(50% - 48px)}@keyframes invite-module__4ndiDW__twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.invite-module__4ndiDW__title{color:#1a1a2e;margin:0 0 6px;font-size:1.375rem;font-weight:800}.invite-module__4ndiDW__subtitle{color:#64748b;margin:0 0 20px;font-size:.9375rem;line-height:1.5}.invite-module__4ndiDW__messageBox{text-align:left;background:#f8fafc;border-left:3px solid #7c3aed;border-radius:0 8px 8px 0;margin:0 0 20px;padding:14px 18px}.invite-module__4ndiDW__messageBox p{color:#334155;margin:0 0 6px;font-size:.875rem;font-style:italic;line-height:1.6}.invite-module__4ndiDW__messageBox span{color:#94a3b8;font-size:.75rem;font-weight:600}.invite-module__4ndiDW__details{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.invite-module__4ndiDW__detailItem{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;display:flex}.invite-module__4ndiDW__detailLabel{color:#94a3b8;text-align:left;flex:1;font-size:.8125rem;font-weight:600}.invite-module__4ndiDW__detailValue{color:#1e293b;font-size:.875rem;font-weight:700}.invite-module__4ndiDW__actions{gap:10px;margin-bottom:16px;display:flex}.invite-module__4ndiDW__acceptBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9375rem;font-weight:700;transition:all .15s;display:flex;box-shadow:0 2px 12px #7c3aed4d}.invite-module__4ndiDW__acceptBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #7c3aed66}.invite-module__4ndiDW__acceptBtn:disabled{opacity:.6;cursor:not-allowed}.invite-module__4ndiDW__declineBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px 20px;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.invite-module__4ndiDW__declineBtn:hover:not(:disabled){color:#dc2626;background:#fee2e2;border-color:#fecaca}.invite-module__4ndiDW__declineBtn:disabled{opacity:.6;cursor:not-allowed}.invite-module__4ndiDW__footer{color:#94a3b8;margin:0;font-size:.75rem;line-height:1.5}.invite-module__4ndiDW__loadingState{text-align:center;color:#94a3b8;padding:40px;font-size:.9375rem}.invite-module__4ndiDW__errorIcon{color:#dc2626;margin-bottom:12px}.invite-module__4ndiDW__errorTitle{color:#1e293b;margin:0 0 8px;font-size:1.125rem;font-weight:700}.invite-module__4ndiDW__errorMsg{color:#64748b;margin:0 0 20px;font-size:.875rem;line-height:1.5}.invite-module__4ndiDW__primaryBtn{color:#fff;background:var(--primary-500);cursor:pointer;border:none;border-radius:8px;padding:10px 24px;font-size:.875rem;font-weight:700}@media (max-width:480px){.invite-module__4ndiDW__modal{padding:24px 20px 20px}.invite-module__4ndiDW__actions{flex-direction:column}}
.product-module__Gelopa__page{max-width:1200px;margin:0 auto;padding:32px 24px}.product-module__Gelopa__breadcrumb{color:var(--gray-500);align-items:center;gap:6px;margin-bottom:28px;font-size:.8125rem;display:flex}.product-module__Gelopa__breadcrumb a{color:var(--primary-500);font-weight:500}.product-module__Gelopa__breadcrumb a:hover{color:var(--primary-700)}.product-module__Gelopa__crumbCurrent{color:var(--gray-900);font-weight:500}.product-module__Gelopa__layout{grid-template-columns:1fr 1fr;gap:56px;margin-bottom:60px;display:grid}.product-module__Gelopa__coverCol{align-self:start;position:sticky;top:100px}.product-module__Gelopa__cover{aspect-ratio:1;border-radius:var(--radius-xl);justify-content:flex-start;align-items:flex-start;padding:20px;display:flex;position:relative;overflow:hidden}.product-module__Gelopa__coverLabel{color:var(--gray-700);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);background:#fff;padding:5px 12px;font-size:.6875rem;font-weight:700}.product-module__Gelopa__thumbRow{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;display:grid}.product-module__Gelopa__thumb{aspect-ratio:1;border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--transition-fast);border:2px solid #0000}.product-module__Gelopa__thumbActive{border-color:var(--primary-500)}.product-module__Gelopa__details{flex-direction:column;gap:22px;display:flex}.product-module__Gelopa__creatorRow{align-items:center;gap:12px;display:flex}.product-module__Gelopa__creatorAvatar{background:linear-gradient(135deg, var(--primary-100), var(--primary-200));width:40px;height:40px;color:var(--primary-700);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.product-module__Gelopa__creatorLabel{text-transform:uppercase;color:var(--gray-400);letter-spacing:.04em;font-size:.6875rem;font-weight:600;display:block}.product-module__Gelopa__creatorName{color:var(--gray-900);font-size:.875rem;font-weight:600;display:block}.product-module__Gelopa__title{color:var(--gray-900);letter-spacing:-.02em;font-size:2.25rem;font-weight:800;line-height:1.15}.product-module__Gelopa__ratingRow{color:var(--gray-600);align-items:center;gap:8px;font-size:.875rem;display:flex}.product-module__Gelopa__rating{color:var(--warning);align-items:center;gap:4px;font-weight:700;display:inline-flex}.product-module__Gelopa__reviewCount{color:var(--gray-500)}.product-module__Gelopa__dot{color:var(--gray-300)}.product-module__Gelopa__sold{color:var(--gray-500)}.product-module__Gelopa__description{color:var(--gray-600);font-size:.9375rem;line-height:1.7}.product-module__Gelopa__priceCard{border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:14px;padding:24px;display:flex}.product-module__Gelopa__priceRow{align-items:baseline;gap:12px;display:flex}.product-module__Gelopa__price{color:var(--primary-500);letter-spacing:-.01em;font-size:2.25rem;font-weight:800}.product-module__Gelopa__priceWas{color:var(--gray-400);font-size:1.125rem;text-decoration:line-through}.product-module__Gelopa__priceSave{background:var(--accent-50);color:var(--accent-700);border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;padding:4px 10px;font-size:.6875rem;font-weight:800}.product-module__Gelopa__actions{flex-direction:column;gap:8px;display:flex}.product-module__Gelopa__buyBtn{background:linear-gradient(135deg, var(--primary-500), var(--primary-700));color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);padding:14px 24px;font-size:.9375rem;font-weight:700;box-shadow:0 4px 12px #05647e4d}.product-module__Gelopa__buyBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #05647e66}.product-module__Gelopa__cartBtn{border:1.5px solid var(--gray-200);color:var(--gray-700);border-radius:var(--radius-md);transition:all var(--transition-fast);background:#fff;padding:13px 24px;font-size:.9375rem;font-weight:600}.product-module__Gelopa__cartBtn:hover{border-color:var(--primary-500);color:var(--primary-500);background:var(--primary-50)}.product-module__Gelopa__iconActions{justify-content:center;gap:14px;margin-top:4px;display:flex}.product-module__Gelopa__iconBtn{color:var(--gray-500);background:0 0;align-items:center;gap:5px;padding:4px 8px;font-size:.8125rem;font-weight:500;display:inline-flex}.product-module__Gelopa__iconBtn:hover{color:var(--primary-500)}.product-module__Gelopa__section{border-top:1px solid var(--gray-200);padding-top:22px}.product-module__Gelopa__sectionTitle{color:var(--gray-900);margin-bottom:14px;font-size:1rem;font-weight:700}.product-module__Gelopa__featureList{flex-direction:column;gap:10px;padding:0;list-style:none;display:flex}.product-module__Gelopa__featureList li{color:var(--gray-700);align-items:center;gap:10px;font-size:.875rem;display:flex}.product-module__Gelopa__checkIcon{color:var(--success);background:var(--success-light);border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:2px}.product-module__Gelopa__detailsGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.product-module__Gelopa__detailsGrid>div{background:var(--gray-50);border-radius:var(--radius-md);flex-direction:column;gap:4px;padding:14px;display:flex}.product-module__Gelopa__detailsGrid svg{color:var(--primary-500);margin-bottom:4px}.product-module__Gelopa__detailsGrid span{color:var(--gray-900);font-size:1rem;font-weight:700}.product-module__Gelopa__detailsGrid small{color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:600}.product-module__Gelopa__reviewsSection,.product-module__Gelopa__relatedSection{margin-top:60px}.product-module__Gelopa__bigTitle{color:var(--gray-900);margin-bottom:24px;font-size:1.5rem;font-weight:800}.product-module__Gelopa__reviewGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.product-module__Gelopa__reviewCard{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:10px;padding:22px;display:flex}.product-module__Gelopa__reviewStars{color:var(--warning);gap:2px;display:inline-flex}.product-module__Gelopa__reviewBody{color:var(--gray-700);font-size:.9375rem;font-style:italic;line-height:1.6}.product-module__Gelopa__reviewer{color:var(--gray-500);font-size:.8125rem;font-weight:500}.product-module__Gelopa__relatedGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.product-module__Gelopa__relatedCard{border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:all var(--transition-base);background:#fff;overflow:hidden}.product-module__Gelopa__relatedCard:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-module__Gelopa__relatedCover{aspect-ratio:4/3}.product-module__Gelopa__relatedBody{flex-direction:column;gap:4px;padding:12px 14px;display:flex}.product-module__Gelopa__relatedBody h4{color:var(--gray-900);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-module__Gelopa__relatedBody span{color:var(--primary-500);font-size:.9375rem;font-weight:700}@media (max-width:900px){.product-module__Gelopa__layout{grid-template-columns:1fr;gap:32px}.product-module__Gelopa__coverCol{position:static}.product-module__Gelopa__title{font-size:1.75rem}.product-module__Gelopa__detailsGrid{grid-template-columns:repeat(2,1fr)}}
.admin-notifications-module__pFgRXa__page{flex-direction:column;gap:24px;display:flex}.admin-notifications-module__pFgRXa__actions{gap:8px;display:flex}.admin-notifications-module__pFgRXa__list{flex-direction:column;gap:0;display:flex}.admin-notifications-module__pFgRXa__item{background:var(--bg-card);border:1px solid var(--gray-200);transition:background var(--transition-fast);border-bottom:none;align-items:flex-start;gap:14px;padding:18px 20px;display:flex;position:relative}.admin-notifications-module__pFgRXa__item:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.admin-notifications-module__pFgRXa__item:last-child{border-bottom:1px solid var(--gray-200);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.admin-notifications-module__pFgRXa__item:hover{background:var(--gray-50)}.admin-notifications-module__pFgRXa__unread{background:#f8fbff}.admin-notifications-module__pFgRXa__icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.admin-notifications-module__pFgRXa__iconAlert{color:#dc2626;background:#fee2e2}.admin-notifications-module__pFgRXa__iconWarning{color:#d97706;background:#fef3c7}.admin-notifications-module__pFgRXa__iconInfo{color:#2563eb;background:#dbeafe}.admin-notifications-module__pFgRXa__iconSuccess{color:#059669;background:#d1fae5}.admin-notifications-module__pFgRXa__body{flex:1;min-width:0}.admin-notifications-module__pFgRXa__title{color:var(--gray-900);font-size:.875rem;font-weight:700;display:block}.admin-notifications-module__pFgRXa__message{color:var(--gray-500);margin:4px 0 6px;font-size:.8125rem;line-height:1.5}.admin-notifications-module__pFgRXa__time{color:var(--gray-400);font-size:.6875rem}.admin-notifications-module__pFgRXa__unreadDot{background:var(--primary-500);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}
