.shortcuts-module___-DGqG__shortcutsWidget{flex-direction:column;width:100%;min-width:200px;height:100%;padding:1rem;font-size:.9rem;display:flex}.shortcuts-module___-DGqG__shortcutsHeader{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;width:100%;margin-bottom:.75rem;padding-bottom:.5rem;display:flex;overflow:hidden}.shortcuts-module___-DGqG__shortcutsTitle{color:#055474;flex-shrink:0;margin:0;font-size:1rem;font-weight:600}.shortcuts-module___-DGqG__shortcutsHeaderRight{color:#6c757d;flex-shrink:1;align-items:center;gap:.5rem;min-width:0;font-size:.8rem;display:flex}.shortcuts-module___-DGqG__shortcutsHeaderRight i{cursor:pointer;color:#6c757d;border-radius:3px;padding:.2rem;transition:background-color .2s}.shortcuts-module___-DGqG__shortcutsHeaderRight i:hover{color:#055474;background-color:#f8f9fa}.shortcuts-module___-DGqG__shortcutsTime{color:#999;font-size:.75rem}.shortcuts-module___-DGqG__shortcutsCount{color:#6c757d;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:.25rem .5rem;font-size:.8rem;font-weight:500}.shortcuts-module___-DGqG__shortcutsError{color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem;font-size:.8rem;display:flex}.shortcuts-module___-DGqG__shortcutsError i{font-size:.9rem}.shortcuts-module___-DGqG__shortcutsGrid{flex-wrap:nowrap;align-items:center;gap:.75rem;width:max-content;display:flex}.shortcuts-module___-DGqG__shortcutItem{cursor:pointer;text-align:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:60px;height:60px;padding:.5rem;transition:all .2s;display:flex;position:relative}.shortcuts-module___-DGqG__shortcutItem:hover{background:#e8f5f3;border-color:#055474;transform:translateY(-2px);box-shadow:0 4px 12px #05547426}.shortcuts-module___-DGqG__shortcutItem.shortcuts-module___-DGqG__loading{opacity:.6;cursor:not-allowed;pointer-events:none}.shortcuts-module___-DGqG__shortcutRemove{color:#fff;cursor:pointer;opacity:0;z-index:2;background:#dc3545;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:all .2s;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0003}.shortcuts-module___-DGqG__shortcutItem:hover .shortcuts-module___-DGqG__shortcutRemove{opacity:1}.shortcuts-module___-DGqG__shortcutRemove:hover{background:#c82333;transform:scale(1.1)}.shortcuts-module___-DGqG__shortcutRemove:disabled{cursor:not-allowed;background:#6c757d;transform:none}.shortcuts-module___-DGqG__shortcutIcon{color:#055474;margin-bottom:.5rem;font-size:1.5rem;transition:all .2s}.shortcuts-module___-DGqG__shortcutItem:hover .shortcuts-module___-DGqG__shortcutIcon{color:#043a5a;transform:scale(1.1)}.shortcuts-module___-DGqG__shortcutLabel{color:#495057;word-break:break-word;max-width:100%;font-size:.75rem;font-weight:500;line-height:1.2}.shortcuts-module___-DGqG__shortcutItem:hover .shortcuts-module___-DGqG__shortcutLabel{color:#055474;font-weight:600}@media (max-width:768px){.shortcuts-module___-DGqG__shortcutsWidget{padding:.75rem}.shortcuts-module___-DGqG__shortcutsGrid{grid-template-columns:repeat(auto-fill,minmax(75px,1fr));gap:.5rem}.shortcuts-module___-DGqG__shortcutItem{aspect-ratio:1;min-height:75px;padding:.5rem .25rem}.shortcuts-module___-DGqG__shortcutIcon{margin-bottom:.25rem;font-size:1.25rem}.shortcuts-module___-DGqG__shortcutLabel{font-size:.7rem}.shortcuts-module___-DGqG__shortcutsHeader h3{font-size:.9rem}.shortcuts-module___-DGqG__shortcutsCount{padding:.2rem .4rem;font-size:.7rem}}@media (max-width:480px){.shortcuts-module___-DGqG__shortcutsGrid{grid-template-columns:repeat(auto-fill,minmax(65px,1fr));gap:.4rem}.shortcuts-module___-DGqG__shortcutItem{min-height:65px;padding:.4rem .2rem}.shortcuts-module___-DGqG__shortcutIcon{font-size:1.1rem}.shortcuts-module___-DGqG__shortcutLabel{font-size:.65rem}}@keyframes shortcuts-module___-DGqG__shortcutFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes shortcuts-module___-DGqG__shortcutFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.shortcuts-module___-DGqG__shortcutItem{animation:.3s shortcuts-module___-DGqG__shortcutFadeIn}.shortcuts-module___-DGqG__shortcutsWidget.shortcuts-module___-DGqG__loading{opacity:.7;pointer-events:none}.shortcuts-module___-DGqG__loadingState{color:#6c757d;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:.85rem;display:flex}.shortcuts-module___-DGqG__loadingState i{color:var(--primary-color)}.shortcuts-module___-DGqG__emptyState{color:#6c757d;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.shortcuts-module___-DGqG__emptyState i{color:#f59e0b;opacity:.6;margin-bottom:.5rem;font-size:1.5rem}.shortcuts-module___-DGqG__emptyState p{color:#495057;margin:0 0 .25rem;font-size:.85rem;font-weight:500}.shortcuts-module___-DGqG__emptyState span{color:#6c757d;font-size:.75rem;line-height:1.4}.shortcuts-module___-DGqG__emptyState span i{color:var(--primary-color);margin:0 2px;font-size:.65rem}@media (prefers-contrast:high){.shortcuts-module___-DGqG__shortcutItem{border-width:2px}.shortcuts-module___-DGqG__shortcutItem:hover{border-width:3px}.shortcuts-module___-DGqG__shortcutRemove{border:2px solid #fff}}@media (prefers-reduced-motion:reduce){.shortcuts-module___-DGqG__shortcutItem,.shortcuts-module___-DGqG__shortcutIcon,.shortcuts-module___-DGqG__shortcutRemove{transition:none}.shortcuts-module___-DGqG__shortcutItem:hover,.shortcuts-module___-DGqG__shortcutItem:hover .shortcuts-module___-DGqG__shortcutIcon,.shortcuts-module___-DGqG__shortcutRemove:hover{transform:none}}
.my-products-module__K4LaZG__productsWidget{height:100%;font-size:var(--dash-font-base,.875rem);flex-direction:column;padding:16px;display:flex}.my-products-module__K4LaZG__productsHeader{border-bottom:1px solid var(--dash-gray-200,#ddd);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.my-products-module__K4LaZG__productsTitle{color:var(--dash-teal,#055474);margin:0;font-size:13px;font-weight:700}.my-products-module__K4LaZG__productsHeaderRight{color:var(--dash-gray-400,#999);align-items:center;gap:8px;font-size:13px;display:flex}.my-products-module__K4LaZG__headerAction{cursor:pointer;border-radius:3px;padding:3px;transition:color .15s}.my-products-module__K4LaZG__headerAction:hover{color:var(--dash-teal,#055474)}.my-products-module__K4LaZG__activateCta{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.my-products-module__K4LaZG__activateIcon{color:var(--dash-teal,#055474);opacity:.5;font-size:32px}.my-products-module__K4LaZG__activateText{color:var(--dash-gray-600,#666);max-width:240px;margin:0;font-size:13px;line-height:1.5}.my-products-module__K4LaZG__activateBtn{background:var(--dash-teal,#055474);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 20px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.my-products-module__K4LaZG__activateBtn:hover{opacity:.85;color:#fff}.my-products-module__K4LaZG__productsError{color:#991b1b;background:#fef2f2;border-radius:6px;align-items:center;gap:8px;margin-bottom:10px;padding:10px;font-size:13px;display:flex}.my-products-module__K4LaZG__loadingState{color:var(--dash-gray-400,#999);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:2rem;display:flex}.my-products-module__K4LaZG__emptyState{color:var(--dash-gray-400,#999);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;padding:2rem;display:flex}.my-products-module__K4LaZG__emptyState i{opacity:.4;font-size:2rem}.my-products-module__K4LaZG__productsGrid{flex-direction:column;flex:1;gap:8px;margin-bottom:10px;display:flex}.my-products-module__K4LaZG__productCard{background:var(--dash-gray-50,#f5f5f5);border:1px solid var(--dash-gray-200,#ddd);color:inherit;border-radius:6px;align-items:center;gap:10px;padding:8px;text-decoration:none;transition:border-color .15s;display:flex}.my-products-module__K4LaZG__productCard:hover{border-color:var(--dash-teal,#055474)}.my-products-module__K4LaZG__productImage{background:var(--dash-gray-100,#eee);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.my-products-module__K4LaZG__productImage img{object-fit:cover;width:100%;height:100%}.my-products-module__K4LaZG__noImage{color:var(--dash-gray-300,#bbb);font-size:1rem}.my-products-module__K4LaZG__productInfo{flex:1;min-width:0}.my-products-module__K4LaZG__productTitle{color:var(--dash-gray-900,#222);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:13px;font-weight:500;overflow:hidden}.my-products-module__K4LaZG__productPrice{color:var(--dash-teal,#055474);font-size:12px;font-weight:600}.my-products-module__K4LaZG__seeMoreContainer{border-top:1px solid var(--dash-gray-200,#ddd);justify-content:center;padding-top:8px;display:flex}.my-products-module__K4LaZG__seeMoreButton{background:var(--dash-teal,#055474);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:7px 18px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.my-products-module__K4LaZG__seeMoreButton:hover{opacity:.85;color:#fff}@media (max-width:768px){.my-products-module__K4LaZG__productsWidget{padding:12px}.my-products-module__K4LaZG__productImage{width:36px;height:36px}}
.my-website-module__MhsZkW__container{flex-direction:column;height:100%;padding:16px;font-family:inherit;display:flex}.my-website-module__MhsZkW__header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.my-website-module__MhsZkW__headerIcon{color:var(--primary-color,#055474);font-size:14px}.my-website-module__MhsZkW__headerTitle{color:#333;margin:0;font-size:13px;font-weight:700}.my-website-module__MhsZkW__activateCta{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.my-website-module__MhsZkW__activateIcon{color:var(--primary-color,#055474);opacity:.6;font-size:32px}.my-website-module__MhsZkW__activateText{color:#666;max-width:220px;margin:0;font-size:13px}.my-website-module__MhsZkW__activateBtn{background:var(--primary-color,#055474);color:#fff;cursor:pointer;border:none;border-radius:5px;padding:8px 20px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.my-website-module__MhsZkW__activateBtn:hover{opacity:.85;color:#fff}.my-website-module__MhsZkW__thumbnailWrap{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:6px;flex:1;min-height:0;position:relative;overflow:hidden}.my-website-module__MhsZkW__thumbnail{object-fit:cover;width:100%;height:100%;display:block}.my-website-module__MhsZkW__thumbnailPlaceholder{color:#bbb;justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;display:flex}.my-website-module__MhsZkW__siteActions{gap:8px;margin-top:8px;display:flex}.my-website-module__MhsZkW__siteLink{text-align:center;border-radius:4px;flex:1;padding:6px 0;font-size:11px;font-weight:600;text-decoration:none;transition:opacity .15s}.my-website-module__MhsZkW__siteLink:hover{opacity:.8}.my-website-module__MhsZkW__viewLink{color:#333;background:#f0f0f0}.my-website-module__MhsZkW__manageLink{background:var(--primary-color,#055474);color:#fff}.my-website-module__MhsZkW__domainBanner{color:#7a6200;background:#fff8e1;border:1px dashed #f0c040;border-radius:4px;align-items:center;gap:6px;margin-top:8px;padding:6px 10px;font-size:11px;text-decoration:none;transition:background .15s;display:flex}.my-website-module__MhsZkW__domainBanner:hover{color:#7a6200;background:#fff3cd}.my-website-module__MhsZkW__domainBannerIcon{font-size:12px}.my-website-module__MhsZkW__loading{color:#999;flex:1;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.my-website-module__MhsZkW__error{color:#dc3545;text-align:center;flex:1;justify-content:center;align-items:center;font-size:12px;display:flex}
.WidgetRenderer-module__mgsCDW__widgetRenderer{flex-direction:column;height:100%;display:flex}.WidgetRenderer-module__mgsCDW__widgetActions{background:#fafbfc;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;min-height:40px;padding:.5rem 1rem;display:flex}.WidgetRenderer-module__mgsCDW__refreshButton{color:#055474;cursor:pointer;background:0 0;border:1px solid #dee2e6;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.WidgetRenderer-module__mgsCDW__refreshButton:hover:not(:disabled){background:#e8f5f3;border-color:#055474}.WidgetRenderer-module__mgsCDW__refreshButton:disabled{opacity:.6;cursor:not-allowed}.WidgetRenderer-module__mgsCDW__lastRefresh{color:#6c757d;font-size:.75rem}.WidgetRenderer-module__mgsCDW__widgetBody{flex-direction:column;flex:1;display:flex;overflow:hidden}.WidgetRenderer-module__mgsCDW__loadingState{color:#6c757d;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.WidgetRenderer-module__mgsCDW__errorState{color:#dc3545;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;display:flex}.WidgetRenderer-module__mgsCDW__retryButton{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;margin-top:.5rem;padding:.5rem 1rem;font-size:.8rem}.WidgetRenderer-module__mgsCDW__emptyState{color:#adb5bd;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.WidgetRenderer-module__mgsCDW__unknownWidget{color:#ffc107;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;display:flex}
.WidgetGrid-module__PGCVGG__dashboardContainer{background:#f8f9fa;width:100%}.WidgetGrid-module__PGCVGG__welcomeHeader{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:30px 20px 20px}.WidgetGrid-module__PGCVGG__welcomeHeader h1{color:#055474;text-align:center;margin:0;font-size:2.5rem;font-weight:600}.WidgetGrid-module__PGCVGG__gridContainer{min-height:60vh;position:relative}.WidgetGrid-module__PGCVGG__grid{background:#f8f9fa;gap:20px;width:100%;min-height:60vh;padding:20px;display:grid}.WidgetGrid-module__PGCVGG__gridCell{border-radius:8px;min-height:200px;transition:all .2s;position:relative}.WidgetGrid-module__PGCVGG__gridCell.WidgetGrid-module__PGCVGG__empty{background:0 0;border:2px dashed #0000}.WidgetGrid-module__PGCVGG__gridCell.WidgetGrid-module__PGCVGG__empty:hover{background:#e9ecef4d;border-color:#e9ecef}.WidgetGrid-module__PGCVGG__gridCell.WidgetGrid-module__PGCVGG__occupied{background:0 0}.WidgetGrid-module__PGCVGG__gridCell.WidgetGrid-module__PGCVGG__dropTarget{background:#e8f5f3;border:2px dashed #055474;transform:scale(1.02)}.WidgetGrid-module__PGCVGG__widget{cursor:move;background:#fff;border-radius:8px;flex-direction:column;height:100%;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001a}.WidgetGrid-module__PGCVGG__widget:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.WidgetGrid-module__PGCVGG__widget.WidgetGrid-module__PGCVGG__locked{cursor:default;border:2px solid #dc3545;box-shadow:0 0 0 3px #dc354533}.WidgetGrid-module__PGCVGG__widget.WidgetGrid-module__PGCVGG__locked:hover{transform:none}.WidgetGrid-module__PGCVGG__widgetHeader{background:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;display:flex}.WidgetGrid-module__PGCVGG__widgetTitle{color:#055474;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.WidgetGrid-module__PGCVGG__removeButton{color:#dc3545;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;padding:4px;font-size:.8rem;transition:all .2s}.WidgetGrid-module__PGCVGG__removeButton:hover{opacity:1;background:#dc35451a;transform:scale(1.1)}.WidgetGrid-module__PGCVGG__widgetContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.WidgetGrid-module__PGCVGG__widget[draggable=true]{cursor:grab}.WidgetGrid-module__PGCVGG__widget[draggable=true]:active{cursor:grabbing;opacity:.8}.WidgetGrid-module__PGCVGG__emptyStateOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;background:#f8f9faf2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.WidgetGrid-module__PGCVGG__emptyStateContent{text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;max-width:600px;padding:40px 20px;box-shadow:0 4px 20px #0000001a}.WidgetGrid-module__PGCVGG__emptyStateContent h2{color:#055474;margin:0 0 16px;font-size:1.5rem;font-weight:600;line-height:1.4}.WidgetGrid-module__PGCVGG__emptyStateContent p{color:#6c757d;margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.WidgetGrid-module__PGCVGG__welcomeHeader h1{font-size:2rem}.WidgetGrid-module__PGCVGG__emptyStateContent{margin:20px;padding:30px 20px}.WidgetGrid-module__PGCVGG__emptyStateContent h2{font-size:1.25rem}.WidgetGrid-module__PGCVGG__emptyStateContent p{font-size:.9rem}}.WidgetGrid-module__PGCVGG__loading{color:#6c757d;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;font-size:1.1rem;display:flex}.WidgetGrid-module__PGCVGG__loading i{font-size:2rem}@media (max-width:1200px){.WidgetGrid-module__PGCVGG__grid{gap:15px;padding:15px;grid-template-columns:repeat(4,1fr)!important}}@media (max-width:768px){.WidgetGrid-module__PGCVGG__grid{gap:10px;padding:10px;grid-template-columns:repeat(2,1fr)!important}.WidgetGrid-module__PGCVGG__gridCell{min-height:150px}.WidgetGrid-module__PGCVGG__widget{cursor:default}.WidgetGrid-module__PGCVGG__widgetHeader{padding:8px 12px;font-size:.8rem}}@media (max-width:480px){.WidgetGrid-module__PGCVGG__grid{grid-template-columns:1fr!important}}
.onboarding-module__NXjG-W__banner{align-items:stretch;width:100%;height:100%;display:flex}.onboarding-module__NXjG-W__suggestion{border:1px solid #e5e7eb;border-left:4px solid var(--primary-color);background:#fff;border-radius:8px;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 3px #0000000d}.onboarding-module__NXjG-W__iconSection{flex-shrink:0}.onboarding-module__NXjG-W__icon{background:linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.onboarding-module__NXjG-W__content{flex:1;min-width:0}.onboarding-module__NXjG-W__title{color:var(--primary-color);font-size:.95rem;font-weight:600;font-family:var(--font-body);margin:0 0 .15rem}.onboarding-module__NXjG-W__description{color:#6b7280;margin:0;font-size:.8rem;line-height:1.4}.onboarding-module__NXjG-W__missingFields{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.onboarding-module__NXjG-W__fieldTag{color:#4b5563;background:#f3f4f6;border-radius:100px;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.onboarding-module__NXjG-W__actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.onboarding-module__NXjG-W__primaryAction{background:var(--primary-color);color:#fff;font-size:.8rem;font-weight:600;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;transition:all .2s}.onboarding-module__NXjG-W__primaryAction:hover{background:var(--secondary-color);transform:translateY(-1px);box-shadow:0 2px 8px #05547440}.onboarding-module__NXjG-W__snoozeAction{color:#9ca3af;font-size:.7rem;font-weight:500;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;transition:color .2s}.onboarding-module__NXjG-W__snoozeAction:hover{color:#6b7280}.onboarding-module__NXjG-W__loading{color:var(--primary-color);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.onboarding-module__NXjG-W__error{color:#dc2626;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.onboarding-module__NXjG-W__allDone{color:var(--success-color);align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.onboarding-module__NXjG-W__allDone i{font-size:1.5rem}@media (max-width:768px){.onboarding-module__NXjG-W__suggestion{text-align:center;flex-direction:column;gap:.75rem;padding:1rem}.onboarding-module__NXjG-W__content{order:2}.onboarding-module__NXjG-W__iconSection{order:1}.onboarding-module__NXjG-W__actions{order:3;align-items:center;width:100%}.onboarding-module__NXjG-W__primaryAction{width:100%}.onboarding-module__NXjG-W__missingFields{justify-content:center}}@media (max-width:480px){.onboarding-module__NXjG-W__suggestion{padding:.875rem}.onboarding-module__NXjG-W__icon{width:40px;height:40px;font-size:1rem}.onboarding-module__NXjG-W__title{font-size:.9rem}.onboarding-module__NXjG-W__description{font-size:.75rem}}
.NewsMagazine-module__Ojyt6q__magazine{width:100%;max-width:1400px;margin:0 auto}.NewsMagazine-module__Ojyt6q__heroSlider{background:#1a1a2e;width:100%;height:500px;position:relative;overflow:hidden}.NewsMagazine-module__Ojyt6q__sliderContainer{width:100%;height:100%;position:relative}.NewsMagazine-module__Ojyt6q__slide{opacity:0;visibility:hidden;color:#fff;width:100%;height:100%;text-decoration:none;transition:opacity .6s,visibility .6s;display:block;position:absolute;top:0;left:0}.NewsMagazine-module__Ojyt6q__slide.NewsMagazine-module__Ojyt6q__active{opacity:1;visibility:visible}.NewsMagazine-module__Ojyt6q__slideBackground{width:100%;height:100%;position:absolute;top:0;left:0}.NewsMagazine-module__Ojyt6q__slideBackground img{object-fit:cover}.NewsMagazine-module__Ojyt6q__placeholderBg{background:var(--gradient-primary);color:#ffffff59;justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex}.NewsMagazine-module__Ojyt6q__slideOverlay{background:linear-gradient(#0000001a 0%,#0000004d 50%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.NewsMagazine-module__Ojyt6q__slideContent{max-width:800px;padding:3rem;position:absolute;bottom:0;left:0;right:0}.NewsMagazine-module__Ojyt6q__slideCategory{background:var(--primary-color);color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.NewsMagazine-module__Ojyt6q__slideTitle{font-family:var(--font-heading);color:#fff;text-shadow:0 2px 4px #0000004d;margin:0 0 1rem;font-size:2.5rem;line-height:1.2}.NewsMagazine-module__Ojyt6q__slideExcerpt{opacity:.9;max-width:600px;margin:0 0 1rem;font-size:1.1rem;line-height:1.5}.NewsMagazine-module__Ojyt6q__slideMeta{opacity:.8;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.NewsMagazine-module__Ojyt6q__sliderArrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.NewsMagazine-module__Ojyt6q__sliderArrow:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.NewsMagazine-module__Ojyt6q__prevArrow{left:1.5rem}.NewsMagazine-module__Ojyt6q__nextArrow{right:1.5rem}.NewsMagazine-module__Ojyt6q__sliderDots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.NewsMagazine-module__Ojyt6q__dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.NewsMagazine-module__Ojyt6q__dot:hover{background:#ffffffb3}.NewsMagazine-module__Ojyt6q__activeDot{background:#fff;transform:scale(1.2)}.NewsMagazine-module__Ojyt6q__categoriesSection{background:#f8f9fa;padding:3rem 1.5rem}.NewsMagazine-module__Ojyt6q__categoriesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.NewsMagazine-module__Ojyt6q__categoryBox{text-align:center;cursor:pointer;background:#fff;border:1px solid #e9ecef;padding:1.5rem;transition:all .3s}.NewsMagazine-module__Ojyt6q__categoryBox:hover{box-shadow:var(--shadow-medium);border-color:var(--primary-color);transform:translateY(-4px)}.NewsMagazine-module__Ojyt6q__categoryIcon{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.NewsMagazine-module__Ojyt6q__categoryTitle{font-family:var(--font-body);color:var(--primary-color);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.NewsMagazine-module__Ojyt6q__categoryDescription{color:#6c757d;margin:0;font-size:.875rem;line-height:1.4}.NewsMagazine-module__Ojyt6q__articlesSection{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.NewsMagazine-module__Ojyt6q__sectionTitle{font-family:var(--font-heading);color:var(--primary-color);align-items:center;gap:.75rem;margin:0 0 2rem;font-size:1.75rem;display:flex}.NewsMagazine-module__Ojyt6q__sectionTitle i{opacity:.7;font-size:1.25rem}.NewsMagazine-module__Ojyt6q__articlesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.NewsMagazine-module__Ojyt6q__articleCard{color:inherit;background:#fff;border:1px solid #e9ecef;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.NewsMagazine-module__Ojyt6q__articleCard:hover{box-shadow:var(--shadow-medium);transform:translateY(-4px)}.NewsMagazine-module__Ojyt6q__articleCard:hover .NewsMagazine-module__Ojyt6q__articleImage img{transform:scale(1.05)}.NewsMagazine-module__Ojyt6q__articleImage{background:#f0f0f0;width:100%;height:200px;position:relative;overflow:hidden}.NewsMagazine-module__Ojyt6q__articleImage img{transition:transform .3s}.NewsMagazine-module__Ojyt6q__articlePlaceholder{color:#bbb;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;display:flex}.NewsMagazine-module__Ojyt6q__articleContent{flex-direction:column;flex:1;padding:1.25rem;display:flex}.NewsMagazine-module__Ojyt6q__articleTopic{width:fit-content;color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;background:#0554741a;margin-bottom:.75rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.NewsMagazine-module__Ojyt6q__articleTitle{font-family:var(--font-body);color:var(--text-color);margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.NewsMagazine-module__Ojyt6q__articleExcerpt{color:#6c757d;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.NewsMagazine-module__Ojyt6q__articleMeta{color:#999;flex-wrap:wrap;gap:.75rem;margin-top:auto;font-size:.75rem;display:flex}.NewsMagazine-module__Ojyt6q__articleAuthor{color:var(--primary-color);font-weight:600}.NewsMagazine-module__Ojyt6q__articleReadTime{align-items:center;gap:.25rem;display:flex}.NewsMagazine-module__Ojyt6q__pagination{border-top:1px solid #e9ecef;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.NewsMagazine-module__Ojyt6q__pageButton{background:var(--primary-color);color:#fff;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.NewsMagazine-module__Ojyt6q__pageButton:hover{background:var(--secondary-color);transform:translateY(-2px)}.NewsMagazine-module__Ojyt6q__pageButton.NewsMagazine-module__Ojyt6q__disabled{pointer-events:none;opacity:.5;background:#ccc}.NewsMagazine-module__Ojyt6q__pageInfo{color:#6c757d;font-size:.875rem}@media (max-width:1024px){.NewsMagazine-module__Ojyt6q__categoriesGrid,.NewsMagazine-module__Ojyt6q__articlesGrid{grid-template-columns:repeat(2,1fr)}.NewsMagazine-module__Ojyt6q__heroSlider{height:400px}.NewsMagazine-module__Ojyt6q__slideTitle{font-size:2rem}}@media (max-width:768px){.NewsMagazine-module__Ojyt6q__heroSlider{height:350px}.NewsMagazine-module__Ojyt6q__slideContent{padding:1.5rem}.NewsMagazine-module__Ojyt6q__slideTitle{font-size:1.5rem}.NewsMagazine-module__Ojyt6q__slideExcerpt{display:none}.NewsMagazine-module__Ojyt6q__sliderArrow{width:40px;height:40px;font-size:1rem}.NewsMagazine-module__Ojyt6q__prevArrow{left:.75rem}.NewsMagazine-module__Ojyt6q__nextArrow{right:.75rem}.NewsMagazine-module__Ojyt6q__categoriesGrid{grid-template-columns:1fr;gap:1rem}.NewsMagazine-module__Ojyt6q__categoryBox{text-align:left;align-items:center;gap:1rem;padding:1rem;display:flex}.NewsMagazine-module__Ojyt6q__categoryIcon{flex-shrink:0;width:50px;height:50px;margin:0}.NewsMagazine-module__Ojyt6q__articlesGrid{grid-template-columns:1fr;gap:1.5rem}.NewsMagazine-module__Ojyt6q__pagination{flex-direction:column;gap:1rem}}@media (max-width:480px){.NewsMagazine-module__Ojyt6q__heroSlider{height:300px}.NewsMagazine-module__Ojyt6q__slideTitle{font-size:1.25rem}.NewsMagazine-module__Ojyt6q__slideMeta{font-size:.8rem}.NewsMagazine-module__Ojyt6q__categoriesSection,.NewsMagazine-module__Ojyt6q__articlesSection{padding:2rem 1rem}}
.MagazineLink-module__HQe87W__magazineLink{border-radius:8px;height:100%;text-decoration:none;display:block;overflow:hidden}.MagazineLink-module__HQe87W__linkContent{color:#fff;align-items:center;gap:.875rem;height:100%;min-height:80px;padding:1rem 1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.MagazineLink-module__HQe87W__linkContent:before{content:"";background:#fff0;transition:background .3s;position:absolute;inset:0}.MagazineLink-module__HQe87W__magazineLink:hover .MagazineLink-module__HQe87W__linkContent:before{background:#ffffff1a}.MagazineLink-module__HQe87W__magazineLink:hover .MagazineLink-module__HQe87W__linkContent{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.MagazineLink-module__HQe87W__iconWrapper{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.MagazineLink-module__HQe87W__textWrapper{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.MagazineLink-module__HQe87W__title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.5px;font-size:.95rem;font-weight:700;line-height:1.2}.MagazineLink-module__HQe87W__subtitle{opacity:.9;font-size:.75rem;line-height:1.3}.MagazineLink-module__HQe87W__arrow{opacity:.7;flex-shrink:0;font-size:.9rem;transition:all .3s}.MagazineLink-module__HQe87W__magazineLink:hover .MagazineLink-module__HQe87W__arrow{opacity:1;transform:translate(4px)}@media (max-width:768px){.MagazineLink-module__HQe87W__linkContent{padding:.875rem 1rem}.MagazineLink-module__HQe87W__iconWrapper{width:40px;height:40px;font-size:1rem}.MagazineLink-module__HQe87W__title{font-size:.9rem}.MagazineLink-module__HQe87W__subtitle{font-size:.7rem}}
.Dashboard-module___MvnNW__dashboardContainer{flex-direction:column;min-height:100vh;display:flex;position:relative}.Dashboard-module___MvnNW__dashboardContent{flex-direction:column;gap:1.5rem;display:flex;position:relative}.Dashboard-module___MvnNW__dashboardSections{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;padding:1rem}.Dashboard-module___MvnNW__dashboardSections h4{color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.85rem}.Dashboard-module___MvnNW__collapsedHeader{background:#055474;justify-content:flex-start;align-items:center;padding:8px 20px;display:flex;box-shadow:0 2px 4px #0000001a}.Dashboard-module___MvnNW__expandButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:8px 12px;font-size:14px;transition:background-color .2s}.Dashboard-module___MvnNW__expandButton:hover{background-color:#ffffff1a}.Dashboard-module___MvnNW__mainContent{flex:1;min-height:calc(100vh - 70px);margin-top:70px;display:flex;position:relative}.Dashboard-module___MvnNW__sidebar{background:#f8f9fa;border-right:1px solid #e9ecef;flex-shrink:0;width:280px;padding:20px 0}.Dashboard-module___MvnNW__sidebarSection{margin-bottom:30px;padding:0 20px}.Dashboard-module___MvnNW__sidebarSection h3{color:#055474;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e9ecef;margin:0 0 12px;padding-bottom:8px;font-size:14px;font-weight:600}.Dashboard-module___MvnNW__collapsibleHeader{color:#055474;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:2px solid #e9ecef;margin:0 0 12px;padding:8px 0;font-size:14px;font-weight:600;transition:all .2s;position:relative}.Dashboard-module___MvnNW__collapsibleHeader:hover{color:#043a5a;background:#0554740d;border-radius:4px;margin-left:-8px;margin-right:-8px;padding-left:8px}.Dashboard-module___MvnNW__collapsibleHeader:after{content:"";border-top:6px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .2s;position:absolute;top:50%;right:8px;transform:translateY(-50%)rotate(0)}.Dashboard-module___MvnNW__collapsibleHeader.Dashboard-module___MvnNW__collapsed:after{transform:translateY(-50%)rotate(-90deg)}.Dashboard-module___MvnNW__accountHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.Dashboard-module___MvnNW__notificationBadge{color:#fff;text-transform:none;letter-spacing:0;background-color:#dc3545;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:8px;padding:0 5px;font-size:11px;font-weight:600;display:inline-flex}.Dashboard-module___MvnNW__serviceHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.Dashboard-module___MvnNW__notificationBadge{color:#fff;text-align:center;background:#e74c3c;border-radius:10px;min-width:16px;margin-left:8px;padding:2px 6px;font-size:10px;font-weight:700}.Dashboard-module___MvnNW__menuItemContent{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.Dashboard-module___MvnNW__notificationDot{background:#e74c3c;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-left:8px}.Dashboard-module___MvnNW__addShortcutButton{color:#055474;cursor:pointer;opacity:.7;width:24px;height:24px;box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;transition:all .2s;display:flex}.Dashboard-module___MvnNW__addShortcutButton:hover{color:#fff;opacity:1;box-shadow:none;background:#055474;outline:none;transform:scale(1.1)}.Dashboard-module___MvnNW__addShortcutButton:disabled{opacity:.4;cursor:not-allowed;transform:none}.Dashboard-module___MvnNW__addShortcutButton:disabled:hover{color:#055474;background:0 0}.Dashboard-module___MvnNW__addShortcutButton:focus{outline:none;box-shadow:0 0 0 2px #0554744d}.Dashboard-module___MvnNW__sidebarSection ul{margin:0;padding:0;list-style:none;transition:max-height .3s,opacity .3s;overflow:hidden}.Dashboard-module___MvnNW__sidebarSection li{margin:0}.Dashboard-module___MvnNW__sidebarLink{text-align:left;color:#495057;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;margin:2px 0;padding:10px 12px;font-family:inherit;font-size:14px;text-decoration:none;transition:all .2s;display:block}.Dashboard-module___MvnNW__sidebarLink:hover{color:#055474;background-color:#e9ecef;text-decoration:none;transform:translate(4px)}.Dashboard-module___MvnNW__sidebarLink.Dashboard-module___MvnNW__active{color:#fff;background-color:#055474}.Dashboard-module___MvnNW__contentArea{background:#fff;flex:1;padding:30px;overflow-y:auto}.Dashboard-module___MvnNW__contentSection{max-width:1200px}.Dashboard-module___MvnNW__topBannerRow{align-items:stretch;gap:1rem;margin-bottom:1.5rem;display:flex}.Dashboard-module___MvnNW__magazineLinkWrapper{flex:0 0 320px;min-width:280px}.Dashboard-module___MvnNW__onboardingWrapper{flex:1;min-width:0}@media (max-width:1100px){.Dashboard-module___MvnNW__magazineLinkWrapper{flex:0 0 260px;min-width:220px}}@media (max-width:900px){.Dashboard-module___MvnNW__topBannerRow{flex-direction:column}.Dashboard-module___MvnNW__magazineLinkWrapper{flex:none;width:100%}.Dashboard-module___MvnNW__onboardingWrapper{width:100%}}.Dashboard-module___MvnNW__slideInOverlay{z-index:1100;background:#00000080;animation:.3s Dashboard-module___MvnNW__slideInOverlayFadeIn;position:fixed;inset:0}.Dashboard-module___MvnNW__slideInPanel{background:#fff;width:95%;min-width:600px;max-width:none;height:100%;animation:.3s Dashboard-module___MvnNW__slideInPanelSlide;position:absolute;top:0;right:0;overflow:hidden;box-shadow:-4px 0 20px #00000026}.Dashboard-module___MvnNW__slideInContainer{flex-direction:column;height:100%;display:flex}.Dashboard-module___MvnNW__slideInHeader{background:#fff;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 2px 4px #0000000d}.Dashboard-module___MvnNW__slideInTitle{color:var(--primary-color);text-align:right;margin:0;font-family:Permanent Marker,cursive;font-size:1.5rem}.Dashboard-module___MvnNW__slideInContent{flex:1;padding:24px;overflow-y:auto}.Dashboard-module___MvnNW__backButton{color:#055474;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:4px 0;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Dashboard-module___MvnNW__backButton:hover{color:#043a5a;text-decoration:underline;transform:translate(-2px)}.Dashboard-module___MvnNW__backButton i{font-size:12px}@keyframes Dashboard-module___MvnNW__slideInOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes Dashboard-module___MvnNW__slideInPanelSlide{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:1200px){.Dashboard-module___MvnNW__slideInPanel{width:95%;min-width:500px}}@media (max-width:900px){.Dashboard-module___MvnNW__slideInPanel{width:95%;min-width:400px}}@media (max-width:768px){.Dashboard-module___MvnNW__sidebar{width:250px}.Dashboard-module___MvnNW__slideInPanel{width:95%;min-width:350px}.Dashboard-module___MvnNW__contentArea{padding:20px}}@media (max-width:600px){.Dashboard-module___MvnNW__slideInPanel{width:100%;min-width:auto}.Dashboard-module___MvnNW__sidebar{width:220px}}.Dashboard-module___MvnNW__overviewGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;display:grid}.Dashboard-module___MvnNW__overviewCard{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000000d}.Dashboard-module___MvnNW__overviewCard h3{color:#055474;margin:0 0 15px;font-size:18px;font-weight:600}.Dashboard-module___MvnNW__quickActions{flex-direction:column;gap:10px;display:flex}@media (max-width:768px){.Dashboard-module___MvnNW__mainContent{flex-direction:column}.Dashboard-module___MvnNW__sidebar{border-bottom:1px solid #e9ecef;border-right:none;width:100%}.Dashboard-module___MvnNW__contentArea{padding:20px}.Dashboard-module___MvnNW__overviewGrid{grid-template-columns:1fr}}.Dashboard-module___MvnNW__container{max-width:1200px;margin:0 auto;padding:20px}.Dashboard-module___MvnNW__header{margin-bottom:30px}.Dashboard-module___MvnNW__header h1{color:#055474;margin:0;font-size:32px;font-weight:600}.Dashboard-module___MvnNW__tableContainer{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.Dashboard-module___MvnNW__section{border-bottom:1px solid #e9ecef;padding:20px}.Dashboard-module___MvnNW__section:last-child{border-bottom:none}.Dashboard-module___MvnNW__section h2{color:#055474;margin:0 0 15px;font-size:20px;font-weight:600}.Dashboard-module___MvnNW__actionButtons{flex-wrap:wrap;gap:10px;display:flex}.Dashboard-module___MvnNW__table{border-collapse:collapse;width:100%}.Dashboard-module___MvnNW__table th,.Dashboard-module___MvnNW__table td{text-align:left;border-bottom:1px solid #eee;padding:1rem}.Dashboard-module___MvnNW__table th{color:#495057;background:#f8f9fa;font-weight:600}.Dashboard-module___MvnNW__table tr:hover{background:#f8f9fa}.Dashboard-module___MvnNW__status{border-radius:0;padding:.25rem .5rem;font-size:.875rem;font-weight:500}.Dashboard-module___MvnNW__draft{color:#495057;background:#e9ecef}.Dashboard-module___MvnNW__published{color:#155724;background:#d4edda}.Dashboard-module___MvnNW__archived,.Dashboard-module___MvnNW__deleted{color:#721c24;background:#f8d7da}.Dashboard-module___MvnNW__active{color:#155724;background:#d4edda}.Dashboard-module___MvnNW__notaccepting{color:#856404;background:#fff3cd}.Dashboard-module___MvnNW__accepting{color:#155724;background:#d4edda}.Dashboard-module___MvnNW__closed{color:#721c24;background:#f8d7da}.Dashboard-module___MvnNW__jurying{color:#004085;background:#cce5ff}.Dashboard-module___MvnNW__artistsannounced{color:#383d41;background:#e2e3ff}.Dashboard-module___MvnNW__eventcompleted{color:#495057;background:#e9ecef}.Dashboard-module___MvnNW__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Dashboard-module___MvnNW__header h2{color:#055474;margin:0}.Dashboard-module___MvnNW__loading,.Dashboard-module___MvnNW__error{text-align:center;color:#6b7280;padding:2rem}.Dashboard-module___MvnNW__error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}.Dashboard-module___MvnNW__tabContainer{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;display:flex}.Dashboard-module___MvnNW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out}.Dashboard-module___MvnNW__tab:hover{color:#055474;background-color:#f8fafc}.Dashboard-module___MvnNW__activeTab{background-color:#f8fafc;color:#055474!important;border-bottom-color:#055474!important}.Dashboard-module___MvnNW__statusBadge.Dashboard-module___MvnNW__gray{color:#6b7280;background:#f3f4f6}.Dashboard-module___MvnNW__statusBadge.Dashboard-module___MvnNW__blue{color:#1e40af;background:#dbeafe}.Dashboard-module___MvnNW__statusBadge.Dashboard-module___MvnNW__yellow{color:#92400e;background:#fef3c7}.Dashboard-module___MvnNW__statusBadge.Dashboard-module___MvnNW__green{color:#166534;background:#dcfce7}.Dashboard-module___MvnNW__statusBadge.Dashboard-module___MvnNW__red{color:#dc2626;background:#fee2e2}.Dashboard-module___MvnNW__statusBadge.Dashboard-module___MvnNW__orange{color:#c2410c;background:#fed7aa}.Dashboard-module___MvnNW__eventsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.Dashboard-module___MvnNW__eventCard{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000001a}.Dashboard-module___MvnNW__eventCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Dashboard-module___MvnNW__eventCard h3{color:#055474;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.Dashboard-module___MvnNW__eventMeta{color:#6b7280;margin:.5rem 0;font-size:.875rem}.Dashboard-module___MvnNW__eventFees{gap:1rem;margin:1rem 0;font-size:.875rem;display:flex}.Dashboard-module___MvnNW__eventFees span{color:#374151;background:#f3f4f6;border-radius:.25rem;padding:.25rem .5rem;font-weight:500}.Dashboard-module___MvnNW__historyGrid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.Dashboard-module___MvnNW__historyCard{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.Dashboard-module___MvnNW__historyHeader h3{color:#055474;flex:1;margin:0 1rem 0 0;font-size:1.125rem;font-weight:600}.Dashboard-module___MvnNW__historyDetails p{color:#6b7280;margin:.5rem 0;font-size:.875rem}.Dashboard-module___MvnNW__comments{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.25rem;margin-top:1rem;padding:.75rem}.Dashboard-module___MvnNW__comments strong{color:#374151;font-size:.875rem}.Dashboard-module___MvnNW__comments p{color:#6b7280;margin:.5rem 0 0;font-size:.875rem;font-style:italic}.Dashboard-module___MvnNW__filterContainer{align-items:center;gap:1rem;display:flex}.Dashboard-module___MvnNW__filterSelect{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.25rem;padding:.5rem .75rem;font-size:.875rem}.Dashboard-module___MvnNW__filterSelect:focus{border-color:#055474;outline:none;box-shadow:0 0 0 2px #0554741a}@media (max-width:768px){.Dashboard-module___MvnNW__eventsGrid,.Dashboard-module___MvnNW__historyGrid{grid-template-columns:1fr}.Dashboard-module___MvnNW__historyHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Dashboard-module___MvnNW__historyHeader h3{margin-right:0}.Dashboard-module___MvnNW__eventFees{flex-direction:column;gap:.5rem}.Dashboard-module___MvnNW__filterContainer{flex-direction:column;align-items:flex-start}}.Dashboard-module___MvnNW__eventSelector{min-width:300px}.Dashboard-module___MvnNW__eventDetails{margin-top:2rem}.Dashboard-module___MvnNW__eventInfo{background:#f8f9fa;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.Dashboard-module___MvnNW__eventInfo h3{color:#055474;margin:0 0 1rem;font-size:1.5rem}.Dashboard-module___MvnNW__eventInfo p{color:#495057;margin:.5rem 0}.Dashboard-module___MvnNW__applicationStats{margin-bottom:2rem}.Dashboard-module___MvnNW__applicationStats h4{color:#055474;margin:0 0 1rem;font-size:1.25rem}.Dashboard-module___MvnNW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.Dashboard-module___MvnNW__statCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.Dashboard-module___MvnNW__statNumber{color:#055474;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:block}.Dashboard-module___MvnNW__statLabel{color:#6b7280;font-size:.875rem;font-weight:500}.Dashboard-module___MvnNW__applicationsSection{margin-top:2rem}.Dashboard-module___MvnNW__applicationsHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Dashboard-module___MvnNW__applicationsHeader h4{color:#055474;margin:0;font-size:1.25rem}.Dashboard-module___MvnNW__applicationsGrid{grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:1.5rem;display:grid}.Dashboard-module___MvnNW__applicationCard{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.Dashboard-module___MvnNW__applicationHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Dashboard-module___MvnNW__applicantInfo h4{color:#055474;margin:0 0 .25rem;font-size:1.125rem}.Dashboard-module___MvnNW__applicantInfo p{color:#6b7280;margin:0;font-size:.875rem}.Dashboard-module___MvnNW__applicationSummary{margin-bottom:1rem}.Dashboard-module___MvnNW__applicationSummary p{color:#374151;margin:.5rem 0;font-size:.875rem}.Dashboard-module___MvnNW__applicationSummary a{color:#055474;text-decoration:none}.Dashboard-module___MvnNW__applicationSummary a:hover{text-decoration:underline}.Dashboard-module___MvnNW__applicationActions{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.Dashboard-module___MvnNW__successButton{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.Dashboard-module___MvnNW__successButton:hover{background:#059669}.Dashboard-module___MvnNW__successButton:disabled{cursor:not-allowed;background:#9ca3af}.Dashboard-module___MvnNW__warningButton{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.Dashboard-module___MvnNW__warningButton:hover{background:#d97706}.Dashboard-module___MvnNW__warningButton:disabled{cursor:not-allowed;background:#9ca3af}.Dashboard-module___MvnNW__dangerButton{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.Dashboard-module___MvnNW__dangerButton:hover{background:#dc2626}.Dashboard-module___MvnNW__dangerButton:disabled{cursor:not-allowed;background:#9ca3af}.Dashboard-module___MvnNW__applicationDetails{background:#f9fafb;border-top:1px solid #e5e7eb;border-radius:.25rem;margin-top:1rem;padding:1rem}.Dashboard-module___MvnNW__applicationDetails h5{color:#055474;margin:0 0 1rem;font-size:1rem}.Dashboard-module___MvnNW__detailSection{margin-bottom:1rem}.Dashboard-module___MvnNW__detailSection strong{color:#374151;margin-bottom:.25rem;font-size:.875rem;display:block}.Dashboard-module___MvnNW__detailSection p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.5}.Dashboard-module___MvnNW__juryComments{resize:vertical;border:1px solid #d1d5db;border-radius:.25rem;width:100%;margin-bottom:.5rem;padding:.5rem;font-family:inherit;font-size:.875rem}.Dashboard-module___MvnNW__juryComments:focus{border-color:#055474;outline:none;box-shadow:0 0 0 2px #0554741a}@media (max-width:768px){.Dashboard-module___MvnNW__eventSelector{width:100%;min-width:auto}.Dashboard-module___MvnNW__applicationsHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Dashboard-module___MvnNW__applicationsGrid{grid-template-columns:1fr}.Dashboard-module___MvnNW__applicationHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Dashboard-module___MvnNW__applicationActions{flex-direction:column}.Dashboard-module___MvnNW__statsGrid{grid-template-columns:repeat(2,1fr)}}.Dashboard-module___MvnNW__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Dashboard-module___MvnNW__modalContent{background:#fff;border-radius:.5rem;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000026}.Dashboard-module___MvnNW__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Dashboard-module___MvnNW__modalHeader h3{color:#055474;margin:0;font-size:1.25rem;font-weight:600}.Dashboard-module___MvnNW__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;font-size:1.5rem;line-height:1}.Dashboard-module___MvnNW__closeButton:hover{color:#374151;background:#f3f4f6}.Dashboard-module___MvnNW__modalForm{padding:1.5rem}.Dashboard-module___MvnNW__formGroup{margin-bottom:1rem}.Dashboard-module___MvnNW__formGroup label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.Dashboard-module___MvnNW__formInput{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.75rem;font-size:.875rem;transition:border-color .2s}.Dashboard-module___MvnNW__formInput:focus{border-color:#055474;outline:none;box-shadow:0 0 0 2px #0554741a}.Dashboard-module___MvnNW__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Dashboard-module___MvnNW__modalActions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}@media (max-width:768px){.Dashboard-module___MvnNW__modalContent{width:95%;margin:1rem}.Dashboard-module___MvnNW__formRow{grid-template-columns:1fr}.Dashboard-module___MvnNW__modalActions{flex-direction:column}}.Dashboard-module___MvnNW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Dashboard-module___MvnNW__policySource{align-items:center;display:flex}.Dashboard-module___MvnNW__customBadge{color:#fff;background:#059669;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.Dashboard-module___MvnNW__defaultBadge{color:#fff;background:#6b7280;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.Dashboard-module___MvnNW__successMessage{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.Dashboard-module___MvnNW__errorMessage{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.Dashboard-module___MvnNW__policyContent{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.Dashboard-module___MvnNW__editContainer{flex-direction:column;gap:1rem;display:flex}.Dashboard-module___MvnNW__policyTextarea{resize:vertical;border:1px solid #d1d5db;border-radius:.375rem;width:100%;min-height:200px;padding:.75rem;font-family:inherit;font-size:.875rem;line-height:1.5}.Dashboard-module___MvnNW__policyTextarea:focus{border-color:#055474;outline:none;box-shadow:0 0 0 2px #0554741a}.Dashboard-module___MvnNW__editButtons{justify-content:flex-end;gap:.75rem;display:flex}.Dashboard-module___MvnNW__saveButton{color:#fff;cursor:pointer;background:#055474;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.Dashboard-module___MvnNW__saveButton:hover{background:#0c7489}.Dashboard-module___MvnNW__saveButton:disabled{cursor:not-allowed;background:#9ca3af}.Dashboard-module___MvnNW__cancelButton{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.Dashboard-module___MvnNW__cancelButton:hover{background:#e5e7eb}.Dashboard-module___MvnNW__displayContainer{flex-direction:column;gap:1rem;display:flex}.Dashboard-module___MvnNW__policyText{color:#374151;white-space:pre-wrap;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:1rem;line-height:1.6}.Dashboard-module___MvnNW__actionButtons{justify-content:flex-start;gap:.75rem;display:flex}.Dashboard-module___MvnNW__editButton{color:#fff;cursor:pointer;background:#055474;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.Dashboard-module___MvnNW__editButton:hover{background:#0c7489}.Dashboard-module___MvnNW__deleteButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.Dashboard-module___MvnNW__deleteButton:hover{background:#b91c1c}.Dashboard-module___MvnNW__historyContainer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.Dashboard-module___MvnNW__historyItem{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:1rem;padding:1rem}.Dashboard-module___MvnNW__historyItem:last-child{margin-bottom:0}.Dashboard-module___MvnNW__historyHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Dashboard-module___MvnNW__historyStatus{color:#fff;background:#6b7280;border-radius:.25rem;padding:.125rem .375rem;font-size:.75rem;font-weight:500}.Dashboard-module___MvnNW__historyDate{color:#6b7280;font-size:.75rem}.Dashboard-module___MvnNW__historyText{color:#374151;font-size:.875rem;line-height:1.5}.Dashboard-module___MvnNW__navigation{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1rem}.Dashboard-module___MvnNW__backLink{color:#055474;font-size:.875rem;font-weight:500;text-decoration:none}.Dashboard-module___MvnNW__backLink:hover{text-decoration:underline}@media (max-width:768px){.Dashboard-module___MvnNW__sectionHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Dashboard-module___MvnNW__editButtons,.Dashboard-module___MvnNW__actionButtons{flex-direction:column}.Dashboard-module___MvnNW__historyHeader{flex-direction:column;align-items:flex-start;gap:.25rem}}.Dashboard-module___MvnNW__sitesTable{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;overflow:hidden}.Dashboard-module___MvnNW__tableHeader{background:#f8f9fa;border-bottom:2px solid #e9ecef}.Dashboard-module___MvnNW__tableBody{max-height:600px;overflow-y:auto}.Dashboard-module___MvnNW__tableRow{border-bottom:1px solid #e9ecef;grid-template-columns:1fr 1fr 150px 150px 100px 120px 150px;align-items:center;gap:1rem;padding:1rem;display:grid}.Dashboard-module___MvnNW__tableRow:last-child{border-bottom:none}.Dashboard-module___MvnNW__tableRow:hover{background:#f8f9fa}.Dashboard-module___MvnNW__tableHeader .Dashboard-module___MvnNW__tableRow{color:#055474;background:0 0;border-bottom:none;font-weight:600}.Dashboard-module___MvnNW__tableHeader .Dashboard-module___MvnNW__tableRow:hover{background:0 0}.Dashboard-module___MvnNW__tableCell{word-break:break-word;flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.Dashboard-module___MvnNW__userEmail{color:#6c757d;font-size:.75rem}.Dashboard-module___MvnNW__siteSubtitle{color:#6c757d;font-size:.75rem;font-style:italic}.Dashboard-module___MvnNW__subdomainCode,.Dashboard-module___MvnNW__domainCode{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.75rem}.Dashboard-module___MvnNW__noDomain{color:#6c757d;font-size:.75rem;font-style:italic}.Dashboard-module___MvnNW__statusBadge{text-align:center;border-radius:4px;width:fit-content;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.Dashboard-module___MvnNW__activeBadge{color:#065f46;background:#d1fae5}.Dashboard-module___MvnNW__draftBadge{color:#92400e;background:#fef3c7}.Dashboard-module___MvnNW__inactiveBadge{color:#991b1b;background:#fee2e2}.Dashboard-module___MvnNW__defaultBadge{color:#374151;background:#f3f4f6}.Dashboard-module___MvnNW__viewButton{color:#fff;text-align:center;background:#055474;border-radius:4px;width:fit-content;padding:.375rem .75rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.Dashboard-module___MvnNW__viewButton:hover{color:#fff;background:#044a63;text-decoration:none}.Dashboard-module___MvnNW__actionButtons{flex-direction:column;gap:.375rem;display:flex}.Dashboard-module___MvnNW__sitesStats{margin-top:2rem}.Dashboard-module___MvnNW__error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:1rem}.Dashboard-module___MvnNW__loading{text-align:center;color:#6c757d;padding:2rem}@media (max-width:1024px){.Dashboard-module___MvnNW__tableRow{grid-template-columns:1fr;gap:.5rem}.Dashboard-module___MvnNW__tableCell{border-bottom:1px solid #e9ecef;padding-bottom:.5rem}.Dashboard-module___MvnNW__tableCell:before{content:attr(data-label);color:#055474;margin-bottom:.25rem;font-weight:600}.Dashboard-module___MvnNW__tableHeader{display:none}.Dashboard-module___MvnNW__actionButtons{flex-flow:wrap}}.Dashboard-module___MvnNW__vendorsList{flex-direction:column;gap:1rem;display:flex}.Dashboard-module___MvnNW__vendorCard{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.Dashboard-module___MvnNW__vendorHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Dashboard-module___MvnNW__vendorHeader h3{color:#055474;margin:0;font-size:1.1rem}@media (max-width:768px){.Dashboard-module___MvnNW__vendorHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}.Dashboard-module___MvnNW__headerActions{align-items:center;gap:20px;display:flex}.Dashboard-module___MvnNW__productCounts{color:#666;gap:15px;font-size:14px;display:flex}.Dashboard-module___MvnNW__countItem{background:#f5f5f5;border-radius:4px;padding:4px 8px;font-weight:500}.Dashboard-module___MvnNW__headerButtons{align-items:center;gap:.5rem;display:flex}.Dashboard-module___MvnNW__checkboxHeader{text-align:center;width:50px}.Dashboard-module___MvnNW__checkboxCell{text-align:center;width:50px;padding:.5rem}.Dashboard-module___MvnNW__productCheckbox,.Dashboard-module___MvnNW__selectAllCheckbox{cursor:pointer;width:16px;height:16px}.Dashboard-module___MvnNW__thumbnailHeader{text-align:center;width:90px}.Dashboard-module___MvnNW__thumbnailCell{text-align:center;width:90px;padding:.5rem}.Dashboard-module___MvnNW__thumbnailContainer{background:#f8fafc;border:1px solid #e5e7eb;border-radius:4px;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto;display:flex;overflow:hidden}.Dashboard-module___MvnNW__productThumbnail{object-fit:cover;width:100%;height:100%}.Dashboard-module___MvnNW__noThumbnail{color:#9ca3af;background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}.Dashboard-module___MvnNW__bulkActionsBar{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.Dashboard-module___MvnNW__bulkActionsContent{justify-content:space-between;align-items:center;display:flex}.Dashboard-module___MvnNW__bulkActionsText{color:#495057;font-size:.875rem;font-weight:500}.Dashboard-module___MvnNW__bulkActionsButtons{gap:.5rem;display:flex}.Dashboard-module___MvnNW__bulkDeleteButton{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .2s}.Dashboard-module___MvnNW__bulkDeleteButton:hover:not(:disabled){background:#c82333}.Dashboard-module___MvnNW__bulkDeleteButton:disabled{cursor:not-allowed;background:#6c757d}.Dashboard-module___MvnNW__deleteButton{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .2s}.Dashboard-module___MvnNW__deleteButton:hover:not(:disabled){background:#c82333}.Dashboard-module___MvnNW__deleteButton:disabled{cursor:not-allowed;background:#6c757d}.Dashboard-module___MvnNW__cancelButton{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .2s}.Dashboard-module___MvnNW__cancelButton:hover:not(:disabled){background:#5a6268}.Dashboard-module___MvnNW__cancelButton:disabled{cursor:not-allowed;background:#adb5bd}.Dashboard-module___MvnNW__modalBody{padding:1rem 0}.Dashboard-module___MvnNW__modalBody p{margin-bottom:.75rem;line-height:1.5}.Dashboard-module___MvnNW__modalBody p:last-child{margin-bottom:0}.Dashboard-module___MvnNW__parentRow{background:#fff;border-bottom:1px solid #e0e0e0}.Dashboard-module___MvnNW__childRow{background:#f9f9f9;border-bottom:1px solid #e8e8e8}.Dashboard-module___MvnNW__nameCell{width:40%;max-width:0}.Dashboard-module___MvnNW__productName{align-items:center;gap:8px;min-height:40px;display:flex}.Dashboard-module___MvnNW__expandButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:4px;font-size:12px;transition:all .2s;display:flex}.Dashboard-module___MvnNW__expandButton:hover{color:#333;background:#e0e0e0}.Dashboard-module___MvnNW__childProduct{padding-left:20px}.Dashboard-module___MvnNW__childIndicator{color:#999;margin-right:4px;font-family:monospace;font-size:14px}.Dashboard-module___MvnNW__productNameText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Dashboard-module___MvnNW__productTypeBadge{color:#1976d2;text-transform:uppercase;background:#e3f2fd;border-radius:3px;padding:2px 6px;font-size:11px;font-weight:500}.Dashboard-module___MvnNW__statusBadge{text-transform:capitalize;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500}.Dashboard-module___MvnNW__statusActive{color:#2e7d32;background:#e8f5e8}.Dashboard-module___MvnNW__statusDraft{color:#f57c00;background:#fff3e0}.Dashboard-module___MvnNW__statusHidden{color:#7b1fa2;background:#f3e5f5}.Dashboard-module___MvnNW__statusDeleted{color:#c62828;background:#ffebee}.Dashboard-module___MvnNW__skuCell{width:15%;font-family:monospace;font-size:13px}.Dashboard-module___MvnNW__priceCell{text-align:right;width:12%;font-weight:500}.Dashboard-module___MvnNW__statusCell{text-align:center;width:10%}.Dashboard-module___MvnNW__stockCell{text-align:center;width:8%;font-weight:500}.Dashboard-module___MvnNW__actionsCell{width:15%}.Dashboard-module___MvnNW__emptyState{text-align:center;color:#666;padding:60px 20px}.Dashboard-module___MvnNW__emptyState p{margin-bottom:20px;font-size:16px}@media (max-width:768px){.Dashboard-module___MvnNW__headerActions{flex-direction:column;align-items:stretch;gap:10px}.Dashboard-module___MvnNW__productCounts{justify-content:center}.Dashboard-module___MvnNW__nameCell{width:35%}.Dashboard-module___MvnNW__skuCell{width:20%}.Dashboard-module___MvnNW__expandButton{min-width:16px;height:16px;font-size:10px}.Dashboard-module___MvnNW__childProduct{padding-left:15px}.Dashboard-module___MvnNW__headerButtons{justify-content:flex-end;width:100%}.Dashboard-module___MvnNW__thumbnailContainer{width:50px;height:50px}.Dashboard-module___MvnNW__thumbnailHeader,.Dashboard-module___MvnNW__thumbnailCell{width:60px}.Dashboard-module___MvnNW__checkboxHeader,.Dashboard-module___MvnNW__checkboxCell{width:40px}.Dashboard-module___MvnNW__bulkActionsBar{padding:.75rem}.Dashboard-module___MvnNW__bulkActionsContent{flex-direction:column;align-items:stretch;gap:.75rem}.Dashboard-module___MvnNW__bulkActionsButtons{justify-content:center}}.Dashboard-module___MvnNW__titleSection{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.Dashboard-module___MvnNW__adminToggle{align-items:center;display:flex}.Dashboard-module___MvnNW__toggleLabel{cursor:pointer;color:#6b7280;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.Dashboard-module___MvnNW__toggleInput{display:none}.Dashboard-module___MvnNW__toggleSlider{cursor:pointer;background:#e5e7eb;border-radius:12px;width:44px;height:24px;transition:background-color .3s;position:relative}.Dashboard-module___MvnNW__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.Dashboard-module___MvnNW__toggleInput:checked+.Dashboard-module___MvnNW__toggleSlider{background:#055474}.Dashboard-module___MvnNW__toggleInput:checked+.Dashboard-module___MvnNW__toggleSlider:before{transform:translate(20px)}.Dashboard-module___MvnNW__toggleText{color:#374151;font-weight:500}.Dashboard-module___MvnNW__toggleInput:checked~.Dashboard-module___MvnNW__toggleText{color:#055474}.Dashboard-module___MvnNW__vendorCell{white-space:nowrap;text-overflow:ellipsis;color:#6b7280;max-width:150px;font-size:13px;overflow:hidden}@media (max-width:768px){.Dashboard-module___MvnNW__titleSection{flex-direction:column;align-items:flex-start;gap:10px}.Dashboard-module___MvnNW__adminToggle{order:-1}.Dashboard-module___MvnNW__vendorCell{max-width:100px;font-size:12px}}.Dashboard-module___MvnNW__bulkAcceptanceInterface{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;margin-bottom:24px;padding:24px}.Dashboard-module___MvnNW__bulkHeader{text-align:center;margin-bottom:24px}.Dashboard-module___MvnNW__bulkHeader h4{color:#2c3e50;margin-bottom:8px;font-size:1.5rem}.Dashboard-module___MvnNW__bulkHeader p{color:#6c757d;font-size:1rem}.Dashboard-module___MvnNW__bulkControls{background:#fff;border:1px solid #dee2e6;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;padding:20px;display:grid}.Dashboard-module___MvnNW__bulkInputGroup{flex-direction:column;gap:8px;display:flex}.Dashboard-module___MvnNW__bulkInputGroup label{color:#495057;font-size:.9rem;font-weight:600}.Dashboard-module___MvnNW__bulkInput{border:1px solid #ced4da;border-radius:6px;padding:10px 12px;font-size:1rem;transition:border-color .2s}.Dashboard-module___MvnNW__bulkInput:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff1a}.Dashboard-module___MvnNW__bulkActions{justify-content:center;gap:12px;margin-bottom:24px;display:flex}.Dashboard-module___MvnNW__selectAllButton{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:6px;padding:10px 20px;font-weight:500;transition:background-color .2s}.Dashboard-module___MvnNW__selectAllButton:hover{background:#5a6268}.Dashboard-module___MvnNW__bulkAcceptButton{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;padding:10px 24px;font-size:1rem;font-weight:600;transition:background-color .2s}.Dashboard-module___MvnNW__bulkAcceptButton:hover:not(:disabled){background:#218838}.Dashboard-module___MvnNW__bulkAcceptButton:disabled{cursor:not-allowed;background:#6c757d}.Dashboard-module___MvnNW__bulkApplicationsList{gap:12px;max-height:400px;display:grid;overflow-y:auto}.Dashboard-module___MvnNW__bulkApplicationItem{background:#fff;border:1px solid #dee2e6;border-radius:8px;align-items:flex-start;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.Dashboard-module___MvnNW__bulkApplicationItem:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.Dashboard-module___MvnNW__bulkCheckbox{margin-top:4px}.Dashboard-module___MvnNW__bulkCheckbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.Dashboard-module___MvnNW__bulkApplicationInfo{flex:1}.Dashboard-module___MvnNW__bulkApplicationInfo h5{color:#2c3e50;margin:0 0 8px;font-size:1.1rem}.Dashboard-module___MvnNW__bulkApplicationInfo p{color:#6c757d;margin:4px 0;font-size:.9rem}.Dashboard-module___MvnNW__bulkApplicationInfo a{color:#007bff;text-decoration:none}.Dashboard-module___MvnNW__bulkApplicationInfo a:hover{text-decoration:underline}.Dashboard-module___MvnNW__paymentDashboard{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;margin-bottom:24px;padding:24px}.Dashboard-module___MvnNW__paymentHeader{text-align:center;margin-bottom:24px}.Dashboard-module___MvnNW__paymentHeader h4{color:#2c3e50;margin-bottom:8px;font-size:1.5rem}.Dashboard-module___MvnNW__paymentHeader p{color:#6c757d;font-size:1rem}.Dashboard-module___MvnNW__paymentSummary{margin-bottom:24px}.Dashboard-module___MvnNW__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px;display:grid}.Dashboard-module___MvnNW__summaryCard{text-align:center;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:20px;transition:transform .2s}.Dashboard-module___MvnNW__summaryCard:hover{transform:translateY(-2px)}.Dashboard-module___MvnNW__summaryNumber{margin-bottom:8px;font-size:2rem;font-weight:700;display:block}.Dashboard-module___MvnNW__summaryLabel{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:500;display:block}.Dashboard-module___MvnNW__paymentControls{background:#fff;border:1px solid #dee2e6;border-radius:8px;margin-bottom:24px;padding:20px}.Dashboard-module___MvnNW__reminderControls{flex-direction:column;gap:16px;display:flex}.Dashboard-module___MvnNW__customMessageInput{resize:vertical;border:1px solid #ced4da;border-radius:6px;min-height:80px;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .2s}.Dashboard-module___MvnNW__customMessageInput:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff1a}.Dashboard-module___MvnNW__reminderButtons{flex-wrap:wrap;gap:12px;display:flex}.Dashboard-module___MvnNW__reminderButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:10px 20px;font-weight:500;transition:background-color .2s}.Dashboard-module___MvnNW__reminderButton:hover{background:#0056b3}.Dashboard-module___MvnNW__reminderButton:disabled{cursor:not-allowed;background:#6c757d}.Dashboard-module___MvnNW__paymentApplicationsList{gap:12px;max-height:500px;display:grid;overflow-y:auto}.Dashboard-module___MvnNW__paymentApplicationItem{background:#fff;border:1px solid #dee2e6;border-radius:8px;align-items:flex-start;gap:16px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.Dashboard-module___MvnNW__paymentApplicationItem:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a}.Dashboard-module___MvnNW__paymentCheckbox{margin-top:4px}.Dashboard-module___MvnNW__paymentCheckbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.Dashboard-module___MvnNW__paymentLink{color:#3498db;border-radius:4px;margin-right:8px;padding:4px 8px;font-weight:500;text-decoration:none;transition:background-color .2s}.Dashboard-module___MvnNW__paymentLink:hover{background-color:#e3f2fd;text-decoration:underline}.Dashboard-module___MvnNW__copyLinkButton{color:#3498db;cursor:pointer;background:#e3f2fd;border:1px solid #3498db;border-radius:4px;margin-left:8px;padding:4px 8px;font-size:.8rem;transition:all .2s}.Dashboard-module___MvnNW__copyLinkButton:hover{color:#fff;background:#3498db}.Dashboard-module___MvnNW__paymentApplicationInfo{flex:1}.Dashboard-module___MvnNW__paymentApplicationInfo h5{color:#2c3e50;margin:0 0 8px;font-size:1.1rem}.Dashboard-module___MvnNW__paymentDetails{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;display:grid}.Dashboard-module___MvnNW__paymentDetails p{color:#6c757d;margin:4px 0;font-size:.9rem}.Dashboard-module___MvnNW__paymentStatus{margin-left:8px;font-weight:600}@media (max-width:768px){.Dashboard-module___MvnNW__bulkControls{grid-template-columns:1fr}.Dashboard-module___MvnNW__bulkActions{flex-direction:column;align-items:center}.Dashboard-module___MvnNW__bulkApplicationItem{flex-direction:column;gap:12px}.Dashboard-module___MvnNW__bulkCheckbox{align-self:flex-start}.Dashboard-module___MvnNW__summaryGrid{grid-template-columns:repeat(2,1fr)}.Dashboard-module___MvnNW__reminderButtons{flex-direction:column}.Dashboard-module___MvnNW__paymentApplicationItem{flex-direction:column;gap:12px}.Dashboard-module___MvnNW__paymentDetails{grid-template-columns:1fr}}
.SlideIn-module__hawsPq__container{background:#fff;flex-direction:column;height:100%;display:flex;overflow-y:auto}.SlideIn-module__hawsPq__header{z-index:10;background:#fff;border-bottom:1px solid #e9ecef;align-items:center;gap:16px;padding:16px 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.SlideIn-module__hawsPq__content{flex:1;width:100%;max-width:900px;margin:0 auto;padding:24px}.SlideIn-module__hawsPq__loading{text-align:center;color:#6c757d;padding:60px 20px;font-size:16px}.SlideIn-module__hawsPq__actions{border-top:1px solid #e9ecef;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;display:flex}.SlideIn-module__hawsPq__productTypeCards{grid-template-columns:1fr 1fr;gap:20px;margin:20px 0;display:grid}.SlideIn-module__hawsPq__productTypeCard{text-align:center;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:24px;transition:all .2s}.SlideIn-module__hawsPq__productTypeCard:hover{border-color:#055474;box-shadow:0 4px 12px #0554741a}.SlideIn-module__hawsPq__cardIcon{margin-bottom:16px;font-size:48px}.SlideIn-module__hawsPq__currency{color:#6c757d;font-weight:600}.SlideIn-module__hawsPq__statusBadge{border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__statusOutOfStock{color:#721c24;background-color:#f8d7da}.SlideIn-module__hawsPq__statusLowStock{color:#856404;background-color:#fff3cd}.SlideIn-module__hawsPq__statusInStock{color:#155724;background-color:#d4edda}.SlideIn-module__hawsPq__carrierServicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:20px 0;display:grid}.SlideIn-module__hawsPq__productCards{flex-direction:column;gap:16px;display:flex}.SlideIn-module__hawsPq__productCard{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000000a}.SlideIn-module__hawsPq__detailsToggle{color:#055474;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:none}.SlideIn-module__hawsPq__trackingLink{color:#055474;font-size:12px;text-decoration:none}.SlideIn-module__hawsPq__carrierGroup{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:16px}.SlideIn-module__hawsPq__serviceCheckboxWithRate{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.SlideIn-module__hawsPq__serviceCheckbox{align-items:center;gap:8px;display:flex}.SlideIn-module__hawsPq__rateEstimate{color:#28a745;font-size:14px;font-weight:600}.SlideIn-module__hawsPq__carrierActions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.SlideIn-module__hawsPq__credit{color:#28a745;font-weight:600}.SlideIn-module__hawsPq__debit{color:#dc3545;font-weight:600}.SlideIn-module__hawsPq__statusCompleted{color:#155724;background-color:#d4edda;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__statusPending{color:#856404;background-color:#fff3cd;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__statusProcessing{color:#004085;background-color:#cce7ff;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__statusFailed{color:#721c24;background-color:#f8d7da;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__statusDefault{color:#495057;background-color:#e9ecef;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__balanceAmount{color:#055474;text-align:center;margin-top:.5rem;font-size:2rem;font-weight:700}.SlideIn-module__hawsPq__transactionsList{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.SlideIn-module__hawsPq__transactionIcon{align-items:center;margin-right:1rem;font-size:1.5rem;display:flex}.SlideIn-module__hawsPq__transactionDetails{flex-direction:column;flex:1;gap:.5rem;display:flex}.SlideIn-module__hawsPq__transactionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.SlideIn-module__hawsPq__transactionType{color:#055474;font-size:1rem;font-weight:600}.SlideIn-module__hawsPq__transactionStatus{border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.SlideIn-module__hawsPq__transactionInfo{color:#6c757d;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.9rem;display:flex}.SlideIn-module__hawsPq__orderNumber{color:#055474;font-weight:500}.SlideIn-module__hawsPq__transactionDate{color:#6c757d}.SlideIn-module__hawsPq__transactionDescription{color:#495057;font-size:.9rem;line-height:1.4}.SlideIn-module__hawsPq__transactionAmount{text-align:right;min-width:100px;font-size:1.1rem;font-weight:600}.SlideIn-module__hawsPq__table{border-collapse:collapse;fontSize:14px;width:100%}.SlideIn-module__hawsPq__tableHeader{background-color:#f5f5f5;border-bottom:2px solid #ddd}.SlideIn-module__hawsPq__tableHeaderCell{text-align:left;color:#495057;border:1px solid #ddd;padding:8px;font-weight:600}.SlideIn-module__hawsPq__tableRow{border-bottom:1px solid #ddd}.SlideIn-module__hawsPq__tableRow:hover{background-color:#f8f9fa}.SlideIn-module__hawsPq__tableCell{vertical-align:top;border:1px solid #ddd;padding:8px}.SlideIn-module__hawsPq__tableRowEditing{background-color:#fff3cd}.SlideIn-module__hawsPq__tableRowEditing:hover{background-color:#ffeaa7}@media (max-width:768px){.SlideIn-module__hawsPq__content{padding:16px}.SlideIn-module__hawsPq__header{padding:12px 16px}.SlideIn-module__hawsPq__actions{flex-direction:column}.SlideIn-module__hawsPq__actions button{justify-content:center;width:100%}.SlideIn-module__hawsPq__productTypeCards{grid-template-columns:1fr}.SlideIn-module__hawsPq__table{font-size:12px}.SlideIn-module__hawsPq__tableHeaderCell,.SlideIn-module__hawsPq__tableCell{padding:6px}}.SlideIn-module__hawsPq__orderCards{flex-direction:column;gap:16px;display:flex}.SlideIn-module__hawsPq__orderCard{background:#fff;border:1px solid #055474;border-radius:3px;padding:16px;box-shadow:0 2px 4px #0554741a}.SlideIn-module__hawsPq__orderHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.SlideIn-module__hawsPq__orderTitle{color:#055474;font-weight:600}.SlideIn-module__hawsPq__orderMeta{color:#6c757d;font-size:12px}.SlideIn-module__hawsPq__orderTotal{color:#333;font-size:16px;font-weight:700}.SlideIn-module__hawsPq__orderActions{align-items:center;gap:12px;display:flex}.SlideIn-module__hawsPq__detailsSection{margin-top:8px}.SlideIn-module__hawsPq__orderDetails{border-top:1px solid #f0f0f0;margin-top:12px;padding-top:12px}.SlideIn-module__hawsPq__itemsList{flex-direction:column;gap:12px;display:flex}.SlideIn-module__hawsPq__itemCard{background:#3e1c560d;border-radius:2px;margin-bottom:8px;padding:12px}.SlideIn-module__hawsPq__itemRow{grid-template-columns:64px 1fr auto;align-items:center;gap:12px;display:grid}.SlideIn-module__hawsPq__itemThumb{object-fit:cover;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;width:64px;height:64px}.SlideIn-module__hawsPq__itemInfo{flex-direction:column;gap:4px;display:flex}.SlideIn-module__hawsPq__productName{font-weight:600}.SlideIn-module__hawsPq__vendorLink{color:#055474;font-size:13px;text-decoration:none}.SlideIn-module__hawsPq__itemPricing{text-align:right;font-size:14px;font-weight:600}.SlideIn-module__hawsPq__itemPricingDetails{color:#6c757d;font-size:12px;font-weight:400}.SlideIn-module__hawsPq__trackingButton{color:#6c757d;cursor:pointer;background:0 0;border:1px solid #6c757d;border-radius:4px;margin-top:4px;padding:4px 8px;font-size:11px;transition:all .2s}.SlideIn-module__hawsPq__trackingButton:hover{color:#fff;background:#6c757d}.SlideIn-module__hawsPq__trackingButtonDisabled{color:#adb5bd;cursor:not-allowed;opacity:.6;background:0 0;border:1px solid #dee2e6;border-radius:4px;margin-top:4px;padding:4px 8px;font-size:11px}.SlideIn-module__hawsPq__shipStatus{color:#28a745;margin-top:4px;font-size:11px;font-weight:500}.SlideIn-module__hawsPq__modalOverlay{z-index:99999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SlideIn-module__hawsPq__modalContent{background:#fff;border-radius:8px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 10px 25px #0003}.SlideIn-module__hawsPq__modalContentLarge{background:#fff;border-radius:8px;width:90%;max-width:900px;height:85vh;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 10px 25px #0003}.SlideIn-module__hawsPq__modalTitle{color:#055474;margin-bottom:16px;font-size:18px;font-weight:600}.SlideIn-module__hawsPq__modalCloseButton{position:absolute;top:12px;right:12px}.SlideIn-module__hawsPq__modalIframeContainer{height:100%;margin-top:32px}.SlideIn-module__hawsPq__modalIframe{background:#fff;border:none;border-radius:8px;width:100%;height:100%}.SlideIn-module__hawsPq__topicCheckboxes{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;flex-wrap:wrap;gap:12px;padding:12px;display:flex}.SlideIn-module__hawsPq__checkboxLabel{cursor:pointer;color:#212529;background:#fff;border:1px solid #dee2e6;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.SlideIn-module__hawsPq__checkboxLabel:hover{background:#f0f7fa;border-color:#055474}.SlideIn-module__hawsPq__checkboxLabel input[type=checkbox]{cursor:pointer;accent-color:#055474;width:16px;height:16px}.SlideIn-module__hawsPq__checkboxLabel input[type=checkbox]:checked+span{color:#055474;font-weight:500}.SlideIn-module__hawsPq__checkboxLabel:has(input:checked){color:#055474;font-weight:500}.SlideIn-module__hawsPq__emptyState{text-align:center;color:#6c757d;background:#f8f9fa;border:1px dashed #dee2e6;border-radius:8px;padding:20px}.SlideIn-module__hawsPq__emptyState p{margin:0 0 8px}.SlideIn-module__hawsPq__emptyState small{color:#868e96}
.ProductReviews-module__uBCVrq__reviewsSection{background:#fff;border:1px solid #e5e7eb;border-radius:3px;width:100%;max-width:1000px;margin:2rem auto;padding:2rem;box-shadow:0 1px 3px #0000001a}.ProductReviews-module__uBCVrq__reviewsHeader h2{color:#1f2937;border-bottom:2px solid #f1f5f9;margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:600}.ProductReviews-module__uBCVrq__reviewSummary{background:#f9fafb;border-radius:3px;grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:grid}.ProductReviews-module__uBCVrq__averageRating{flex-direction:column;justify-content:center;align-items:center;display:flex}.ProductReviews-module__uBCVrq__ratingNumber{color:#1f2937;margin-bottom:.5rem;font-size:3rem;font-weight:700}.ProductReviews-module__uBCVrq__reviewCount{color:#6b7280;margin-top:.5rem;font-size:.875rem}.ProductReviews-module__uBCVrq__ratingBars{flex-direction:column;gap:.5rem;display:flex}.ProductReviews-module__uBCVrq__ratingBar{align-items:center;gap:.75rem;display:flex}.ProductReviews-module__uBCVrq__starLabel{color:#4b5563;width:40px;font-size:.875rem}.ProductReviews-module__uBCVrq__bar{background:#e5e7eb;border-radius:3px;flex:1;height:8px;overflow:hidden}.ProductReviews-module__uBCVrq__barFill{background:linear-gradient(135deg,#3e1c56 0%,#055474 100%);height:100%;transition:width .3s}.ProductReviews-module__uBCVrq__barCount{color:#6b7280;text-align:right;width:30px;font-size:.875rem}.ProductReviews-module__uBCVrq__stars{gap:.25rem;display:flex}.ProductReviews-module__uBCVrq__star{color:#d1d5db;font-size:1.5rem;transition:color .2s}.ProductReviews-module__uBCVrq__star.ProductReviews-module__uBCVrq__filled{color:#3e1c56}.ProductReviews-module__uBCVrq__star.ProductReviews-module__uBCVrq__interactive{cursor:pointer}.ProductReviews-module__uBCVrq__star.ProductReviews-module__uBCVrq__interactive:hover{color:#055474}.ProductReviews-module__uBCVrq__reviewFormSection{background:#f9fafb;border-radius:3px;margin:2rem 0;padding:1.5rem}.ProductReviews-module__uBCVrq__addReviewButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#055474 0%,#3e1c56 100%);border:none;border-radius:3px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:transform .2s,box-shadow .2s}.ProductReviews-module__uBCVrq__addReviewButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0554744d}.ProductReviews-module__uBCVrq__eligibilityMessage{color:#92400e;background:#fef3c7;border:1px solid #fbbf24;border-radius:3px;padding:1rem;font-size:.875rem}.ProductReviews-module__uBCVrq__reviewForm{background:#fff;border:1px solid #e5e7eb;border-radius:3px;padding:1.5rem}.ProductReviews-module__uBCVrq__reviewForm h3{color:#1f2937;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.ProductReviews-module__uBCVrq__formGroup{margin-bottom:1.5rem}.ProductReviews-module__uBCVrq__formGroup label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.ProductReviews-module__uBCVrq__formGroup input[type=text],.ProductReviews-module__uBCVrq__formGroup textarea{border:1px solid #d1d5db;border-radius:3px;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.ProductReviews-module__uBCVrq__formGroup input[type=text]:focus,.ProductReviews-module__uBCVrq__formGroup textarea:focus{border-color:#055474;outline:none;box-shadow:0 0 0 3px #0554741a}.ProductReviews-module__uBCVrq__formGroup textarea{resize:vertical;min-height:120px}.ProductReviews-module__uBCVrq__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;font-weight:400!important;display:flex!important}.ProductReviews-module__uBCVrq__checkboxLabel input[type=checkbox]{cursor:pointer;width:auto}.ProductReviews-module__uBCVrq__message{border-radius:3px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.ProductReviews-module__uBCVrq__message.ProductReviews-module__uBCVrq__success{color:#065f46;background:#d1fae5;border:1px solid #10b981}.ProductReviews-module__uBCVrq__message.ProductReviews-module__uBCVrq__error{color:#991b1b;background:#fee2e2;border:1px solid #ef4444}.ProductReviews-module__uBCVrq__formActions{gap:1rem;margin-top:1.5rem;display:flex}.ProductReviews-module__uBCVrq__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#055474 0%,#3e1c56 100%);border:none;border-radius:3px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:transform .2s,box-shadow .2s}.ProductReviews-module__uBCVrq__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0554744d}.ProductReviews-module__uBCVrq__submitButton:disabled{opacity:.6;cursor:not-allowed}.ProductReviews-module__uBCVrq__cancelButton{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:3px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .2s}.ProductReviews-module__uBCVrq__cancelButton:hover{background:#e5e7eb}.ProductReviews-module__uBCVrq__loginPrompt{text-align:center;color:#6b7280;background:#f9fafb;border-radius:3px;margin:1.5rem 0;padding:1rem}.ProductReviews-module__uBCVrq__loginPrompt a{color:#055474;font-weight:500;text-decoration:none}.ProductReviews-module__uBCVrq__loginPrompt a:hover{text-decoration:underline}.ProductReviews-module__uBCVrq__reviewsList{margin-top:2rem}.ProductReviews-module__uBCVrq__noReviews{text-align:center;color:#9ca3af;padding:3rem;font-size:1rem}.ProductReviews-module__uBCVrq__reviewCard{background:#fff;border:1px solid #e5e7eb;border-radius:3px;margin-bottom:1rem;padding:1.5rem;transition:box-shadow .2s}.ProductReviews-module__uBCVrq__reviewCard:hover{box-shadow:0 2px 8px #00000014}.ProductReviews-module__uBCVrq__reviewHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ProductReviews-module__uBCVrq__reviewerInfo{flex:1}.ProductReviews-module__uBCVrq__reviewerName{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:.25rem;font-weight:600;display:flex}.ProductReviews-module__uBCVrq__verifiedBadge{color:#065f46;background:#d1fae5;border-radius:3px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.ProductReviews-module__uBCVrq__reviewDate{color:#6b7280;font-size:.875rem}.ProductReviews-module__uBCVrq__reviewRating .ProductReviews-module__uBCVrq__stars{font-size:1rem}.ProductReviews-module__uBCVrq__reviewTitle{color:#1f2937;margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.ProductReviews-module__uBCVrq__reviewText{color:#4b5563;white-space:pre-wrap;margin:0;line-height:1.6}.ProductReviews-module__uBCVrq__reviewFooter{border-top:1px solid #f3f4f6;margin-top:1rem;padding-top:1rem}.ProductReviews-module__uBCVrq__helpfulSection{color:#6b7280;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.ProductReviews-module__uBCVrq__helpfulButton{cursor:pointer;color:#4b5563;background:0 0;border:1px solid #d1d5db;border-radius:3px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:1rem;transition:all .2s;display:inline-flex}.ProductReviews-module__uBCVrq__helpfulButton:hover:not(:disabled){color:#3e1c56;background:#f3f4f6;border-color:#3e1c56}.ProductReviews-module__uBCVrq__helpfulButton:disabled{opacity:.4;cursor:not-allowed}.ProductReviews-module__uBCVrq__repliesIndicator{color:#6b7280;text-align:center;background:#f9fafb;border-radius:3px;margin-top:.75rem;padding:.5rem;font-size:.875rem}.ProductReviews-module__uBCVrq__loading{text-align:center;color:#9ca3af;padding:3rem}@media (max-width:768px){.ProductReviews-module__uBCVrq__reviewsSection{margin:1rem;padding:1rem}.ProductReviews-module__uBCVrq__reviewSummary{grid-template-columns:1fr;gap:1.5rem}.ProductReviews-module__uBCVrq__reviewHeader{flex-direction:column;gap:.75rem}.ProductReviews-module__uBCVrq__formActions{flex-direction:column}.ProductReviews-module__uBCVrq__submitButton,.ProductReviews-module__uBCVrq__cancelButton{width:100%}}
.AdminReviews-module__B5iitq__adminReviewsContainer{background:#fff;border-radius:3px;padding:2rem;box-shadow:0 2px 4px #0000001a}.AdminReviews-module__B5iitq__description{color:#666;margin-bottom:1.5rem}.AdminReviews-module__B5iitq__actions{margin-bottom:2rem}.AdminReviews-module__B5iitq__addButton{color:#fff;cursor:pointer;background:#3e1c56;border:none;border-radius:3px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background .2s}.AdminReviews-module__B5iitq__addButton:hover{background:#2d1440}.AdminReviews-module__B5iitq__message{color:#2e7d32;background:#e8f5e9;border-left:4px solid #4caf50;border-radius:3px;margin:1rem 0;padding:1rem}.AdminReviews-module__B5iitq__formSection{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:3px;margin-bottom:3rem;padding:2rem}.AdminReviews-module__B5iitq__reviewForm h3{color:#333;margin-top:0;margin-bottom:1.5rem}.AdminReviews-module__B5iitq__formGroup{margin-bottom:1.5rem}.AdminReviews-module__B5iitq__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.AdminReviews-module__B5iitq__formGroup input,.AdminReviews-module__B5iitq__formGroup textarea,.AdminReviews-module__B5iitq__formGroup select{border:1px solid #ddd;border-radius:3px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}.AdminReviews-module__B5iitq__formGroup textarea{resize:vertical;min-height:120px}.AdminReviews-module__B5iitq__formGroup small{color:#666;margin-top:.5rem;font-size:.875rem;display:block}.AdminReviews-module__B5iitq__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex!important}.AdminReviews-module__B5iitq__checkboxLabel input[type=checkbox]{margin:0;width:auto!important}.AdminReviews-module__B5iitq__stars{gap:.25rem;margin:.5rem 0;font-size:2rem;display:flex}.AdminReviews-module__B5iitq__star{color:#ddd;transition:color .2s}.AdminReviews-module__B5iitq__star.AdminReviews-module__B5iitq__filled{color:#3e1c56}.AdminReviews-module__B5iitq__star.AdminReviews-module__B5iitq__clickable{cursor:pointer}.AdminReviews-module__B5iitq__star.AdminReviews-module__B5iitq__clickable:hover{transform:scale(1.1)}.AdminReviews-module__B5iitq__formActions{gap:1rem;margin-top:2rem;display:flex}.AdminReviews-module__B5iitq__submitButton{color:#fff;cursor:pointer;background:#3e1c56;border:none;border-radius:3px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:background .2s}.AdminReviews-module__B5iitq__submitButton:hover:not(:disabled){background:#2d1440}.AdminReviews-module__B5iitq__submitButton:disabled{opacity:.6;cursor:not-allowed}.AdminReviews-module__B5iitq__cancelButton{color:#333;cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-radius:3px;padding:.75rem 2rem;font-size:1rem;transition:all .2s}.AdminReviews-module__B5iitq__cancelButton:hover:not(:disabled){background:#e0e0e0}.AdminReviews-module__B5iitq__cancelButton:disabled{opacity:.6;cursor:not-allowed}.AdminReviews-module__B5iitq__pendingSection{margin-top:3rem}.AdminReviews-module__B5iitq__pendingSection h3{color:#333;margin-bottom:1rem}.AdminReviews-module__B5iitq__noReviews{text-align:center;color:#999;background:#f9f9f9;border:1px dashed #ddd;border-radius:3px;padding:2rem}.AdminReviews-module__B5iitq__table{margin-top:1rem;overflow-x:auto}.AdminReviews-module__B5iitq__table table{border-collapse:collapse;background:#fff;border-radius:3px;width:100%;overflow:hidden;box-shadow:0 1px 3px #0000001a}.AdminReviews-module__B5iitq__table th,.AdminReviews-module__B5iitq__table td{text-align:left;border-bottom:1px solid #e0e0e0;padding:1rem}.AdminReviews-module__B5iitq__table th{color:#333;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f5;font-size:.875rem;font-weight:600}.AdminReviews-module__B5iitq__table tbody tr:hover{background:#fafafa}.AdminReviews-module__B5iitq__table tbody tr:last-child td{border-bottom:none}.AdminReviews-module__B5iitq__badge{color:#1976d2;text-transform:capitalize;background:#e3f2fd;border-radius:3px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.AdminReviews-module__B5iitq__loading{text-align:center;color:#666;padding:3rem;font-size:1.125rem}
.ApplicationStatus-module__pDroKa__statusCard{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 20px #0000001a}.ApplicationStatus-module__pDroKa__statusHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ApplicationStatus-module__pDroKa__statusBadge{color:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.ApplicationStatus-module__pDroKa__submissionDate{color:#6c757d;font-size:.875rem}.ApplicationStatus-module__pDroKa__statusDescription{color:#333;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.ApplicationStatus-module__pDroKa__juryComments{background:#f8f9fa;border-left:4px solid #055474;border-radius:8px;margin-bottom:1rem;padding:1rem}.ApplicationStatus-module__pDroKa__juryComments h4{color:#055474;margin:0 0 .5rem;font-size:1rem}.ApplicationStatus-module__pDroKa__juryComments p{color:#333;margin:0;line-height:1.5}.ApplicationStatus-module__pDroKa__nextSteps{background:#e7f3ff;border-left:4px solid #007bff;border-radius:8px;margin-bottom:1rem;padding:1rem}.ApplicationStatus-module__pDroKa__nextSteps h4{color:#007bff;margin:0 0 .5rem;font-size:1rem}.ApplicationStatus-module__pDroKa__nextSteps p{color:#333;align-items:center;gap:.5rem;margin:0;line-height:1.5;display:flex}.ApplicationStatus-module__pDroKa__applicationDetails{border-top:1px solid #e9ecef;margin-top:1rem;padding-top:1rem}.ApplicationStatus-module__pDroKa__detailRow{border-bottom:1px solid #f8f9fa;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.ApplicationStatus-module__pDroKa__detailRow:last-child{border-bottom:none}.ApplicationStatus-module__pDroKa__detailLabel{color:#6c757d;font-size:.9rem;font-weight:600}.ApplicationStatus-module__pDroKa__detailValue{color:#333;font-size:.9rem}.ApplicationStatus-module__pDroKa__portfolioLink{color:#055474;align-items:center;gap:.25rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.ApplicationStatus-module__pDroKa__portfolioLink:hover{color:#044660;text-decoration:underline}.ApplicationStatus-module__pDroKa__loading,.ApplicationStatus-module__pDroKa__error{text-align:center;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}.ApplicationStatus-module__pDroKa__loading{color:#6c757d}.ApplicationStatus-module__pDroKa__error{color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px}@media (max-width:768px){.ApplicationStatus-module__pDroKa__statusCard{margin-bottom:1rem;padding:1rem}.ApplicationStatus-module__pDroKa__statusHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ApplicationStatus-module__pDroKa__detailRow{flex-direction:column;align-items:flex-start;gap:.25rem}.ApplicationStatus-module__pDroKa__statusBadge{padding:.4rem .8rem;font-size:.8rem}}
.Cart-module__U_YlTG__container{background-color:#fff;min-height:100vh;padding:2rem}.Cart-module__U_YlTG__content{max-width:1200px;margin:0 auto;padding:2rem}.Cart-module__U_YlTG__title{color:#1e293b;text-align:center;margin-bottom:2rem;font-size:2.5rem}.Cart-module__U_YlTG__loading{color:#6b7280;justify-content:center;align-items:center;min-height:400px;font-size:1.25rem;display:flex}.Cart-module__U_YlTG__error{color:#dc2626;text-align:center;background-color:#fee2e2;border-radius:.5rem;max-width:600px;margin:2rem auto;padding:1rem}.Cart-module__U_YlTG__activeCartSection{background-color:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.Cart-module__U_YlTG__sectionTitle{color:#1e293b;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.Cart-module__U_YlTG__emptyCart{text-align:center;color:#6b7280;padding:3rem}.Cart-module__U_YlTG__emptyCart p{margin-bottom:1.5rem;font-size:1.125rem}.Cart-module__U_YlTG__continueButton{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .15s ease-in-out}.Cart-module__U_YlTG__continueButton:hover{background-color:#2563eb}.Cart-module__U_YlTG__cartItems{flex-direction:column;gap:1rem;display:flex}.Cart-module__U_YlTG__cartItem{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Cart-module__U_YlTG__itemInfo{flex:1}.Cart-module__U_YlTG__itemName{color:#1e293b;margin:0 0 .5rem;font-size:1.125rem}.Cart-module__U_YlTG__itemPrice{color:#059669;margin:0;font-size:1rem;font-weight:600}.Cart-module__U_YlTG__itemControls{align-items:center;gap:1rem;display:flex}.Cart-module__U_YlTG__quantityControls{border:1px solid #e2e8f0;border-radius:.375rem;align-items:center;display:flex;overflow:hidden}.Cart-module__U_YlTG__quantityButton{color:#4b5563;cursor:pointer;background-color:#f8fafc;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .15s ease-in-out;display:flex}.Cart-module__U_YlTG__quantityButton:hover{background-color:#e2e8f0}.Cart-module__U_YlTG__quantity{color:#1e293b;padding:0 .75rem;font-weight:500}.Cart-module__U_YlTG__saveButton{color:#fff;cursor:pointer;background-color:#f59e0b;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s ease-in-out}.Cart-module__U_YlTG__saveButton:hover{background-color:#d97706}.Cart-module__U_YlTG__removeButton{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s ease-in-out}.Cart-module__U_YlTG__removeButton:hover{background-color:#dc2626}.Cart-module__U_YlTG__cartTotal{text-align:right;border-top:2px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.Cart-module__U_YlTG__cartTotal h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.Cart-module__U_YlTG__checkoutButton{color:#fff;cursor:pointer;background-color:#059669;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:background-color .15s ease-in-out}.Cart-module__U_YlTG__checkoutButton:hover{background-color:#047857}.Cart-module__U_YlTG__collectionsSection{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.Cart-module__U_YlTG__collectionFolder{border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.Cart-module__U_YlTG__collectionHeader{cursor:pointer;background-color:#f8fafc;align-items:center;padding:1rem;transition:background-color .15s ease-in-out;display:flex}.Cart-module__U_YlTG__collectionHeader:hover{background-color:#e2e8f0}.Cart-module__U_YlTG__folderIcon{margin-right:.75rem;font-size:1.25rem}.Cart-module__U_YlTG__collectionName{color:#1e293b;flex:1;margin:0;font-size:1.125rem}.Cart-module__U_YlTG__itemCount{color:#6b7280;background-color:#e2e8f0;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.Cart-module__U_YlTG__collectionContent{border-top:1px solid #e2e8f0;padding:1.5rem}.Cart-module__U_YlTG__collectionDescription{color:#6b7280;margin-bottom:1rem}.Cart-module__U_YlTG__makeActiveButton{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.375rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s ease-in-out}.Cart-module__U_YlTG__makeActiveButton:hover{background-color:#2563eb}.Cart-module__U_YlTG__collectionItems{margin-top:1rem}.Cart-module__U_YlTG__emptyCollection{color:#9ca3af;text-align:center;padding:2rem;font-style:italic}@media (max-width:768px){.Cart-module__U_YlTG__content{padding:1rem}.Cart-module__U_YlTG__cartItem{flex-direction:column;align-items:flex-start;gap:1rem}.Cart-module__U_YlTG__itemControls{justify-content:space-between;width:100%}.Cart-module__U_YlTG__collectionHeader{flex-wrap:wrap;gap:.5rem}}
.UnifiedCart-module__YrO0JG__container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);min-height:100vh}.UnifiedCart-module__YrO0JG__content{max-width:1200px;margin:0 auto;padding:20px}.UnifiedCart-module__YrO0JG__loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.UnifiedCart-module__YrO0JG__spinner{border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin-bottom:20px;animation:1s linear infinite UnifiedCart-module__YrO0JG__spin}@keyframes UnifiedCart-module__YrO0JG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UnifiedCart-module__YrO0JG__loading p{color:#64748b;font-size:1.1rem;font-weight:500}.UnifiedCart-module__YrO0JG__error{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;margin:20px;padding:40px;display:flex;box-shadow:0 4px 6px #0000000d}.UnifiedCart-module__YrO0JG__error h2{color:#e11d48;margin-bottom:15px}.UnifiedCart-module__YrO0JG__error p{color:#64748b;margin-bottom:25px}.UnifiedCart-module__YrO0JG__loginButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:transform .3s}.UnifiedCart-module__YrO0JG__loginButton:hover{transform:translateY(-2px)}.UnifiedCart-module__YrO0JG__header{text-align:center;background:#fff;border-radius:12px;margin-bottom:40px;padding:30px;box-shadow:0 4px 6px #0000000d}.UnifiedCart-module__YrO0JG__title{color:#1e293b;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:2.5rem;font-weight:700}.UnifiedCart-module__YrO0JG__subtitle{color:#64748b;margin:0;font-size:1.1rem}.UnifiedCart-module__YrO0JG__emptyCart{text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;display:flex;box-shadow:0 4px 6px #0000000d}.UnifiedCart-module__YrO0JG__emptyIcon{opacity:.6;margin-bottom:20px;font-size:4rem}.UnifiedCart-module__YrO0JG__emptyCart h2{color:#1e293b;margin-bottom:15px}.UnifiedCart-module__YrO0JG__emptyCart p{color:#64748b;margin-bottom:30px}.UnifiedCart-module__YrO0JG__exploreButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s}.UnifiedCart-module__YrO0JG__exploreButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.UnifiedCart-module__YrO0JG__cartSummary{margin-bottom:30px}.UnifiedCart-module__YrO0JG__summaryCard{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000000d}.UnifiedCart-module__YrO0JG__summaryCard h3{color:#1e293b;text-align:center;margin-bottom:20px;font-size:1.5rem;font-weight:600}.UnifiedCart-module__YrO0JG__summaryStats{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}.UnifiedCart-module__YrO0JG__stat{text-align:center;background:#f8fafc;border-radius:8px;padding:20px}.UnifiedCart-module__YrO0JG__statNumber{color:#667eea;margin-bottom:5px;font-size:2rem;font-weight:700;display:block}.UnifiedCart-module__YrO0JG__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:500}.UnifiedCart-module__YrO0JG__checkoutButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;width:100%;padding:16px 24px;font-size:1.1rem;font-weight:600;transition:all .3s}.UnifiedCart-module__YrO0JG__checkoutButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.UnifiedCart-module__YrO0JG__cartsBySource{margin-bottom:80px}.UnifiedCart-module__YrO0JG__sourceSection{background:#fff;border-radius:12px;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.UnifiedCart-module__YrO0JG__sourceHeader{cursor:pointer;background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px;transition:background-color .3s;display:flex}.UnifiedCart-module__YrO0JG__sourceHeader:hover{background:#f1f5f9}.UnifiedCart-module__YrO0JG__sourceInfo{flex:1}.UnifiedCart-module__YrO0JG__sourceName{color:#1e293b;margin:0 0 5px;font-size:1.3rem;font-weight:600}.UnifiedCart-module__YrO0JG__sourceStats{color:#64748b;font-size:.9rem;font-weight:500}.UnifiedCart-module__YrO0JG__toggleIcon{color:#667eea;font-size:1.2rem;font-weight:600;transition:transform .3s}.UnifiedCart-module__YrO0JG__sourceContent{padding:0}.UnifiedCart-module__YrO0JG__cartSection{border-bottom:1px solid #f1f5f9}.UnifiedCart-module__YrO0JG__cartSection:last-child{border-bottom:none}.UnifiedCart-module__YrO0JG__cartHeader{background:#fafbfc;padding:15px 20px}.UnifiedCart-module__YrO0JG__cartDate{color:#64748b;font-size:.875rem;font-weight:500}.UnifiedCart-module__YrO0JG__cartItems{padding:0}.UnifiedCart-module__YrO0JG__cartItem{border-bottom:1px solid #f8fafc;align-items:center;padding:20px;transition:background-color .3s;display:flex}.UnifiedCart-module__YrO0JG__cartItem:hover{background:#f8fafc}.UnifiedCart-module__YrO0JG__cartItem:last-child{border-bottom:none}.UnifiedCart-module__YrO0JG__itemImage{border-radius:8px;flex-shrink:0;width:80px;height:80px;margin-right:20px;overflow:hidden}.UnifiedCart-module__YrO0JG__itemImage img{object-fit:cover;width:100%;height:100%}.UnifiedCart-module__YrO0JG__placeholderImage{color:#94a3b8;background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.UnifiedCart-module__YrO0JG__itemDetails{flex:1;margin-right:20px}.UnifiedCart-module__YrO0JG__itemName{color:#1e293b;margin:0 0 5px;font-size:1.1rem;font-weight:600}.UnifiedCart-module__YrO0JG__itemVendor{color:#64748b;margin:0 0 5px;font-size:.9rem;font-style:italic}.UnifiedCart-module__YrO0JG__itemPrice{color:#667eea;margin:0;font-size:1.1rem;font-weight:600}.UnifiedCart-module__YrO0JG__itemControls{align-items:center;gap:15px;display:flex}.UnifiedCart-module__YrO0JG__quantityControls{background:#f8fafc;border-radius:8px;align-items:center;gap:10px;padding:8px;display:flex}.UnifiedCart-module__YrO0JG__quantityBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;transition:all .3s;display:flex}.UnifiedCart-module__YrO0JG__quantityBtn:hover:not(:disabled){color:#fff;background:#667eea;border-color:#667eea}.UnifiedCart-module__YrO0JG__quantityBtn:disabled{opacity:.5;cursor:not-allowed}.UnifiedCart-module__YrO0JG__quantity{text-align:center;color:#1e293b;min-width:24px;font-weight:600}.UnifiedCart-module__YrO0JG__removeBtn{cursor:pointer;background:#fee2e2;border:none;border-radius:6px;padding:8px;font-size:1.1rem;transition:all .3s}.UnifiedCart-module__YrO0JG__removeBtn:hover{background:#fecaca;transform:scale(1.1)}.UnifiedCart-module__YrO0JG__bottomCheckout{z-index:100;background:#fff;border-top:1px solid #e2e8f0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 6px #0000000d}.UnifiedCart-module__YrO0JG__checkoutSummary{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:20px;display:flex}.UnifiedCart-module__YrO0JG__totalLabel{color:#1e293b;font-size:1.3rem;font-weight:700}.UnifiedCart-module__YrO0JG__checkoutButtonLarge{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;transition:all .3s}.UnifiedCart-module__YrO0JG__checkoutButtonLarge:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b9814d}.UnifiedCart-module__YrO0JG__couponSection{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}@media (max-width:768px){.UnifiedCart-module__YrO0JG__content{padding:15px}.UnifiedCart-module__YrO0JG__title{font-size:2rem}.UnifiedCart-module__YrO0JG__summaryStats{grid-template-columns:1fr;gap:15px}.UnifiedCart-module__YrO0JG__cartItem{flex-direction:column;align-items:flex-start;gap:15px}.UnifiedCart-module__YrO0JG__itemImage{align-self:center;margin-right:0}.UnifiedCart-module__YrO0JG__itemDetails{text-align:center;width:100%;margin-right:0}.UnifiedCart-module__YrO0JG__itemControls{align-self:center}.UnifiedCart-module__YrO0JG__checkoutSummary{flex-direction:column;gap:15px}.UnifiedCart-module__YrO0JG__checkoutButtonLarge{width:100%}}
.Checkout-module__oZ_BHq__container{background-color:#f8f9fa;min-height:100vh}.Checkout-module__oZ_BHq__content{max-width:800px;margin:0 auto;padding:2rem}.Checkout-module__oZ_BHq__title{color:#333;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.Checkout-module__oZ_BHq__loading{text-align:center;color:#666;padding:4rem;font-size:1.2rem}.Checkout-module__oZ_BHq__error{color:#c33;text-align:center;background-color:#fee;border:1px solid #fcc;border-radius:8px;margin:1rem 0;padding:1.5rem}.Checkout-module__oZ_BHq__orderSummary{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.Checkout-module__oZ_BHq__orderSummary h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.Checkout-module__oZ_BHq__vendorGroup{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.Checkout-module__oZ_BHq__vendorName{color:#555;border-bottom:1px solid #ddd;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.Checkout-module__oZ_BHq__orderItem{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Checkout-module__oZ_BHq__orderItem:last-child{border-bottom:none}.Checkout-module__oZ_BHq__itemDetails{flex-direction:column;gap:.25rem;display:flex}.Checkout-module__oZ_BHq__itemName{color:#333;font-weight:500}.Checkout-module__oZ_BHq__itemQuantity{color:#666;font-size:.9rem}.Checkout-module__oZ_BHq__itemPrice{color:#2c5aa0;font-weight:600}.Checkout-module__oZ_BHq__vendorSubtotal{text-align:right;color:#333;border-top:1px solid #ddd;margin-top:1rem;padding-top:1rem;font-weight:600}.Checkout-module__oZ_BHq__orderTotals{border-top:2px solid #ddd;margin-top:2rem;padding-top:1.5rem}.Checkout-module__oZ_BHq__totalLine{justify-content:space-between;padding:.5rem 0;font-size:1rem;display:flex}.Checkout-module__oZ_BHq__grandTotal{color:#2c5aa0;border-top:1px solid #ddd;margin-top:.5rem;padding-top:1rem;font-size:1.3rem;font-weight:700}.Checkout-module__oZ_BHq__paymentSection{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.Checkout-module__oZ_BHq__paymentSection h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.Checkout-module__oZ_BHq__paymentStep{text-align:center;padding:2rem}.Checkout-module__oZ_BHq__createIntentButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c5aa0,#1e3d72);border:none;border-radius:8px;min-width:200px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.Checkout-module__oZ_BHq__createIntentButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2c5aa04d}.Checkout-module__oZ_BHq__createIntentButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.Checkout-module__oZ_BHq__paymentForm{max-width:600px;margin:0 auto}.Checkout-module__oZ_BHq__billingDetails{margin-bottom:2rem}.Checkout-module__oZ_BHq__billingDetails h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.Checkout-module__oZ_BHq__formRow{gap:1rem;margin-bottom:1rem;display:flex}.Checkout-module__oZ_BHq__formGroup{flex:1;margin-bottom:1rem}.Checkout-module__oZ_BHq__formGroup label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.Checkout-module__oZ_BHq__formGroup input{border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.Checkout-module__oZ_BHq__formGroup input:focus{border-color:#2c5aa0;outline:none;box-shadow:0 0 0 2px #2c5aa01a}.Checkout-module__oZ_BHq__formGroup input:required:invalid{border-color:#df1b41}.Checkout-module__oZ_BHq__paymentElement{margin-bottom:2rem}.Checkout-module__oZ_BHq__paymentElement h3{color:#333;margin-bottom:1rem;font-size:1.2rem}#Checkout-module__oZ_BHq__payment-element{background:#fff;border:1px solid #ddd;border-radius:8px;min-height:200px;padding:1rem}.Checkout-module__oZ_BHq__loadingSpinner{color:#666;justify-content:center;align-items:center;height:100px;display:flex}.Checkout-module__oZ_BHq__loadingSpinner:after{content:"";border:2px solid #f3f3f3;border-top-color:#2c5aa0;border-radius:50%;width:20px;height:20px;margin-left:10px;animation:1s linear infinite Checkout-module__oZ_BHq__spin}@keyframes Checkout-module__oZ_BHq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Checkout-module__oZ_BHq__payButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;width:100%;min-height:56px;padding:1rem 2rem;font-size:1.2rem;font-weight:600;transition:all .3s}.Checkout-module__oZ_BHq__payButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.Checkout-module__oZ_BHq__payButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.Checkout-module__oZ_BHq__paymentStatus{color:#1e40af;text-align:center;background-color:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;margin:1rem 0;padding:1rem}.Checkout-module__oZ_BHq__actions{text-align:center;margin-top:2rem}.Checkout-module__oZ_BHq__backButton{color:#666;cursor:pointer;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;transition:all .3s}.Checkout-module__oZ_BHq__backButton:hover:not(:disabled){background:#e9ecef;border-color:#bbb}.Checkout-module__oZ_BHq__backButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Checkout-module__oZ_BHq__content{padding:1rem}.Checkout-module__oZ_BHq__title{font-size:2rem}.Checkout-module__oZ_BHq__orderSummary,.Checkout-module__oZ_BHq__paymentSection{padding:1.5rem}.Checkout-module__oZ_BHq__formRow{flex-direction:column;gap:0}.Checkout-module__oZ_BHq__paymentForm{max-width:100%}.Checkout-module__oZ_BHq__payButton{padding:.875rem 1.5rem;font-size:1.1rem}}.Checkout-module__oZ_BHq__couponSection{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:2rem 0;padding:1.5rem 0}@media (max-width:480px){.Checkout-module__oZ_BHq__content{padding:.5rem}.Checkout-module__oZ_BHq__title{font-size:1.75rem}.Checkout-module__oZ_BHq__orderSummary,.Checkout-module__oZ_BHq__paymentSection,.Checkout-module__oZ_BHq__vendorGroup{padding:1rem}.Checkout-module__oZ_BHq__orderItem{flex-direction:column;align-items:flex-start;gap:.5rem}.Checkout-module__oZ_BHq__itemPrice{align-self:flex-end}}
