:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#faf8f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}#root{min-height:100vh}.appShell{min-height:100vh;display:flex;flex-direction:row;background-color:#faf8f7}.appSidebar{width:260px;display:flex;flex-direction:column;padding:24px 0 24px 24px;flex-shrink:0;transition:transform .3s ease;z-index:50;background:#faf8f7}.mobileMenuBtn{display:none;background:transparent;border:none;padding:8px;cursor:pointer;color:#1a1a1a;margin-right:auto}.sidebarCloseBtn{display:none;position:absolute;top:16px;right:16px;background:transparent;border:none;padding:6px;cursor:pointer;color:#6b6560;border-radius:6px;transition:background .2s ease,color .2s ease}.sidebarCloseBtn:hover{background:#f5f0ee;color:#4d3930}.mobileBrandName{display:none;font-weight:700;font-size:17px;color:#4d3930;letter-spacing:-.3px;flex:1;text-align:center}.mobileBackdrop{position:fixed;inset:0;background:#00000080;z-index:40;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.mobileBackdrop.open{opacity:1;visibility:visible;pointer-events:auto}@media(max-width:1024px){.appShell{position:relative}.appSidebar{position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0000001a}.appSidebar.open{transform:translate(0)}.mobileMenuBtn,.sidebarCloseBtn{display:flex;align-items:center;justify-content:center}.appBrand{padding-right:40px}.mobileBrandName{display:block}.appMainContent{margin:0;border-radius:0;width:100%;padding:16px;overflow:visible}.appHeader{justify-content:space-between;padding-bottom:12px}}.appBrand{font-weight:800;font-size:22px;margin-bottom:32px;padding-right:24px;color:#4d3930;letter-spacing:-.5px}.appNav{display:flex;flex-direction:column;gap:4px;flex:1}.appNavLink{padding:12px 16px;border-radius:8px 0 0 8px;color:#6b6560;font-weight:500;transition:all .2s ease;display:flex;align-items:center;font-size:15px;margin-right:-1px}.appNavLink:hover{background:#f5f0ee;color:#1a1a1a}.appNavLink.active{background:#4d3930;color:#fff;font-weight:600}.appMainContent{flex:1;background:#faf8f7;display:flex;flex-direction:column;min-height:100vh;padding:24px 32px;border-top-left-radius:30px;border-bottom-left-radius:30px;box-shadow:-4px 0 20px #00000005;margin:10px 10px 10px 0;overflow:hidden}.appHeader{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:0 0 20px;background:transparent;border-bottom:none}.appUser{display:flex;align-items:center;gap:12px;background:#fff9;padding:6px 6px 6px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.appUserName{color:#1a1a1a;font-size:14px;font-weight:500}.appMain{flex:1;max-width:1400px;width:100%;margin:0}.pageTitle{margin:0 0 8px;font-size:22px}.pageText{margin:0 0 16px;color:#6b6560}.pageTextTight{margin:0}.itemCardStatic{cursor:default}.selectImageControls{display:flex;gap:8px;align-items:center;justify-content:center}.smallButton{padding:4px 8px;font-size:12px;line-height:1.2}.selectImageGrid{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.selectImageTile{width:160px;border-radius:8px;border:1px solid #e8e3e0;overflow:hidden;background:#faf8f7;display:flex;flex-direction:column}.selectImageTileMedia{width:100%;height:180px;display:flex;align-items:center;justify-content:center;background:#f0edeb}.selectImageTileMedia img{width:100%;height:100%;object-fit:contain}.selectImageTileControls{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px;border-top:1px solid #e8e3e0;background:#fff}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.preWrap{margin:8px 0 0;white-space:pre-wrap}.filterBar{display:flex;flex-wrap:wrap;gap:10px;align-items:end;margin-bottom:12px}.filterBarTop{align-items:center}.filterBreak{flex-basis:100%;height:0}.filterClearButton{margin-left:auto}.filterField{display:flex;flex-direction:column;gap:6px}.filterLabel{font-size:12px;color:#6b6560}.modalSection{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:12px 14px;box-shadow:0 1px 3px #0000000d;margin-bottom:12px}.modalSectionHeader{display:flex;align-items:center;gap:8px;justify-content:space-between;margin-bottom:10px}.sectionHeaderLeft{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.smallCapsSelect{font-variant:small-caps}.fieldError{color:#b42318;font-size:12px;margin-top:4px}.phoneRow{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.addressBlock{border:1px solid #e8e3e0;border-radius:10px;padding:12px;background:#fff;box-shadow:0 1px 3px #0000000f;margin-bottom:12px}.addressRowHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.addressRowActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.addressGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.countrySelect{min-width:190px}.primaryRadio{width:110px}.removeContactButton{border:none;background:none;color:#b42318;cursor:pointer;padding:6px 8px;border-radius:6px;align-self:flex-end;transition:background .2s ease,color .2s ease}.removeContactButton:hover{background:#f8d7da;color:#8a1c10}.radioRow{display:flex;align-items:center;gap:6px;margin-top:6px}.mrAuto{margin-right:auto}.appSelect,.appInput{border-radius:10px;border:1px solid #e8e3e0;background:#fff;padding:8px 10px}.mt10{margin-top:10px}.mt12{margin-top:12px}.mb10{margin-bottom:10px}.mt16{margin-top:16px}.mt8{margin-top:8px}.mb8{margin-bottom:8px}.mb16{margin-bottom:16px}.ml12{margin-left:12px}.m0{margin:0}.flexColumn{display:flex;flex-direction:column;gap:12px}.flexRow{display:flex;gap:12px}.flex1{flex:1}.resizeVertical{resize:vertical}.clickable{cursor:pointer}.textSecondary{color:#6b6560}.accentLink{color:#4d3930;transition:color .2s ease}.accentLink:hover{color:#6b5248}.priceTag{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:600;color:#4d3930}.filterChip{background:transparent;border:none;padding:0;color:#4d3930;text-decoration:underline dotted;font-weight:600;cursor:pointer}.filterChip:hover{color:#6b5248}.filterChip:focus-visible{outline:2px solid #4d3930;outline-offset:2px}.cardAmountRow{display:flex;align-items:baseline;gap:6px;margin-top:4px}.orDivider{text-align:center;padding:8px;color:#6b6560}.productsGrid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:820px){.productsGrid{grid-template-columns:1fr 1fr}}@media(min-width:1120px){.productsGrid{grid-template-columns:1fr 1fr 1fr}}.productsGrid.productsGridEpisode{grid-template-columns:1fr}@media(min-width:720px){.productsGrid.productsGridEpisode{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.productsGrid.productsGridEpisode{grid-template-columns:1fr 1fr 1fr}}@media(min-width:1400px){.productsGrid.productsGridEpisode{grid-template-columns:1fr 1fr 1fr 1fr}}.productsGrid.productsList{grid-template-columns:1fr}@media(min-width:720px){.productsGrid.productsList .itemCard{display:grid;grid-template-columns:fit-content(360px) 1fr;column-gap:6px;row-gap:6px;align-items:start}.productsGrid.productsList .itemCardTitle{grid-column:1;grid-row:1;margin-bottom:0}.productsGrid.productsList .itemCardBody{grid-column:1;grid-row:2}.productsGrid.productsList .photoStrip,.productsGrid.productsList .thumbPlaceholder{grid-column:2;grid-row:1 / span 2;margin-top:0}.productsGrid.productsList .photoMeta{grid-column:1 / -1}}.photoViewer{display:flex;align-items:center;gap:8px;margin-top:10px}.photoStrip{display:flex;align-items:center;gap:8px;margin-top:10px;justify-content:flex-start}.photoStripViewport{flex:1;overflow:hidden}.photoStripTrack{display:flex;align-items:center}.photoThumbItem{width:110px;flex:0 0 auto}.photoThumb{width:110px;height:140px;border-radius:8px;border:1px solid #e8e3e0;background:#f0edeb;object-fit:contain;display:block}.photoThumbCaption{margin-top:4px;font-size:12px;color:#4d3930;text-align:center;line-height:1.2;display:flex;flex-direction:column;gap:2px}.photoNavButton{padding:6px 10px;line-height:1}.photoFrame{position:relative;flex:1;height:260px;border-radius:8px;border:1px solid #e8e3e0;overflow:hidden;background:#f0edeb;display:flex;align-items:center;justify-content:center}.photoFrame img{width:100%;height:100%;object-fit:contain}.photoStatusDot{position:absolute;top:10px;right:10px;width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.9);box-shadow:0 1px 3px #0003;z-index:1}.photoMeta{margin-top:8px;font-size:12px;color:#9c9590}.appButton{border-radius:8px;border:1px solid #e8e3e0;background:#fff;padding:8px 12px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.appButton:hover:not(:disabled){background:#f5f0ee;border-color:#4d3930;box-shadow:0 1px 3px #0000001a}.primaryButton{border-radius:8px;border:1px solid #4d3930;background:#4d3930;color:#fff;padding:8px 12px;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.primaryButton:hover:not(:disabled){background:#6b5248;box-shadow:0 1px 3px #0000001a;transform:translateY(-1px)}.appButton:disabled,.primaryButton:disabled{opacity:.6;cursor:not-allowed}.textLinkButton{background:none;border:none;color:#4d3930;text-decoration:underline;cursor:pointer;padding:0;font:inherit;transition:color .2s ease}.textLinkButton:hover{color:#6b5248}.pageCenter{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px}.panel{width:100%;max-width:420px;background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}.panelTitle{margin:0 0 6px;font-size:20px}.panelSubtitle{margin:0 0 14px;color:#6b6560}.errorBox{margin:12px 0;padding:10px 12px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.warningBox{margin:12px 0;padding:10px 12px;border-radius:10px;border:1px solid #fcd34d;background:#fff8dc;color:#92400e}.infoBox{margin:12px 0;padding:10px 12px;border-radius:10px;border:1px solid #e8e3e0;background:#f5f0ee;color:#4d3930}.grid2{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:920px){.grid2{grid-template-columns:1fr 1fr}.gridSpan2{grid-column:1 / -1}}.column{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a}.sectionTop{margin-top:16px}.sectionTitle{margin:0 0 10px;font-size:16px}.fileHistorySection{margin-top:16px;background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a}.fileHistorySectionHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.fileHistoryRefreshButton{display:inline-flex;align-items:center;gap:6px;font-size:14px}.fileHistoryRefreshIcon{flex-shrink:0}.fileHistorySkeletonRow td{padding:10px 8px}.fileHistorySkeleton{height:16px;background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:fileHistorySkeletonPulse 1.5s ease-in-out infinite;border-radius:4px}@keyframes fileHistorySkeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.productSkeletonCard{pointer-events:none;cursor:default}.productSkeletonThumb{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:fileHistorySkeletonPulse 1.5s ease-in-out infinite;border-radius:4px}.productSkeletonLine{margin-bottom:6px}.fileHistoryFilters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:end;margin-bottom:12px}.fileHistoryFilterField{display:flex;flex-direction:column;gap:4px}.fileHistoryFilterLabel{font-size:12px;color:#6b6560}.fileHistoryClearFiltersButton{justify-self:start}.fileHistoryLoading{display:inline-flex;align-items:center;gap:8px;color:#6b6560}.inlineSpinner{width:14px;height:14px;border-radius:50%;border:2px solid #d9d3cf;border-top-color:#4d3930;animation:fileHistorySpinner .8s linear infinite}@keyframes fileHistorySpinner{to{transform:rotate(360deg)}}.fileHistoryTableWrap{overflow-x:auto}.fileHistoryTable{width:100%;border-collapse:collapse}.fileHistoryTable th,.fileHistoryTable td{text-align:left;padding:10px 8px;border-bottom:1px solid #f1ece9;font-size:14px}.fileHistoryTable th{color:#4d3930;font-weight:600}.fileHistoryCellText{display:inline-block;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.sortableHeader{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:inherit;font:inherit;font-weight:inherit;cursor:pointer;padding:0}.sortableHeader:hover{color:#6b4e41}@media(max-width:960px){.fileHistoryFilters{grid-template-columns:1fr}}.fileHistoryPagination{margin-top:12px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.fileHistoryStatusBadge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600}.fileHistoryStatusProcessed{color:#166534;background:#dcfce7}.fileHistoryStatusFailed{color:#991b1b;background:#fee2e2}.fileHistoryStatusProcessing{color:#9a3412;background:#ffedd5}.fileHistoryStatusReceived{color:#1d4ed8;background:#dbeafe}.fileHistoryStatusCancelled{color:#374151;background:#e5e7eb}.fileHistoryStatusDefault{color:#4b5563;background:#f3f4f6}.customerStatusBadge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:600}.customerStatusActive{color:#166534;background:#dcfce7}.customerStatusInactive{color:#374151;background:#e5e7eb}.customerStatusBlocked{color:#991b1b;background:#fee2e2}.customerStatusSuspended{color:#9a3412;background:#ffedd5}.customerStatusDeceased,.customerStatusDefault{color:#4b5563;background:#f3f4f6}.contactGroup{display:flex;flex-direction:column;gap:4px}.contactGroupRow{display:flex;align-items:center;gap:6px;font-size:13px;color:#1a1a1a;flex-wrap:wrap}.contactChannelBadge{display:inline-block;padding:1px 5px;border-radius:4px;font-size:11px;font-weight:600;background:#f5f0ee;color:#4d3930;text-transform:uppercase;letter-spacing:.03em}.contactTypeMeta{color:#6b6560;font-size:12px}.contactPrimaryBadge{display:inline-block;padding:1px 5px;border-radius:4px;font-size:10px;font-weight:600;background:#4d3930;color:#fff;letter-spacing:.02em}.addressCellMain{font-size:13px;color:#1a1a1a}.addressCellMeta{font-size:12px;color:#6b6560;margin-top:2px}.customersPage{width:100%}.fileHistoryDownloadButton{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:#4d3930;border:1px solid #e8e3e0;background:#fff;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.fileHistoryDownloadButton:hover{color:#6b5248;border-color:#d9d3cf;background:#f5f0ee}.fileHistoryDownloadButtonDisabled{color:#b5ada8;border-color:#ece8e6;background:#f8f6f4;cursor:not-allowed}.fileHistoryDownloadIcon{flex-shrink:0}.cardList{display:flex;flex-direction:column;gap:10px}.itemCard{width:100%;text-align:left;padding:12px;border-radius:8px;border:1px solid #e8e3e0;background:#fff;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease,transform .2s ease}.itemCard:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.itemCardSelected{border-color:#4d3930;background:#f5f0ee}.itemCardTitle{font-weight:600;margin-bottom:6px;color:#1a1a1a}.itemCardIdentity{margin-top:10px;margin-bottom:8px}.itemCardBody{color:#6b6560;font-size:14px}.itemCardMeta{color:#6b6560;font-size:13px;margin-top:6px}.itemCardMetaTertiary{color:#9c9590}.itemCardPrice{color:#4d3930;font-weight:600;margin-top:10px}.thumbRow{display:flex;gap:8px;margin-top:8px}.thumb{width:52px;height:104px;border-radius:8px;border:1px solid #e8e3e0;overflow:hidden;background:#f0edeb;display:flex;align-items:center;justify-content:center}.thumb img{width:100%;height:100%;object-fit:contain}.thumbPlaceholder{font-size:10px;color:#9c9590;padding:4px;text-align:center}.emptyState{color:#9c9590;font-size:14px;padding:8px 0}.backendResultsLabel{color:#6d6760;font-size:13px;font-weight:500;padding:4px 0}.pairList{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a}.pairRow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #f0edeb}.pairRow:last-child{border-bottom:none}.pairText{color:#6b6560}.orderList{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000001a}.orderRow{display:flex;flex-direction:column;gap:12px;padding:12px 0;border-bottom:1px solid #f0edeb}.orderRow:last-child{border-bottom:none}@media(min-width:920px){.orderRow{flex-direction:row;align-items:flex-start;justify-content:space-between}}.orderMain{flex:1;min-width:0}.orderHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.orderTitle{font-weight:600;color:#1a1a1a}.orderStatus{display:flex;align-items:center}.statusPill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid #e8e3e0;background:#faf8f7;color:#6b6560;font-size:12px}.orderMeta{margin-top:8px;display:flex;flex-direction:column;gap:4px;color:#6b6560;font-size:14px}.orderItems{margin-top:10px}.orderItemsTitle{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.orderItemsRow{display:flex;flex-wrap:wrap;gap:10px}.miniCard{border:1px solid #e8e3e0;border-radius:8px;background:#fff;padding:10px;min-width:220px;display:flex;gap:10px;align-items:stretch;box-shadow:0 1px 3px #0000001a}.miniCardHeader{display:flex;gap:10px;align-items:flex-start}.miniCardContent{flex:1;min-width:0}.miniCardMedia{width:56px;align-self:stretch;height:auto;min-height:104px;border-radius:10px;border:1px solid #e8e3e0;overflow:hidden;background:#f0edeb;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.miniCardMediaButton{border:none;background:transparent;padding:0;width:100%;height:100%;display:flex;align-items:stretch;justify-content:center;cursor:pointer}.miniCardMedia img{width:100%;height:100%;object-fit:contain;object-position:center}.imageModalOverlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#4d3930;z-index:50}.imageModal{width:100%;max-width:960px;max-height:90vh;background:#fff;border:1px solid #e8e3e0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.imageModalHeader{padding:10px;display:flex;justify-content:flex-end;border-bottom:1px solid #e8e3e0}.imageModalBody{padding:10px;display:flex;align-items:center;justify-content:center;min-height:200px}.imageModalBody img{max-width:100%;max-height:calc(90vh - 70px);object-fit:contain}.miniCardNoImage{font-size:12px;color:#9c9590;text-align:center;padding:4px}.miniCardTitle{font-weight:600;color:#1a1a1a;margin-bottom:6px;font-size:14px}.miniCardBody{color:#6b6560;font-size:13px;display:flex;flex-direction:column;gap:2px}.orderActions{display:flex;flex-wrap:wrap;gap:10px}.ordersGridWrap{margin-top:12px;overflow-x:auto;border:1px solid #e8e3e0;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000001a}.ordersGridTable{width:100%;border-collapse:collapse;min-width:760px}.ordersGridTable th,.ordersGridTable td{padding:10px 12px;border-bottom:1px solid #f0edeb;text-align:left;vertical-align:top}.ordersGridTable th{background:#faf8f7;color:#6b6560;font-size:13px;font-weight:600}.ordersGridTable tbody tr:last-child td{border-bottom:none}.ordersCustomerName{font-weight:600;color:#1a1a1a}.ordersCustomerContact{color:#6b6560;margin-top:2px}.ordersBarcodeCell{vertical-align:top}.ordersBarcodeEntry{font-family:ui-monospace,Cascadia Code,Source Code Pro,monospace;font-size:12px;color:#4d3930;line-height:1.7}.orderStatusBadge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1.5px solid #d9d3cf;font-size:12px;font-weight:600;white-space:nowrap}.ordersPagination{margin-top:12px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ordersTableHeaderClickable{cursor:pointer;-webkit-user-select:none;user-select:none}.ordersTableHeaderClickable:hover{background:#f0edeb}.ordersColumnTogglePanel{margin-bottom:12px;padding:12px;background:#faf8f7;border:1px solid #e8e3e0;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px}.ordersColumnToggleLabel{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:#1a1a1a}.ordersColumnToggleLabel input[type=checkbox]{cursor:pointer}.ordersOrderIdLink{border:none;background:transparent;color:#4d3930;font:inherit;font-weight:600;cursor:pointer;text-decoration:underline;padding:0}.ordersOrderIdLink:hover{color:#2d2019}.ordersActionColumnHeader{text-align:right!important}.ordersActionCell{text-align:right!important;white-space:nowrap}.ordersCancelButton{border-color:#f4c7c3;background:#fff5f4;color:#b42318;font-weight:600}.ordersCancelButton:hover:not(:disabled){background:#fee7e5;border-color:#e8a8a2;color:#8f1b13}.workflowPage{min-height:100vh;padding:16px 24px 28px;background:#faf8f7}.workflowTopBar{position:sticky;top:0;z-index:15;display:flex;justify-content:space-between;align-items:center;gap:12px;margin:-16px -24px 16px;padding:12px 24px;background:#fff;border-bottom:1px solid #e8e3e0}.workflowTopBarOrder{font-weight:700;color:#4d3930}.workflowTopBarUser{font-size:14px;color:#6b6560}.workflowOrderCard{padding:16px;border:1px solid #e8e3e0;border-radius:10px;background:#fff;box-shadow:0 1px 3px #00000012}.workflowOrderCardHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.workflowOrderHeaderActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.workflowPageTitle{margin-bottom:14px}.workflowWorkflowType{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#4d3930;background:#f5f0ee;border:1px solid #e8e3e0;border-radius:999px;padding:5px 10px}.workflowOrderCompactGrid{display:grid;grid-template-columns:1fr 1.5fr 1fr 1.5fr;gap:0;border:1px solid #e8e3e0;border-radius:8px;overflow:hidden;margin-top:12px}.workflowOrderCompactCol{padding:12px 14px;border-right:1px solid #e8e3e0;display:flex;flex-direction:column;gap:10px}.workflowOrderCompactCol:last-child{border-right:none}.workflowOrderCompactColProducts .workflowBarcodeList{flex-direction:column;flex-wrap:nowrap;gap:6px}.workflowOrderCompactColAddress .workflowMetaValue{white-space:pre-line;line-height:1.5}.workflowCompactRow{display:flex;flex-direction:column;gap:2px}.workflowCancelPanel{margin:0 0 14px;padding:10px 12px;border:1px solid #e8e3e0;border-radius:8px;background:#faf8f7}.workflowCancelReasonSelect{min-width:220px}.workflowCancelActions{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.workflowAdvanceStepLink{margin-top:10px;border-color:#c8841a;color:#c8841a}.workflowAdvanceStepPanel{margin:10px 0 0;padding:10px 12px;border:1px solid #e8c896;border-radius:8px;background:#fdf6ec}.workflowAdvanceStepActions{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.workflowMetaLabel{font-size:12px;color:#9c9590;text-transform:uppercase;font-weight:700;letter-spacing:.4px;margin-bottom:2px}.workflowMetaValue{color:#1a1a1a}.workflowBarcodeList{display:flex;flex-wrap:wrap;gap:10px}.workflowBarcodeItem{display:inline-flex;align-items:center;gap:8px}.workflowBarcodePlaceholder{display:inline-flex;align-items:center;justify-content:center;width:44px;height:28px;border-radius:6px;border:1px dashed #cfcbc8;background:#faf8f7;color:#9c9590;font-size:10px;font-weight:700}.workflowBarcodePill{display:inline-flex;align-items:center;border:1px solid #ddd5d1;background:#f5f0ee;color:#4d3930;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.workflowStepsSection{margin-top:16px;display:flex;flex-direction:column;gap:12px}.workflowWaitlistedNotice{margin:16px 0;padding:12px 16px;background:#fff4df;border:1.5px solid #c8841a;border-radius:8px;color:#7a4e00;font-size:14px}.workflowStepCard{padding:14px;border:1px solid #e8e3e0;border-radius:10px;background:#fff}.workflowStepInProgress{border-color:#4d3930;box-shadow:0 0 0 1px #4d393033}.workflowStepPending{opacity:.7}.workflowStepHeader{display:flex;align-items:center;gap:10px;margin-bottom:10px}.workflowStepIndex{width:28px;height:28px;border-radius:999px;background:#f5f0ee;border:1px solid #ddd5d1;color:#4d3930;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.workflowStepHeadingText{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.workflowStepTitle{font-size:16px;font-weight:600;color:#1a1a1a}.workflowStepStatus{color:#6b6560;font-size:13px;font-weight:600}.workflowTaskList{display:flex;flex-direction:column;gap:8px}.workflowTaskRow{border:1px solid #f0edeb;border-radius:8px;padding:10px}.workflowTaskToggle{width:100%;border:none;background:transparent;padding:0;cursor:pointer;text-align:left}.workflowTaskToggle:disabled{cursor:default}.workflowTaskMain{display:flex;align-items:center;justify-content:space-between;gap:12px}.workflowTaskType{font-weight:600;color:#1a1a1a}.workflowTaskMetadata{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.workflowTaskMetaPill{font-size:12px;color:#6b6560;background:#faf8f7;border:1px solid #ece7e4;border-radius:999px;padding:4px 10px}.workflowTaskExpanded{margin-top:10px;border-top:1px solid #f0edeb;padding-top:10px}.workflowTaskUploader{margin-bottom:10px}.workflowTaskUploadControls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.workflowTaskFileInput{display:block}.workflowTaskCommentLabel{display:inline-block;margin-bottom:6px;font-size:12px;color:#6b6560;font-weight:600}.workflowTaskCommentBox{width:100%}.workflowTaskActions{margin-top:10px;display:flex;align-items:center;gap:8px}.workflowTaskReadonly{display:flex;flex-direction:column;gap:8px}.workflowReadonlyBadge{width:fit-content}.workflowTaskReadonlyComment{color:#6b6560;font-size:14px}.workflowTaskUploads{margin-top:10px}.workflowTaskUploadsLabel{font-size:12px;color:#9c9590;text-transform:uppercase;letter-spacing:.3px;font-weight:700;margin-bottom:4px}.workflowTaskUploadsList{margin:0;padding-left:18px}.workflowTaskUploadItem{color:#4d3930;font-size:13px}.workflowTaskImageGallery{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.workflowTaskThumbnailWrap{position:relative;display:inline-block;flex-shrink:0}.workflowTaskThumbnailRemove{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:#0000008c;color:#fff;border:none;cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;opacity:0;transition:opacity .15s,background .15s}.workflowTaskThumbnailWrap:hover .workflowTaskThumbnailRemove{opacity:1}.workflowTaskThumbnailRemove:hover{background:#a02828d9}.workflowTaskThumbnailRemove:disabled{opacity:.4;cursor:default}.workflowTaskThumbnailBtn{padding:0;border:2px solid #ece7e4;border-radius:6px;background:#faf8f7;cursor:pointer;width:80px;height:80px;overflow:hidden;flex-shrink:0;transition:box-shadow .15s,border-color .15s}.workflowTaskThumbnailBtn:hover{border-color:#b88c7a;box-shadow:0 2px 8px #b88c7a40}.workflowTaskThumbnail{width:100%;height:100%;object-fit:cover;display:block}.workflowTaskDocChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.workflowTaskDocChip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid #ece7e4;border-radius:999px;background:#faf8f7;color:#4d3930;font-size:12px;text-decoration:none;cursor:pointer;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:box-shadow .15s,border-color .15s}.workflowTaskDocChip:hover{border-color:#b88c7a;box-shadow:0 1px 4px #b88c7a33}.workflowTaskDocChipIcon{flex-shrink:0;color:#9c9590}.workflowTaskDocChipWrap{display:inline-flex;align-items:center;gap:4px}.workflowTaskDocChipRemove{background:none;border:none;cursor:pointer;color:#9c9590;font-size:16px;line-height:1;padding:2px 5px;border-radius:4px;transition:color .15s,background .15s;flex-shrink:0}.workflowTaskDocChipRemove:hover{color:#a02828;background:#fbecec}.workflowTaskDocChipRemove:disabled{opacity:.4;cursor:default}.googleSigninButton{display:inline-flex;align-items:center;gap:12px;background-color:#fff;color:#6b6560;border:1px solid #e8e3e0;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer;transition:background-color .2s,box-shadow .2s}.googleSigninButton:hover{background-color:#f5f0ee;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326;color:#1a1a1a}.googleSigninButton img{width:18px;height:18px}.googleSigninButton .btnSpinner{width:18px;height:18px;border-radius:50%;border:2px solid #e8e3e0;border-top-color:#6b6560;animation:btnSpin .7s linear infinite;flex-shrink:0}@keyframes btnSpin{to{transform:rotate(360deg)}}.viewToggleGroup{display:flex;margin-left:10px}.viewToggleGroup .appButton{border-radius:0;border-right:none}.viewToggleGroup .appButton:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.viewToggleGroup .appButton:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px;border-right:1px solid #e8e3e0}.viewToggleGroup .appButton.active{background-color:#f5f0ee;color:#6b6560;font-weight:600;cursor:default}.episodeSection{background:#fff;border:1px solid #e8e3e0;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.episodeHeader{width:100%;padding:16px;background:#faf8f7;border:none;border-bottom:1px solid #e8e3e0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left}.episodeHeader:hover{background:#f5f0ee}.episodeHeaderTitle{font-weight:600;font-size:16px;color:#1a1a1a}.episodeHeaderMeta{display:flex;align-items:center;gap:10px;color:#9c9590;font-size:14px}.episodeHeaderIcon{font-size:10px;display:inline-block;width:12px}.episodeBody{padding:16px;background:#fff}.createOrderLayout{display:flex;gap:20px;align-items:flex-start}.createOrderContent{flex:1;min-width:0}.createOrderSidebar{width:350px;flex-shrink:0;position:sticky;top:20px;align-self:flex-start}.orderSummaryPanel{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.orderSummaryTitle{margin:0 0 16px;font-size:18px;font-weight:600;color:#1a1a1a;border-bottom:2px solid #e8e3e0;padding-bottom:12px}.orderSummarySection{margin-bottom:16px}.orderSummaryLabel{font-size:13px;font-weight:600;color:#9c9590;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.orderSummaryValue{font-size:16px;font-weight:600;color:#1a1a1a}.productSummaryList{list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto}.productSummaryItem{padding:8px 12px;margin-bottom:6px;background:#faf8f7;border:1px solid #e8e3e0;border-radius:8px;font-size:13px;color:#6b6560;line-height:1.4}.productBookingStatusRow{margin-top:4px;display:flex;flex-direction:column;gap:2px}.productBookingStatusAvailable{color:#2f855a;font-weight:600}.productBookingStatusBooked{color:#b7791f;font-weight:600}.productRiskMarker{color:#b91c1c;font-weight:600}.orderSummaryEmpty{padding:12px;text-align:center;color:#9c9590;font-size:13px;font-style:italic}.orderSummaryDivider{height:1px;background:#f0edeb;margin:16px 0}.orderSummaryTotal{font-size:24px;font-weight:700;color:#1a1a1a}.orderSummaryButton{width:100%;margin-top:16px;padding:12px;font-size:15px;font-weight:600}.orderSummaryHint{margin-top:12px;padding:8px 12px;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;font-size:12px;color:#92400e;text-align:center}.evaluateSection{margin:12px 0;padding:8px 12px;border-radius:8px;font-size:13px}.evaluateLoading{background:#eef6ff;border:1px solid #bfdbfe;color:#1e40af}.evaluateError{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.workflowRadioGroup{display:flex;flex-direction:column;gap:8px}.workflowRadioLabel{display:flex;align-items:center;gap:8px;font-size:14px;color:#1a1a1a;cursor:pointer}.workflowRadioText{flex:1 1 auto;min-width:0}.ancillaryList{display:flex;flex-direction:column;gap:10px}.ancillaryItem{padding:8px 10px;background:#faf8f7;border:1px solid #e8e3e0;border-radius:8px}.ancillaryCheckLabel{display:flex;align-items:center;gap:8px;font-size:14px;color:#1a1a1a;cursor:pointer}.ancillaryInputs{margin-top:8px;display:flex;flex-direction:column;gap:6px;padding-left:24px}.ancillaryFieldLabel{font-size:12px;color:#6b6560;display:flex;flex-direction:column;gap:4px}.ancillaryPriceInput{max-width:120px}.ancillaryPriceInput.inputError{border-color:#c0392b;outline-color:#c0392b}.ancillaryPriceError{font-size:11px;color:#c0392b;margin-top:2px}.ancillaryQtyInput{max-width:80px}.ancillaryLineTotal{font-size:12px;font-weight:600;color:#1a1a1a;padding:2px 0}.ancillaryCommentInput{max-width:200px}.ancillarySelectedBarcodeList{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.ancillarySelectedBarcodeItem{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px;background:#fff;border:1px solid #e8e3e0;border-radius:6px;font-size:12px;color:#1a1a1a}.ancillaryBarcodeRemoveBtn{border:none;background:none;color:#6b6560;cursor:pointer;font-size:12px;line-height:1;padding:2px}.ancillaryBarcodeRemoveBtn:hover{color:#c0392b}.splitOrderSection{padding:12px;background:#fff8dc;border:1px solid #e8c770;border-radius:8px;margin-bottom:16px}.splitOrderMessage{font-size:13px;color:#6b6560;line-height:1.6;margin-bottom:12px}.splitOrderCheckboxLabel{display:flex;align-items:center;gap:8px;font-size:14px;color:#1a1a1a;font-weight:600;cursor:pointer}.splitOrderCheckboxLabel input[type=checkbox]{cursor:pointer}.shippingChargeRadioGroup{display:flex;flex-direction:column;gap:10px}.shippingChargeRadioLabel{display:flex;align-items:center;gap:8px;font-size:14px;color:#1a1a1a;cursor:pointer}.shippingChargeRadioLabel input[type=radio]{cursor:pointer}.shippingChargeText{font-size:14px;color:#1a1a1a;font-weight:600}.shippingChargeEstimate{margin-top:6px;font-size:13px;color:#555}.customerDetailBlock{margin:8px 0 16px;padding:12px;background:#faf8f7;border:1px solid #e8e3e0;border-radius:8px}.customerDetailSection{margin-bottom:12px}.customerDetailLabel{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:700;color:#9c9590;letter-spacing:.5px;text-transform:uppercase}.customerDetailValue{font-size:14px;color:#1a1a1a;line-height:1.5}.customerPrimaryBadge{display:inline-block;margin-left:8px;padding:2px 8px;background:#fef3c7;border:1px solid #fde68a;border-radius:999px;font-size:11px;font-weight:700;color:#92400e}.changeAddressLink{background:none;border:none;color:#c06d3c;font-weight:700;cursor:pointer;padding:0;text-decoration:underline}.changeAddressLink:hover{color:#9f5529}.contactTypeLabel{font-size:12px;color:#9c9590;font-style:italic}.orderSourceLabel{display:flex;flex-direction:column;gap:4px;width:100%}.requiredAsterisk{color:#c06d3c;font-weight:700}.mt4{margin-top:4px}.orderSummaryHintError{color:#b91c1c}.selectedProductsStrip{position:sticky;top:0;z-index:10;background:#faf8f7;border-bottom:1px solid #e8e3e0;margin:0 -16px;padding:8px 16px}.selectedProductsStripScroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#d9d3cf transparent}.selectedProductsStripScroll::-webkit-scrollbar{height:4px}.selectedProductsStripScroll::-webkit-scrollbar-track{background:transparent}.selectedProductsStripScroll::-webkit-scrollbar-thumb{background:#d9d3cf;border-radius:4px}.stripCard{flex:0 0 auto;width:140px;background:#fff;border:1px solid #e8e3e0;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden;position:relative;font-size:12px}.stripCardThumbBtn{display:block;width:100%;height:80px;background:#f0edeb;border:none;padding:0;cursor:pointer;overflow:hidden}.stripCardThumbBtn img{width:100%;height:100%;object-fit:contain}.stripCardThumbPlaceholder{width:100%;height:80px;background:#f0edeb;display:flex;align-items:center;justify-content:center;font-size:10px;color:#9c9590}.stripCardBody{padding:6px 8px;display:flex;flex-direction:column;gap:2px;color:#1a1a1a}.stripCardBarcode{font-weight:600;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stripCardMeta{color:#6b6560;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stripCardPrice{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:600;color:#4d3930;font-size:11px}.stripCardStatusAvailable{color:#2f855a;font-weight:600;font-size:11px}.stripCardStatusBooked{color:#b7791f;font-weight:600;font-size:11px}.stripCardRemoveBtn{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:999px;border:none;background:#00000073;color:#fff;font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;padding:0}.stripCardRemoveBtn:hover{background:#b42318d9}.createOrderTabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:2px solid #e8e3e0}.createOrderTab{padding:12px 20px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:15px;font-weight:500;color:#9c9590;transition:all .2s ease;margin-bottom:-2px}.createOrderTab:hover{color:#1a1a1a;background:#faf8f7;border-radius:8px 8px 0 0}.createOrderTabActive{color:#1a1a1a;font-weight:600;border-bottom-color:#1a1a1a}.createOrderSection{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}@media(max-width:920px){.createOrderLayout{flex-direction:column}.createOrderSidebar{width:100%;position:fixed;top:0;left:0;right:0;z-index:100;background:#f0edeb;padding:12px;box-shadow:0 4px 12px #0000001a}.orderSummaryPanel{padding:16px}.orderSummaryTitle{font-size:16px;margin-bottom:12px;padding-bottom:8px}.orderSummarySection{margin-bottom:12px}.orderSummaryLabel{font-size:12px;margin-bottom:6px}.orderSummaryValue{font-size:14px}.productSummaryList{max-height:120px}.productSummaryItem{padding:6px 10px;font-size:12px;margin-bottom:4px}.orderSummaryTotal{font-size:20px}.orderSummaryButton{padding:10px;font-size:14px}.orderSummaryHint{font-size:11px;padding:6px 10px}.createOrderContent{margin-top:280px}.createOrderTabs{flex-wrap:wrap}.createOrderTab{flex:1;min-width:140px;padding:10px 16px;font-size:14px}.createOrderSection{padding:12px}}.lightboxOverlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000eb;outline:none}.lightboxContent{display:flex;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh}.lightboxHeader{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 4px;color:#fff}.lightboxCounter{font-size:14px;opacity:.85;-webkit-user-select:none;user-select:none}.lightboxClose{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;opacity:.85;transition:opacity .15s}.lightboxClose:hover{opacity:1}.lightboxDownload{background:none;border:none;color:#fff;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;opacity:.85;display:flex;align-items:center;justify-content:center;transition:opacity .15s}.lightboxDownload:hover{opacity:1}.lightboxBody{display:flex;align-items:center;justify-content:center;flex:1;min-height:200px}.lightboxImage{max-width:85vw;max-height:calc(90vh - 50px);object-fit:contain;border-radius:4px;-webkit-user-select:none;user-select:none}.lightboxPlaceholder{color:#9c9590;font-size:16px;padding:40px}.lightboxArrow{position:fixed;top:50%;transform:translateY(-50%);background:#ffffff1f;border:none;color:#fff;font-size:36px;line-height:1;padding:12px 16px;cursor:pointer;border-radius:6px;z-index:101;transition:background .15s;-webkit-user-select:none;user-select:none}.lightboxArrow:hover{background:#ffffff40}.lightboxArrowLeft{left:16px}.lightboxArrowRight{right:16px}.photoFrameClickable{cursor:pointer}.drawerBackdrop{position:fixed;inset:0;background:#0000004d;z-index:90;opacity:0;transition:opacity .2s ease-out}.drawerBackdropVisible{opacity:1}.drawerPanel{position:fixed;right:0;top:0;height:100vh;width:420px;max-width:100vw;background:#fff;z-index:91;display:flex;flex-direction:column;box-shadow:-2px 0 12px #0000001f;transform:translate(100%);transition:transform .2s ease-out;outline:none}.drawerPanelVisible{transform:translate(0)}.drawerHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8e2de;flex-shrink:0}.drawerTitle{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.drawerClose{background:none;border:none;font-size:20px;color:#9c9590;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1;transition:color .15s,background-color .15s}.drawerClose:hover{color:#4d3930;background-color:#f5f0ee}.drawerBody{flex:1;overflow-y:auto;padding:20px}.drawerPhotoSection{margin-bottom:16px}.drawerStatusRow{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 12px;background:#faf8f7;border-radius:6px}.drawerStatusDot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.drawerStatusLabel{font-size:13px;font-weight:600;color:#4d3930;text-transform:uppercase;letter-spacing:.5px}.drawerMetaSection{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.drawerMetaRow{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px solid #f0edeb}.drawerMetaRow:last-child{border-bottom:none}.drawerMetaLabel{font-size:13px;color:#9c9590;flex-shrink:0}.drawerMetaValue{font-size:14px;color:#1a1a1a;text-align:right;word-break:break-word}.drawerPriceValue{font-weight:600;color:#4d3930}.drawerActionSection{padding-top:16px;border-top:1px solid #e8e2de}.drawerToggleRow{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.drawerToggleLabel{font-size:14px;color:#1a1a1a;font-weight:500}.drawerToggle{position:relative;width:44px;height:24px;border-radius:12px;border:none;background:#d1ccc8;cursor:pointer;padding:0;transition:background-color .2s ease;flex-shrink:0}.drawerToggle:disabled{opacity:.5;cursor:not-allowed}.drawerToggleOn{background:#2ecc71}.drawerToggleThumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.drawerToggleOn .drawerToggleThumb{transform:translate(20px)}@media(max-width:768px){.drawerPanel{width:100vw}}.modalBackdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .18s ease-out;z-index:120}.modalBackdropVisible{opacity:1;pointer-events:auto}.modalDialog{background:#fff;width:min(720px,calc(100% - 32px));max-height:82vh;border-radius:12px;box-shadow:0 12px 40px #00000026;border:1px solid #e8e3e0;display:flex;flex-direction:column;overflow:hidden}.modalHeader{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e8e3e0;z-index:1}.modalTitle{margin:0;font-size:18px;color:#1a1a1a}.modalClose{border:none;background:transparent;color:#6b6560;font-size:16px;cursor:pointer;padding:6px 8px;border-radius:6px;transition:background-color .15s ease,color .15s ease}.modalClose:hover{background:#f5f0ee;color:#4d3930}.modalBody{padding:18px 20px;overflow-y:auto;background:#faf8f7;flex:1}.modalFooter{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;background:#fff;border-top:1px solid #e8e3e0}.qualityCheckPhotosSection{margin-top:20px;padding-top:14px;border-top:1px solid #e8e3e0;display:flex;flex-direction:column;gap:10px}.qualityCheckPhotosHeader{display:flex;align-items:center;justify-content:space-between;gap:8px}.qualityCheckPhotosTitle{margin:0;font-size:15px;color:#1a1a1a}.qualityCheckUploadRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.qualityCheckPhotosState{color:#6b6560;font-size:13px;padding:8px 2px}.bookedProductModalDialog{width:min(760px,calc(100% - 32px))}.bookedProductTable{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e8e3e0;border-radius:8px;overflow:hidden}.bookedProductTable th,.bookedProductTable td{text-align:left;padding:10px 12px;border-bottom:1px solid #f0edeb;font-size:13px}.bookedProductTable th{color:#6b6560;font-weight:600;background:#faf8f7}.bookedProductTable tbody tr:last-child td{border-bottom:none}.bookedProductModalFooter{justify-content:flex-start;color:#6b6560;font-size:13px}@media(max-width:640px){.modalDialog{width:calc(100% - 20px);max-height:90vh}}.productsTableContainer{width:100%;overflow-x:auto;background:#fff;border:1px solid #e8e3e0;border-radius:8px;box-shadow:0 1px 3px #0000001a}.productsTable{width:100%;border-collapse:collapse;font-size:14px}.productsTable thead{background:#f5f0ee;border-bottom:2px solid #e8e3e0}.productsTable th{padding:12px 16px;text-align:left;font-weight:600;color:#1a1a1a;white-space:nowrap}.productsTableHeaderClickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.productsTableHeaderClickable:hover{background:#f0edeb}.productsTableHeaderThumbnail{width:70px;text-align:center}.productsTableHeaderStatus{width:80px;text-align:center}.productsTable tbody tr{border-bottom:1px solid #e8e3e0;transition:background .2s ease,box-shadow .2s ease}.productsTableRow{cursor:pointer}.productsTableRow:hover{background:#faf8f7;box-shadow:0 2px 8px #00000014}.productsTableRow:focus{outline:2px solid #4d3930;outline-offset:-2px}.productsTable td{padding:12px 16px;color:#1a1a1a}.productsTableCellThumbnail{text-align:center;padding:8px}.productsTableThumbnail{width:52px;height:104px;border-radius:8px;border:1px solid #e8e3e0;background:#f0edeb;object-fit:contain;display:inline-block}.productsTableThumbnailPlaceholder{width:52px;height:104px;border-radius:8px;border:1px solid #e8e3e0;background:#f0edeb;display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:#9c9590;text-align:center;padding:4px}.productsTableCellStatus{text-align:center}.productsTableStatusDot{display:inline-block;width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.9);box-shadow:0 1px 3px #0003}.productStatusBadge{display:inline-block;padding:2px 8px;border-radius:6px;border:1px solid;font-size:12px;font-weight:500;white-space:nowrap}.multiSelectDropdown{position:relative}.multiSelectPanel{position:absolute;top:calc(100% + 4px);left:0;min-width:160px;background:#fff;border:1px solid #e8e3e0;border-radius:10px;box-shadow:0 4px 12px #0000001f;z-index:100;padding:6px 0}.multiSelectOption{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;font-size:14px;color:#1a1a1a}.multiSelectOption:hover{background:#faf8f7}.multiSelectEmpty{padding:8px 12px;font-size:13px;color:#9c9590}.paginationBar{display:flex;align-items:center;gap:12px;margin-top:16px;padding:8px 0}.paginationInfo{font-size:14px;color:#6b6560}.productCountBadge{background:#f0eeec;border:1px solid #ddd9d5;border-radius:12px;padding:2px 10px;font-size:.85rem;font-weight:500;color:#6b6560}.appNavSection{margin-top:8px;padding-top:8px;border-top:1px solid #e8e3e0}.appNavSectionTitle{display:block;padding:8px 16px;color:#9c9590;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.appNavSubLink{padding-left:28px;justify-content:space-between;gap:8px}.appNavBadge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#c0392b;color:#fff;font-size:11px;font-weight:700;line-height:1}.usersSummaryBar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.usersSummaryChip{border:1px solid #e8e3e0;background:#fff;color:#6b6560;border-radius:999px;padding:6px 12px;font-size:13px;cursor:pointer;transition:all .2s ease}.usersSummaryChip:hover{background:#f5f0ee;color:#1a1a1a}.usersSummaryChip.active{border-color:#4d3930;background:#4d3930;color:#fff}.usersSummaryCount{margin-left:6px;font-weight:700}.usersToolbar{margin-bottom:16px;align-items:center;justify-content:space-between}.usersApprovalsSection{margin-bottom:14px}.usersApprovalsHeader{margin-bottom:8px}.usersApprovalsToggle{display:inline-flex;align-items:center;gap:8px}.usersApprovalsCount{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:999px;background:#4d3930;color:#fff;font-size:12px;font-weight:700}.usersApprovalsPanel{border:1px solid #e8e3e0;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000001a;padding:12px}.usersApprovalsList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.usersApprovalsItem{border:1px solid #e8e3e0;border-radius:8px;padding:10px;display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.usersApprovalsMeta{min-width:0;flex:1}.usersApprovalsLine{font-size:13px;color:#1a1a1a}.usersApprovalsTimestamp{margin-top:4px;font-size:12px}.usersApprovalsActions{display:flex;gap:8px;flex-shrink:0}.usersSearchInput{min-width:280px;flex:1;max-width:420px}.usersTableContainer{overflow-x:auto;border:1px solid #e8e3e0;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000001a}.usersTable{width:100%;border-collapse:collapse;font-size:14px}.usersTable thead{background:#f5f0ee;border-bottom:2px solid #e8e3e0}.usersTable th,.usersTable td{padding:12px 16px;text-align:left}.usersTable tbody tr{border-bottom:1px solid #e8e3e0}.usersTableRow{cursor:pointer;transition:background .2s ease}.usersTableRow:hover{background:#faf8f7}.usersTableRow:focus{outline:2px solid #4d3930;outline-offset:-2px}.usersTable tbody tr:last-child{border-bottom:none}.usersAvatar{width:32px;height:32px;border-radius:999px;object-fit:cover;background:#f0edeb;display:inline-flex;align-items:center;justify-content:center}.usersAvatarFallback{color:#4d3930;font-weight:700;font-size:12px;border:1px solid #e8e3e0}.usersStatusBadge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid;font-size:12px;font-weight:600}.usersStatusBadgeActive{color:#1f6b39;background:#e9f7ef;border-color:#bfe8cd}.usersStatusBadgePending{color:#9a6608;background:#fff4df;border-color:#f3dab1}.usersStatusBadgeInactive{color:#6b6560;background:#f5f3f2;border-color:#d9d3cf}.usersPagination{display:flex;align-items:center;gap:10px;margin-top:12px}.usersCreatePanel{border:1px solid #e8e3e0;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:16px}.usersCreateForm{display:flex;flex-direction:column;gap:12px;max-width:520px}.usersCreateFormField{display:flex;flex-direction:column;gap:6px}.usersRolesMultiSelect{min-height:120px}.usersCreateActions{display:flex;gap:8px}.usersFormError{margin-bottom:0;color:#c0392b}.usersActionButton{font-size:12px;padding:6px 10px}.usersToast{margin-bottom:12px;padding:10px 12px;border-radius:8px;border:1px solid;font-size:14px;font-weight:500}.usersToastSuccess{color:#1f6b39;background:#e9f7ef;border-color:#bfe8cd}.usersToastError{color:#c0392b;background:#fdf0ee;border-color:#f0c9c3}.userDrawerPanel{width:400px}.userDrawerHeaderActions{display:flex;align-items:center;gap:8px}.userDrawerEditButton{padding:6px 12px;font-size:13px}.userDrawerIdentity{display:flex;align-items:center;gap:12px;margin-bottom:18px}.userDrawerAvatar{width:52px;height:52px;font-size:18px}.userDrawerIdentityText{min-width:0}.userDrawerName{font-size:16px;font-weight:600;color:#1a1a1a}.userDrawerEmail{font-size:13px;color:#6b6560;margin-top:2px;word-break:break-word}.userDrawerRoles{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.userDrawerRoleBadge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #d9d3cf;background:#f5f3f2;color:#4d3930;font-size:12px;padding:3px 8px;font-weight:500}.userDrawerRolesSelect{min-height:104px;min-width:220px}.userDrawerStatusSelect{min-width:150px}.userDrawerSelectHelp{display:block;margin-top:6px;font-size:12px;color:#6b6560}.userDrawerIndicatorVerified{color:#1f6b39;font-weight:600}.userDrawerIndicatorUnverified{color:#9a6608;font-weight:600}@media(max-width:1023px)and (min-width:769px){.userDrawerPanel{width:60vw}}@media(max-width:768px){.userDrawerPanel{width:100vw}}.workflowDrawerBackdrop{position:fixed;inset:0;background:#0006;z-index:200}.workflowDrawer{position:fixed;top:0;right:0;width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 24px #0000001f;z-index:201;display:flex;flex-direction:column;transform:translate(0);transition:transform .28s ease}@media(prefers-reduced-motion:reduce){.workflowDrawer{transition:none}}@media(max-width:768px){.workflowDrawer{width:100vw}}.workflowDrawerHeader{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid #e8e3e0;background:#fff;flex-shrink:0;position:sticky;top:0;z-index:1}.workflowDrawerOrderId{font-weight:700;color:#4d3930;margin-right:4px}.workflowDrawerStatusBadge{flex-shrink:0}.workflowDrawerCancelBtn{margin-left:auto}.workflowDrawerCloseBtn{border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:#6b6560;padding:4px 8px;border-radius:4px;flex-shrink:0;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.workflowDrawerCloseBtn:hover{background:#f0edeb;color:#1a1a1a}.workflowDrawerBody{flex:1;overflow-y:auto;padding:24px 20px}.packageCard{background:#fff;border:1px solid #e8e3e0;border-radius:8px;padding:14px 16px;margin-bottom:12px;box-shadow:0 1px 3px #0000001a}.packageCardWarning{margin-top:6px;padding:6px 10px;border-radius:6px;border:1px solid #fcd34d;background:#fff8dc;color:#92400e;font-size:.85em}.workflowStepAccordion{border:1px solid #e8e3e0;border-radius:10px;background:#fff;overflow:hidden}.workflowStepAccordionPending{opacity:.6}.workflowStepAccordionHeader{display:flex;align-items:center;gap:10px;width:100%;border:none;border-left:4px solid transparent;background:transparent;padding:14px 14px 14px 10px;cursor:pointer;text-align:left}.workflowStepAccordionHeader:disabled{cursor:not-allowed}.workflowStepAccordionHeaderPending{cursor:not-allowed}.workflowStepIndexCompleted{background:#e6f7f5;border-color:#a3ddd8;color:#0e7a6e}.workflowStepAccordionChevron{margin-left:auto;font-size:11px;color:#9c9590;flex-shrink:0}.workflowStepAccordionBody{padding:0 14px 14px;display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}.workflowTaskTypeGroup{flex:0 0 280px;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:8px}.workflowTaskTypeGroupMulti{flex:0 0 100%}.workflowTaskTypeGroupLabel{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9c9590}.workflowTaskCardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:10px}.workflowTaskCard{border:1px solid #e8e3e0;border-radius:8px;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease}.workflowTaskCard:hover{box-shadow:0 2px 8px #4d39301f;border-color:#c5b8b3}.workflowTaskCardActive{border-color:#4d3930;box-shadow:0 0 0 2px #4d39301f}.workflowTaskCardToggle{width:100%;border:none;background:transparent;padding:12px;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:6px}.workflowTaskCardToggle:disabled{cursor:default}.workflowTaskCardHeader{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:480px){.workflowDrawer{width:100vw}.workflowDrawerBody{padding:16px 12px}.workflowTaskCardGrid{grid-template-columns:1fr}.workflowTaskTypeGroup{flex:0 0 100%}.workflowOrderCompactGrid{grid-template-columns:1fr 1fr}.workflowCancelReasonSelect{min-width:0;width:100%}}.lightboxClose,.lightboxDownload{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}@media(prefers-reduced-motion:reduce){.lightboxClose,.lightboxDownload,.lightboxArrow,.lightboxImage{transition:none}}.uploadGroup{width:100%;background:#fff;border:1px solid #e8e3e0;border-radius:10px;padding:20px 24px;margin-bottom:20px;box-shadow:0 1px 4px #4d39300f;transition:box-shadow .2s ease,transform .2s ease}.uploadGroup:hover{box-shadow:0 4px 12px #4d39301a;transform:translateY(-1px)}.uploadGroupTitle{font-size:1.05rem;font-weight:700;color:#2d2420;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #f1ece9;letter-spacing:-.2px}.uploadGroup--products{background:#eff6ff;border-color:#bfdbfe}.uploadGroup--products .uploadGroupTitle{border-bottom-color:#bfdbfe}.uploadGroup--products:hover{box-shadow:0 4px 12px #3b82f61f}.uploadGroup--linkage{background:#f0fdf4;border-color:#bbf7d0}.uploadGroup--linkage .uploadGroupTitle{border-bottom-color:#bbf7d0}.uploadGroup--linkage:hover{box-shadow:0 4px 12px #22c55e1f}.uploadGroup--customers{background:#fdf4ff;border-color:#e9d5ff}.uploadGroup--customers .uploadGroupTitle{border-bottom-color:#e9d5ff}.uploadGroup--customers:hover{box-shadow:0 4px 12px #a855f71f}.uploadSubSection{padding-top:16px;margin-top:16px;border-top:1px solid #f1ece9}.uploadSubSection:first-child{padding-top:0;border-top:none;margin-top:0}.uploadSubSectionTitle{font-size:.95rem;font-weight:600;color:#4d3930;margin:0 0 6px;padding-left:10px;border-left:3px solid #4d3930}.downloadButton{border-radius:8px;border:1px solid #4d3930;background:#fff;color:#4d3930;padding:8px 12px;cursor:pointer;font-weight:500;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.downloadButton:hover:not(:disabled){background:#f5f0ee;box-shadow:0 1px 3px #0000001a;transform:translateY(-1px)}.downloadButton:disabled{opacity:.6;cursor:not-allowed}.fileDropZone{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1.5px dashed #c5bab5;border-radius:8px;background:#faf8f7;transition:border-color .2s ease,background .2s ease;cursor:pointer}.fileDropZone:hover{border-color:#4d3930;background:#f5f0ee}.fileDropZone input[type=file]{cursor:pointer;font-size:.875rem;color:#6b6560;flex:1;min-width:0}.uploadActions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px}.uploadSkipDuplicatesLabel{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#4d3930;-webkit-user-select:none;user-select:none}.uploadSkipDuplicatesLabel input[type=checkbox]{cursor:pointer;accent-color:#4d3930;width:16px;height:16px}.uploadFileChip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:100px;background:#f5f0ee;border:1px solid #e8e3e0;font-size:.8rem;color:#4d3930;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploadFileChipName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kpiGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}@media(max-width:900px){.kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.kpiGrid{grid-template-columns:1fr}}.kpiCard{background:#fff;border:1px solid #e8e3e0;border-radius:10px;padding:16px 18px;box-shadow:0 1px 2px #140c060a}.kpiCardLabel{font-size:.85rem;color:#6b6358;letter-spacing:.02em;text-transform:uppercase}.kpiCardValue{font-size:2rem;font-weight:600;color:#1a1a1a;margin-top:6px;line-height:1.1}.kpiCardHint{font-size:.8rem;color:#6b6358;margin-top:6px}.kpiCard--danger{border-color:#f0c4c4;background:#fbecec}.kpiCard--danger .kpiCardValue{color:#a02828}.statsPageWrapper{padding:24px;max-width:1280px;margin:0 auto}.statsPageHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.statsPageHeader h1{margin:0;font-size:1.6rem;color:#1a1a1a}.refreshBar{display:flex;align-items:center;gap:12px}.lastUpdatedChip{font-size:.85rem;color:#6b6358;background:#f5f3f2;padding:4px 10px;border-radius:999px;border:1px solid #e8e3e0}.refreshBtn{background:#4d3930;color:#fff;border:none;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:.9rem}.refreshBtn:disabled{opacity:.6;cursor:not-allowed}.chartPanelGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}@media(max-width:900px){.chartPanelGrid{grid-template-columns:1fr}}.chartPanel{background:#fff;border:1px solid #e8e3e0;border-radius:10px;padding:16px 18px;box-shadow:0 1px 2px #140c060a}.chartPanelHeader{font-size:.95rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.chartEmptyState{padding:32px 16px;text-align:center;color:#6b6358;font-size:.9rem;background:#faf8f7;border:1px dashed #d9d3cf;border-radius:8px}.statsErrorBox{background:#fdf0ee;border:1px solid #f0c9c3;color:#b42318;padding:12px 16px;border-radius:8px;margin-bottom:16px}.statsLoading{padding:32px;text-align:center;color:#6b6358}.itemCardBarcode{font-size:11px;color:var(--color-muted, #888);font-family:monospace;padding:0 8px 2px}.productsTableCellBarcode{font-family:monospace;font-size:12px;white-space:nowrap}.barcodeNotFound{color:#991b1b;font-size:13px;padding:4px 0;font-weight:500}.itemCardUnavailable{border-color:#d97706;background:#fffbeb;cursor:not-allowed;opacity:.9}.itemCardUnavailable:hover{transform:none;box-shadow:0 1px 3px #0000001a}.statusUnavailable{color:#b45309;font-weight:700;text-transform:uppercase}.priceInputRow{display:flex;gap:6px}.priceInputRow .appInput{flex:1}.currencySelect{width:80px;flex-shrink:0}.ssOverlay{position:fixed;inset:0;z-index:150;overflow:hidden;background:linear-gradient(180deg,#01010a,#020a2a 20%,#032050,#043060 70%,#053870);animation:ssFadeIn 1.2s ease-out both}@keyframes ssFadeIn{0%{opacity:0}to{opacity:1}}.ssWater{position:absolute;left:0;right:0;bottom:0;height:100%;background:linear-gradient(180deg,#0050a000,#005aaa40 30%,#0064b48c 70%,#003c78cc);transform:translateY(100%);animation:ssWaterRise 180s ease-in forwards;clip-path:polygon(0% 4%,5% 0%,10% 3%,15% 0%,20% 4%,25% 1%,30% 3%,35% 0%,40% 4%,45% 1%,50% 3%,55% 0%,60% 4%,65% 1%,70% 3%,75% 0%,80% 4%,85% 1%,90% 3%,95% 0%,100% 4%,100% 100%,0% 100%)}@keyframes ssWaterRise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ssWaterSurface{position:absolute;left:-10%;right:-10%;top:-6px;height:12px;background:#64c8ff40;border-radius:50%;animation:ssWaveSurface 4s ease-in-out infinite}@keyframes ssWaveSurface{0%,to{transform:scaleX(1) translateY(0)}33%{transform:scaleX(1.04) translateY(-3px)}66%{transform:scaleX(.97) translateY(2px)}}.ssRays{position:absolute;top:0;left:0;width:100%;height:60%;pointer-events:none}.ssRay{position:absolute;top:0;width:2px;height:100%;background:linear-gradient(180deg,#78c8ff2e,#78c8ff00);transform-origin:top center;animation:ssRayFlicker 6s ease-in-out infinite}@keyframes ssRayFlicker{0%,to{opacity:.6;transform:scaleX(1) rotate(0)}33%{opacity:1;transform:scaleX(1.5) rotate(1deg)}66%{opacity:.4;transform:scaleX(.8) rotate(-1deg)}}.ssSeaFloor{position:absolute;bottom:0;left:0;right:0;height:12vh;background:linear-gradient(180deg,#6b4f2a,#8b6840 35%,#a07845 65%,#7a5530);border-radius:60% 40% 0 0/20% 25% 0 0}.ssSeaFloor:before,.ssSeaFloor:after{content:"";position:absolute;border-radius:50%;background:#0000002e}.ssSeaFloor:before{width:40px;height:20px;top:10px;left:15%}.ssSeaFloor:after{width:28px;height:14px;top:8px;left:65%}.ssPlants{position:absolute;bottom:10vh;left:0;right:0;height:20vh;pointer-events:none}.ssPlant{position:absolute;bottom:0;width:14px;background:linear-gradient(180deg,#1a8c3a,#0d5c25);border-radius:40% 60% 60% 40%/60% 40%;transform-origin:bottom center;animation:ssPlantSway 3s ease-in-out infinite}@keyframes ssPlantSway{0%,to{transform:rotate(-6deg)}50%{transform:rotate(6deg)}}.ssPlant:after{content:"";position:absolute;top:-18px;left:-6px;width:24px;height:18px;background:linear-gradient(135deg,#22a84a,#1a7838);border-radius:50% 80%;transform-origin:bottom center;animation:ssLeafWave 2.5s ease-in-out infinite alternate}@keyframes ssLeafWave{0%{transform:rotate(-10deg)}to{transform:rotate(10deg)}}.ssCoral{position:absolute;bottom:0;pointer-events:none}.ssCoral:before{content:"";position:absolute;bottom:0;left:0;width:10px;height:28px;background:#d94f7a;border-radius:50% 50% 0 0}.ssCoral:after{content:"";position:absolute;bottom:0;left:12px;width:8px;height:20px;background:#e06090;border-radius:50% 50% 0 0}.ssBubbles{position:absolute;inset:0;pointer-events:none}.ssBubble{position:absolute;border-radius:50%;border:1px solid rgba(180,220,255,.5);background:#b4dcff14;animation:ssBubbleRise linear infinite}@keyframes ssBubbleRise{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:.7}80%{opacity:.5}to{transform:translateY(-65vh) translate(12px);opacity:0}}.ssFish{position:absolute;animation:ssFishLeft linear infinite}.ssFish.rightward{animation-name:ssFishRight;transform:scaleX(-1)}@keyframes ssFishLeft{0%{left:110%}to{left:-20%}}@keyframes ssFishRight{0%{left:-20%}to{left:110%}}.ssFishBody{animation:ssFishWiggle .6s ease-in-out infinite alternate;transform-origin:center right}@keyframes ssFishWiggle{0%{transform:rotate(-4deg)}to{transform:rotate(4deg)}}.ssTurtle{position:absolute;animation:ssTurtleSwim linear infinite}@keyframes ssTurtleSwim{0%{left:-18%}to{left:110%}}.ssTurtleBody{animation:ssTurtlePaddle 1.2s ease-in-out infinite alternate;transform-origin:center center}@keyframes ssTurtlePaddle{0%{transform:rotate(-2deg) translateY(-2px)}to{transform:rotate(2deg) translateY(2px)}}.ssJellyfish{position:absolute;animation:ssJellyfishDrift ease-in-out infinite}@keyframes ssJellyfishDrift{0%{transform:translateY(0) translate(0)}25%{transform:translateY(-30px) translate(15px)}50%{transform:translateY(-10px) translate(30px)}75%{transform:translateY(-40px) translate(10px)}to{transform:translateY(0) translate(0)}}.ssJellyfishBody{animation:ssJellyfishPulse 2s ease-in-out infinite}@keyframes ssJellyfishPulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(.8)}}.ssPufferBody{animation:ssPufferPulse 1.8s ease-in-out infinite;transform-origin:center center}@keyframes ssPufferPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.ssSharkBody{animation:ssSharkWiggle .8s ease-in-out infinite alternate;transform-origin:center right}@keyframes ssSharkWiggle{0%{transform:rotate(-3deg)}to{transform:rotate(3deg)}}.ssHint{position:absolute;bottom:18px;left:50%;transform:translate(-50%);color:#a0d2ffb3;font-size:13px;letter-spacing:.06em;white-space:nowrap;opacity:0;animation:ssHintFade 2s ease-in 10s forwards;pointer-events:none;font-family:system-ui,sans-serif}@keyframes ssHintFade{0%{opacity:0}to{opacity:1}}.ssSandParticle{position:absolute;bottom:8vh;border-radius:50%;background:#b48c5066;animation:ssSandDrift ease-in-out infinite alternate}@keyframes ssSandDrift{0%{transform:translate(-8px);opacity:.3}to{transform:translate(8px);opacity:.6}}.fishingRig{position:fixed;top:0;transform:translate(-50%);pointer-events:none;z-index:160}.fishingRodHead{position:absolute;top:-6px;left:-22px;font-size:30px;transform:rotate(130deg) scaleX(-1);animation:rodAppear .25s ease-out both}@keyframes rodAppear{0%{opacity:0;transform:rotate(100deg) scaleX(-1) scale(.7)}to{opacity:1;transform:rotate(130deg) scaleX(-1) scale(1)}}.fishingLineEl{position:absolute;top:20px;left:0;width:2px;background:linear-gradient(to bottom,#c9a84cf2,#c9a84c33);transform-origin:top center;animation:lineDropReel 1.4s ease-in-out forwards}@keyframes lineDropReel{0%{height:0}35%{height:var(--line-y)}65%{height:var(--line-y)}to{height:0}}.fishingOrbEl{position:absolute;left:-8px;width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ffe066,#ff9500);box-shadow:0 0 10px #ffc832d9;animation:orbRise 1.4s ease-in-out forwards}@keyframes orbRise{0%{top:var(--line-y);opacity:0;transform:scale(0)}35%{top:var(--line-y);opacity:1;transform:scale(1.1)}65%{top:var(--line-y);opacity:1;transform:scale(1.2)}to{top:14px;opacity:0;transform:scale(0)}}.scoreCard{position:absolute;top:18px;right:18px;z-index:10;background:#0009;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 16px;min-width:140px;pointer-events:none;font-family:system-ui,sans-serif;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scoreCardCurrent{font-size:18px;font-weight:700;color:#fff;letter-spacing:.02em;white-space:nowrap}.scoreCardBest{margin-top:4px;font-size:11px;color:#c9a84c;letter-spacing:.04em;white-space:nowrap}.pointEffect{position:fixed;pointer-events:none;font-weight:800;font-family:system-ui,sans-serif;text-shadow:0 2px 6px rgba(0,0,0,.8);z-index:200;transform:translate(-50%)}.pointEffectPositive{font-size:22px;color:#4ade80;animation:pointFloatPositive 2s ease-out forwards}.pointEffectNegative{font-size:32px;color:#f87171;animation:pointFloatNegative 3s ease-out forwards;text-shadow:0 0 16px rgba(248,113,113,.7),0 2px 6px rgba(0,0,0,.8)}@keyframes pointFloatPositive{0%{transform:translate(-50%) translateY(0);opacity:1}80%{transform:translate(-50%) translateY(-40px);opacity:.8}to{transform:translate(-50%) translateY(-60px);opacity:0}}@keyframes pointFloatNegative{0%{transform:translate(-50%) translateY(0) scale(1);opacity:1}20%{transform:translate(-50%) translateY(-6px) scale(1.3);opacity:1}55%{transform:translate(-50%) translateY(-6px) scale(1.1);opacity:1}80%{transform:translate(-50%) translateY(-20px) scale(1);opacity:.9}to{transform:translate(-50%) translateY(-45px) scale(.9);opacity:0}}.devilFlash{animation:devilFlashAnim .9s ease-out forwards;transform-origin:center center}@keyframes devilFlashAnim{0%{transform:scale(1) translate(0);filter:none}20%{transform:scale(1.6) translate(-8px);filter:brightness(3) saturate(8) hue-rotate(-10deg)}40%{transform:scale(1.4) translate(8px);filter:brightness(2) saturate(5)}60%{transform:scale(1.5) translate(-6px);filter:brightness(3) saturate(8) hue-rotate(-10deg)}80%{transform:scale(1.2) translate(0);opacity:.5;filter:none}to{transform:scale(1) translate(0);opacity:.1}}.introCard{position:absolute;top:50%;left:50%;z-index:20;background:#000014d1;border:1px solid rgba(100,200,255,.25);border-radius:16px;padding:20px 32px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;font-family:system-ui,sans-serif;animation:introFadeInOut 5.5s ease forwards}@keyframes introFadeInOut{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}12%{opacity:1;transform:translate(-50%,-50%) scale(1)}75%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-52%) scale(.97)}}.introTitle{font-size:20px;font-weight:700;color:#e0f4ff;margin-bottom:12px;letter-spacing:.03em;white-space:nowrap}.introPoints{display:flex;gap:16px;justify-content:center;margin-bottom:10px}.introPositive{color:#4ade80;font-size:15px;font-weight:600;white-space:nowrap}.introNegative{color:#f87171;font-weight:600}.introWarning{font-size:14px;color:#ffc8c8e0;white-space:nowrap}.wfOverlay{position:fixed;inset:0;z-index:150;overflow:hidden;pointer-events:all}.wfWater{position:absolute;left:0;right:0;bottom:0;height:0;animation:wfWaterRise 120s linear forwards;overflow:visible}.wfWaterBody{position:absolute;inset:12px 0 0;background:linear-gradient(to top,#020818,#021a40 18%,#043560,#055c45 52%,#087c5e 65%,#0aa880 80%,#10c4a0 92%,#18d8b8);opacity:.86}@keyframes wfWaterRise{0%{height:0}to{height:100vh}}.wfWaveContainer{position:absolute;top:-14px;left:0;width:100%;height:28px;overflow:hidden}.wfWaveTrack{display:flex;width:200%;height:100%;animation:wfWaveSlide 5s linear infinite}.wfWaveTrack svg{width:50%;height:100%;flex-shrink:0}@keyframes wfWaveSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.wfSeaFloor{position:absolute;bottom:0;left:0;right:0;height:11vh;background:linear-gradient(180deg,#4a3418,#6b4e28 35%,#8b6638 65%,#6e4f22);border-radius:55% 45% 0 0/18% 22% 0 0;opacity:0;animation:wfFadeIn 2s ease-out 15s forwards}.wfSeaFloor:before{content:"";position:absolute;width:48px;height:22px;top:8px;left:18%;border-radius:50%;background:#0003}.wfSeaFloor:after{content:"";position:absolute;width:30px;height:14px;top:6px;left:70%;border-radius:50%;background:#0000002e}.wfPlants{position:absolute;bottom:9vh;left:0;right:0;height:22vh;pointer-events:none;opacity:0;animation:wfFadeIn 2.5s ease-out 18s forwards}.wfPlant{position:absolute;bottom:0;width:12px;background:linear-gradient(180deg,#1a9c3e,#0d5c24);border-radius:40% 60% 60% 40%/60% 40%;transform-origin:bottom center;animation:wfPlantSway 3.2s ease-in-out infinite}.wfPlant:after{content:"";position:absolute;top:-16px;left:-8px;width:26px;height:16px;background:linear-gradient(135deg,#26b84e,#1a7a34);border-radius:50% 80%;animation:wfLeafWave 2.8s ease-in-out infinite alternate}@keyframes wfPlantSway{0%,to{transform:rotate(-7deg)}50%{transform:rotate(7deg)}}@keyframes wfLeafWave{0%{transform:rotate(-12deg)}to{transform:rotate(12deg)}}.wfCoral{position:absolute;bottom:0;opacity:0;animation:wfFadeIn 2s ease-out 20s forwards}.wfCoral:before{content:"";position:absolute;bottom:0;left:0;width:9px;height:26px;background:#e0507a;border-radius:50% 50% 0 0}.wfCoral:after{content:"";position:absolute;bottom:0;left:11px;width:7px;height:18px;background:#e87090;border-radius:50% 50% 0 0}.wfFish{position:absolute;opacity:0}.wfFish.leftward{animation:wfFishEnterLeft linear infinite}.wfFish.rightward{animation:wfFishEnterRight linear infinite;transform:scaleX(-1)}@keyframes wfFishEnterLeft{0%{opacity:0;left:108%}3%{opacity:1}97%{opacity:1}to{opacity:0;left:-12%}}@keyframes wfFishEnterRight{0%{opacity:0;left:-12%}3%{opacity:1}97%{opacity:1}to{opacity:0;left:108%}}.wfFishBody{animation:wfFishWiggle .55s ease-in-out infinite alternate;transform-origin:center right}@keyframes wfFishWiggle{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.wfTurtle{position:absolute;opacity:0;animation:wfTurtleSwim linear infinite}@keyframes wfTurtleSwim{0%{opacity:0;left:-18%}4%{opacity:1}96%{opacity:1}to{opacity:0;left:110%}}.wfTurtleBody{animation:wfTurtlePaddle 1.4s ease-in-out infinite alternate}@keyframes wfTurtlePaddle{0%{transform:rotate(-2deg) translateY(-2px)}to{transform:rotate(2deg) translateY(2px)}}.wfJellyfish{position:absolute;opacity:0;animation:wfJellyfishFloat ease-in-out infinite,wfJellyfishDrift ease-in-out infinite}@keyframes wfJellyfishFloat{0%{bottom:-10%;opacity:0}8%{opacity:.9}80%{opacity:.8}to{bottom:90%;opacity:0}}@keyframes wfJellyfishDrift{0%,to{margin-left:0}33%{margin-left:30px}66%{margin-left:-20px}}.wfJellyfishBody{animation:wfJellyfishPulse 2.2s ease-in-out infinite}@keyframes wfJellyfishPulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(.78)}}.wfBubbles{position:absolute;inset:0;pointer-events:none;opacity:0;animation:wfFadeIn 2s ease-out 26s forwards}.wfBubble{position:absolute;border-radius:50%;border:1px solid rgba(200,240,255,.55);background:#b4e6ff17;animation:wfBubbleRise linear infinite}@keyframes wfBubbleRise{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:.7}85%{opacity:.5}to{transform:translateY(-70vh) translate(10px);opacity:0}}.wfSurfaceShimmer{position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(180deg,#18d8b859,#18d8b800);animation:wfShimmerPulse 3s ease-in-out infinite}@keyframes wfShimmerPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes wfFadeIn{0%{opacity:0}to{opacity:1}}.wfPufferBody{animation:wfPufferPulse 1.8s ease-in-out infinite;transform-origin:center center}@keyframes wfPufferPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.wfSharkBody{animation:wfSharkWiggle .8s ease-in-out infinite alternate;transform-origin:center right}@keyframes wfSharkWiggle{0%{transform:rotate(-3deg)}to{transform:rotate(3deg)}}.wfHint{position:absolute;bottom:18px;left:50%;transform:translate(-50%);color:#b4f0e6bf;font-size:13px;letter-spacing:.06em;white-space:nowrap;opacity:0;animation:wfFadeIn 2s ease-in 10s forwards;pointer-events:none;font-family:system-ui,sans-serif;text-shadow:0 0 8px rgba(0,0,0,.6)}
