@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap";:root{color:#143036;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:rtl;background:#eef3f4;font-family:Vazirmatn,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh}body{color:#143036;background:radial-gradient(circle at 0 0,#69c4bd24,#0000 28%),radial-gradient(circle at 100% 100%,#1830360f,#0000 24%),#eef3f4;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit;background:0 0;border:0}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.appShell{grid-template-columns:260px minmax(0,1fr);gap:14px;min-height:100vh;padding:14px;transition:grid-template-columns .22s;display:grid}.appShell.sidebarCollapsed{grid-template-columns:84px minmax(0,1fr)}.sidebar{color:#f7fbfb;background:#102f35fa;border:1px solid #102f3514;border-radius:18px;width:100%;height:calc(100vh - 28px);padding:14px 10px;transition:width .22s,padding .22s;position:sticky;top:14px;overflow:auto;box-shadow:0 16px 40px #102f351f}.sidebar.collapsed{padding-inline:8px}.brand{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;margin-bottom:10px;padding:4px 6px 14px;display:flex}.sidebar.collapsed .brand{justify-content:center;padding-inline:0}.brandMark{color:#0f2d33;letter-spacing:0;background:linear-gradient(135deg,#69c4bd,#8adad4);border-radius:12px;flex:none;place-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:grid}.brandMark.compact{border-radius:10px;width:34px;height:34px;font-size:16px}.brandText strong,.brandText span{display:block}.brandText strong{font-size:14px;font-weight:800}.brandText span{color:#f7fbfb94;margin-top:2px;font-size:11px}.collapseButton,.sidebarToggleButton{color:#f7fbfb;background:#ffffff0f;border:1px solid #d7e3e624;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .18s,border-color .18s;display:inline-flex}.collapseButton:hover,.sidebarToggleButton:hover{background:#ffffff1a}.collapseButton{margin-inline-start:auto}.sidebar.collapsed .collapseButton{margin-inline-start:0}.navList{flex-direction:column;gap:6px;display:flex}.navItem,.navButton,.subItem{border-radius:12px;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 12px;font-size:13px;transition:background-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.navItem,.navButton{color:#f7fbfbbd}.navItem:hover,.navButton:hover,.subItem:hover{color:#fff;background:#ffffff0f}.navItem.active{color:#fff;background:#69c4bd24;box-shadow:inset -3px 0 #69c4bd}.navButton{text-align:right;justify-content:flex-start}.navButton.expanded{color:#fff;background:#ffffff0d}.navButton span{flex:1}.navArrow{margin-inline-start:auto;transition:transform .2s}.navButton.expanded .navArrow{transform:rotate(180deg)}.sidebar.collapsed .navItem,.sidebar.collapsed .navButton{justify-content:center;padding-inline:0}.subMenu{border-inline-start:1px solid #ffffff14;flex-direction:column;gap:5px;margin:2px 0;padding-inline-start:12px;display:flex}.subItem{color:#f7fbfba8;background:#ffffff05;min-height:36px;padding-inline-start:10px;font-size:12px}.subItem.active{color:#fff;background:#69c4bd1f;box-shadow:inset -3px 0 #69c4bd}.mainArea{flex-direction:column;gap:12px;min-width:0;display:flex}.header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #102f3514;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:10px 16px;display:flex;position:sticky;top:14px;box-shadow:0 10px 24px #12282d0d}.headerBrandWrap,.headerBrand{align-items:center;gap:10px;min-width:0;display:flex}.headerLabel{color:#6f878b;margin:0 0 2px;font-size:11px;font-weight:700}.header h1{color:#0f2d33;margin:0;font-size:17px;font-weight:800;line-height:1.3}.headerActions{flex:none;align-items:center;gap:8px;display:flex}.languageButton,.userButton,.sidebarToggleButton{color:#0f2d33;background:#fff;border:1px solid #d7e3e6;border-radius:11px;justify-content:center;align-items:center;height:36px;transition:background-color .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 6px 14px #12282d0a}.languageButton:hover,.userButton:hover,.sidebarToggleButton:hover{border-color:#bed1d4;box-shadow:0 10px 18px #12282d0f}.languageButton{letter-spacing:0;min-width:46px;padding:0 12px;font-size:12px;font-weight:800}.userMenuWrap{position:relative}.userButton{gap:6px;padding:0 10px 0 12px;font-size:12px;font-weight:700}.userButton span{white-space:nowrap}.userMenu{top:calc(100% + 8px);background:#fff;border:1px solid #102f3514;border-radius:14px;min-width:210px;padding:8px;position:absolute;inset-inline-end:0;box-shadow:0 16px 30px #12282d1f}.logoutButton{color:#0f2d33;text-align:right;border-radius:10px;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 12px;font-size:12px;transition:background-color .16s;display:flex}.logoutButton:hover{background:#f4f8f8}.pageArea{min-width:0}.dashboard{gap:12px;display:grid}.heroPanel{color:#fff;background:linear-gradient(135deg,#0f2d33 0%,#163e45 100%);border-radius:18px;padding:16px 18px;box-shadow:0 14px 30px #102f3524}.heroPanel p{color:#ffffffc7;background:0 0;border-radius:0;min-height:auto;margin:0 0 6px;padding:0;font-size:12px;font-weight:700;display:block}.heroPanel h1,.heroPanel h2{margin:0 0 6px;font-size:22px;font-weight:800;line-height:1.3}.heroPanel span{color:#ffffffd1;max-width:780px;font-size:13px;line-height:1.8;display:block}.statsGrid,.contentGrid{gap:12px;display:grid}.statsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.contentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.statsGrid article,.contentCard{background:#ffffffe6;border:1px solid #dce7e9;border-radius:18px;box-shadow:0 10px 24px #12282d0d}.statsGrid article{padding:16px}.statsGrid span{color:#6f878b;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.statsGrid strong{color:#0f2d33;margin-bottom:8px;font-size:24px;font-weight:800;line-height:1;display:block}.statsGrid p,.contentCard p,.contentCard span{color:#6f878b;margin:0;font-size:13px;line-height:1.8}.contentCard{padding:18px}.contentCard h2,.contentCard h3{color:#0f2d33;margin:0 0 8px;font-size:16px;font-weight:800;line-height:1.4}.singlePage{min-height:220px}.pageBadge{background:#edf7f6;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-weight:800;display:inline-flex;color:#27726b!important;margin:0!important;font-size:11px!important}.pageLoader{place-items:center;min-height:100vh;padding:24px;display:grid}.pageLoaderCard{color:#143036;background:#fff;border:1px solid #dce7e9;border-radius:16px;padding:16px 20px;box-shadow:0 16px 40px #12282d14}.tenderPage{gap:12px;display:grid}.tenderHero{justify-content:space-between;align-items:center;min-height:auto;display:flex}.tenderHero h1{font-size:21px}.tenderHero p{margin-bottom:0}.tenderPanel{margin-top:0;padding:14px}.tenderToolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.tenderToolbarMeta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.tenderMuted{color:#6f878b;font-size:12px;font-weight:600}.iconButton{color:#0f2d33;background:#fff;border:1px solid #d7e3e6;border-radius:11px;justify-content:center;align-items:center;width:38px;height:36px;transition:background-color .18s,border-color .18s,box-shadow .18s,opacity .18s;display:inline-flex;box-shadow:0 6px 14px #12282d0a}.iconButton:hover:not(:disabled){border-color:#bed1d4;box-shadow:0 10px 18px #12282d0f}.iconButton:disabled{opacity:.58}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.tenderList{gap:12px;display:grid}.tenderCard{background:#fff;border:1px solid #dce7e9;border-radius:14px;transition:border-color .18s,box-shadow .18s,transform .18s;overflow:hidden;box-shadow:0 8px 22px #12282d0b}.tenderCard:hover{border-color:#c9dadd;transform:translateY(-1px);box-shadow:0 12px 26px #12282d12}.tenderCardHeader{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 14px 12px;display:flex}.tenderCardHeader.compact{padding:12px 14px}.tenderHeaderMeta{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.tenderHeaderBadges,.transportBadges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.transportBadges{justify-content:flex-end;gap:6px}.transportIconBadge{color:#0f2d33;background:#f8fbfb;border:1px solid #d7e3e6;border-radius:10px;justify-content:center;align-items:center;width:31px;height:31px;display:inline-flex}.transportTextFallback{color:#6f878b;font-size:11px;font-weight:700}.tenderFieldsGrid{background:#edf2f3;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;display:grid}.tenderField{background:#fff;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-height:66px;padding:10px 12px;display:grid}.tenderFieldIcon{color:#27726b;background:#edf7f6;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.tenderFieldBody{min-width:0}.tenderFieldLabel{display:block;color:#6f878b!important;margin:0 0 4px!important;font-size:11px!important;font-weight:700!important;line-height:1.4!important}.tenderFieldValue{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;color:#143036!important;margin:0!important;font-size:12.5px!important;font-weight:700!important;line-height:1.55!important}.tenderFieldValue.strong{color:#0f2d33!important;font-weight:800!important}.tenderCardFooter{background:#fff;justify-content:flex-end;align-items:center;gap:8px;padding:12px 14px;display:flex}.primaryActionButton,.secondaryActionButton,.paginationButton{border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:12px;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,opacity .18s;display:inline-flex}.primaryActionButton{color:#fff;background:#0f2d33;border:1px solid #69c4bd;box-shadow:0 8px 16px #0f2d331f}.primaryActionButton:hover{background:#143c43}.secondaryActionButton,.paginationButton{color:#0f2d33;background:#fff;border:1px solid #d7e3e6}.secondaryActionButton:hover,.paginationButton:hover:not(:disabled){background:#f8fbfb;border-color:#bed1d4}.paginationButton:disabled{opacity:.45}.tenderPagination{border-top:1px solid #edf2f3;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:14px;display:flex}.paginationStatus{color:#6f878b;font-size:12px;font-weight:700}.paginationStatus strong{color:#0f2d33;font-weight:900}.tenderState{color:#6f878b;text-align:center;background:#f8fbfb;border:1px dashed #cfe0e3;border-radius:14px;place-items:center;min-height:150px;padding:24px;font-size:13px;font-weight:700;display:grid}.tenderState.error{color:#b42318;background:#fef2f2cc;border-color:#dc262640}.tenderState.empty{margin-top:12px}.status-badge{color:#47666b;white-space:nowrap;background:#eef3f4;border-radius:999px;justify-content:center;align-items:center;min-height:27px;padding:0 10px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.status-badge.open{color:#157466;background:#e8f7f4}.status-badge.pending,.status-badge.in_progress{color:#966b00;background:#fff7df}.status-badge.closed,.status-badge.completed{color:#27726b;background:#edf7f6}.status-badge.cancelled{color:#b42318;background:#fff0f0}.status-badge.draft,.status-badge.unknown{color:#47666b;background:#eef3f4}.status-badge.submitted{color:#157466;background:#e8f7f4}.status-badge.accepted{color:#27726b;background:#edf7f6}.status-badge.rejected{color:#b42318;background:#fff0f0}.response-badge{border:1px solid #0000}.response-badge.has-response{color:#27726b;background:#edf7f6}.response-badge.no-response{color:#60767b;background:#f4f6f7}.textBackButton{color:#fffc;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:14px;padding:0;display:inline-flex}.textBackButton:hover{color:#fff}.bidsToolbar{flex-wrap:wrap;align-items:stretch;gap:12px}.bidSearchForm{background:#fff;border:1px solid #d7e3e6;border-radius:11px;flex:1;align-items:center;gap:8px;min-width:280px;height:40px;padding:0 10px;display:flex}.bidSearchForm input{min-width:120px;font:inherit;color:#0f2d33;background:0 0;border:0;outline:0;flex:1}.bidSearchForm button{color:#fff;height:30px;font:inherit;cursor:pointer;background:#0f2d33;border:0;border-radius:9px;padding:0 12px;font-size:12px;font-weight:800}.bidSearchForm button:hover{background:#143c43}.bidFilters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.bidFilters label{background:#fff;border:1px solid #d7e3e6;border-radius:11px;align-items:center;gap:6px;height:40px;padding:0 10px;display:inline-flex}.bidFilters select{font:inherit;color:#0f2d33;background:0 0;border:0;outline:0;font-size:12px;font-weight:700}.bidList{gap:12px;display:grid}.bidCard{background:#fff;border:1px solid #dce7e9;border-radius:14px;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 8px 22px #12282d0b}.bidCard:hover{border-color:#c9dadd;transform:translateY(-1px);box-shadow:0 12px 26px #12282d12}.bidCardHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.bidCompany{color:#0f2d33;align-items:center;gap:8px;display:flex}.bidCompany strong{font-size:14px;font-weight:900}.bidMetaLine{color:#6f878b;flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;font-size:12px;font-weight:700;display:flex}.bidMetaLine span{align-items:center;gap:5px;display:inline-flex}.bidTotalBox{text-align:left;background:#f8fbfb;border:1px solid #edf2f3;border-radius:12px;min-width:180px;padding:10px 12px}.bidTotalBox span{color:#6f878b;margin-bottom:4px;font-size:12px;display:block}.bidTotalBox strong{color:#0f2d33;font-size:16px;font-weight:900}.bidContactGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.bidContactItem{color:#374151;background:#f8fbfb;border-radius:11px;align-items:center;gap:7px;min-height:36px;padding:8px 10px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.bidContactItem span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bidCostsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.bidCostRow{background:#fff;border:1px solid #edf2f3;border-radius:12px;min-height:64px;padding:10px}.bidCostRow span{color:#6f878b;margin-bottom:6px;font-size:12px;display:block}.bidCostRow strong{color:#0f2d33;overflow-wrap:anywhere;font-size:13px;font-weight:900;display:block}.bidCardActions{border-top:1px solid #edf2f3;justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;padding-top:14px;display:flex}.bidCardActions .secondaryActionButton{min-width:132px}@media (width<=1120px){.appShell{grid-template-columns:230px minmax(0,1fr)}.appShell.sidebarCollapsed{grid-template-columns:76px minmax(0,1fr)}.statsGrid,.contentGrid{grid-template-columns:1fr}.tenderFieldsGrid,.bidCostsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.bidCardHeader{flex-direction:column}.bidTotalBox{text-align:right;width:100%}.bidContactGrid{grid-template-columns:1fr}.bidSearchForm{min-width:100%}}@media (width<=720px){.appShell,.appShell.sidebarCollapsed{grid-template-columns:1fr}.sidebar,.sidebar.collapsed{height:auto;position:static}.header{position:static}.collapseButton,.sidebarToggleButton{display:none}.tenderPanel{padding:12px}.tenderToolbar,.tenderPagination,.tenderCardFooter,.tenderHeaderMeta{flex-direction:column;align-items:stretch}.tenderToolbarMeta{justify-content:space-between;width:100%}.transportBadges{justify-content:flex-start}.tenderFieldsGrid,.bidCostsGrid{grid-template-columns:1fr}.primaryActionButton,.secondaryActionButton,.paginationButton,.bidCardActions .secondaryActionButton{width:100%}.bidCardActions{flex-direction:column;align-items:stretch}.tenderCardHeader{flex-direction:column}.bidFilters{width:100%}.bidFilters label{flex:1;min-width:150px}.bidFilters select{width:100%}}@media (width<=640px){.appShell{gap:10px;padding:10px}.sidebar{border-radius:16px}.header{border-radius:16px;flex-direction:column;align-items:flex-start;padding:12px 14px}.headerActions{justify-content:space-between;width:100%}.heroPanel{border-radius:16px;padding:14px 16px}.heroPanel h1,.heroPanel h2{font-size:19px}.contentCard,.statsGrid article{border-radius:16px}.userMenu{min-width:190px}.tenderHero h1{font-size:18px}.tenderHero p{font-size:11.5px}.tenderCardHeader,.tenderCardFooter{padding-inline:12px}.bidCard{border-radius:13px;padding:12px}.bidSearchForm{flex-wrap:wrap;height:auto;min-height:40px;padding:8px 10px}.bidSearchForm button{width:100%}}.pageShell{min-width:0}.pageCard{color:#143036;background:#ffffffeb;border:1px solid #dce7e9;border-radius:18px;padding:16px 18px;box-shadow:0 10px 24px #12282d0d}.errorText{color:#b42318;font-weight:700}.submitTenderShell{display:block}.submitTenderPage{color:#143036;gap:12px;display:grid}.submitTenderStateCard{text-align:center;place-items:center;min-height:140px;font-size:13px;display:grid}.submitTenderHero{color:#fff;background:linear-gradient(135deg,#0f2d33fa,#163e45f5),radial-gradient(circle at 0 0,#69c4bd47,#0000 34%);border:1px solid #ffffff1f;border-radius:18px;justify-content:space-between;align-items:stretch;gap:14px;padding:18px;display:flex;box-shadow:0 14px 30px #102f3524}.submitTenderHeroMain{flex-direction:column;justify-content:center;min-width:0;display:flex}.submitTenderEyebrow,.submitTenderSectionKicker{color:#27726b;letter-spacing:0;text-transform:uppercase;align-items:center;width:max-content;max-width:100%;margin-bottom:7px;font-size:10.5px;font-weight:900;line-height:1.4;display:inline-flex}.submitTenderHero .submitTenderEyebrow{color:#9ae4dd;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;padding:4px 9px}.submitTenderHero h1{color:#fff;margin:0 0 7px;font-size:21px;font-weight:900;line-height:1.35}.submitTenderHero p{color:#f7fbfbc7;max-width:720px;margin:0;font-size:12.5px;font-weight:500;line-height:1.85}.submitTenderHeroStats{grid-template-columns:repeat(3,minmax(92px,1fr));gap:8px;min-width:310px;display:grid}.submitTenderHeroStats div{background:#ffffff12;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;justify-content:center;min-height:74px;padding:11px 12px;display:flex}.submitTenderHeroStats span{color:#f7fbfba8;margin-bottom:8px;font-size:10.5px;font-weight:800;line-height:1.3}.submitTenderHeroStats strong{color:#fff;font-size:17px;font-weight:900;line-height:1}.submitTenderAlert{border-radius:13px;padding:11px 13px;font-size:12px;font-weight:800;line-height:1.8}.submitTenderAlertDanger{color:#b42318;background:#fef2f2f2;border:1px solid #dc262629}.submitTenderAlertSuccess{color:#27726b;background:#edf7f6;border:1px solid #15746624}.submitTenderForm{gap:12px;display:grid}.submitTenderCard{background:#fffffff0;border:1px solid #dce7e9;border-radius:18px;padding:15px;box-shadow:0 10px 24px #12282d0d}.submitTenderSectionHead{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;padding-bottom:12px;display:flex}.submitTenderSectionHead.withAction{align-items:center}.submitTenderSectionHead h2{color:#0f2d33;margin:0 0 5px;font-size:16px;font-weight:900;line-height:1.35}.submitTenderSectionHead p{color:#6f878b;margin:0;font-size:11.5px;font-weight:600;line-height:1.75}.submitTenderSectionKicker{color:#4b8f88;margin-bottom:5px}.submitTenderFieldGroup{background:#fbfdfd;border:1px solid #e2ebed;border-radius:16px;gap:12px;padding:13px;display:grid;position:relative}.submitTenderFieldGroup+.submitTenderFieldGroup{margin-top:12px}.submitTenderFieldGroup:before{content:"";background:#cfe0e3;border-radius:999px;width:3px;position:absolute;inset-block:13px;inset-inline-start:0}.submitTenderFieldGroup-mint{background:#f5fbfa;border-color:#cfe5e2}.submitTenderFieldGroup-mint:before{background:#69c4bd}.submitTenderFieldGroup-blue{background:#f5f9fc;border-color:#cde4f6}.submitTenderFieldGroup-blue:before{background:#62a9df}.submitTenderFieldGroup-amber{background:#fffaf0;border-color:#f1e1b8}.submitTenderFieldGroup-amber:before{background:#d8a529}.submitTenderFieldGroup-rose{background:#fff6f6;border-color:#f1c7c7}.submitTenderFieldGroup-rose:before{background:#e06f6f}.submitTenderFieldGroupHead h3{color:#0f2d33;margin:0 0 4px;font-size:13.5px;font-weight:900;line-height:1.4}.submitTenderFieldGroupHead p{color:#6f878b;margin:0;font-size:11.5px;font-weight:600;line-height:1.7}.submitTenderGrid{grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;display:grid}.submitTenderPage .field{flex-direction:column;gap:6px;min-width:0;display:flex}.submitTenderPage .field label{color:#47666b;font-size:11.5px;font-weight:800;line-height:1.55}.submitTenderPage .field input,.submitTenderPage .field textarea,.submitTenderPage .field select{color:#0f2d33;background:#fff;border:1px solid #d7e3e6;border-radius:11px;outline:none;width:100%;min-height:38px;padding:8px 10px;font-size:12px;line-height:1.5;transition:border-color .18s,box-shadow .18s,background-color .18s}.submitTenderPage .field textarea{resize:vertical;min-height:92px}.submitTenderPage .field input::placeholder,.submitTenderPage .field textarea::placeholder{color:#9aacaf}.submitTenderPage .field input:focus,.submitTenderPage .field textarea:focus,.submitTenderPage .field select:focus{border-color:#69c4bd;box-shadow:0 0 0 3px #69c4bd29}.submitTenderPage .field select{appearance:auto;cursor:pointer}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-12{grid-column:span 12}.submitTenderSwitchPanel{justify-content:flex-start;padding:0}.submitTenderSwitchList{background:#fff;border:1px solid #d7e3e6;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;min-height:38px;padding:5px;display:flex}.submitTenderSwitchList label{cursor:pointer;background:#f8fbfb;border:1px solid #edf2f3;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 9px;transition:background-color .18s,border-color .18s,color .18s;color:#143036!important;font-size:11.5px!important;font-weight:800!important;display:inline-flex!important}.submitTenderSwitchList label:has(input:checked){background:#edf7f6;border-color:#69c4bd;color:#27726b!important}.submitTenderSwitchList input[type=checkbox]{accent-color:#0f2d33;width:14px;height:14px;min-height:auto;margin:0;padding:0}.cargoSwitchList{align-items:flex-start}.checkboxRow{flex-wrap:wrap;align-items:center;gap:12px;padding-top:4px;display:flex}.checkboxRow label{color:#143036;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.checkboxRow input[type=checkbox]{accent-color:#0f2d33;width:16px;height:16px;min-height:auto;padding:0}.routeList,.cargoList{gap:12px;display:grid}.routeCard,.cargoCard{background:#fbfdfd;border:1px solid #e2ebed;border-radius:16px;padding:13px;box-shadow:0 8px 18px #12282d09}.originCard{background:linear-gradient(#f4fbfa,#fbfdfd);border-color:#cfe5e2}.destinationCard{background:linear-gradient(#f4f9fe,#fbfdfd);border-color:#cde4f6}.routeCardHead{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding-bottom:11px;display:flex}.routeCardBadge{color:#27726b;background:#edf7f6;border-radius:999px;align-items:center;width:max-content;max-width:100%;min-height:22px;margin-bottom:7px;padding:0 8px;font-size:10.5px;font-weight:900;line-height:1;display:inline-flex}.routeCardHead h3{color:#0f2d33;margin:0 0 3px;font-size:14px;font-weight:900;line-height:1.4}.routeCardHead p{color:#6f878b;margin:0;font-size:11.5px;font-weight:600;line-height:1.7}.submitTenderSectionHead button,.submitTenderActions button,.dangerBtn,.secondaryBtn{border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-size:12px;font-weight:900;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,opacity .18s;display:inline-flex}.submitTenderSectionHead button,.submitTenderActions button[type=submit]{color:#fff;background:#0f2d33;border:1px solid #69c4bd;box-shadow:0 8px 16px #0f2d331f}.submitTenderSectionHead button:hover:not(:disabled),.submitTenderActions button[type=submit]:hover:not(:disabled){background:#143c43}.secondaryBtn,.submitTenderActions .secondaryBtn{color:#0f2d33;box-shadow:none;background:#fff;border:1px solid #d7e3e6}.secondaryBtn:hover,.submitTenderActions .secondaryBtn:hover{background:#f8fbfb;border-color:#bed1d4}.dangerBtn{color:#b42318;box-shadow:none;background:#fff5f5;border:1px solid #f1c7c7}.dangerBtn:hover{background:#feecec}.submitTenderActions{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #d7e3e6e6;border-radius:16px;justify-content:flex-end;align-items:center;gap:9px;padding:10px;display:flex;position:sticky;bottom:12px;box-shadow:0 14px 28px #12282d14}.submitTenderActions button:disabled,.submitTenderSectionHead button:disabled{opacity:.55;box-shadow:none}@media (width<=1120px){.submitTenderHero{flex-direction:column}.submitTenderHeroStats{min-width:0}.col-3{grid-column:span 4}.col-4{grid-column:span 6}}@media (width<=900px){.submitTenderHeroStats{grid-template-columns:repeat(3,minmax(0,1fr))}.submitTenderHeroStats div{min-height:64px}}@media (width<=720px){.submitTenderHero,.submitTenderSectionHead,.submitTenderSectionHead.withAction,.routeCardHead,.submitTenderActions{flex-direction:column;align-items:stretch}.submitTenderHeroStats{grid-template-columns:1fr}.submitTenderSectionHead button,.submitTenderActions button,.dangerBtn,.secondaryBtn{width:100%}.col-3,.col-4{grid-column:span 12}.submitTenderActions{position:static;bottom:auto}}@media (width<=640px){.submitTenderHero,.submitTenderCard,.pageCard{border-radius:16px;padding:14px}.submitTenderHero h1{font-size:19px}.submitTenderGrid{gap:9px}.submitTenderFieldGroup{padding:12px}.submitTenderSwitchList{align-items:stretch}.submitTenderSwitchList label{justify-content:flex-start;width:100%}}.tenderDetailsPage{gap:12px;display:grid}.tenderDetailsHero{align-items:stretch}.tenderDetailsToolbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border:1px solid #d7e3e6e6;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex;box-shadow:0 10px 24px #12282d0d}.tenderDetailsSection{overflow:hidden}.tenderDetailsSection .submitTenderSectionKicker{color:#27726b;background:#edf7f6;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:8px;display:inline-flex}.detailInfoGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.detailInfoItem{background:#fbfdfd;border:1px solid #edf2f3;border-radius:13px;min-width:0;min-height:66px;padding:11px 12px}.detailInfoItem span{color:#6f878b;margin-bottom:7px;font-size:11px;font-weight:800;line-height:1.45;display:block}.detailInfoItem strong{color:#0f2d33;overflow-wrap:anywhere;font-size:12.5px;font-weight:900;line-height:1.65;display:block}.detailList{gap:12px;display:grid}.tenderDetailsPage .routeCard,.tenderDetailsPage .cargoCard{background:#fbfdfd}.tenderDetailsPage .routeCard:hover,.tenderDetailsPage .cargoCard:hover{border-color:#cfe0e3;box-shadow:0 10px 22px #12282d0e}.detailEmpty{color:#6f878b;text-align:center;background:#f8fbfb;border:1px dashed #cfe0e3;border-radius:14px;place-items:center;min-height:92px;padding:18px;font-size:12.5px;font-weight:800;line-height:1.8;display:grid}.detailDocuments{gap:9px;display:grid}.detailDocument{background:#fbfdfd;border:1px solid #edf2f3;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:11px 12px;display:flex}.detailDocument>div{flex-direction:column;gap:4px;min-width:0;display:flex}.detailDocument>div:last-child{flex:none;align-items:flex-end}.detailDocument strong{color:#0f2d33;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:900;line-height:1.5;overflow:hidden}.detailDocument span{color:#6f878b;font-size:11.5px;font-weight:700;line-height:1.5}.submitTenderStateCard svg{color:#27726b}.submitTenderStateCard .errorText+.secondaryBtn{margin-top:8px}.tenderDetailsPage .submitTenderActions{position:static;bottom:auto}.tenderDetailsPage .submitTenderActions .secondaryBtn{min-width:160px}@media (width<=1120px){.detailInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.detailInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.detailDocument{flex-direction:column;align-items:flex-start}.detailDocument>div:last-child{align-items:flex-start}}@media (width<=720px){.tenderDetailsToolbar{flex-direction:column;align-items:stretch}.detailInfoGrid{grid-template-columns:1fr}.tenderDetailsPage .submitTenderActions .secondaryBtn{width:100%;min-width:0}}@media (width<=640px){.tenderDetailsToolbar{border-radius:14px;padding:9px}.detailInfoItem,.detailDocument{border-radius:12px;min-height:auto;padding:10px 11px}.detailDocument strong{white-space:normal}}.bidDetailsInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.bidDetailsInfoItem{background:#fff;border:1px solid #0f172a14;border-radius:12px;align-items:flex-start;gap:10px;min-width:0;padding:12px;display:flex}.bidDetailsInfoIcon{color:#64748b;flex:none;margin-top:2px;display:inline-flex}.bidDetailsInfoItem span{color:#64748b;margin-bottom:4px;font-size:12px;display:block}.bidDetailsInfoItem strong{color:#0f172a;word-break:break-word;font-size:13px;line-height:1.8;display:block}.bidDetailsSection{margin-top:22px}.bidDetailsSection h2,.bidDetailsSide h2{color:#0f172a;margin:0 0 12px;font-size:16px}.bidDetailsSection .mutedText{color:#64748b;margin:-4px 0 14px;font-size:13px;line-height:1.9}.bidDetailsCostsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.bidDetailsCostItem{background:#fff;border:1px solid #0f172a14;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;display:flex}.bidDetailsCostItem span{color:#64748b;font-size:13px}.bidDetailsCostItem strong{color:#0f172a;text-align:left;font-size:14px}.bidDetailsTextBox{color:#334155;white-space:pre-wrap;background:#fff;border:1px solid #0f172a14;border-radius:12px;min-height:70px;padding:14px;font-size:13px;line-height:2}.bidDetailsSide{position:sticky;top:16px}.bidDetailsSideList{gap:10px;display:grid}.bidRoutesExperience{background:radial-gradient(circle at 100% 0,#2563eb1f,#0000 34%),radial-gradient(circle at 0 100%,#14b8a61a,#0000 30%),linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #0f172a14;border-radius:24px;margin-top:24px;padding:20px;overflow:hidden}.bidRoutesExperienceHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.bidRoutesExperienceHeader span{color:#2563eb;letter-spacing:.04em;background:#2563eb14;border-radius:999px;margin-bottom:6px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.bidRoutesExperienceHeader h2{color:#0f172a;margin:0;font-size:18px;line-height:1.8}.bidRoutesExperienceHeader p{color:#64748b;max-width:720px;margin:2px 0 0;font-size:13px;line-height:1.9}.bidRoutesCompareGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.bidRouteGraphicCard{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #0f172a14;border-radius:22px;min-width:0;padding:16px;box-shadow:0 18px 42px #0f172a0f}.bidRouteGraphicCard.customer{border-color:#2563eb29}.bidRouteGraphicCard.provider{border-color:#14b8a633}.bidRouteGraphicHeader{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:18px;display:grid}.bidRouteGraphicIcon{color:#2563eb;background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.bidRouteGraphicCard.provider .bidRouteGraphicIcon{color:#0f766e;background:#ccfbf1}.bidRouteGraphicHeader h3{color:#0f172a;margin:0;font-size:14px;line-height:1.8}.bidRouteGraphicHeader p{color:#64748b;margin:0;font-size:12px;line-height:1.8}.bidRouteGraphicHeader>span{white-space:nowrap;color:#475569;background:#f8fafc;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.bidRouteGraphicFlow{gap:0;display:grid;position:relative}.bidRouteGraphicItem{grid-template-columns:1fr;display:grid;position:relative}.bidRouteGraphicNode{z-index:2;background:#fff;border:1px solid #0f172a12;border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:flex-start;gap:12px;padding:12px;display:grid;position:relative}.bidRouteGraphicNode.customer.start,.bidRouteGraphicNode.customer.end{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#2563eb33}.bidRouteGraphicNode.provider.start,.bidRouteGraphicNode.provider.end{background:linear-gradient(135deg,#fff 0%,#ecfdf5 100%);border-color:#14b8a63d}.bidRouteGraphicPin{color:#2563eb;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:inset 0 0 0 6px #dbeafe}.bidRouteGraphicNode.provider .bidRouteGraphicPin{color:#0f766e;background:#ccfbf1;box-shadow:inset 0 0 0 6px #99f6e4}.bidRouteGraphicContent{min-width:0}.bidRouteGraphicContent span{color:#64748b;background:#f1f5f9;border-radius:999px;margin-bottom:3px;padding:3px 8px;font-size:11px;font-weight:800;display:inline-flex}.bidRouteGraphicContent strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.8;display:block;overflow:hidden}.bidRouteGraphicContent p{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.9;display:-webkit-box;overflow:hidden}.bidRouteGraphicSegment{grid-template-columns:42px minmax(0,1fr);gap:12px;min-height:54px;padding:0 12px;display:grid;position:relative}.bidRouteGraphicSegment>span{background:linear-gradient(#bfdbfe,#dbeafe);width:2px;height:100%;margin:0 auto;display:block;position:relative}.bidRouteGraphicSegment.provider>span{background:linear-gradient(#99f6e4,#ccfbf1)}.bidRouteGraphicSegment svg{color:#2563eb;background:#eff6ff;border-radius:999px;padding:3px;position:absolute;top:17px;right:24px;transform:rotate(90deg)}.bidRouteGraphicSegment.provider svg{color:#0f766e;background:#ccfbf1}.bidRouteGraphicSegmentInfo{flex-wrap:wrap;align-content:center;gap:6px;padding:9px 0;display:flex}.bidRouteGraphicSegmentInfo small{color:#475569;background:#f8fafc;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1.6;display:inline-flex}.bidRouteEmpty{color:#64748b;background:#f8fafc;border:1px dashed #64748b47;border-radius:14px;padding:14px;font-size:13px;line-height:1.9}.bidDetailsCargoList{gap:12px;display:grid}.bidDetailsCargoItem{background:#fff;border:1px solid #0f172a14;border-radius:14px;padding:14px}.bidDetailsCargoHeader{color:#0f172a;align-items:center;gap:8px;margin-bottom:12px;display:flex}.bidDetailsCargoHeader svg{color:#64748b;flex:none}.bidDetailsCargoHeader strong{font-size:14px;line-height:1.8}.bidDetailsDocumentList{gap:10px;display:grid}.bidDetailsDocumentItem{background:#fff;border:1px solid #0f172a14;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.bidDetailsDocumentItem strong{color:#0f172a;font-size:13px;display:block}.bidDetailsDocumentItem span{color:#64748b;margin-top:3px;font-size:12px;display:block}.bidDetailsSummaryCard{background:linear-gradient(135deg,#eff6ff 0%,#f8fafc 55%,#ecfeff 100%);border:1px solid #2563eb2e;border-radius:18px;margin-top:14px;margin-bottom:22px;padding:18px}.bidDetailsSummaryHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.bidDetailsSummaryHeader span,.bidDetailsSummaryTotal span{color:#64748b;margin-bottom:4px;font-size:12px;display:block}.bidDetailsSummaryHeader strong{color:#0f172a;font-size:15px;line-height:1.8;display:block}.bidDetailsSummaryTotal{text-align:left;background:#fff;border-radius:14px;min-width:190px;padding:12px 14px;box-shadow:0 10px 24px #0f172a0f}.bidDetailsSummaryTotal strong{color:#2563eb;font-size:18px}@media (width<=1100px){.bidDetailsLayout{grid-template-columns:1fr}.bidDetailsSide{position:static}.bidDetailsInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.bidRoutesCompareGrid{grid-template-columns:1fr}}@media (width<=700px){.bidDetailsHeader{flex-direction:column}.bidDetailsInfoGrid,.bidDetailsCostsGrid{grid-template-columns:1fr}.bidDetailsLayout{gap:12px}.bidDetailsSummaryHeader{flex-direction:column}.bidDetailsSummaryTotal{width:100%;min-width:0}.bidRoutesExperience{border-radius:18px;padding:14px}.bidRouteGraphicCard{border-radius:18px;padding:13px}.bidRouteGraphicHeader{grid-template-columns:38px minmax(0,1fr)}.bidRouteGraphicHeader>span{grid-column:1/-1;justify-content:center}.bidRouteGraphicNode{grid-template-columns:36px minmax(0,1fr);padding:10px}.bidRouteGraphicPin{width:36px;height:36px}.bidRouteGraphicSegment{grid-template-columns:36px minmax(0,1fr);padding:0 10px}.bidRouteGraphicSegment svg{right:20px}}.loginPage{background:radial-gradient(circle at 18% 18%,#69c4bd42,#0000 28%),radial-gradient(circle at 82% 24%,#0f2d3329,#0000 30%),radial-gradient(circle at 50% 95%,#69c4bd2e,#0000 34%),linear-gradient(135deg,#eef3f4 0%,#f8fbfb 52%,#e8f2f3 100%);place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.loginPage:before,.loginPage:after{content:"";pointer-events:none;filter:blur(2px);opacity:.9;border-radius:999px;position:absolute}.loginPage:before{background:radial-gradient(circle,#69c4bd3d,#0000 62%);width:520px;height:520px;inset-block-start:-210px;inset-inline-end:-180px}.loginPage:after{background:radial-gradient(circle,#0f2d3324,#0000 64%);width:460px;height:460px;inset-block-end:-190px;inset-inline-start:-160px}.loginCard{z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#ffffffeb,#ffffffd1);border:1px solid #ffffffb8;border-radius:28px;width:min(100%,460px);padding:18px;animation:.5s both authCardIn;position:relative;box-shadow:0 28px 80px #0f2d3329,0 10px 26px #0f2d3314,inset 0 1px #ffffffe6}@keyframes authCardIn{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.loginCard:before{content:"";pointer-events:none;border:1px solid #69c4bd59;border-radius:28px;position:absolute;inset:0}.loginBrand{color:#fff;background:radial-gradient(circle at 100% 0,#69c4bd2e,#0000 36%),linear-gradient(135deg,#0f2d33 0%,#173f47 100%);border-radius:22px;align-items:center;gap:12px;margin-bottom:18px;padding:16px;display:flex;position:relative;overflow:hidden}.loginBrand:after{content:"";background:#ffffff12;border-radius:999px;width:170px;height:170px;position:absolute;inset-block-start:-95px;inset-inline-start:-70px}.loginBrand .brandMark{z-index:1;color:#0f2d33;background:linear-gradient(135deg,#69c4bd 0%,#9be6df 100%);border-radius:16px;width:48px;height:48px;font-size:22px;font-weight:900;position:relative;box-shadow:0 12px 24px #69c4bd38,inset 0 1px #ffffff73}.loginBrand>div:last-child{z-index:1;min-width:0;position:relative}.loginBrand h1{color:#fff;letter-spacing:-.2px;margin:0 0 6px;font-size:19px;font-weight:900;line-height:1.45}.loginBrand p{color:#f7fbfbc2;margin:0;font-size:12.5px;font-weight:600;line-height:1.9}.loginForm{gap:12px;display:grid}.formField{flex-direction:column;gap:7px;min-width:0;display:flex}.formField label{color:#47666b;font-size:12px;font-weight:900;line-height:1.6}.formField input,.formField select,.formField textarea{color:#0f2d33;background:#ffffffeb;border:1px solid #d7e3e6;border-radius:14px;outline:0;width:100%;min-height:44px;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.6;transition:border-color .18s,box-shadow .18s,background-color .18s,transform .18s;box-shadow:0 8px 18px #12282d09}.formField input::placeholder,.formField textarea::placeholder{color:#9aacaf;font-weight:600}.formField input:focus,.formField select:focus,.formField textarea:focus{background:#fff;border-color:#69c4bd;box-shadow:0 0 0 4px #69c4bd29,0 10px 22px #12282d0e}.formField input:disabled,.formField select:disabled,.formField textarea:disabled{opacity:.72;cursor:not-allowed;color:#60767b;background:#f4f8f8}.roleOptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.roleOption{cursor:pointer;background:#ffffffdb;border:1px solid #d7e3e6;border-radius:14px;align-items:center;gap:8px;min-height:43px;padding:8px 10px;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s,transform .18s;position:relative;box-shadow:0 7px 16px #12282d09;color:#143036!important;font-size:12px!important;font-weight:900!important;display:flex!important}.roleOption:hover{background:#fff;border-color:#bed1d4;transform:translateY(-1px);box-shadow:0 10px 22px #12282d0e}.roleOption input[type=radio]{accent-color:#0f2d33;width:16px;height:16px;min-height:auto;box-shadow:none;margin:0;padding:0}.roleOption input[type=radio]:checked{outline:3px solid #69c4bd2e}.loginError,.loginSuccess{border-radius:14px;align-items:flex-start;gap:8px;min-height:42px;padding:10px 12px;font-size:12px;font-weight:800;line-height:1.8;display:flex}.loginError{color:#b42318;background:#fef2f2eb;border:1px solid #dc262626}.loginSuccess{color:#27726b;background:#edf7f6;border:1px solid #15746626}.loginError:before,.loginSuccess:before{color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.loginError:before{content:"!";background:#b42318}.loginSuccess:before{content:"✓";background:#27726b}.loginSubmit{color:#fff;background:linear-gradient(135deg,#0f2d33 0%,#16424a 100%);border:1px solid #69c4bd;border-radius:15px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;padding:0 16px;font-size:13px;font-weight:900;transition:transform .18s,box-shadow .18s,background-color .18s,opacity .18s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 14px 26px #0f2d332b,inset 0 1px #ffffff1f}.loginSubmit:before{content:"";background:linear-gradient(90deg,#0000,#ffffff29,#0000);transition:transform .55s;position:absolute;inset:0;transform:translate(120%)}.loginSubmit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 32px #0f2d3338,inset 0 1px #ffffff24}.loginSubmit:hover:not(:disabled):before{transform:translate(-120%)}.loginSubmit:active:not(:disabled){transform:translateY(0)}.loginSubmit:disabled{opacity:.62;box-shadow:none}.secondaryButton{color:#0f2d33!important;background:#fff!important;border-color:#d7e3e6!important;box-shadow:0 8px 18px #12282d0a!important}.secondaryButton:hover:not(:disabled){background:#f8fbfb!important;border-color:#bed1d4!important;box-shadow:0 12px 22px #12282d0f!important}.authSwitch{color:#6f878b;border-top:1px solid #edf2f3;justify-content:center;align-items:center;gap:5px;margin-top:2px;padding-top:12px;font-size:12.5px;font-weight:700;line-height:1.8;display:flex}.authSwitch a{color:#27726b;font-weight:900;transition:color .18s}.authSwitch a:hover{color:#0f2d33}.loginCard .loginForm{max-height:calc(100vh - 210px);padding-inline-end:2px;overflow:auto}.loginCard .loginForm::-webkit-scrollbar{width:7px}.loginCard .loginForm::-webkit-scrollbar-track{background:0 0}.loginCard .loginForm::-webkit-scrollbar-thumb{background:#cfe0e3;border-radius:999px}.loginCard .loginForm::-webkit-scrollbar-thumb:hover{background:#bed1d4}@media (width<=640px){.loginPage{align-items:start;padding:14px}.loginCard{border-radius:22px;width:100%;margin-top:8px;padding:14px}.loginCard:before{border-radius:22px}.loginBrand{border-radius:18px;padding:14px}.loginBrand .brandMark{border-radius:14px;width:42px;height:42px;font-size:19px}.loginBrand h1{font-size:17px}.loginBrand p{font-size:12px}.roleOptions{grid-template-columns:1fr}.formField input,.formField select,.formField textarea,.loginSubmit{border-radius:13px;min-height:44px}.loginCard .loginForm{max-height:none;overflow:visible}}.profilePage{gap:12px;min-width:0;padding-bottom:18px;display:grid}.profileHero{color:#fff;background:radial-gradient(circle at 0 0,#69c4bd38,#0000 34%),linear-gradient(135deg,#0f2d33 0%,#173f46 100%);border:1px solid #102f3514;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;min-width:0;padding:18px;display:flex;box-shadow:0 14px 30px #102f3524}.profileHeroIdentity{align-items:center;gap:14px;min-width:0;display:flex}.profileAvatar{color:#8adad4;background:#ffffff1a;border:1px solid #ffffff29;border-radius:18px;flex:none;place-items:center;width:64px;height:64px;display:grid;box-shadow:inset 0 1px #ffffff14}.profileHeroIdentity>div:last-child{min-width:0}.profileHeroBadges{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:7px;display:flex}.profileTypeBadge,.profileVerificationBadge{border-radius:999px;justify-content:center;align-items:center;gap:5px;min-height:25px;padding:0 9px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.profileTypeBadge{color:#a6ebe6;background:#69c4bd29}.profileVerificationBadge.verified{color:#9ce1ba;background:#45bf8524}.profileVerificationBadge.pending{color:#f8d98e;background:#f5b94826}.profileHero h1{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:21px;font-weight:800;line-height:1.45;overflow:hidden}.profileHero p{color:#ffffffb3;margin:0;font-size:12px;line-height:1.8}.profileAccessStatus{background:#ffffff12;border:1px solid #ffffff1c;border-radius:13px;flex:none;align-items:center;gap:10px;min-width:170px;padding:11px 13px;display:flex}.profileAccessStatus>svg{color:#8adad4;flex:none}.profileAccessStatus span,.profileAccessStatus strong{display:block}.profileAccessStatus span{color:#fff9;margin-bottom:3px;font-size:10px;font-weight:600}.profileAccessStatus strong{color:#fff;font-size:12px;font-weight:800}.profileContentGrid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:12px;min-width:0;display:grid}.profileSection{background:#ffffffeb;border:1px solid #dce7e9;border-radius:18px;min-width:0;padding:16px;box-shadow:0 10px 24px #12282d0d}.profileSectionHeader{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.profileSectionHeader>div{min-width:0}.profileSectionHeader>svg{color:#4b8e88;flex:none}.profileSectionHeader h2{color:#0f2d33;margin:0 0 4px;font-size:15px;font-weight:800;line-height:1.5}.profileSectionHeader p{color:#789095;margin:0;font-size:11px;line-height:1.7}.profileFieldsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0;display:grid}.profileFieldsWide{grid-template-columns:repeat(3,minmax(0,1fr))}.profileField{background:#f9fbfb;border:1px solid #e1eaec;border-radius:12px;min-width:0;padding:11px 12px;transition:border-color .18s,background-color .18s,box-shadow .18s}.profileField:hover{background:#fff;border-color:#cbdcde;box-shadow:0 7px 16px #12282d0a}.profileFieldLabel{color:#71888c;align-items:center;gap:6px;margin-bottom:7px;font-size:10px;font-weight:700;line-height:1.4;display:flex}.profileFieldLabel svg{color:#4b8e88;flex:none}.profileFieldValue{overflow-wrap:anywhere;color:#15343a;font-size:12px;font-weight:700;line-height:1.75}.profileAddressField{grid-column:span 2}.profileAddressField .profileFieldValue{min-height:22px;font-weight:600}.profileSecurityCard{background:#f8fbfb;border:1px solid #e0e9eb;border-radius:13px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.profileSecurityIcon{color:#347b75;background:#e9f5f4;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.profileSecurityCard>div:nth-child(2){flex:1;min-width:0}.profileSecurityCard strong,.profileSecurityCard span{display:block}.profileSecurityCard strong{color:#123238;margin-bottom:3px;font-size:12px;font-weight:800}.profileSecurityCard>div:nth-child(2) span{color:#789095;font-size:10px;line-height:1.65}.profilePasswordStatus{color:#b64a43;background:#fff1f0;border-radius:999px;flex:none;padding:5px 8px;font-size:9px;font-weight:800;line-height:1}.profilePasswordStatus.configured{color:#2c8251;background:#e9f7ef}.profilePasswordButton{color:#17434a;background:#fff;border:1px solid #cddfe1;border-radius:11px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:39px;margin-top:10px;padding:0 13px;font-size:11px;font-weight:800;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.profilePasswordButton:hover{background:#f4fbfa;border-color:#9fcac6;transform:translateY(-1px);box-shadow:0 8px 16px #12282d0f}.profileFilesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profileFileItem{background:#fafcfc;border:1px solid #e0e9eb;border-radius:13px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex}.profileFileItem.available{background:#f8fcfb;border-color:#d5e7e5}.profileFileItem.unavailable{opacity:.78;background:#fafafa}.profileFileIcon{color:#6d898d;background:#edf4f5;border-radius:11px;flex:none;place-items:center;width:40px;height:40px;display:grid}.profileFileItem.available .profileFileIcon{color:#347c76;background:#e7f5f3}.profileFileContent{flex:1;min-width:0}.profileFileContent strong,.profileFileContent span,.profileFileContent small{display:block}.profileFileContent strong{color:#15343a;text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:11px;font-weight:800;line-height:1.5;overflow:hidden}.profileFileContent span{color:#6f878b;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:10px;line-height:1.5;overflow:hidden}.profileFileContent small{color:#90a1a4;font-size:9px;line-height:1.5}.profileFileStatus{color:#71868a;background:#edf1f2;border-radius:999px;flex:none;padding:5px 7px;font-size:8px;font-weight:800;line-height:1}.profileFileItem.available .profileFileStatus{color:#28794a;background:#e7f6ed}.profileFilesNotice{color:#71868a;background:#f8fafb;border:1px solid #e4eaeb;border-radius:11px;align-items:flex-start;gap:7px;margin-top:10px;padding:10px 11px;font-size:10px;line-height:1.7;display:flex}.profileFilesNotice svg{color:#668b8e;flex:none;margin-top:1px}.profileStateCard{color:#17373d;text-align:center;background:#ffffffeb;border:1px solid #dce7e9;border-radius:18px;place-items:center;min-height:280px;padding:32px 20px;display:grid;box-shadow:0 10px 24px #12282d0d}.profileStateCard>svg{color:#448d87;margin-bottom:11px}.profileStateCard strong{margin-bottom:5px;font-size:13px;font-weight:800;display:block}.profileStateCard span{color:#71888c;font-size:11px}.profileStateCard h2{color:#17373d;margin:0 0 7px;font-size:17px;font-weight:800;line-height:1.5}.profileStateCard p{color:#71888c;max-width:520px;margin:0;font-size:12px;line-height:1.9}.profileStateError>svg{color:#c1665e}.profileRetryButton{color:#fff;background:#12353b;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:38px;margin-top:15px;padding:0 15px;font-size:11px;font-weight:800;transition:background-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.profileRetryButton:hover{background:#1b4a51;transform:translateY(-1px);box-shadow:0 8px 16px #12282d24}@media (width<=1100px){.profileFieldsWide{grid-template-columns:repeat(2,minmax(0,1fr))}.profileAddressField{grid-column:span 2}}@media (width<=920px){.profileContentGrid,.profileFilesGrid{grid-template-columns:minmax(0,1fr)}}@media (width<=700px){.profileHero{flex-direction:column;align-items:stretch;padding:15px}.profileAccessStatus{width:auto;min-width:0}.profileFieldsGrid,.profileFieldsWide{grid-template-columns:minmax(0,1fr)}.profileAddressField{grid-column:auto}}@media (width<=520px){.profilePage{gap:10px}.profileHeroIdentity{align-items:flex-start}.profileAvatar{border-radius:15px;width:52px;height:52px}.profileAvatar svg{width:25px;height:25px}.profileHero h1{white-space:normal;font-size:17px}.profileHero p{font-size:11px}.profileSection{border-radius:15px;padding:13px}.profileSectionHeader{margin-bottom:11px;padding-bottom:10px}.profileFileItem{flex-wrap:wrap;align-items:flex-start}.profileFileStatus{margin-inline-start:50px}.profileSecurityCard{flex-wrap:wrap;align-items:flex-start}.profilePasswordStatus{margin-inline-start:52px}}.profileEditButton{appearance:none;color:inherit;text-align:right;cursor:pointer;font-family:inherit;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s}.profileEditButton:hover:not(:disabled){background:#ffffff1f;border-color:#8adad473;transform:translateY(-1px);box-shadow:0 9px 20px #0000001f}.profileEditButton:focus-visible{outline-offset:3px;outline:2px solid #8adad4}.profileEditButton:disabled{cursor:not-allowed;opacity:.7}.profileEditActions{flex:none;align-items:center;gap:8px;display:flex}.profileEditActionButton{color:#fff;cursor:pointer;border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:800;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.profileEditActionButton.cancel{background:#ffffff12}.profileEditActionButton.save{background:#438f89;border-color:#8adad452}.profileEditActionButton:hover{transform:translateY(-1px);box-shadow:0 8px 18px #00000021}.profileEditActionButton.cancel:hover{background:#ffffff21}.profileEditActionButton.save:hover{background:#52a19a}.profileEditActionButton:focus-visible{outline-offset:3px;outline:2px solid #8adad4}.profileSection.isEditing{border-color:#bcdedb;box-shadow:0 12px 28px #347c7617}.profileField.isEditing{background:#fff;border-color:#c7dfdd;box-shadow:0 7px 16px #12282d0a}.profileFieldInput{color:#15343a;width:100%;min-width:0;min-height:34px;font:inherit;background:#fff;border:1px solid #cbdcde;border-radius:8px;outline:none;padding:6px 9px;font-size:12px;font-weight:700;line-height:1.65;transition:border-color .18s,box-shadow .18s,background-color .18s;display:block}.profileFieldInput:hover{border-color:#9fcac6}.profileFieldInput:focus{border-color:#4b9b94;box-shadow:0 0 0 3px #4b9b941f}.profileFieldInput[dir=ltr]{text-align:left}.profileFieldInput[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.profileFieldTextarea{resize:vertical;min-height:72px;font-weight:600;line-height:1.8}@media (width<=700px){.profileEditActions{width:100%}.profileEditActionButton{flex:1}.profileEditButton{width:100%}}@media (width<=520px){.profileEditActions{flex-direction:column;align-items:stretch}.profileEditActionButton{width:100%}}.profileFileUploadGuide{color:#397f79;background:linear-gradient(135deg,#4b9b9414,#8adad40d);border:1px dashed #9ccdc8;border-radius:12px;align-items:center;gap:11px;margin-bottom:14px;padding:12px 14px;display:flex}.profileFileUploadGuide>svg{flex:none}.profileFileUploadGuide div{flex-direction:column;gap:3px;display:flex}.profileFileUploadGuide strong{color:#245d59;font-size:12px}.profileFileUploadGuide span{color:#6b8487;font-size:10px;line-height:1.7}.profileFileItem.isEditing{background:linear-gradient(145deg,#fff,#f8fcfc);border-style:dashed;border-color:#b7d8d5;align-items:flex-start;min-height:150px;padding:14px;transition:border-color .18s,box-shadow .18s,transform .18s,background-color .18s;position:relative}.profileFileItem.isEditing:hover{border-color:#70b5af;transform:translateY(-2px);box-shadow:0 11px 24px #2b696417}.profileFileItem.hasNewFile{background:linear-gradient(145deg,#e6f8f6e6,#fff);border-style:solid;border-color:#77bbb5}.profileFileItem.isRemoved{background:snow;border-color:#e0b4b4}.profileFileItem.hasError{background:#fff9f9;border-color:#df8f8f}.profileFilePreview{color:#59938f;background:#f0f7f7;border:1px solid #d5e5e5;border-radius:13px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;overflow:hidden}.profileFilePreview img{object-fit:cover;width:100%;height:100%;display:block}.profileFileItem.isRemoved .profileFilePreview{color:#b78181;opacity:.7;background:#fff;border-color:#ead2d2}.profileFileContent{min-width:0}.profileFileName{color:#315c60;text-align:right;text-overflow:ellipsis;white-space:nowrap;direction:ltr;max-width:100%;display:block;overflow:hidden}.profileFileRemovedText{color:#a75c5c!important}.profileFileError{align-items:center;gap:5px;margin-top:5px;font-size:10px;font-weight:700;line-height:1.6;display:flex;color:#bd4242!important}.profileFileError svg{flex:none}.profileFileControls{border-top:1px solid #e2ecec;flex:0 0 100%;align-items:center;gap:7px;width:100%;margin-top:4px;padding-top:10px;display:flex}.profileFileInput{clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.profileFileSelectButton,.profileFileSecondaryButton,.profileFileRemoveButton,.profileFileRestoreButton{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:800;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.profileFileSelectButton{color:#fff;background:#4e9d96;border:1px solid #4e9d96}.profileFileSelectButton:hover{background:#3f8983;border-color:#3f8983;transform:translateY(-1px);box-shadow:0 6px 14px #347c762e}.profileFileSecondaryButton,.profileFileRemoveButton,.profileFileRestoreButton{background:#fff;border:1px solid #d4e2e2}.profileFileSecondaryButton{color:#60797c}.profileFileSecondaryButton:hover{background:#f5f8f8;border-color:#aebfc1}.profileFileRemoveButton{color:#b64a4a}.profileFileRemoveButton:hover{background:#fff1f1;border-color:#e2adad}.profileFileRestoreButton{color:#3c8983}.profileFileRestoreButton:hover{background:#effaf9;border-color:#91c8c3}.profileFileSelectButton:focus-visible,.profileFileSecondaryButton:focus-visible,.profileFileRemoveButton:focus-visible,.profileFileRestoreButton:focus-visible{outline-offset:2px;outline:2px solid #79bbb5}.profileFileStatus.pending{color:#347f79;background:#e9f8f6;border-color:#a9d8d4}.profileFileStatus.removed{color:#ad5555;background:#fff0f0;border-color:#ecc4c4}@media (width<=700px){.profileFileItem.isEditing{min-height:auto}.profileFileControls{flex-wrap:wrap}.profileFileSelectButton,.profileFileSecondaryButton,.profileFileRemoveButton,.profileFileRestoreButton{flex:1;min-width:110px}}@media (width<=480px){.profileFileItem.isEditing{align-items:center}.profileFileContent{width:calc(100% - 72px)}.profileFileControls{flex-direction:column;align-items:stretch}.profileFileSelectButton,.profileFileSecondaryButton,.profileFileRemoveButton,.profileFileRestoreButton{width:100%}}.customerDashboard{--dashboard-bg:#ffffffeb;--dashboard-border:#dce7e9;--dashboard-border-strong:#bcdedb;--dashboard-text:#15343a;--dashboard-title:#0f2d33;--dashboard-muted:#789095;--dashboard-soft:#f9fbfb;--dashboard-soft-2:#f8fbfb;--dashboard-primary:#4e9d96;--dashboard-primary-hover:#3f8983;--dashboard-primary-dark:#173f46;--dashboard-icon:#4b8e88;--dashboard-green:#2c8251;--dashboard-green-soft:#e9f7ef;--dashboard-amber:#b98522;--dashboard-amber-soft:#fff7e8;gap:12px;min-width:0;padding-bottom:18px;display:grid}.dashboardHero{border:1px solid var(--dashboard-border);background:var(--dashboard-bg);min-width:0;color:var(--dashboard-text);border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex;overflow:hidden;box-shadow:0 10px 24px #12282d0d}.dashboardHero>div:first-child{min-width:0}.dashboardHero p{color:var(--dashboard-primary);margin:0 0 7px;font-size:12px;font-weight:800;line-height:1.7}.dashboardHero h2{color:var(--dashboard-title);margin:0 0 5px;font-size:21px;font-weight:800;line-height:1.5}.dashboardHero span{max-width:760px;color:var(--dashboard-muted);font-size:12px;font-weight:600;line-height:1.8;display:block}.dashboardHeroActions{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.dashboardHero .primaryButton{color:#fff;cursor:pointer;background:#4e9d96;border:1px solid #4e9d96;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:800;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.dashboardHero .primaryButton:hover:not(:disabled){background:#3f8983;border-color:#3f8983;transform:translateY(-1px);box-shadow:0 8px 16px #12282d24}.dashboardStatsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.dashboardStatCard{border:1px solid var(--dashboard-border);background:var(--dashboard-bg);border-radius:18px;min-width:0;padding:16px;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 10px 24px #12282d0d}.dashboardStatCard:before{display:none}.dashboardStatCard:hover{background:#fff;border-color:#cbdcde;transform:translateY(-1px);box-shadow:0 12px 26px #12282d0f}.dashboardStatHeader{justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px;display:flex}.dashboardStatHeader span{color:#71888c;font-size:10px;font-weight:700;line-height:1.4}.dashboardStatHeader svg{color:var(--dashboard-icon);stroke-width:2px;flex:none}.dashboardStatCard>strong{color:var(--dashboard-title);letter-spacing:0;margin-bottom:5px;font-size:30px;font-weight:900;line-height:1.2;display:block}.dashboardStatCard>p{color:var(--dashboard-muted);margin:0 0 14px;font-size:12px;font-weight:600;line-height:1.8}.dashboardMiniStats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dashboardMiniStats div{background:#f9fbfb;border:1px solid #e1eaec;border-radius:12px;min-width:0;padding:11px 12px;transition:border-color .18s,background-color .18s,box-shadow .18s}.dashboardMiniStats div:hover{background:#fff;border-color:#cbdcde;box-shadow:0 7px 16px #12282d0a}.dashboardMiniStats span{color:#71888c;margin-bottom:7px;font-size:10px;font-weight:700;line-height:1.4;display:block}.dashboardMiniStats b{color:#15343a;font-size:12px;font-weight:800;line-height:1.7;display:block}.verificationCard.verified,.verificationCard.incomplete{background:var(--dashboard-bg)}.verificationCard.verified{border-color:#d5e7e5}.verificationCard.incomplete{border-color:#eadfbe}.verificationCard.verified .dashboardStatHeader svg{color:var(--dashboard-green)}.verificationCard.incomplete .dashboardStatHeader svg{color:var(--dashboard-amber)}.verificationCard.verified>strong{color:var(--dashboard-green)}.verificationCard.incomplete>strong{color:var(--dashboard-amber)}.verificationCard button{width:100%;min-height:39px;margin-top:2px}.dashboardContentGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;min-width:0;display:grid}.dashboardChartCard{grid-column:span 2}.dashboardQuickActionsCard{grid-column:span 1}.dashboardChartCard,.dashboardQuickActionsCard,.dashboardLoadingCard,.dashboardErrorCard{border:1px solid var(--dashboard-border);background:var(--dashboard-bg);border-radius:18px;min-width:0;padding:16px;box-shadow:0 10px 24px #12282d0d}.dashboardSectionHeader{border-bottom:1px solid #edf2f3;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.dashboardSectionHeader>div{min-width:0}.dashboardSectionHeader h3{color:var(--dashboard-title);margin:0 0 4px;font-size:15px;font-weight:800;line-height:1.5}.dashboardSectionHeader p{color:var(--dashboard-muted);margin:0;font-size:11px;font-weight:600;line-height:1.7}.dashboardSectionHeader svg{color:var(--dashboard-icon);flex:none}.dashboardChartLegend{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.dashboardChartLegend span{color:#6f878b;align-items:center;gap:6px;font-size:10px;font-weight:700;line-height:1.5;display:inline-flex}.dashboardChartLegend i{border-radius:999px;width:9px;height:9px;display:inline-block}.tenderLegend{background:var(--dashboard-primary)}.bidLegend{background:var(--dashboard-primary-dark)}.dashboardChartShell{background:#f8fbfb;border:1px solid #e1eaec;border-radius:13px;grid-template-columns:38px minmax(0,1fr);gap:10px;min-height:270px;padding:12px;display:grid;overflow:hidden}.dashboardYAxis{border-inline-end:1px solid #e4eaeb;grid-template-rows:repeat(5,1fr);align-items:start;padding-top:2px;padding-bottom:31px;display:grid}.dashboardYAxis span{color:#90a1a4;text-align:left;font-size:9.5px;font-weight:700;line-height:1;transform:translateY(-1px)}.dashboardChart{background:linear-gradient(#e8eff0 1px,#0000 1px) 0 0/100% 25%;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;min-height:248px;padding:0 2px;display:grid;position:relative}.dashboardChartItem{text-align:center;grid-template-rows:minmax(202px,1fr) auto;gap:10px;min-width:0;display:grid;position:relative}.dashboardChartBars{justify-content:center;align-items:flex-end;gap:5px;height:100%;min-height:202px;padding-top:10px;display:flex}.dashboardBar{border-radius:8px 8px 4px 4px;justify-content:center;align-items:flex-start;width:18px;min-height:3px;transition:height .28s,transform .18s,filter .18s,opacity .18s;display:flex;position:relative}.dashboardBar:hover{filter:brightness(1.02);transform:translateY(-2px)}.dashboardBar b{color:#15343a;opacity:0;pointer-events:none;background:#fff;border:1px solid #dfe8ea;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:20px;padding:0 6px;font-size:10px;font-weight:800;line-height:1;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;inset-block-start:-27px;inset-inline-start:50%;transform:translate(50%);box-shadow:0 8px 16px #12282d12}.dashboardBar:hover b{opacity:1;transform:translate(50%)translateY(-2px)}.tenderBar{background:var(--dashboard-primary);box-shadow:0 8px 16px #4e9d962e}.bidBar{background:var(--dashboard-primary-dark);box-shadow:0 8px 16px #173f4629}.dashboardChartItem small{color:#75888d;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;line-height:1.5;display:block;overflow:hidden}.dashboardQuickActionsCard{position:sticky;top:16px}.dashboardQuickActions{gap:9px;display:grid}.dashboardQuickActions button{justify-content:center;width:100%;min-height:39px}.dashboardActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:14px;display:flex}.dashboardLoadingCard,.dashboardErrorCard{text-align:center;color:#17373d;place-items:center;min-height:260px;display:grid}.dashboardLoadingCard p{color:#71888c;margin:10px 0 0;font-size:12px;font-weight:800;line-height:1.9}.dashboardSpinIcon{color:var(--dashboard-primary);animation:.9s linear infinite dashboardSpin}@keyframes dashboardSpin{to{transform:rotate(360deg)}}.dashboardErrorCard svg{color:#c1665e;margin-bottom:9px}.dashboardErrorCard h3{color:#17373d;margin:0 0 6px;font-size:16px;font-weight:800;line-height:1.6}.dashboardErrorCard p{color:#71888c;max-width:520px;margin:0;font-size:12px;font-weight:700;line-height:1.9}.customerDashboard .primaryButton,.customerDashboard .secondaryButton{cursor:pointer;justify-content:center;align-items:center;gap:7px;font-family:inherit;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s,opacity .18s;display:inline-flex}.customerDashboard .primaryButton:disabled,.customerDashboard .secondaryButton:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.customerDashboard .secondaryButton{color:#17434a;background:#fff;border:1px solid #cddfe1;border-radius:11px;min-height:39px;padding:0 13px;font-size:11px;font-weight:800}.customerDashboard .secondaryButton:hover:not(:disabled){background:#f4fbfa;border-color:#9fcac6;transform:translateY(-1px);box-shadow:0 8px 16px #12282d0f}@media (width<=1100px){.dashboardStatsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardContentGrid{grid-template-columns:minmax(0,1fr)}.dashboardChartCard,.dashboardQuickActionsCard{grid-column:auto}.dashboardQuickActionsCard{position:static}}@media (width<=820px){.dashboardHero{flex-direction:column;align-items:stretch;padding:15px}.dashboardHeroActions{justify-content:stretch}.dashboardHeroActions .primaryButton{width:100%}.dashboardStatsGrid{grid-template-columns:minmax(0,1fr)}.dashboardChartShell{grid-template-columns:34px minmax(0,1fr);padding-inline:10px}.dashboardChart{gap:7px}.dashboardBar{width:16px}}@media (width<=640px){.customerDashboard{gap:10px}.dashboardHero,.dashboardChartCard,.dashboardQuickActionsCard,.dashboardLoadingCard,.dashboardErrorCard,.dashboardStatCard{border-radius:15px;padding:13px}.dashboardHero h2{font-size:17px}.dashboardHero span{font-size:11px}.dashboardStatCard>strong{font-size:25px}.dashboardMiniStats{grid-template-columns:minmax(0,1fr)}.dashboardSectionHeader{align-items:flex-start;margin-bottom:11px;padding-bottom:10px}.dashboardChartShell{grid-template-columns:34px max-content;min-height:245px;padding-bottom:10px;overflow-x:auto}.dashboardChart{grid-template-columns:repeat(7,58px);justify-content:start;width:max-content;min-height:220px}.dashboardChartItem{grid-template-rows:175px auto}.dashboardChartBars{min-height:175px}.dashboardYAxis{z-index:2;background:#f8fbfb;padding-bottom:31px;position:sticky;right:0}.dashboardBar b{display:none}.dashboardActions{flex-direction:column;align-items:stretch;width:100%}.dashboardActions button{width:100%}}@media (width<=480px){.dashboardHero p{font-size:11px}.dashboardHero h2{font-size:17px}.dashboardStatHeader{margin-bottom:11px}.dashboardChartLegend{gap:8px}.dashboardQuickActions button{min-height:40px}}html{scroll-behavior:smooth}body{margin:0}
