.account-module__zd0OHa__container{background:var(--bg-primary);box-sizing:border-box;flex-direction:column;max-width:1440px;height:calc(100vh - 64px);max-height:calc(100vh - 64px);margin:0 auto;padding:clamp(1rem,2vh,2rem);display:flex;overflow:hidden}@supports (height:100dvh){.account-module__zd0OHa__container{height:calc(100dvh - 64px);max-height:calc(100dvh - 64px)}}.account-module__zd0OHa__loadingContainer{min-height:50vh;color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.account-module__zd0OHa__loadingContainer p{color:var(--text-primary);font-weight:500}.account-module__zd0OHa__spinner{border:3px solid var(--border-light);border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite account-module__zd0OHa__spin}@keyframes account-module__zd0OHa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.account-module__zd0OHa__header{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);background-image:linear-gradient(var(--bg-glass),var(--bg-glass)),var(--primary-gradient);box-shadow:var(--shadow-lg),0 0 0 1px #ffffff1a inset;background-origin:border-box;background-clip:padding-box,border-box;border-top:3px solid #0000;border-radius:16px;flex-shrink:0;align-items:center;height:12vh;margin-bottom:1.5rem;padding:1.5rem;display:flex}.account-module__zd0OHa__headerContent{flex-direction:column;gap:1.5rem;display:flex}.account-module__zd0OHa__titleSection{flex-direction:column;gap:.5rem;display:flex}.account-module__zd0OHa__title{color:var(--text-primary);margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2}.account-module__zd0OHa__subtitle{color:var(--text-muted);margin:0;font-size:clamp(.875rem,2vw,1.125rem);line-height:1.4}.account-module__zd0OHa__statsContainer{scrollbar-width:thin;-ms-overflow-style:auto;flex-wrap:nowrap;gap:1rem;display:flex;overflow-x:auto}.account-module__zd0OHa__statsContainer::-webkit-scrollbar{height:6px}.account-module__zd0OHa__statsContainer::-webkit-scrollbar-track{background:var(--bg-secondary)}.account-module__zd0OHa__statsContainer::-webkit-scrollbar-thumb{background:var(--border-muted);border-radius:3px}.account-module__zd0OHa__statsContainer::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.account-module__zd0OHa__statCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);text-align:center;transition:var(--transition);border-radius:12px;flex:1;min-width:120px;padding:1rem 1.25rem;position:relative;overflow:hidden}.account-module__zd0OHa__statCard:before{content:"";background:var(--primary-gradient);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.account-module__zd0OHa__statCard:hover:before{opacity:1}.account-module__zd0OHa__statValue{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.account-module__zd0OHa__statLabel{color:var(--text-muted);font-size:.875rem;font-weight:500}.account-module__zd0OHa__statCard.account-module__zd0OHa__primary .account-module__zd0OHa__statValue{color:var(--primary)}.account-module__zd0OHa__statCard.account-module__zd0OHa__secondary .account-module__zd0OHa__statValue{color:var(--text-secondary)}.account-module__zd0OHa__statCard.account-module__zd0OHa__success .account-module__zd0OHa__statValue{color:var(--success)}.account-module__zd0OHa__tabNavigation{flex-shrink:0;align-items:center;max-width:1440px;height:6vh;margin:0 auto 1rem;padding:0 1rem;display:flex}.account-module__zd0OHa__tabScrollContainer{scrollbar-width:thin;flex-wrap:wrap;gap:.25rem;display:flex;overflow:auto hidden}.account-module__zd0OHa__tabScrollContainer::-webkit-scrollbar{width:0;height:0;display:none}@media (min-width:1024px){.account-module__zd0OHa__tabScrollContainer{overflow-x:visible}}.account-module__zd0OHa__tabButton{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:1.5px solid #0000;align-items:center;gap:.5rem;min-width:fit-content;margin-bottom:-1px;padding:.875rem 1.25rem;font-weight:500;transition:all .2s;display:flex;position:relative}.account-module__zd0OHa__tabButton:hover{color:var(--text-primary);border-bottom-color:var(--border-light)}.account-module__zd0OHa__activeTab{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.account-module__zd0OHa__tabIcon{flex-shrink:0}.account-module__zd0OHa__tabLabel{font-size:.875rem}.account-module__zd0OHa__contentContainer{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.account-module__zd0OHa__tabContent{scrollbar-width:thin;scrollbar-color:var(--border-muted)transparent;flex-direction:column;flex:1;min-height:0;padding:1.5rem;display:flex;overflow:hidden auto}.account-module__zd0OHa__tabContent::-webkit-scrollbar{width:8px}.account-module__zd0OHa__tabContent::-webkit-scrollbar-track{background:0 0}.account-module__zd0OHa__tabContent::-webkit-scrollbar-thumb{background:var(--border-muted);border-radius:4px}.account-module__zd0OHa__tabContent::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.account-module__zd0OHa__formGroup{margin-bottom:.5rem;position:relative}.account-module__zd0OHa__checkboxRow{align-items:center;gap:.5rem;padding:.75rem .25rem 0;display:flex}.account-module__zd0OHa__checkboxLabel input[type=checkbox]{accent-color:var(--primary);cursor:pointer;width:1.125rem;height:1.125rem}.account-module__zd0OHa__checkboxLabel{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.9375rem;display:inline-flex}.account-module__zd0OHa__formGroup label{color:var(--text-muted);background:var(--bg-glass);pointer-events:none;z-index:3;padding:0 .25rem;font-size:1rem;transition:all .2s;position:absolute;top:1rem;left:.75rem}.account-module__zd0OHa__formGroup input,.account-module__zd0OHa__formGroup select{border:1px solid var(--border-light);background:var(--bg-glass);width:100%;color:var(--text-primary);transition:var(--transition);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2;border-radius:8px;padding:1rem .75rem;font-size:1rem;position:relative}.account-module__zd0OHa__formGroup input:focus,.account-module__zd0OHa__formGroup select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.account-module__zd0OHa__formGroup input:not(:-moz-placeholder-shown)+label{color:var(--primary);font-size:.75rem;top:0;transform:translateY(-50%)}.account-module__zd0OHa__formGroup input:focus+label,.account-module__zd0OHa__formGroup input:not(:placeholder-shown)+label,.account-module__zd0OHa__formGroup select:focus+label,.account-module__zd0OHa__formGroup select:not([value=""])+label{color:var(--primary);font-size:.75rem;top:0;transform:translateY(-50%)}.account-module__zd0OHa__formGroup input:disabled{background:var(--bg-secondary);color:var(--text-muted);cursor:not-allowed}.account-module__zd0OHa__passwordInput{align-items:center;display:flex;position:relative}.account-module__zd0OHa__passwordInput input{padding-right:3rem}.account-module__zd0OHa__passwordToggle{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;padding:.25rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.account-module__zd0OHa__passwordToggle:hover{color:var(--text-primary);background:var(--bg-hover)}.account-module__zd0OHa__message{border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem;font-weight:500}.account-module__zd0OHa__message.account-module__zd0OHa__success{color:var(--success);background:#10b9811a;border:1px solid #10b98133}.account-module__zd0OHa__message.account-module__zd0OHa__error{color:var(--error);background:#ef44441a;border:1px solid #ef444433}.account-module__zd0OHa__formActions{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.account-module__zd0OHa__actionButton{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;display:flex}.account-module__zd0OHa__actionButton:hover:not(:disabled){background:color-mix(in srgb,var(--primary)90%,black);box-shadow:var(--shadow-md);transform:translateY(-1px)}.account-module__zd0OHa__actionButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.account-module__zd0OHa__actionButton.account-module__zd0OHa__secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-light)}.account-module__zd0OHa__actionButton.account-module__zd0OHa__secondary:hover{background:var(--bg-hover)}.account-module__zd0OHa__actionButton.account-module__zd0OHa__danger{background:var(--error)}.account-module__zd0OHa__actionButton.account-module__zd0OHa__danger:hover:not(:disabled){background:color-mix(in srgb,var(--error)90%,black)}.account-module__zd0OHa__editButton{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-light);cursor:pointer;transition:var(--transition);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.account-module__zd0OHa__editButton:hover{background:var(--bg-hover);border-color:var(--border-muted)}.account-module__zd0OHa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.account-module__zd0OHa__sectionHeader h2{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.account-module__zd0OHa__sectionHeader h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.account-module__zd0OHa__profileTab,.account-module__zd0OHa__settingsTab{flex-direction:column;flex:1;gap:1rem;min-height:0;display:flex}.account-module__zd0OHa__profileSection{flex-shrink:0}.account-module__zd0OHa__profileForm{margin-bottom:1rem}.account-module__zd0OHa__formRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:.5rem;display:grid}.account-module__zd0OHa__ordersList{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.account-module__zd0OHa__addressSection{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:12px;padding:1rem}.account-module__zd0OHa__addressGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem;display:grid}.account-module__zd0OHa__addressCard{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:10px;flex-shrink:0;margin-top:.5rem;padding:.75rem}.account-module__zd0OHa__addressList{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.account-module__zd0OHa__addressItem{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem;display:flex}.account-module__zd0OHa__addressItemBody{flex-direction:column;gap:.125rem;display:flex}.account-module__zd0OHa__addressLineTop{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.account-module__zd0OHa__addressLinePrimary{color:var(--text-primary);font-weight:600}.account-module__zd0OHa__addressLineSecondary{color:var(--text-secondary);font-size:.875rem}.account-module__zd0OHa__addressItemActions{flex-wrap:wrap;gap:.375rem;display:flex}.account-module__zd0OHa__deleteButton{color:var(--text-muted);border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem .75rem}.account-module__zd0OHa__deleteButton:hover{background:var(--danger-bg,#ef444414);color:var(--danger-text,#ef4444);border-color:var(--danger-border,#ef444459)}.account-module__zd0OHa__chipButton{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-light);cursor:pointer;transition:var(--transition);border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.account-module__zd0OHa__chipButton:hover{background:var(--bg-hover);color:var(--text-primary)}.account-module__zd0OHa__chipButton.account-module__zd0OHa__secondary{background:var(--bg-secondary)}.account-module__zd0OHa__chipButton.account-module__zd0OHa__danger{color:var(--danger-text,#ef4444);border-color:var(--danger-border,#ef444459);background:0 0}.account-module__zd0OHa__chipButton:disabled{opacity:.6;cursor:not-allowed}.account-module__zd0OHa__addressFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.account-module__zd0OHa__addressRow{grid-template-columns:1fr 1fr;gap:.25rem .75rem;display:grid}.account-module__zd0OHa__badge{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:9999px;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-flex}.account-module__zd0OHa__addressHeader{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.account-module__zd0OHa__addressHeaderRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.account-module__zd0OHa__addressHeaderTitle{color:var(--text-primary);font-weight:700}.account-module__zd0OHa__addressBody{color:var(--text-primary);flex-direction:column;gap:.125rem;display:flex}.account-module__zd0OHa__addressBodyMuted{color:var(--text-muted);font-style:italic}.account-module__zd0OHa__addressActions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.account-module__zd0OHa__badgeShipping{color:var(--info,#3b82f6);background:#3b82f61f;border-color:#3b82f659}.account-module__zd0OHa__badgeBilling{color:var(--success,#10b981);background:#10b9811f;border-color:#10b98159}.account-module__zd0OHa__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.account-module__zd0OHa__modalContainer{background:var(--bg-glass);border:1px solid var(--border-light);width:min(720px,92vw);box-shadow:var(--shadow-lg);z-index:1001;border-radius:12px;padding:1rem}.account-module__zd0OHa__modalHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.account-module__zd0OHa__modalBody{padding:.5rem 0}.account-module__zd0OHa__inlineChecks{flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.25rem;display:flex}.account-module__zd0OHa__checkItem{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.875rem;display:inline-flex}.account-module__zd0OHa__cleanModalForm{padding:.25rem .5rem}.account-module__zd0OHa__cleanGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.account-module__zd0OHa__cleanField{flex-direction:column;gap:.375rem;display:flex}.account-module__zd0OHa__cleanFieldWide{flex-direction:column;grid-column:span 3;gap:.375rem;display:flex}.account-module__zd0OHa__cleanLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.account-module__zd0OHa__cleanInput{border:1px solid var(--border-light);background:var(--bg-glass);color:var(--text-primary);border-radius:8px;width:100%;padding:.625rem .75rem}.account-module__zd0OHa__cleanInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #667eea1a}.account-module__zd0OHa__cleanAddressAuto{width:100%;display:block}@media (max-width:768px){.account-module__zd0OHa__cleanGrid{grid-template-columns:1fr 1fr}.account-module__zd0OHa__cleanFieldWide{grid-column:span 2}}@media (max-width:480px){.account-module__zd0OHa__cleanGrid{grid-template-columns:1fr}.account-module__zd0OHa__cleanFieldWide{grid-column:span 1}}.account-module__zd0OHa__orderDetailContent{flex-direction:column;gap:1rem;display:flex}.account-module__zd0OHa__orderMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.account-module__zd0OHa__orderMetaGrid>div{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:10px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.account-module__zd0OHa__orderMetaGrid>div strong{color:var(--text-muted);font-size:.75rem;font-weight:600}.account-module__zd0OHa__orderMetaGrid>div div{color:var(--text-primary);font-size:.95rem;font-weight:600}.account-module__zd0OHa__orderItemsTable{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.account-module__zd0OHa__orderItemRow{border-top:1px solid var(--border-light);grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;padding:.75rem 1rem;display:grid}.account-module__zd0OHa__orderItemRow:first-child{border-top:none}.account-module__zd0OHa__itemName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.account-module__zd0OHa__itemQty{color:var(--text-muted);text-align:right;font-size:.875rem}.account-module__zd0OHa__itemPrice{color:var(--text-primary);text-align:right;font-weight:700}.account-module__zd0OHa__orderCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);transition:var(--transition);border-radius:12px;padding:1rem;position:relative}.account-module__zd0OHa__orderCard:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.account-module__zd0OHa__orderHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.account-module__zd0OHa__orderHeaderLeft{align-items:center;gap:.75rem;display:flex}.account-module__zd0OHa__orderDateInline{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.8125rem;display:inline-flex}.account-module__zd0OHa__orderHeaderRight{align-items:center;gap:.5rem;display:flex}.account-module__zd0OHa__orderTotalInline{color:var(--text-primary);font-weight:700}.account-module__zd0OHa__statusChip{text-transform:capitalize;border:1px solid var(--border-light);border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.account-module__zd0OHa__statusChip.account-module__zd0OHa__pending{color:var(--warning,#eab308);background:#eab3081a;border-color:#eab30840}.account-module__zd0OHa__statusChip.account-module__zd0OHa__processing,.account-module__zd0OHa__statusChip.account-module__zd0OHa__shipped{color:var(--info,#3b82f6);background:#3b82f61a;border-color:#3b82f640}.account-module__zd0OHa__statusChip.account-module__zd0OHa__delivered{color:var(--success,#10b981);background:#10b9811a;border-color:#10b98140}.account-module__zd0OHa__statusChip.account-module__zd0OHa__cancelled{color:var(--error,#ef4444);background:#ef44441a;border-color:#ef444440}.account-module__zd0OHa__statusChip.account-module__zd0OHa__neutral{background:var(--bg-secondary);color:var(--text-secondary)}.account-module__zd0OHa__orderDetailsRow{justify-content:space-between;align-items:center;display:flex}.account-module__zd0OHa__orderId{color:var(--text-primary);font-size:.875rem;font-weight:600}.account-module__zd0OHa__orderStatus{text-transform:capitalize;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.account-module__zd0OHa__orderDetails{flex-direction:column;gap:.5rem;display:flex}.account-module__zd0OHa__orderDate,.account-module__zd0OHa__orderTotal,.account-module__zd0OHa__orderAddress{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.account-module__zd0OHa__viewOrderButton{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.account-module__zd0OHa__viewOrderButton:hover{background:color-mix(in srgb,var(--primary)90%,black)}.account-module__zd0OHa__ordersTab{flex-direction:column;gap:1rem;display:flex}.account-module__zd0OHa__ordersHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.account-module__zd0OHa__ordersHeader h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.account-module__zd0OHa__refreshButton{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;transition:var(--transition);white-space:nowrap;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:flex}.account-module__zd0OHa__refreshButton:hover:not(:disabled){background:var(--bg-hover);border-color:var(--primary);color:var(--primary)}.account-module__zd0OHa__refreshButton:disabled{opacity:.6;cursor:not-allowed}.account-module__zd0OHa__refreshButton svg{transition:transform .3s}.account-module__zd0OHa__spinning{animation:1s linear infinite account-module__zd0OHa__spin}.account-module__zd0OHa__searchSection{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:12px;padding:1rem}.account-module__zd0OHa__searchForm{align-items:center;gap:.5rem;display:flex}.account-module__zd0OHa__searchInput{flex:1;align-items:center;display:flex;position:relative}.account-module__zd0OHa__searchInput svg{color:var(--text-muted);pointer-events:none;z-index:2;position:absolute;left:.75rem}.account-module__zd0OHa__searchInput input{border:1px solid var(--border-light);background:var(--bg-glass);color:var(--text-primary);border-radius:8px;width:100%;padding:.75rem .75rem .75rem 2.5rem;font-size:.875rem}.account-module__zd0OHa__searchInput input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.account-module__zd0OHa__searchInput label{color:var(--text-muted);background:var(--bg-glass);pointer-events:none;z-index:1;padding:0 .25rem;font-size:.875rem;transition:all .2s;position:absolute;top:.75rem;left:2.5rem}.account-module__zd0OHa__searchInput input:not(:-moz-placeholder-shown)+label{color:var(--primary);font-size:.625rem;top:0;transform:translateY(-50%)}.account-module__zd0OHa__searchInput input:focus+label,.account-module__zd0OHa__searchInput input:not(:placeholder-shown)+label{color:var(--primary);font-size:.625rem;top:0;transform:translateY(-50%)}.account-module__zd0OHa__searchButton{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.account-module__zd0OHa__searchButton:hover{background:color-mix(in srgb,var(--primary)90%,black)}.account-module__zd0OHa__filtersSection{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.account-module__zd0OHa__filtersToggle{width:100%;color:var(--text-primary);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.account-module__zd0OHa__filtersToggle:hover{background:var(--bg-hover)}.account-module__zd0OHa__filtersToggle svg:last-child{margin-left:auto;transition:transform .2s}.account-module__zd0OHa__filtersToggle .account-module__zd0OHa__rotated{transform:rotate(180deg)}.account-module__zd0OHa__filters{border-top:1px solid var(--border-light);flex-direction:column;gap:.5rem;padding:0 1rem 1rem;display:flex}.account-module__zd0OHa__filterGroup{align-items:center;gap:.5rem;display:flex}.account-module__zd0OHa__filterGroup svg{color:var(--text-muted)}.account-module__zd0OHa__filterGroup select{border:1px solid var(--border-light);background:var(--bg-glass);color:var(--text-primary);cursor:pointer;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem}.account-module__zd0OHa__filterGroup select:focus{border-color:var(--primary);outline:none}.account-module__zd0OHa__loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:3rem 1rem;display:flex}.account-module__zd0OHa__loading p{color:var(--text-primary);font-size:.875rem;font-weight:500}.account-module__zd0OHa__error{text-align:center;color:var(--error);padding:2rem;font-weight:500}.account-module__zd0OHa__emptyState{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:3rem 1rem;display:flex}.account-module__zd0OHa__emptyState svg{opacity:.5;color:var(--text-muted);margin-bottom:1rem}.account-module__zd0OHa__emptyState h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.account-module__zd0OHa__emptyState p{color:var(--text-muted);margin:0;font-size:.875rem}.account-module__zd0OHa__pagination{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.account-module__zd0OHa__pageButton{border:1px solid var(--border-light);background:var(--bg-glass);color:var(--text-primary);cursor:pointer;transition:var(--transition);border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.account-module__zd0OHa__pageButton:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-muted)}.account-module__zd0OHa__pageButton:disabled{opacity:.5;cursor:not-allowed}.account-module__zd0OHa__pageButton.account-module__zd0OHa__activePage{background:var(--primary);color:#fff;border-color:var(--primary)}.account-module__zd0OHa__settingsTab{flex-direction:column;gap:1rem;display:flex}.account-module__zd0OHa__settingsSection{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:12px;flex-shrink:0;padding:1rem}.account-module__zd0OHa__settingsSection h2,.account-module__zd0OHa__settingsSection h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.account-module__zd0OHa__helpText{color:var(--text-secondary);margin:0 0 .5rem;font-size:.875rem;line-height:1.5}.account-module__zd0OHa__passwordForm{flex-direction:column;gap:.75rem;display:flex}.account-module__zd0OHa__dangerZone{background:#ef44440d;border:1px solid #ef444433;border-radius:8px;padding:1rem}.account-module__zd0OHa__dangerZone p{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.account-module__zd0OHa__nameFieldContainer{align-items:center;display:flex;position:relative}.account-module__zd0OHa__nameFieldContainer input{flex:1;padding-right:3rem}.account-module__zd0OHa__inlineEditButton{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.account-module__zd0OHa__inlineEditButton:hover{color:var(--text-primary);background:var(--bg-hover)}@media (max-width:768px){.account-module__zd0OHa__container,.account-module__zd0OHa__header{padding:1rem}.account-module__zd0OHa__statsContainer{gap:.75rem}.account-module__zd0OHa__statCard{min-width:100px;padding:.75rem 1rem}.account-module__zd0OHa__statValue{font-size:1.25rem}.account-module__zd0OHa__statLabel{font-size:.75rem}.account-module__zd0OHa__tabNavigation{padding:.25rem}.account-module__zd0OHa__tabButton{padding:.5rem .75rem;font-size:.75rem}.account-module__zd0OHa__tabContent{padding:1rem}.account-module__zd0OHa__ordersHeader{flex-direction:column;align-items:stretch}.account-module__zd0OHa__searchForm{flex-direction:row;gap:.5rem;width:100%}.account-module__zd0OHa__searchInput{flex:1}.account-module__zd0OHa__searchInput input{width:100%;min-width:auto}.account-module__zd0OHa__searchButton{white-space:nowrap;flex-shrink:0}.account-module__zd0OHa__filters{gap:.75rem}.account-module__zd0OHa__filterGroup{justify-content:space-between}.account-module__zd0OHa__filterGroup select{flex:1}.account-module__zd0OHa__formActions{flex-direction:column}.account-module__zd0OHa__actionButton{justify-content:center;width:100%}.account-module__zd0OHa__orderMetaGrid{grid-template-columns:1fr}.account-module__zd0OHa__orderItemRow{grid-template-columns:1fr auto}.account-module__zd0OHa__itemQty{display:none}}@media (max-width:480px){.account-module__zd0OHa__title{font-size:1.5rem}.account-module__zd0OHa__subtitle{font-size:.875rem}.account-module__zd0OHa__tabContent{padding:.75rem}.account-module__zd0OHa__profileSection,.account-module__zd0OHa__settingsSection{padding:1rem}.account-module__zd0OHa__statCard{min-width:80px;padding:.5rem .75rem}.account-module__zd0OHa__statValue{font-size:1rem}.account-module__zd0OHa__statLabel{font-size:.625rem}.account-module__zd0OHa__tabButton{padding:.5rem .75rem;font-size:.75rem}.account-module__zd0OHa__tabLabel{font-size:.75rem}}
:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:gray;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:#0000}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size)/2*2px);-webkit-user-select:none;user-select:none;pointer-events:none;width:0;position:fixed;top:-100vh;left:-100vw}
.SchemaCard-module__sv2EaG__mobileBannerWrapper{display:none}@media (max-width:768px){.SchemaCard-module__sv2EaG__mobileBannerWrapper{border-bottom:1px solid var(--border-light);cursor:pointer;background:#3b82f60d;justify-content:space-between;align-items:flex-start;gap:.5rem;margin:-.5rem -.5rem 1rem;padding:.375rem .75rem;display:flex}.SchemaCard-module__sv2EaG__mobileBanner{flex:1;min-width:0;margin:0!important}.SchemaCard-module__sv2EaG__mobileBannerActions{flex-shrink:0;align-items:center;gap:.25rem;padding-top:.25rem;display:flex}.SchemaCard-module__sv2EaG__expandButton{border:1px solid var(--border-light);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;margin-left:.25rem;transition:all .2s;display:flex}.SchemaCard-module__sv2EaG__expandButton:active{color:var(--primary);background:#3b82f61a}.SchemaCard-module__sv2EaG__expandButton.SchemaCard-module__sv2EaG__active{background:var(--primary);color:#fff;border-color:var(--primary)}}.SchemaCard-module__sv2EaG__mobileExpandedActions{justify-content:center;margin-top:1rem;padding-top:0;display:flex}.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__cardActions{flex-wrap:nowrap;justify-content:center;gap:.5rem;width:100%;display:flex}.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__actionButton{background:var(--bg-primary);border:1px solid var(--border-light);min-width:0;max-width:120px;height:38px;color:var(--text-primary);white-space:nowrap;box-shadow:var(--shadow-sm);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:0 .5rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__actionButton:active{background:var(--bg-hover);transform:scale(.98)}.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__actionButton svg{width:14px;height:14px;color:var(--primary)}.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__actionButton[title*=Delete] svg,.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__actionButton.SchemaCard-module__sv2EaG__danger svg{color:var(--error)}.SchemaCard-module__sv2EaG__mobileExpandedActions .SchemaCard-module__sv2EaG__actionButton svg{width:14px;height:14px}.SchemaCard-module__sv2EaG__actionLabel{display:none}@media (max-width:768px){.SchemaCard-module__sv2EaG__actionLabel{display:inline}}.SchemaCard-module__sv2EaG__schemaCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:1rem;transition:all .2s;position:relative;overflow:hidden;border-left:4px solid var(--primary)!important}.SchemaCard-module__sv2EaG__schemaCard:hover{box-shadow:var(--shadow-md);transform:none}@media (max-width:768px){.SchemaCard-module__sv2EaG__schemaCard:hover{background:var(--bg-glass);transform:none}}.SchemaCard-module__sv2EaG__cardHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.SchemaCard-module__sv2EaG__headerContent{flex:1;min-width:0}.SchemaCard-module__sv2EaG__titleSection{margin-bottom:.75rem}.SchemaCard-module__sv2EaG__cardTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:1.1rem;font-weight:600;line-height:1.4;overflow:hidden}.SchemaCard-module__sv2EaG__cardSubtitle{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;line-height:1.4;overflow:hidden}.SchemaCard-module__sv2EaG__statsContainer{flex-wrap:wrap;gap:.5rem;display:flex}.SchemaCard-module__sv2EaG__statBadge{background:var(--bg-glass);border:1px solid var(--border-light);text-align:center;border-radius:8px;flex-direction:column;align-items:center;min-width:60px;padding:.375rem .625rem;display:flex}.SchemaCard-module__sv2EaG__statValue{color:var(--text-primary);font-size:.7rem;font-weight:600;line-height:1.2}.SchemaCard-module__sv2EaG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;margin-top:.125rem;font-size:.5rem}.SchemaCard-module__sv2EaG__statBadge.SchemaCard-module__sv2EaG__primary .SchemaCard-module__sv2EaG__statValue{color:var(--primary)}.SchemaCard-module__sv2EaG__statBadge.SchemaCard-module__sv2EaG__success .SchemaCard-module__sv2EaG__statValue{color:#059669}.SchemaCard-module__sv2EaG__statBadge.SchemaCard-module__sv2EaG__warning .SchemaCard-module__sv2EaG__statValue{color:#d97706}.SchemaCard-module__sv2EaG__statBadge.SchemaCard-module__sv2EaG__danger .SchemaCard-module__sv2EaG__statValue{color:#dc2626}.SchemaCard-module__sv2EaG__statBadge.SchemaCard-module__sv2EaG__secondary .SchemaCard-module__sv2EaG__statValue{color:var(--text-secondary)}.SchemaCard-module__sv2EaG__cardActions{flex-shrink:0;gap:.25rem;display:flex;position:relative}.SchemaCard-module__sv2EaG__actionButton{background:var(--bg-glass);border:1px solid var(--border-light);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.SchemaCard-module__sv2EaG__actionButton:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f633}.SchemaCard-module__sv2EaG__actionButton.SchemaCard-module__sv2EaG__danger:hover{background:#ef4444;border-color:#ef4444;box-shadow:0 4px 8px #ef444433}.SchemaCard-module__sv2EaG__moreActions{position:relative}.SchemaCard-module__sv2EaG__moreButton{background:var(--bg-glass);border:1px solid var(--border-light);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.SchemaCard-module__sv2EaG__moreButton:hover{background:var(--bg-hover);border-color:var(--primary)}.SchemaCard-module__sv2EaG__moreMenu{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);box-shadow:var(--shadow-lg);z-index:10;opacity:0;visibility:hidden;border-radius:8px;min-width:120px;margin-top:.5rem;transition:all .2s;position:absolute;top:100%;right:0;transform:translateY(-10px)}.SchemaCard-module__sv2EaG__moreActions:hover .SchemaCard-module__sv2EaG__moreMenu{opacity:1;visibility:visible;transform:translateY(0)}.SchemaCard-module__sv2EaG__menuItem{width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.875rem;transition:background .2s;display:flex}.SchemaCard-module__sv2EaG__menuItem:hover{background:var(--bg-hover)}.SchemaCard-module__sv2EaG__menuItem:first-child{border-radius:8px 8px 0 0}.SchemaCard-module__sv2EaG__menuItem:last-child{border-radius:0 0 8px 8px}.SchemaCard-module__sv2EaG__cardBody{flex-direction:column;gap:.625rem;transition:max-height .3s ease-out,opacity .2s;display:flex}.SchemaCard-module__sv2EaG__fieldRow{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding:.375rem 0;display:flex}.SchemaCard-module__sv2EaG__fieldRow:last-child{border-bottom:none}.SchemaCard-module__sv2EaG__fieldLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:left;flex-shrink:0;min-width:80px;font-size:.8rem;font-weight:500}.SchemaCard-module__sv2EaG__fieldValue{color:var(--text-primary);text-align:right;word-break:break-word;flex:1;justify-content:flex-end;align-items:center;font-size:.95rem;line-height:1.4;display:flex}.SchemaCard-module__sv2EaG__customContent{border-top:1px solid var(--border-light);margin-top:.75rem;padding-top:.75rem}.SchemaCard-module__sv2EaG__cardFooter{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.SchemaCard-module__sv2EaG__responsiveGrid{box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:1440px;min-height:0;margin:0 auto;padding:0 1rem;display:flex;position:relative}.SchemaCard-module__sv2EaG__desktopView{width:100%;margin:0;display:block}.SchemaCard-module__sv2EaG__mobileView{flex:1;width:100%;min-height:0;padding:1rem 0;display:none}.SchemaCard-module__sv2EaG__mobileGrid{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}.SchemaCard-module__sv2EaG__tableContainer{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);box-shadow:var(--shadow-md);-webkit-overflow-scrolling:touch;--ag-row-height:60px;--ag-header-height:52px;--ag-font-size:13px;--ag-foreground-color:var(--text-primary);--ag-secondary-foreground-color:var(--text-secondary);--ag-header-foreground-color:var(--text-secondary);--ag-border-color:var(--border-light);--ag-row-border-color:var(--border-light);--ag-background-color:transparent;--ag-odd-row-background-color:transparent;--ag-header-background-color:#ffffff0d;border-radius:12px;margin:0;position:relative;overflow:hidden}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-root-wrapper,.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-root{background:0 0;border-radius:12px}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-body-viewport,.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-center-cols-viewport{overflow-y:auto!important}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light)}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-header-viewport,.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-header{z-index:2;position:sticky;top:0}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-header-cell,.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-header-group-cell{text-transform:uppercase;letter-spacing:.04em;padding-left:1rem;padding-right:1rem;font-weight:600}.SchemaCard-module__sv2EaG__dataHeader{border-right:1px solid #ffffff0f}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-cell{white-space:nowrap;text-overflow:ellipsis;align-items:center;padding-left:1rem;padding-right:1rem;line-height:1.4;display:flex;overflow:hidden}.SchemaCard-module__sv2EaG__actionsHeader,.SchemaCard-module__sv2EaG__actionsCell{text-align:right}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-row-hover .SchemaCard-module__sv2EaG__ag-cell,.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-row.SchemaCard-module__sv2EaG__ag-row-focus .SchemaCard-module__sv2EaG__ag-cell{background:var(--bg-hover)}.SchemaCard-module__sv2EaG__tableContainer .SchemaCard-module__sv2EaG__ag-row:last-child .SchemaCard-module__sv2EaG__ag-cell{border-bottom:none}.SchemaCard-module__sv2EaG__tableContainer:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000 0%,#ffffff1a 100%);width:8px;height:100%;transition:opacity .3s;position:absolute;top:0;right:0}.SchemaCard-module__sv2EaG__tableContainer:hover:after{opacity:1}.SchemaCard-module__sv2EaG__dataTable{border-collapse:collapse;background:0 0;width:100%;min-width:100%}.SchemaCard-module__sv2EaG__dataTable thead{border-bottom:1px solid var(--border-light);background:#ffffff0d}.SchemaCard-module__sv2EaG__dataTable th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-light);padding:.875rem 1.25rem;font-size:.75rem;font-weight:600}.SchemaCard-module__sv2EaG__dataRow{cursor:pointer;border-bottom:1px solid #ffffff0d;transition:all .2s}.SchemaCard-module__sv2EaG__dataRow:hover{background:var(--bg-hover)}.SchemaCard-module__sv2EaG__dataRow:last-child{border-bottom:none}.SchemaCard-module__sv2EaG__dataCell{color:var(--text-primary);vertical-align:middle;padding:.875rem 1.25rem;font-size:.875rem;line-height:1.4}.SchemaCard-module__sv2EaG__actionsColumn{text-align:center;width:80px}.SchemaCard-module__sv2EaG__actionsCell{text-align:center;padding:.875rem 1.25rem}.SchemaCard-module__sv2EaG__rowActions{justify-content:center;gap:.5rem;display:flex}.SchemaCard-module__sv2EaG__width-xs{width:80px;min-width:72px}.SchemaCard-module__sv2EaG__width-sm{width:120px;min-width:110px}.SchemaCard-module__sv2EaG__width-md{width:200px;min-width:180px}.SchemaCard-module__sv2EaG__width-lg{width:280px;min-width:240px}.SchemaCard-module__sv2EaG__width-xl{width:360px;min-width:300px}.SchemaCard-module__sv2EaG__dataTable th,.SchemaCard-module__sv2EaG__dataTable td{white-space:nowrap}.SchemaCard-module__sv2EaG__dataCell{text-overflow:ellipsis;overflow:hidden}.SchemaCard-module__sv2EaG__mobileCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light);border-left:4px solid var(--primary);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-sm);margin-bottom:.75rem;padding:.875rem;transition:all .2s}.SchemaCard-module__sv2EaG__mobileCard:hover{background:var(--bg-hover);border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.SchemaCard-module__sv2EaG__mobileCard:last-child{margin-bottom:0}.SchemaCard-module__sv2EaG__mobileCardHeader{grid-template-columns:1fr auto;align-items:center;gap:.5rem;margin-bottom:.375rem;display:grid}.SchemaCard-module__sv2EaG__mobileCardTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.5rem;min-width:0;font-size:.85rem;font-weight:600;line-height:1.3;display:flex;overflow:hidden}.SchemaCard-module__sv2EaG__mobileBadges{align-items:center;gap:.375rem;display:inline-flex}.SchemaCard-module__sv2EaG__mobileHeaderMeta{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.SchemaCard-module__sv2EaG__mobileSubtitle{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.SchemaCard-module__sv2EaG__mobileChipsRow{flex-wrap:wrap;gap:.375rem;display:flex}.SchemaCard-module__sv2EaG__mobileCardActions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.SchemaCard-module__sv2EaG__mobileActionButton{background:var(--bg-glass);border:1px solid var(--border-light);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.SchemaCard-module__sv2EaG__mobileActionButton:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.SchemaCard-module__sv2EaG__mobileCardBody{grid-template-columns:1fr 1fr;gap:.5rem .75rem;display:grid}.SchemaCard-module__sv2EaG__mobileFieldRow{display:contents}.SchemaCard-module__sv2EaG__mobileFieldLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:left;min-width:40px;font-size:.65rem;font-weight:600}.SchemaCard-module__sv2EaG__mobileFieldValue{color:var(--text-primary);word-break:break-all;text-align:right;font-size:.8rem;line-height:1.35}.SchemaCard-module__sv2EaG__mobileCardFooter{background:var(--bg-glass);border-top:1px solid #ffffff0d;margin-top:.5rem;padding-top:.5rem;position:sticky;bottom:0}.SchemaCard-module__sv2EaG__loadingTable{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.SchemaCard-module__sv2EaG__loadingRow{border-bottom:1px solid #ffffff0d;height:60px;padding:.875rem 1rem}.SchemaCard-module__sv2EaG__loadingRow:last-child{border-bottom:none}.SchemaCard-module__sv2EaG__loadingCard{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:12px;height:200px;padding:1rem;position:relative;overflow:hidden}.SchemaCard-module__sv2EaG__loadingSkeleton{background:linear-gradient(90deg,#ffffff1a 0%,#fff3 50%,#ffffff1a 100%) 0 0/200% 100%;border-radius:8px;width:100%;height:100%;animation:1.5s ease-in-out infinite SchemaCard-module__sv2EaG__loading}@keyframes SchemaCard-module__sv2EaG__loading{0%{background-position:-200% 0}to{background-position:200% 0}}.SchemaCard-module__sv2EaG__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-glass);border:1px dashed var(--border-light);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.SchemaCard-module__sv2EaG__emptyState h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.SchemaCard-module__sv2EaG__emptyState p{color:var(--text-secondary);margin:0;font-size:.875rem}.SchemaCard-module__sv2EaG__schemaCard.SchemaCard-module__sv2EaG__compact{padding:.75rem}.SchemaCard-module__sv2EaG__schemaCard.SchemaCard-module__sv2EaG__compact .SchemaCard-module__sv2EaG__cardTitle{font-size:.875rem}.SchemaCard-module__sv2EaG__schemaCard.SchemaCard-module__sv2EaG__compact .SchemaCard-module__sv2EaG__fieldRow{padding:.25rem 0}.SchemaCard-module__sv2EaG__schemaCard.SchemaCard-module__sv2EaG__detailed{padding:1.25rem}@media (max-width:768px){.SchemaCard-module__sv2EaG__responsiveGrid{width:100%;margin:.25rem auto 0;padding:0 .5rem;max-width:100%!important}.SchemaCard-module__sv2EaG__desktopView{display:none}.SchemaCard-module__sv2EaG__mobileView{width:100%;height:auto;min-height:0;padding:.5rem 0;display:block}.SchemaCard-module__sv2EaG__responsiveGrid{flex-direction:column;height:100%;min-height:0;display:flex}.SchemaCard-module__sv2EaG__mobileCard{border-radius:6px;margin-bottom:.5rem;padding:.5rem}.SchemaCard-module__sv2EaG__mobileCardHeader{gap:.5rem;margin-bottom:.25rem}.SchemaCard-module__sv2EaG__mobileCardTitle{font-size:.85rem}.SchemaCard-module__sv2EaG__mobileActionButton{width:22px;height:22px}.SchemaCard-module__sv2EaG__mobileCardBody{flex-direction:column;gap:.25rem;padding:0;display:flex}.SchemaCard-module__sv2EaG__mobileFieldRow{border-bottom:1px solid #ffffff08;flex-direction:row;justify-content:space-between;align-items:baseline;gap:1rem;padding:.125rem 0;display:flex}.SchemaCard-module__sv2EaG__mobileFieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;opacity:.8;flex-shrink:0;min-width:80px;font-size:.65rem;font-weight:800}.SchemaCard-module__sv2EaG__mobileFieldValue{color:var(--text-primary);word-break:normal;overflow-wrap:anywhere;text-align:right;flex:1;font-size:.9rem;font-weight:600;line-height:1.4}.SchemaCard-module__sv2EaG__mobileFieldValue[data-field*=Number],.SchemaCard-module__sv2EaG__mobileFieldValue[data-field*=Id],.SchemaCard-module__sv2EaG__mobileFieldValue[data-field*=sku],.SchemaCard-module__sv2EaG__mobileFieldValue[data-field*=SKU],.SchemaCard-module__sv2EaG__mobileFieldValue[data-field*=request]{letter-spacing:-.01em;color:var(--primary);background:#3b82f60d;border-radius:4px;width:fit-content;max-width:100%;padding:.125rem .25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;display:inline-block}.SchemaCard-module__sv2EaG__cardGrid{gap:.75rem;grid-template-columns:1fr!important}.SchemaCard-module__sv2EaG__schemaCard{padding:1rem}.SchemaCard-module__sv2EaG__cardHeader{flex-direction:column;align-items:stretch;gap:.375rem;margin-bottom:.5rem}.SchemaCard-module__sv2EaG__titleSection{margin-bottom:.375rem}.SchemaCard-module__sv2EaG__cardActions{align-self:flex-end}.SchemaCard-module__sv2EaG__statsContainer{gap:.25rem}.SchemaCard-module__sv2EaG__statBadge{min-width:50px;padding:.25rem .5rem}.SchemaCard-module__sv2EaG__statValue{font-size:.6rem}.SchemaCard-module__sv2EaG__statLabel{font-size:.45rem}.SchemaCard-module__sv2EaG__fieldRow{flex-direction:column;align-items:flex-start;gap:.125rem;padding:.25rem 0}.SchemaCard-module__sv2EaG__fieldLabel{opacity:.7;text-align:left;min-width:0;font-size:.55rem}.SchemaCard-module__sv2EaG__fieldValue{text-align:left;justify-content:flex-start;font-size:.85rem}.SchemaCard-module__sv2EaG__fieldValue[data-field*=Number],.SchemaCard-module__sv2EaG__fieldValue[data-field*=Id],.SchemaCard-module__sv2EaG__fieldValue[data-field*=sku],.SchemaCard-module__sv2EaG__fieldValue[data-field*=SKU],.SchemaCard-module__sv2EaG__fieldValue[data-field*=request]{color:var(--primary);background:#3b82f60d;border-radius:4px;padding:.125rem .25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.SchemaCard-module__sv2EaG__cardBody{gap:.375rem}.SchemaCard-module__sv2EaG__customContent{margin-top:.375rem;padding-top:.375rem}.SchemaCard-module__sv2EaG__cardFooter{margin-top:.5rem;padding-top:.375rem}.SchemaCard-module__sv2EaG__mobileCardFooter{margin-top:.25rem;padding-top:.25rem}}@media (max-width:480px){.SchemaCard-module__sv2EaG__responsiveGrid{width:90vw;max-width:90vw;margin:.25rem auto 0;padding:0}.SchemaCard-module__sv2EaG__schemaCard{border-radius:8px;padding:.75rem}.SchemaCard-module__sv2EaG__cardTitle{font-size:1.05rem}.SchemaCard-module__sv2EaG__cardSubtitle{font-size:.9rem}.SchemaCard-module__sv2EaG__actionButton{width:32px;height:32px}}
.custom-orders-module__1XQdJG__container{background:var(--bg-primary);max-width:100%;height:100%;padding:1.5rem;overflow-x:hidden}.custom-orders-module__1XQdJG__pageHeader{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:.75rem;margin-bottom:1.25rem;padding:.875rem 1.125rem;transition:all .2s;box-shadow:0 4px 16px #00000014,inset 0 1px #ffffff26}.custom-orders-module__1XQdJG__pageHeader:hover{border-color:var(--primary);box-shadow:0 6px 20px #0000001f,inset 0 1px #fff3}.custom-orders-module__1XQdJG__pageHeaderContent{justify-content:space-between;align-items:center;gap:1rem;display:flex}.custom-orders-module__1XQdJG__pageTitle{color:var(--text-primary);align-items:center;gap:.625rem;margin:0;font-size:1.125rem;font-weight:600;display:flex}.custom-orders-module__1XQdJG__pageStats{gap:.625rem;display:flex}.custom-orders-module__1XQdJG__statBadge{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}@media (max-width:768px){.custom-orders-module__1XQdJG__container{padding:.875rem!important}.custom-orders-module__1XQdJG__tableContainer{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:none!important}.custom-orders-module__1XQdJG__tableContainer:before{display:none!important}.custom-orders-module__1XQdJG__pagination{gap:.5rem!important;margin-top:1rem!important}.custom-orders-module__1XQdJG__pageButton{padding:.5rem 1rem!important;font-size:.8rem!important}.custom-orders-module__1XQdJG__pageInfo{font-size:.8rem!important}.custom-orders-module__1XQdJG__emptyState{padding:2rem 1rem!important}.custom-orders-module__1XQdJG__emptyState h3{font-size:1rem!important}.custom-orders-module__1XQdJG__emptyState p{font-size:.8rem!important}.custom-orders-module__1XQdJG__pageHeader{margin-bottom:.875rem!important;padding:.625rem .875rem!important}.custom-orders-module__1XQdJG__pageHeaderContent{flex-direction:column!important;align-items:flex-start!important;gap:.625rem!important}.custom-orders-module__1XQdJG__pageTitle{gap:.5rem!important;font-size:1rem!important}.custom-orders-module__1XQdJG__pageStats{flex-wrap:wrap;gap:.5rem!important}.custom-orders-module__1XQdJG__statBadge{padding:.2rem .5rem!important;font-size:.7rem!important}}.custom-orders-module__1XQdJG__loading{min-height:400px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.custom-orders-module__1XQdJG__spinner{border:3px solid var(--border-muted);border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite custom-orders-module__1XQdJG__spin}@keyframes custom-orders-module__1XQdJG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-orders-module__1XQdJG__filters{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:.75rem;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;padding:.875rem;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 16px #00000014,inset 0 1px #ffffff26}.custom-orders-module__1XQdJG__filters:hover{border-color:var(--primary);box-shadow:0 6px 20px #0000001f,inset 0 1px #fff3}.custom-orders-module__1XQdJG__filterGroup{flex-direction:column;flex:1;gap:.375rem;min-width:160px;display:flex}.custom-orders-module__1XQdJG__filterGroup label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.custom-orders-module__1XQdJG__filterGroup select{border:1px solid var(--border-muted);background:var(--bg-primary);color:var(--text-primary);transition:var(--transition);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.5rem;padding:.625rem .875rem;font-size:.875rem}.custom-orders-module__1XQdJG__filterGroup select:focus{border-color:var(--primary);background:#ffffff05;outline:none;box-shadow:0 0 0 2px #3b82f61a}.custom-orders-module__1XQdJG__filterGroup select:hover{background:#ffffff05;border-color:#3b82f680}@media (max-width:768px){.custom-orders-module__1XQdJG__container .custom-orders-module__1XQdJG__filters{flex-direction:column!important;gap:.375rem!important;margin-bottom:.625rem!important;padding:.625rem!important;display:flex!important}.custom-orders-module__1XQdJG__container .custom-orders-module__1XQdJG__filters .custom-orders-module__1XQdJG__filterGroup{flex-direction:row!important;align-items:center!important;gap:.625rem!important;min-width:auto!important;display:flex!important}.custom-orders-module__1XQdJG__container .custom-orders-module__1XQdJG__filters .custom-orders-module__1XQdJG__filterGroup label{color:var(--text-secondary)!important;text-transform:uppercase!important;letter-spacing:.05em!important;flex-shrink:0!important;min-width:75px!important;margin-bottom:0!important;font-size:.7rem!important;font-weight:600!important}.custom-orders-module__1XQdJG__container .custom-orders-module__1XQdJG__filters .custom-orders-module__1XQdJG__filterGroup select{background:var(--bg-primary)!important;border:1px solid var(--border-light)!important;border-radius:.375rem!important;flex:1!important;min-height:32px!important;padding:.5rem .625rem!important;font-size:.75rem!important}.custom-orders-module__1XQdJG__container .custom-orders-module__1XQdJG__filters .custom-orders-module__1XQdJG__filterGroup select:focus{border-color:var(--primary)!important;box-shadow:0 0 0 2px #3b82f61a!important}}.custom-orders-module__1XQdJG__tableContainer{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:.75rem;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014,inset 0 1px #ffffff26}.custom-orders-module__1XQdJG__tableContainer:hover{border-color:var(--primary);box-shadow:0 6px 20px #0000001f,inset 0 1px #fff3}.custom-orders-module__1XQdJG__table{border-collapse:collapse;background:var(--bg-secondary);table-layout:auto;width:100%}.custom-orders-module__1XQdJG__table colgroup{width:100%}.custom-orders-module__1XQdJG__table col:first-child{min-width:80px;max-width:100px}.custom-orders-module__1XQdJG__table col:nth-child(2){width:70px}.custom-orders-module__1XQdJG__table col:nth-child(3){width:100px}.custom-orders-module__1XQdJG__table col:nth-child(4){min-width:120px}.custom-orders-module__1XQdJG__table col:nth-child(5){min-width:140px}.custom-orders-module__1XQdJG__table col:nth-child(6){min-width:80px;max-width:120px}.custom-orders-module__1XQdJG__table col:nth-child(7){min-width:120px}.custom-orders-module__1XQdJG__table col:nth-child(8){width:50px}.custom-orders-module__1XQdJG__table thead{background:var(--bg-overlay);border-bottom:2px solid var(--border-light)}.custom-orders-module__1XQdJG__table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;padding:.875rem .75rem;font-size:.75rem;font-weight:600}.custom-orders-module__1XQdJG__table td{vertical-align:middle;text-overflow:ellipsis;border-bottom:1px solid #ffffff0d;padding:.875rem .75rem;overflow:hidden}.custom-orders-module__1XQdJG__table tbody tr{transition:var(--transition)}.custom-orders-module__1XQdJG__table tbody tr:hover{background:var(--bg-hover)}.custom-orders-module__1XQdJG__table tbody tr:last-child td{border-bottom:none}.custom-orders-module__1XQdJG__requestNumber{color:var(--primary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;padding:.25rem .625rem;font-size:.8rem;font-weight:600}.custom-orders-module__1XQdJG__typeCell{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.custom-orders-module__1XQdJG__titleCell{max-width:100%}.custom-orders-module__1XQdJG__titleCell strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;line-height:1.3;display:block;overflow:hidden}.custom-orders-module__1XQdJG__titleCell p{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.3}.custom-orders-module__1XQdJG__customerCell{flex-direction:column;gap:.2rem;display:flex}.custom-orders-module__1XQdJG__customerCell strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;overflow:hidden}.custom-orders-module__1XQdJG__customerCell span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.custom-orders-module__1XQdJG__stageBadge{color:#2563eb;text-transform:capitalize;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.05em;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.custom-orders-module__1XQdJG__statusBadge{color:#d97706;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.05em;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:flex}.custom-orders-module__1XQdJG__statusControls select{border:2px solid var(--status-color,var(--border-muted));background:var(--bg-primary);color:var(--status-color,var(--text-primary));cursor:pointer;transition:var(--transition);text-transform:capitalize;border-radius:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600}.custom-orders-module__1XQdJG__statusControls select:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.custom-orders-module__1XQdJG__createdDate{color:var(--text-muted);font-size:.75rem;font-weight:500;line-height:1.3}.custom-orders-module__1XQdJG__actions{justify-content:center;gap:.375rem;display:flex}.custom-orders-module__1XQdJG__actionButton{background:var(--bg-secondary);border:1px solid var(--border-light);width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.custom-orders-module__1XQdJG__actionButton:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f633}.custom-orders-module__1XQdJG__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-secondary);border:1px dashed var(--border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex;box-shadow:0 4px 16px #00000014,inset 0 1px #ffffff26}.custom-orders-module__1XQdJG__emptyState h3{color:var(--text-primary);margin:.75rem 0 .375rem;font-size:1.125rem;font-weight:600}.custom-orders-module__1XQdJG__emptyState p{color:var(--text-secondary);margin:0;font-size:.875rem}.custom-orders-module__1XQdJG__pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.custom-orders-module__1XQdJG__pageButton{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.custom-orders-module__1XQdJG__pageButton:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f633}.custom-orders-module__1XQdJG__pageButton:disabled{opacity:.5;cursor:not-allowed}.custom-orders-module__1XQdJG__pageInfo{color:var(--text-secondary);font-size:.875rem;font-weight:600}.custom-orders-module__1XQdJG__modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.custom-orders-module__1XQdJG__modalContent{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid #3b82f64d;border-radius:1rem;width:100%;max-width:1440px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 20px 60px #3b82f64d}.custom-orders-module__1XQdJG__modalContent:before{content:"";background:var(--primary-gradient);z-index:1;height:3px;position:absolute;top:0;left:0;right:0}.custom-orders-module__1XQdJG__modalHeader{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#3b82f60d;border-bottom:1px solid #3b82f633;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.custom-orders-module__1XQdJG__modalHeaderLeft{flex-direction:column;gap:.5rem;display:flex}.custom-orders-module__1XQdJG__modalTitle{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.custom-orders-module__1XQdJG__requestNumber{background:var(--primary-gradient);color:#fff;border-radius:.5rem;width:fit-content;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.custom-orders-module__1XQdJG__modalHeaderRight{align-items:center;gap:.75rem;display:flex}.custom-orders-module__1XQdJG__editButton,.custom-orders-module__1XQdJG__saveButton,.custom-orders-module__1XQdJG__cancelButton{cursor:pointer;transition:var(--transition);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.custom-orders-module__1XQdJG__editButton{background:var(--primary-gradient);color:#fff;border:1px solid #0000}.custom-orders-module__1XQdJG__editButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.custom-orders-module__1XQdJG__saveButton{color:#059669;background:#10b9811a;border:1px solid #10b9814d}.custom-orders-module__1XQdJG__saveButton:hover:not(:disabled){background:#10b98133;border-color:#10b98166;transform:translateY(-1px)}.custom-orders-module__1XQdJG__saveButton:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.custom-orders-module__1XQdJG__cancelButton{color:#dc2626;background:#ef44441a;border:1px solid #ef44444d}.custom-orders-module__1XQdJG__cancelButton:hover{background:#ef444433;border-color:#ef444466;transform:translateY(-1px)}.custom-orders-module__1XQdJG__editActions{gap:.5rem;display:flex}.custom-orders-module__1XQdJG__closeButton{color:var(--primary);cursor:pointer;transition:var(--transition);background:#3b82f61a;border:1px solid #3b82f64d;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.custom-orders-module__1XQdJG__closeButton:hover{background:#3b82f633;border-color:#3b82f666;transform:scale(1.05)}.custom-orders-module__1XQdJG__summarySection{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.custom-orders-module__1XQdJG__summaryCard{transition:var(--transition);background:#3b82f614;border:1px solid #3b82f640;border-radius:.75rem;padding:1.25rem;position:relative;overflow:hidden}.custom-orders-module__1XQdJG__summaryCard:before{content:"";background:var(--primary-gradient);height:2px;position:absolute;top:0;left:0;right:0}.custom-orders-module__1XQdJG__summaryCard:hover{background:#3b82f61f;border-color:#3b82f659;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f633}.custom-orders-module__1XQdJG__summaryCard h4{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.875rem;font-weight:600;display:flex}.custom-orders-module__1XQdJG__summaryCard p{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.custom-orders-module__1XQdJG__contentGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.custom-orders-module__1XQdJG__contentCard{transition:var(--transition);background:#3b82f60d;border:1px solid #3b82f633;border-radius:.75rem;padding:1.5rem;position:relative}.custom-orders-module__1XQdJG__contentCard:hover{background:#3b82f614;border-color:#3b82f64d;transform:translateY(-1px);box-shadow:0 4px 15px #3b82f626}.custom-orders-module__1XQdJG__contentCard h4{color:var(--primary);border-bottom:1px solid #3b82f633;align-items:center;gap:.5rem;margin:0 0 1rem;padding-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.custom-orders-module__1XQdJG__contentCard p,.custom-orders-module__1XQdJG__contentCard div{color:var(--text-primary);margin-bottom:.5rem;line-height:1.5}.custom-orders-module__1XQdJG__contentCard p:last-child{margin-bottom:0}.custom-orders-module__1XQdJG__contentCard:last-child{background:#3b82f608;border:1px solid #3b82f626;grid-column:1/-1}.custom-orders-module__1XQdJG__fileGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:1rem;display:grid}.custom-orders-module__1XQdJG__fileCard{transition:var(--transition);background:#3b82f61a;border:1px solid #3b82f640;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem;display:flex}.custom-orders-module__1XQdJG__fileCard:hover{background:#3b82f626;border-color:#3b82f659;transform:translateY(-1px)}.custom-orders-module__1XQdJG__fileIcon{color:var(--primary);background:#3b82f633;border-radius:.375rem;flex-shrink:0;padding:.5rem}.custom-orders-module__1XQdJG__fileInfo a:hover{text-decoration:underline}.custom-orders-module__1XQdJG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000;border-radius:.5rem;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.custom-orders-module__1XQdJG__statusBadge.custom-orders-module__1XQdJG__pending{color:#d97706;background:#f59e0b1a;border-color:#f59e0b4d}.custom-orders-module__1XQdJG__statusBadge.custom-orders-module__1XQdJG__inProgress{color:var(--primary);background:#3b82f61a;border-color:#3b82f64d}.custom-orders-module__1XQdJG__statusBadge.custom-orders-module__1XQdJG__completed{color:#059669;background:#10b9811a;border-color:#10b9814d}.custom-orders-module__1XQdJG__statusBadge.custom-orders-module__1XQdJG__cancelled{color:#dc2626;background:#ef44441a;border-color:#ef44444d}.custom-orders-module__1XQdJG__editField{margin-bottom:1rem}.custom-orders-module__1XQdJG__editField label{color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.custom-orders-module__1XQdJG__editInput,.custom-orders-module__1XQdJG__editTextarea{border:1px solid var(--border-muted);background:var(--bg-primary);width:100%;color:var(--text-primary);transition:var(--transition);border-radius:.5rem;padding:.75rem;font-size:.875rem}.custom-orders-module__1XQdJG__editInput:focus,.custom-orders-module__1XQdJG__editTextarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.custom-orders-module__1XQdJG__editInput::-moz-placeholder{color:var(--text-muted)}.custom-orders-module__1XQdJG__editTextarea::-moz-placeholder{color:var(--text-muted)}.custom-orders-module__1XQdJG__editInput::placeholder,.custom-orders-module__1XQdJG__editTextarea::placeholder{color:var(--text-muted)}.custom-orders-module__1XQdJG__editTextarea{resize:vertical;min-height:80px;font-family:inherit}.custom-orders-module__1XQdJG__fileGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.custom-orders-module__1XQdJG__fileCard{background:var(--bg-overlay);border:1px solid var(--border-muted);transition:var(--transition);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;display:flex}.custom-orders-module__1XQdJG__fileCard:hover{border-color:var(--primary);background:var(--bg-hover)}.custom-orders-module__1XQdJG__fileInfo a{color:var(--text-primary);word-break:break-word;margin-bottom:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;display:block}@media (max-width:768px){.custom-orders-module__1XQdJG__modalHeader{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.custom-orders-module__1XQdJG__modalHeaderRight{justify-content:space-between}.custom-orders-module__1XQdJG__summaryCards{grid-template-columns:1fr}.custom-orders-module__1XQdJG__contentGrid{grid-template-columns:1fr;gap:1rem}.custom-orders-module__1XQdJG__contentCard,.custom-orders-module__1XQdJG__modal{padding:1rem}.custom-orders-module__1XQdJG__modalContent{max-height:95vh}.custom-orders-module__1XQdJG__modalBody{padding:1rem}}.custom-orders-module__1XQdJG__orderHeader{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:1rem;margin-bottom:1rem;padding:1rem}.custom-orders-module__1XQdJG__orderMeta{margin-bottom:.75rem}.custom-orders-module__1XQdJG__orderMeta h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.custom-orders-module__1XQdJG__orderMeta .custom-orders-module__1XQdJG__requestNumber{background:var(--primary-gradient);color:#fff;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.custom-orders-module__1XQdJG__orderChips{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.custom-orders-module__1XQdJG__orderChipsLeft{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.custom-orders-module__1XQdJG__orderChipsRight{flex-direction:column;gap:.5rem;min-width:200px;display:flex}.custom-orders-module__1XQdJG__equipmentChip,.custom-orders-module__1XQdJG__stageChip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition);border:1px solid #ffffff4d;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 2px 8px #0000001a,inset 0 1px #fff3}.custom-orders-module__1XQdJG__equipmentChip{color:var(--primary);background:#3b82f633;border:1px solid #3b82f64d}.custom-orders-module__1XQdJG__equipmentChip:hover{background:#3b82f64d;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d,inset 0 1px #ffffff4d}.custom-orders-module__1XQdJG__stageChip{background:rgba(var(--stage-color),.2);color:var(--stage-color);border:1px solid rgba(var(--stage-color),.3)}.custom-orders-module__1XQdJG__stageChip:hover{background:rgba(var(--stage-color),.3);box-shadow:0 4px 12px rgba(var(--stage-color),.3),inset 0 1px 0 #ffffff4d;transform:translateY(-1px)}.custom-orders-module__1XQdJG__statusManagement{flex-direction:column;gap:.375rem;display:flex}.custom-orders-module__1XQdJG__statusManagement label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.custom-orders-module__1XQdJG__statusManagement select{border:2px solid var(--border-muted);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:var(--transition);text-transform:capitalize;border-radius:.375rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600}.custom-orders-module__1XQdJG__statusManagement select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #3b82f61a}.custom-orders-module__1XQdJG__detailsGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.custom-orders-module__1XQdJG__section{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:1rem;padding:.5rem}.custom-orders-module__1XQdJG__section h4{color:var(--text-primary);border-bottom:2px solid var(--border-light);align-items:center;gap:.75rem;margin:0 0 .5rem;padding-bottom:.25rem;font-size:1.125rem;font-weight:600;display:flex}.custom-orders-module__1XQdJG__contactInfo{flex-direction:column;gap:.375rem;display:flex}.custom-orders-module__1XQdJG__contactItem{background:var(--bg-overlay);color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.75rem;padding:.25rem;font-weight:500;display:flex}.custom-orders-module__1XQdJG__projectDetails p{color:var(--text-secondary);margin-bottom:.375rem;line-height:1.4}.custom-orders-module__1XQdJG__projectDetails strong{color:var(--text-primary);font-weight:600}.custom-orders-module__1XQdJG__detailItem{background:var(--bg-overlay);color:var(--text-primary);border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.25rem;font-weight:500;display:flex}.custom-orders-module__1XQdJG__additionalDetails{background:var(--bg-overlay);border-radius:.75rem;margin-top:.375rem;padding:.375rem}.custom-orders-module__1XQdJG__additionalDetails p{margin:0;line-height:1.4}.custom-orders-module__1XQdJG__additionalDetails p:first-child{margin-bottom:.25rem}.custom-orders-module__1XQdJG__fileList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.375rem;display:grid}.custom-orders-module__1XQdJG__fileItem{background:var(--bg-overlay);border:1px solid var(--border-light);transition:var(--transition);border-radius:.75rem;align-items:center;gap:.5rem;padding:.375rem;display:flex}.custom-orders-module__1XQdJG__fileItem:hover{border-color:var(--primary);background:var(--bg-hover)}.custom-orders-module__1XQdJG__fileIcon{background:var(--primary-gradient);color:#fff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.custom-orders-module__1XQdJG__fileInfo{flex:1;min-width:0}.custom-orders-module__1XQdJG__fileInfo a{color:var(--text-primary);word-break:break-word;margin-bottom:.25rem;font-weight:500;text-decoration:none;display:block}.custom-orders-module__1XQdJG__fileInfo a:hover{color:var(--primary)}.custom-orders-module__1XQdJG__fileSize{color:var(--text-muted);font-size:.75rem}.custom-orders-module__1XQdJG__statusSection{display:none}.custom-orders-module__1XQdJG__section:nth-child(3),.custom-orders-module__1XQdJG__section:nth-child(4){grid-column:1/-1}@media (max-width:1200px){.custom-orders-module__1XQdJG__table col:nth-child(4){min-width:100px}.custom-orders-module__1XQdJG__table col:nth-child(5){min-width:120px}.custom-orders-module__1XQdJG__table col:nth-child(7){min-width:100px}}@media (max-width:768px){.custom-orders-module__1XQdJG__container{padding:1rem}.custom-orders-module__1XQdJG__filters{flex-direction:column;gap:1rem}.custom-orders-module__1XQdJG__filterGroup{min-width:auto}.custom-orders-module__1XQdJG__table th,.custom-orders-module__1XQdJG__table td{padding:1rem .5rem}.custom-orders-module__1XQdJG__table col:first-child{min-width:60px;max-width:80px}.custom-orders-module__1XQdJG__table col:nth-child(4){min-width:80px}.custom-orders-module__1XQdJG__table col:nth-child(5){min-width:100px}.custom-orders-module__1XQdJG__table col:nth-child(7){min-width:80px}.custom-orders-module__1XQdJG__modal{padding:1rem}.custom-orders-module__1XQdJG__modalContent{max-height:95vh}.custom-orders-module__1XQdJG__modalHeader,.custom-orders-module__1XQdJG__modalBody{padding:1.5rem}.custom-orders-module__1XQdJG__detailsGrid{grid-template-columns:1fr;gap:.5rem}.custom-orders-module__1XQdJG__orderHeader{padding:.75rem}.custom-orders-module__1XQdJG__orderChips{flex-direction:column;align-items:stretch;gap:1rem}.custom-orders-module__1XQdJG__orderChipsLeft{justify-content:center}.custom-orders-module__1XQdJG__orderChipsRight{min-width:auto}.custom-orders-module__1XQdJG__fileList{grid-template-columns:1fr}}.custom-orders-module__1XQdJG__equipmentGlass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);text-align:center;white-space:nowrap;transition:var(--transition);background:#3b82f61a;border:1px solid #3b82f633;border-radius:.5rem;justify-content:center;align-items:center;margin:0 auto;padding:.375rem .5rem;font-size:.75rem;font-weight:600;display:flex;box-shadow:0 2px 8px #3b82f61a}.custom-orders-module__1XQdJG__equipmentGlass:hover{background:#3b82f626;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.custom-orders-module__1XQdJG__stageGlass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary);text-align:center;white-space:nowrap;transition:var(--transition);background:#3b82f61a;border:1px solid #3b82f633;border-radius:.5rem;justify-content:center;align-items:center;margin:0 auto;padding:.375rem .5rem;font-size:.75rem;font-weight:600;display:flex;box-shadow:0 2px 8px #3b82f61a}.custom-orders-module__1XQdJG__stageGlass:hover{background:#3b82f626;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.custom-orders-module__1XQdJG__equipmentBadge,.custom-orders-module__1XQdJG__stageBadge{display:none}.custom-orders-module__1XQdJG__closeButton{background:var(--bg-overlay);border:1px solid var(--border-muted);width:2.5rem;height:2.5rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.custom-orders-module__1XQdJG__closeButton:hover{background:var(--error);color:#fff;border-color:var(--error)}.custom-orders-module__1XQdJG__modalBody{max-height:calc(90vh - 120px);padding:1.5rem 2rem 2rem;overflow-y:auto}.custom-orders-module__1XQdJG__editSelect{width:100%;color:var(--text-primary);transition:var(--transition);cursor:pointer;appearance:none;background:#3b82f60d url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzY2N0VFQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+) right .75rem center/12px 8px no-repeat;border:1px solid #3b82f64d;border-radius:.5rem;padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;font-weight:500}.custom-orders-module__1XQdJG__editSelect:focus{border-color:var(--primary);background-color:#3b82f614;outline:none;box-shadow:0 0 0 3px #3b82f61a}.custom-orders-module__1XQdJG__editSelect:hover{background-color:#3b82f614;border-color:#3b82f666}.custom-orders-module__1XQdJG__editSelect option{background:var(--bg-primary);color:var(--text-primary);padding:.5rem}.custom-orders-module__1XQdJG__editFields{flex-direction:column;gap:1rem;display:flex}.custom-orders-module__1XQdJG__editField{flex-direction:column;gap:.5rem;display:flex}.custom-orders-module__1XQdJG__editField label{color:var(--primary);font-size:.875rem;font-weight:600}.custom-orders-module__1XQdJG__editInput{color:var(--text-primary);transition:var(--transition);background:#3b82f60d;border:1px solid #3b82f64d;border-radius:.5rem;padding:.75rem;font-size:.875rem}.custom-orders-module__1XQdJG__editInput:focus{border-color:var(--primary);background:#3b82f614;outline:none;box-shadow:0 0 0 3px #3b82f61a}.custom-orders-module__1XQdJG__editTextarea{color:var(--text-primary);transition:var(--transition);resize:vertical;background:#3b82f60d;border:1px solid #3b82f64d;border-radius:.5rem;min-height:80px;padding:.75rem;font-family:inherit;font-size:.875rem}.custom-orders-module__1XQdJG__editTextarea:focus{border-color:var(--primary);background:#3b82f614;outline:none;box-shadow:0 0 0 3px #3b82f61a}.custom-orders-module__1XQdJG__adminInfo{flex-direction:column;gap:.75rem;display:flex}.custom-orders-module__1XQdJG__adminNotesSection{background:#3b82f60d;border:1px solid #3b82f633;border-radius:.5rem;margin-top:.5rem;padding:1rem}.custom-orders-module__1XQdJG__adminNotesSection strong{color:var(--primary);margin-bottom:.5rem;font-weight:600;display:block}.custom-orders-module__1XQdJG__adminNotesSection p{color:var(--text-primary);margin:0;line-height:1.5}.custom-orders-module__1XQdJG__emptyState{color:var(--text-secondary);text-align:center;background:#3b82f608;border:1px dashed #3b82f633;border-radius:.5rem;padding:1rem;font-style:italic}@media (max-width:768px){.custom-orders-module__1XQdJG__modal{padding:1rem}.custom-orders-module__1XQdJG__modalContent{max-height:95vh}.custom-orders-module__1XQdJG__modalHeader{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 1.5rem}.custom-orders-module__1XQdJG__modalHeaderLeft{text-align:center;align-items:center}.custom-orders-module__1XQdJG__modalHeaderRight{flex-wrap:wrap;justify-content:center}.custom-orders-module__1XQdJG__editActions{order:-1;justify-content:center}.custom-orders-module__1XQdJG__editButton,.custom-orders-module__1XQdJG__saveButton,.custom-orders-module__1XQdJG__cancelButton{padding:.625rem 1rem;font-size:.8rem}.custom-orders-module__1XQdJG__modalBody{padding:1.5rem}.custom-orders-module__1XQdJG__summarySection,.custom-orders-module__1XQdJG__contentGrid,.custom-orders-module__1XQdJG__fileGrid{grid-template-columns:1fr}.custom-orders-module__1XQdJG__editFields{gap:.75rem}.custom-orders-module__1XQdJG__editInput,.custom-orders-module__1XQdJG__editTextarea,.custom-orders-module__1XQdJG__editSelect{padding:.625rem;font-size:.875rem}}
