@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";.inventory-shell{--inv-dark:#1d2024;--inv-dark-2:#292d32;--inv-ink:#25282c;--inv-muted:#70757b;--inv-line:#e3e5e7;--inv-soft:#f5f6f7;--inv-card:#fff;--inv-accent:#c47d3c;--inv-good:#43835b;--inv-bad:#b84f47;min-height:100vh;color:var(--inv-ink);background:#fff;font-family:Arial,Helvetica,sans-serif}.inventory-shell button,.inventory-shell input,.inventory-shell select{font:inherit}.inventory-sidebar{background:var(--inv-dark);color:#fff;z-index:30;flex-direction:column;width:252px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.inventory-brand{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #353a40;align-items:center;gap:12px;padding:4px 6px 24px;display:flex}.inventory-brand img{object-fit:contain;width:52px;height:52px}.inventory-brand span{flex-direction:column;display:flex}.inventory-brand strong{font-size:17px}.inventory-brand small{color:#92989f;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:10px}.inventory-sidebar nav{flex-direction:column;gap:7px;padding-top:25px;display:flex}.inventory-sidebar nav button,.inventory-bottom-nav button{background:0 0;border:0}.inventory-sidebar nav button{color:#aeb3b9;text-align:left;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.inventory-sidebar nav button>span{color:#d8dadd;border:1px solid #3b4046;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.inventory-sidebar nav button:hover,.inventory-sidebar nav button.active{background:var(--inv-dark-2);color:#fff}.inventory-sidebar nav button.active>span{color:#e5a365;background:#c47d3c26;border-color:#c47d3c99}.inventory-user{border-top:1px solid #353a40;align-items:center;gap:10px;margin-top:auto;padding:16px 8px;display:flex}.inventory-user>span,.inventory-mobile-header>span{color:#e5a365;background:#343940;border-radius:11px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.inventory-user div{flex-direction:column;min-width:0;display:flex}.inventory-user strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.inventory-user small{color:#8e949b;margin-top:4px;font-size:10px}.inventory-back{color:#aeb3b9;background:0 0;border:1px solid #3a3f45;border-radius:10px;padding:10px}.inventory-back:hover{color:#fff;border-color:#626970}.inventory-main{background:#fff;min-height:100vh;margin-left:252px}.inventory-view{width:min(1180px,100% - 64px);margin:0 auto;padding:54px 0 80px}.inventory-heading{margin-bottom:28px}.inventory-heading>span{color:var(--inv-accent);text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800}.inventory-heading h1{letter-spacing:-.04em;margin:7px 0 8px;font-size:34px}.inventory-heading p{max-width:650px;color:var(--inv-muted);margin:0;font-size:13px;line-height:1.55}.inventory-mobile-header,.inventory-bottom-nav{display:none}.inventory-form label,.date-range label,.admin-unlock label{color:var(--inv-muted);text-transform:uppercase;letter-spacing:.07em;flex-direction:column;gap:7px;margin:0;font-size:10px;font-weight:800;display:flex}.inventory-shell input,.inventory-shell select{width:100%;color:var(--inv-ink);background:#fff;border:1px solid #d7dadd;border-radius:11px;outline:none;padding:12px 13px}.inventory-shell input:focus,.inventory-shell select:focus{border-color:var(--inv-accent);box-shadow:0 0 0 3px #c47d3c1f}.inventory-products{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;display:grid}.inventory-products>button{border:1px solid var(--inv-line);min-height:126px;color:var(--inv-ink);text-align:left;background:#fff;border-radius:18px;align-items:center;gap:14px;padding:17px;transition:all .18s;display:flex;box-shadow:0 7px 24px #191e230d}.inventory-products>button:hover:not(:disabled){border-color:#c8a27e;transform:translateY(-2px);box-shadow:0 12px 28px #191e2317}.inventory-products>button:disabled{opacity:.52;cursor:not-allowed}.inventory-products>button.low{background:snow;border-color:#e6c2bf}.inventory-products .box-diagram{flex:0 0 82px}.inventory-products button>div{flex-direction:column;min-width:0;display:flex}.inventory-products strong{font-size:15px}.inventory-products small{color:var(--inv-muted);margin-top:6px;font-size:10px}.inventory-products span{color:var(--inv-muted);margin-top:11px;font-size:11px}.inventory-products span b{color:var(--inv-good);margin-right:3px;font-size:19px}.inventory-products button.low span b{color:var(--inv-bad)}.box-diagram{width:132px;height:104px;overflow:visible}.box-diagram.compact{width:82px;height:70px}.box-face{stroke:#315277;stroke-width:1.7px}.box-face.top{fill:#dcebf3}.box-face.left{fill:#b9d5e4}.box-face.right{fill:#9fc3d6}.box-seam{fill:none;stroke:#315277;stroke-width:1.3px;stroke-dasharray:3 2}.box-diagram text{fill:#52718c;text-anchor:middle;font-family:monospace;font-size:7px}.period-chips{flex-wrap:wrap;gap:8px;margin-bottom:15px;display:flex}.period-chips button{border:1px solid var(--inv-line);color:var(--inv-muted);background:#fff;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:700}.period-chips button:hover{border-color:var(--inv-accent);color:var(--inv-accent)}.date-range{border:1px solid var(--inv-line);background:var(--inv-soft);border-radius:16px;grid-template-columns:180px 180px auto;align-items:end;gap:10px;margin-bottom:20px;padding:16px;display:grid}.date-range>button,.inventory-form>button,.admin-unlock button{background:var(--inv-dark);color:#fff;border:0;border-radius:11px;height:42px;padding:0 18px;font-weight:800}.inventory-stats{grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:18px;display:grid}.inventory-stats article{border:1px solid var(--inv-line);background:#fff;border-radius:17px;padding:20px}.inventory-stats strong{font-size:28px;display:block}.inventory-stats span{color:var(--inv-muted);margin-top:5px;font-size:11px;display:block}.report-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.report-card{border:1px solid var(--inv-line);background:#fff;border-radius:18px;padding:20px}.report-card h3,.inventory-form h3,.admin-list h3{margin:0 0 18px;font-size:15px}.report-bar{margin-bottom:13px}.report-bar>div{justify-content:space-between;gap:10px;font-size:11px;display:flex}.report-bar>div span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.report-bar>i{background:#edf0f2;border-radius:999px;height:7px;margin-top:7px;display:block;overflow:hidden}.report-bar em{border-radius:inherit;background:var(--inv-accent);height:100%;display:block}.movement-row{border-bottom:1px solid #eef0f2;align-items:center;gap:10px;padding:10px 0;display:flex}.movement-row:last-child{border:0}.movement-row>span{text-align:center;border-radius:9px;flex:0 0 42px;padding:7px 4px;font-size:11px;font-weight:900}.movement-row>span.out{color:var(--inv-bad);background:#fbeceb}.movement-row>span.in{color:var(--inv-good);background:#eaf5ee}.movement-row>div{flex-direction:column;flex:1;min-width:0;display:flex}.movement-row small{color:var(--inv-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:9px;overflow:hidden}.admin-unlock{background:var(--inv-soft);place-items:center;min-height:100vh;padding:30px;display:grid}.admin-unlock form{border:1px solid var(--inv-line);background:#fff;border-radius:24px;width:min(100%,410px);padding:32px;box-shadow:0 24px 70px #181c201f}.admin-unlock form>span{width:52px;height:52px;color:var(--inv-accent);background:#f6eadf;border-radius:16px;place-items:center;font-size:25px;display:grid}.admin-unlock h1{margin:20px 0 8px}.admin-unlock p{color:var(--inv-muted);margin:0 0 24px;font-size:12px;line-height:1.5}.admin-unlock button{margin-top:18px}.admin-heading{justify-content:space-between;align-items:start;gap:20px;margin-bottom:24px;display:flex}.admin-heading .inventory-heading{margin-bottom:0}.admin-heading>button{border:1px solid var(--inv-line);color:var(--inv-muted);background:#fff;border-radius:10px;align-items:center;gap:7px;padding:9px 13px;display:flex}.admin-columns{grid-template-columns:minmax(300px,.75fr) minmax(440px,1.25fr);align-items:start;gap:20px;display:grid}.inventory-form,.admin-list{border:1px solid var(--inv-line);background:var(--inv-soft);border-radius:18px;padding:20px}.inventory-form{flex-direction:column;gap:12px;display:flex}.dimension-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.dimension-grid.two{grid-template-columns:1fr 1fr}.inventory-form>button{margin-top:4px}.admin-list{background:#fff}.admin-list+.admin-list{margin-top:16px}.admin-list article{border-bottom:1px solid #edf0f2;align-items:center;gap:10px;padding:11px 0;display:flex}.admin-list article:last-child{border:0}.admin-list .box-diagram{flex:0 0 65px}.admin-product-info{flex-direction:column;flex:1;min-width:0;display:flex}.admin-list article strong{font-size:12px}.admin-list article small,.admin-list article span{color:var(--inv-muted);margin-top:3px;font-size:9px}.admin-product-actions{flex:none;gap:7px;display:flex}.admin-product-actions button{color:var(--inv-good);background:#eef7f1;border:1px solid #c9d9cf;border-radius:9px;padding:8px 9px;font-size:9px;font-weight:800}.admin-product-actions button.inactive{color:var(--inv-bad);background:#fff2f1;border-color:#ecd0ce}.stock-entry-form{background:#f3faf5;border-color:#c8ddcf;margin-bottom:16px}.stock-entry-title{align-items:center;gap:11px;display:flex}.stock-entry-title>span{background:var(--inv-good);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-size:24px;display:grid}.stock-entry-title h3{margin:0}.stock-entry-title small{color:var(--inv-muted);margin-top:3px;font-size:10px;display:block}.stock-entry-form>button{background:var(--inv-good)}.stock-entry-form>p{color:var(--inv-muted);margin:0;font-size:9px;line-height:1.45}.product-create-form{margin-top:0}.inventory-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#15181bad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.inventory-modal>div{background:#fff;border-radius:24px;width:min(100%,430px);padding:24px;box-shadow:0 25px 80px #00000038}.inventory-modal header{justify-content:space-between;align-items:start;display:flex}.inventory-modal header small{color:var(--inv-accent);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:800}.inventory-modal h2{margin:5px 0 0;font-size:21px}.inventory-modal header button{border:1px solid var(--inv-line);background:#fff;border-radius:50%;width:34px;height:34px;font-size:20px}.inventory-modal .box-diagram{margin:10px auto;display:block}.inventory-modal>div>p{text-align:center;color:var(--inv-muted);font-size:11px}.quantity-stepper{justify-content:center;align-items:center;gap:24px;margin:20px 0;display:flex}.quantity-stepper button{background:var(--inv-dark);color:#fff;border:0;border-radius:50%;width:48px;height:48px;font-size:24px}.quantity-stepper strong{text-align:center;min-width:60px;font-size:36px}.modal-confirm{background:var(--inv-good);color:#fff;border:0;border-radius:12px;width:100%;padding:14px;font-weight:900}.inventory-toast{z-index:120;background:var(--inv-dark);color:#fff;border-radius:12px;max-width:min(420px,100% - 32px);padding:12px 18px;font-size:12px;position:fixed;bottom:24px;left:calc(50% + 126px);transform:translate(-50%);box-shadow:0 10px 30px #0003}.inventory-loading{min-height:100vh;color:var(--inv-muted);justify-content:center;align-items:center;gap:12px;display:flex}.inventory-loading i{border:2px solid var(--inv-line);border-top-color:var(--inv-accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite inv-spin}@keyframes inv-spin{to{transform:rotate(360deg)}}.inventory-empty{text-align:center;min-height:120px;color:var(--inv-muted);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:25px;display:flex}.inventory-empty strong{color:var(--inv-ink);font-size:13px}.inventory-empty span{margin-top:6px;font-size:11px}.inventory-denied{background:var(--inv-soft);min-height:100vh;color:var(--inv-ink);place-items:center;padding:24px;display:grid}.inventory-denied>div{text-align:center}.inventory-denied span{width:58px;height:58px;color:var(--inv-bad);background:#fbeceb;border-radius:18px;place-items:center;margin:0 auto;font-size:28px;font-weight:900;display:grid}.inventory-denied h1{margin:18px 0 8px}.inventory-denied p{color:var(--inv-muted)}.inventory-denied button{background:var(--inv-dark);color:#fff;border:0;border-radius:11px;margin-top:15px;padding:12px 18px;font-weight:800}@media (width<=900px){.inventory-sidebar{width:252px}.inventory-main{margin-left:252px}.inventory-view{width:calc(100% - 40px)}.admin-columns,.report-grid{grid-template-columns:1fr}.inventory-toast{left:calc(50% + 126px)}}.inventory-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;display:block}.inventory-back{justify-content:center;align-items:center;gap:8px;display:flex}.movement-row.adjustment{background:#fffaf1;border:1px solid #ead8b9;border-radius:10px;margin:3px 0;padding:10px 8px}.movement-row strong{align-items:center;gap:7px;min-width:0;display:flex}.movement-badge{color:#8a5a22;text-transform:uppercase;letter-spacing:.05em;background:#f3dfbd;border-radius:999px;flex:none;padding:3px 6px;font-size:7px;font-style:normal;font-weight:900;display:inline-flex}.inventory-logout{color:#d99b97;background:0 0;border:1px solid #593c3c;border-radius:10px;margin-top:8px;padding:10px}.product-image{object-fit:cover;background:var(--inv-soft);border-radius:14px;width:132px;height:104px;display:block}.product-image.compact{flex:0 0 82px;width:82px;height:70px}.form-note{color:var(--inv-muted);margin:0;font-size:10px;line-height:1.5}.stock-adjust-form{background:#fffaf1;border-color:#ead8b9;margin-bottom:16px}.image-action{cursor:pointer;justify-content:center;align-items:center;font-weight:800;color:var(--inv-muted)!important;background:#fff!important;border:1px solid #d7dadd!important;border-radius:9px!important;padding:8px 9px!important;font-size:9px!important;display:inline-flex!important}.image-action input{display:none}.mobile-logout{padding:0 10px;font-size:11px;font-weight:800;color:#f1b2ad!important;width:auto!important}@media (width<=680px){.inventory-shell{padding-bottom:72px}.inventory-sidebar{display:none}.inventory-main{margin-left:0}.inventory-mobile-header{z-index:25;background:var(--inv-dark);color:#fff;justify-content:space-between;align-items:center;height:62px;padding:0 15px;display:flex;position:sticky;top:0}.inventory-mobile-header button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;width:35px;height:35px}.inventory-view{width:calc(100% - 28px);padding:30px 0 40px}.inventory-heading h1{font-size:28px}.inventory-bottom-nav{z-index:50;padding:7px 7px calc(7px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--inv-line);background:#fff;justify-content:space-around;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -5px 18px #0000000f}.inventory-bottom-nav button{color:var(--inv-muted);border-radius:11px;flex-direction:column;align-items:center;gap:3px;padding:5px 14px;font-size:9px;font-weight:800;display:flex}.inventory-bottom-nav button span{font-size:18px}.inventory-bottom-nav button.active{color:var(--inv-accent);background:#f6eadf}.inventory-products{grid-template-columns:1fr}.inventory-stats{grid-template-columns:1fr 1fr}.inventory-stats article:last-child{grid-column:1/-1}.date-range{grid-template-columns:1fr 1fr}.date-range>button{grid-column:1/-1}.admin-heading{border-bottom:1px solid var(--inv-line);flex-direction:column;gap:18px;margin-bottom:28px;padding-bottom:22px}.admin-heading>button{align-self:flex-start}.admin-columns{grid-template-columns:1fr}.dimension-grid{grid-template-columns:1fr 1fr}.admin-list article{flex-wrap:wrap}.admin-product-info{min-width:150px}.admin-product-actions{margin-left:75px}.inventory-toast{bottom:88px;left:50%}.inventory-modal{align-items:end;padding:0}.inventory-modal>div{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0}}.date-range label{font-size:11px}.date-range input{font-size:13px}.date-range>button{font-size:12px}.report-card h3{font-size:17px}.report-bar>div{font-size:13px}.report-bar>div b{font-size:14px}.movement-row strong{font-size:13px}.movement-row small{font-size:11px;line-height:1.4}.movement-row>b{font-size:14px}.movement-row>span,.inventory-stats span{font-size:12px}.inventory-heading p{font-size:14px}@media (width<=400px){.inventory-stats{grid-template-columns:1fr}.inventory-stats article:last-child{grid-column:auto}.dimension-grid,.dimension-grid.two{grid-template-columns:1fr}}.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.date-picker-br{min-width:126px;display:block}.date-picker-br-trigger{box-sizing:border-box;color:#202226;cursor:pointer;background:#f8f8f5;border:1px solid #dedfdb;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 11px;font:700 12px Manrope,Arial,sans-serif;display:flex}.date-picker-br-trigger:hover,.date-picker-br-trigger:focus-visible{border-color:#f4a51c;outline:0;box-shadow:0 0 0 3px #f4a51c21}.date-picker-br-trigger svg{color:#656a6e;flex:none;width:16px;height:16px}.date-picker-br-overlay{z-index:1000;position:fixed;inset:0}.date-picker-br-popover{box-sizing:border-box;color:#292c30;background:#fff;border:1px solid #d9dad6;border-radius:16px;width:min(330px,100vw - 20px);padding:12px;position:fixed;box-shadow:0 20px 55px #14161840}.date-picker-br-popover .rdp-root{--rdp-accent-color:#d88908;--rdp-accent-background-color:#fff0d5;--rdp-day_button-border-radius:9px;margin:0}.date-picker-br-popover .rdp-month,.date-picker-br-popover .rdp-month_grid{width:100%}.date-picker-br-popover .rdp-month_caption{text-transform:capitalize}.date-picker-br-popover .rdp-caption_label{font:800 14px Manrope,Arial,sans-serif}.date-picker-br-popover .rdp-weekday{color:#7b8085;text-transform:capitalize;font-size:10px}.date-picker-br-popover .rdp-day_button{font-size:12px}.date-picker-br-popover .rdp-selected .rdp-day_button{color:#251a07;background:#f4a51c;border-color:#d88908;font-weight:900}.date-picker-br-actions{border-top:1px solid #ecece8;justify-content:flex-end;gap:7px;margin-top:8px;padding-top:10px;display:flex}.date-picker-br-actions button{color:#4d5256;cursor:pointer;background:#fafaf8;border:1px solid #dedfdb;border-radius:9px;min-height:32px;padding:0 11px;font-size:10px;font-weight:800}.date-picker-br-actions button:first-child{color:#251a07;background:#f4a51c;border-color:#f4a51c}.mobile-bottom-navigation{z-index:50;padding:7px 7px calc(7px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e3e5e7;justify-content:space-around;display:none;position:fixed;inset:auto 0 0;box-shadow:0 -5px 18px #0000000f}.mobile-bottom-navigation button{color:#70757b;background:0 0;border:0;border-radius:11px;flex-direction:column;align-items:center;gap:3px;padding:5px 14px;font-size:9px;font-weight:800;display:flex}.mobile-bottom-navigation button>span{place-items:center;width:18px;height:18px;display:grid}.mobile-bottom-navigation button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;display:block}.mobile-bottom-navigation button.active{color:#c47d3c;background:#f6eadf}@media (width<=760px){.freight-shell .mobile-bottom-navigation,.occ-shell .mobile-bottom-navigation{display:flex}}@media (width<=680px){.inventory-shell .mobile-bottom-navigation,.stock-report-shell .mobile-bottom-navigation{display:flex}}.app-navigation-actions{box-sizing:border-box;flex-direction:column;gap:7px;width:100%;display:flex}.app-navigation-actions.app-navigation-actions button{box-sizing:border-box;letter-spacing:0;text-transform:none;cursor:pointer;border-radius:10px;justify-content:flex-start;align-items:center;gap:9px;width:100%;height:40px;min-height:40px;margin:0;padding:9px 11px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:700;line-height:1;transition:background .15s,border-color .15s,color .15s;display:flex}.app-navigation-actions.app-navigation-actions svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:17px;height:17px}.app-navigation-actions .app-navigation-back{color:#b6bbc0;background:0 0;border:1px solid #3b4046}.app-navigation-actions .app-navigation-back:hover{color:#fff;background:#2a2e33;border-color:#596068}.app-navigation-actions .app-navigation-logout{color:#d4938d;background:0 0;border:1px solid #0000}.app-navigation-actions .app-navigation-logout:hover{color:#ffc1bb;background:#352a2b;border-color:#68413e}.app-navigation-actions button:focus-visible{outline-offset:2px;outline:2px solid #d79a63}.side-toast{z-index:2000;box-sizing:border-box;color:#25282c;background:#fff;border:1px solid #dce2de;border-radius:14px;grid-template-columns:38px minmax(0,1fr) 28px;align-items:start;gap:11px;width:min(390px,100vw - 32px);padding:15px 14px 17px;animation:.35s cubic-bezier(.2,.9,.25,1) side-toast-in;display:grid;position:fixed;bottom:22px;right:22px;overflow:hidden;box-shadow:0 18px 50px #141a1733}.side-toast-icon{color:#43835b;background:#eaf5ed;border-radius:50%;place-items:center;width:36px;height:36px;font-size:17px;font-weight:900;display:grid}.side-toast>div{gap:3px;min-width:0;padding-top:2px;display:grid}.side-toast strong{font-size:12px}.side-toast p{overflow-wrap:anywhere;color:#68716b;min-width:0;margin:0;font-size:11px;line-height:1.45}.side-toast>button{color:#7c837f;cursor:pointer;background:0 0;border:0;border-radius:50%;width:28px;height:28px;font-size:19px}.side-toast>button:hover{background:#f1f3f2}.side-toast-progress{transform-origin:0;background:#43835b;height:3px;animation:linear forwards side-toast-progress;position:absolute;inset:auto 0 0}.side-toast.error .side-toast-icon{color:#b84f47;background:#fff0ef}.side-toast.error .side-toast-progress{background:#b84f47}.side-toast.warning .side-toast-icon{color:#a06a1b;background:#fff5df}.side-toast.warning .side-toast-progress{background:#c58a2e}.side-toast.info .side-toast-icon{color:#426b9b;background:#eef3fa}.side-toast.info .side-toast-progress{background:#426b9b}@keyframes side-toast-in{0%{opacity:0;transform:translate(34px)}}@keyframes side-toast-progress{to{transform:scaleX(0)}}@media (width<=760px){.side-toast{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));grid-template-columns:34px minmax(0,1fr) 28px;width:calc(100vw - 24px);padding:13px 12px 16px}.inventory-shell .side-toast,.shipment-shell .side-toast,.freight-shell .side-toast,.stock-report-shell .side-toast,.ind-shell .side-toast,.occ-shell .side-toast{bottom:calc(70px + env(safe-area-inset-bottom,0px))}.side-toast-icon{width:34px;height:34px}}@media (prefers-reduced-motion:reduce){.side-toast,.side-toast-progress{animation:none}}.carrier-select{color:#fff;background:#1d2024;border-bottom:3px solid #c47d3c;border-radius:20px 20px 0 0;justify-content:space-between;align-items:end;gap:24px;margin:-24px -24px 26px;padding:20px 24px;display:flex}.carrier-select label{text-transform:uppercase;letter-spacing:.12em;flex-direction:column;gap:8px;font-size:9px;font-weight:900;display:flex}.carrier-select select{color:#25282c;cursor:pointer;background-color:#fff;border:1px solid #555b62;border-radius:11px;outline:none;min-width:240px;padding:12px 38px 12px 13px;font-weight:800}.carrier-select select:focus{border-color:#e5a365;box-shadow:0 0 0 3px #c47d3c38}.carrier-select select option{color:#25282c;background:#fff}.carrier-select>span{color:#adb2b8;padding-bottom:11px;font-size:11px}.processing-status{color:#8a582c;background:#fbf4ed;border-left:3px solid #c47d3c;border-radius:8px;margin:0 0 13px;padding:11px 13px;font-size:11px;font-weight:700}.freight-stats{grid-template-columns:repeat(6,minmax(0,1fr))!important}.freight-stats article{grid-column:span 2;min-height:92px;position:relative;overflow:hidden}.freight-stats article:nth-child(4),.freight-stats article:nth-child(5){grid-column:span 3}.freight-stats article:before{content:"";background:#d8dcdf;width:3px;position:absolute;inset:0 auto 0 0}.freight-stats .stat-primary:before{background:#c47d3c}.freight-stats .positive:before{background:#43835b}.freight-stats .negative:before,.freight-stats .loss-total:before{background:#b84f47}.freight-stats article>span{color:#858a90;margin-top:7px;font-size:9px;display:block}.freight-stats .loss-total{color:#b84f47;background:snow;border-color:#efd8d6}.freight-results{border-top:3px solid #c47d3c!important}.result-title{border-bottom:1px solid #eceeef;padding-bottom:17px}.upload-grid label{transition:border-color .18s,background .18s,transform .18s}.upload-grid label:hover{background:#fbf6f1;border-color:#c47d3c;transform:translateY(-2px)}.compare-button{transition:transform .18s,background .18s,box-shadow .18s}.compare-button:hover:not(:disabled){background:#292d32;transform:translateY(-1px);box-shadow:0 8px 18px #1d20242e}@media (width<=1000px){.freight-stats{grid-template-columns:1fr 1fr!important}.freight-stats article,.freight-stats article:nth-child(4),.freight-stats article:nth-child(5){grid-column:span 1}}@media (width<=760px){.carrier-select{flex-direction:column;align-items:stretch}.carrier-select select{width:100%}.carrier-select>span{padding-bottom:0}.freight-stats{grid-template-columns:1fr!important}}.percentage-hero{background:#f4faf6;border:1px solid;border-radius:18px;grid-template-columns:minmax(180px,240px) 1fr;align-items:center;gap:26px;margin:22px 0 6px;padding:22px 24px;display:grid}.percentage-hero.negative{background:#fff5f4}.percentage-hero>div{flex-direction:column;gap:5px;display:flex}.percentage-hero small{letter-spacing:.12em;font-size:9px;font-weight:900}.percentage-hero strong{letter-spacing:-.04em;font-size:38px;line-height:1}.percentage-hero p{color:#52575c;margin:0;font-size:12px;line-height:1.65}.percentage-hero p b{color:var(--ink)}.freight-table-wrap .percentage-heading,.freight-table-wrap .percentage-cell{text-align:center}.freight-table-wrap .percentage-cell .result-pill{border:1px solid #cfe2d5;justify-content:center;min-width:72px;padding:7px 10px;font-size:12px;display:inline-flex}.freight-table-wrap .percentage-cell .result-pill.negative{border-color:#efd0cd}@media (width<=760px){.percentage-hero{grid-template-columns:1fr;gap:12px}.percentage-hero strong{font-size:34px}}.freight-table-section{margin-top:22px}.freight-sort-control{justify-content:flex-start;align-items:center;gap:10px;margin-bottom:12px;display:flex}.freight-sort-control label{color:#70757b;flex:none;font-size:11px;font-weight:700}.freight-sort-control select{color:#25282c;cursor:pointer;background:#fff;border:1px solid #d7dadd;border-radius:8px;outline:none;flex:0 0 195px;width:195px;min-width:0;padding:9px 30px 9px 11px;font-size:11px;font-weight:800}.freight-sort-control select:focus{border-color:#c47d3c;box-shadow:0 0 0 3px #c47d3c1f}.freight-sort-control select option{color:#25282c;background:#fff}.freight-modality,.delivery-modality{letter-spacing:.04em;border-radius:7px;justify-content:center;min-width:48px;padding:6px 8px;font-size:8px;font-weight:900;display:inline-flex}.freight-modality.sedex,.delivery-modality.sedex{color:#376588;background:#eaf1fa}.freight-modality.pac,.delivery-modality.pac{color:#4f733d;background:#eef5e9}@media (width<=520px){.freight-sort-control{justify-content:flex-start}.freight-sort-control select{flex-basis:185px;width:185px;max-width:calc(100vw - 110px)}}.file-import-panel{border:1px solid var(--app-border);background:var(--app-surface);box-shadow:var(--app-shadow);border-radius:20px;padding:24px}.file-import-heading{justify-content:space-between;align-items:end;gap:25px;display:flex}.file-import-heading>div>span{color:var(--app-accent);letter-spacing:.12em;font-size:10px;font-weight:900}.file-import-heading h2{margin:5px 0 7px}.file-import-heading p{color:var(--app-muted);margin:0;font-size:12px}.file-import-heading>label{width:270px;color:var(--app-muted);text-transform:uppercase;font-size:10px;font-weight:800}.file-import-heading>label input,.file-import-heading>label select{box-sizing:border-box;border:1px solid var(--app-border);background:var(--app-surface);width:100%;color:var(--app-text);border-radius:10px;margin-top:7px;padding:11px}.file-import-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0;display:grid}.file-import-grid.fields-1{grid-template-columns:1fr}.file-import-grid label{background:var(--app-surface-soft);cursor:pointer;border:1px dashed #cdd1d4;border-radius:16px;flex-direction:column;min-height:145px;padding:22px;display:flex;position:relative}.file-import-grid label:hover{border-color:var(--app-accent)}.file-import-grid label.ready{background:var(--app-success-soft);border-color:#83ae91}.file-import-grid i{color:var(--app-accent);font-size:10px;font-style:normal;font-weight:900}.file-import-grid strong{margin-top:15px}.file-import-grid small{color:var(--app-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:6px;overflow:hidden}.file-import-grid em{color:var(--app-success);margin-top:auto;padding-top:16px;font-size:10px;font-style:normal}.file-import-grid label:not(.ready) em{color:var(--app-muted)}.file-import-grid input{opacity:0;cursor:pointer;position:absolute;inset:0}.file-import-status{color:var(--app-muted);align-items:center;gap:8px;font-size:11px;display:flex}.file-import-status span{border:2px solid var(--app-border);border-top-color:var(--app-accent);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite file-import-spin}.file-import-submit{background:var(--app-sidebar);width:100%;color:var(--app-surface);border:0;border-radius:11px;padding:14px;font-weight:900}.file-import-submit:disabled{opacity:.45}@keyframes file-import-spin{to{transform:rotate(360deg)}}@media (width<=700px){.file-import-heading{flex-direction:column;align-items:stretch}.file-import-heading>label{width:100%}.file-import-grid{grid-template-columns:1fr}}.history-view{flex-direction:column;gap:18px;display:flex}.history-toolbar{background:#fff;border:1px solid #e3e5e7;border-top:3px solid #c47d3c;border-radius:18px;justify-content:space-between;align-items:end;gap:28px;padding:22px 24px;display:flex;box-shadow:0 8px 28px #191e230d}.history-toolbar>div:first-child{flex-direction:column;gap:6px;display:flex}.history-toolbar small,.history-list-card header small{color:#c47d3c;letter-spacing:.12em;font-size:9px;font-weight:900}.history-toolbar strong{font-size:15px}.history-filter{grid-template-columns:170px 170px 138px!important;align-items:end!important;gap:10px!important;margin:0!important;display:grid!important}.history-filter label{color:#70757b;text-transform:uppercase;letter-spacing:.06em;flex-direction:column;font-size:9px;font-weight:800;display:flex}.history-filter input{background:#f8f9fa;height:42px;margin-top:7px!important;padding:0 12px!important}.history-filter button{white-space:nowrap;height:42px;font-size:11px;font-weight:800;padding:0 16px!important}.history-filter button:disabled{opacity:.55}.history-overview{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.history-overview article{background:#fff;border:1px solid #e3e5e7;border-radius:15px;padding:18px 20px}.history-overview span{color:#70757b;font-size:10px;display:block}.history-overview strong{margin-top:7px;font-size:23px;display:block}.history-list-card{background:#fff;border:1px solid #e3e5e7;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #191e230d}.history-list-card>header{background:#fafafa;border-bottom:1px solid #e9ebed;justify-content:space-between;align-items:end;padding:22px 24px;display:flex}.history-list-card h2{margin:5px 0 0;font-size:18px}.history-list-card>header>span{color:#70757b;font-size:10px}.history-list{padding:0 24px}.history-list article{grid-template-columns:88px minmax(220px,1fr) 145px auto;align-items:center!important;gap:18px!important;padding:18px 0!important;display:grid!important}.carrier-badge{color:#376588;text-transform:uppercase;background:#edf3fa;border-radius:8px;place-items:center;width:76px;padding:7px 5px;font-size:9px;font-weight:900;display:inline-grid}.carrier-badge.correios{color:#756018;background:#fff4cc}.history-copy{flex-direction:column;min-width:0;display:flex}.history-copy strong{font-size:13px;margin:5px 0!important}.history-copy span,.history-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.history-value{flex-direction:column;align-items:flex-end;display:flex}.history-value small,.history-value span{font-size:9px!important}.history-value b{margin:4px 0;font-size:15px}.history-actions{gap:7px;display:flex}.history-actions button{white-space:nowrap;font-size:10px;font-weight:800}.empty-history{flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;display:flex!important}.empty-history strong{color:#25282c}.empty-history span{color:#70757b;font-size:10px}@media (width<=1050px){.history-toolbar{flex-direction:column;align-items:stretch}.history-filter{grid-template-columns:1fr 1fr auto!important}.history-list article{grid-template-columns:76px 1fr auto!important}.history-value{display:none}.history-actions{grid-column:2/-1}}@media (width<=680px){.history-filter{grid-template-columns:1fr 1fr!important}.history-filter button{grid-column:1/-1!important}.history-overview{grid-template-columns:1fr}.history-list-card>header{flex-direction:column;align-items:flex-start;gap:8px}.history-list{padding:0 16px}.history-list article{grid-template-columns:1fr!important}.history-actions{grid-column:auto}.carrier-badge{width:max-content;padding-inline:10px}}.history-toolbar{align-items:center}.history-filter label{font-size:11px}.history-filter input,.history-filter button{box-sizing:border-box;height:50px}.history-filter input{font-size:13px}.history-toolbar .history-filter>button{align-self:end;margin:0;font-size:12px;position:relative;bottom:8px;transform:none}@media (width<=680px){.history-toolbar .history-filter>button{margin-top:2px;bottom:0}}.history-skeleton i,.history-skeleton b,.history-skeleton span,.history-skeleton strong,.history-skeleton em{background:linear-gradient(90deg,#eceeef 25%,#f7f8f8 50%,#eceeef 75%) 0 0/220% 100%;border-radius:7px;animation:1.25s ease-in-out infinite history-shimmer;display:block}.history-skeleton.summary i{width:42%;height:10px}.history-skeleton.summary b{width:30%;height:25px;margin-top:10px}.history-skeleton.row>i{width:76px;height:28px}.history-skeleton.row>div{flex-direction:column;gap:8px;display:flex}.history-skeleton.row>div b{width:58%;height:13px}.history-skeleton.row>div span{width:82%;height:9px}.history-skeleton.row>strong{justify-self:end;width:110px;height:17px}.history-skeleton.row>em{width:126px;height:38px}.history-list[aria-busy=true]{min-height:296px}@keyframes history-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=1050px){.history-skeleton.row>strong{display:none}.history-skeleton.row>em{grid-column:2/-1}}@media (width<=680px){.history-skeleton.row>i{width:76px}.history-skeleton.row>em{grid-column:auto;width:100%;height:38px}.history-list[aria-busy=true]{min-height:480px}}@media (prefers-reduced-motion:reduce){.history-skeleton i,.history-skeleton b,.history-skeleton span,.history-skeleton strong,.history-skeleton em{animation:none}}.history-period-highlight{background:#f4faf6;border:1px solid;border-radius:18px;grid-template-columns:minmax(190px,250px) 1fr;align-items:center;gap:25px;padding:22px 24px;display:grid;box-shadow:0 8px 28px #191e230d}.history-period-highlight.negative{background:#fff5f4}.history-period-highlight>div{flex-direction:column;gap:5px;display:flex}.history-period-highlight small{letter-spacing:.12em;font-size:9px;font-weight:900}.history-period-highlight strong{letter-spacing:-.04em;font-size:36px;line-height:1}.history-period-highlight p{color:#52575c;margin:0;font-size:12px;line-height:1.6}.history-period-highlight p b{color:#25282c}.history-period-highlight.skeleton{color:#e3e5e7}.history-period-highlight.skeleton>i,.history-period-highlight.skeleton b,.history-period-highlight.skeleton span{background:linear-gradient(90deg,#eceeef 25%,#f7f8f8 50%,#eceeef 75%) 0 0/220% 100%;border-radius:7px;animation:1.25s ease-in-out infinite history-shimmer;display:block}.history-period-highlight.skeleton>i{width:150px;height:48px}.history-period-highlight.skeleton b{width:60%;height:12px}.history-period-highlight.skeleton span{width:85%;height:10px}.history-value{background:#f4faf6;border-radius:12px;align-items:center;padding:9px 12px}.history-value:has(.negative){background:#fff2f1}.history-value b{font-size:18px}.history-value span{font-weight:800}.history-list article .history-value{display:flex!important}@media (width<=1050px){.history-list article{grid-template-columns:76px minmax(180px,1fr) 130px!important}.history-actions{grid-column:2/-1}.history-value{display:flex!important}}@media (width<=680px){.history-period-highlight{grid-template-columns:1fr;gap:12px}.history-period-highlight strong{font-size:32px}.history-list article .history-value{align-items:flex-start;width:max-content}.history-actions{grid-column:auto}}.history-filter{grid-template-columns:180px 150px 150px 138px!important}.history-filter select{box-sizing:border-box;color:#25282c;background:#f8f9fa;border:1px solid #d7dadd;border-radius:10px;outline:none;width:100%;height:50px;margin-top:7px;padding:0 34px 0 12px;font-size:13px;font-weight:700}.history-filter select:focus{border-color:#c47d3c;box-shadow:0 0 0 3px #c47d3c1f}@media (width<=1050px){.history-filter{grid-template-columns:1.2fr 1fr 1fr auto!important}}@media (width<=680px){.history-filter{grid-template-columns:1fr 1fr!important}.history-filter label:first-child{grid-column:1/-1}.history-filter button{grid-column:1/-1!important}.history-list-card{overflow:visible}.history-list{padding:0 14px}.history-list article{box-sizing:border-box;flex-direction:column;width:100%;overflow:visible;align-items:stretch!important;gap:12px!important;padding:18px 0!important;display:flex!important}.history-list article>div{box-sizing:border-box;width:100%;flex-basis:auto!important}.history-copy span,.history-copy small{white-space:normal;overflow:visible}.history-list article .history-value{box-sizing:border-box;align-items:flex-start;width:100%;padding:12px 14px}.history-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.history-actions button{box-sizing:border-box;width:100%;min-width:0;padding:11px 8px}.carrier-badge{box-sizing:border-box}.history-period-highlight,.history-overview article{overflow:visible}}.history-list article>.history-actions{flex-direction:row!important;flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:7px!important;width:auto!important;display:flex!important}.history-list article>.history-actions .shared-icon-action{width:32px!important;min-width:32px!important;padding:0!important}@media (width<=680px){.history-list article>.history-actions{justify-content:flex-start!important;width:100%!important}}.delete-confirm-modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#15181bad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.delete-confirm-panel{box-sizing:border-box;color:#25282c;background:#fff;border-radius:24px;width:min(100%,430px);padding:24px;box-shadow:0 25px 80px #00000038}.delete-confirm-panel header{justify-content:space-between;align-items:flex-start;display:flex}.delete-confirm-panel header small{color:#c47d3c;letter-spacing:.1em;font-size:9px;font-weight:900}.delete-confirm-panel h2{margin:5px 0 0;font-size:21px}.delete-confirm-panel header button{color:#25282c;cursor:pointer;background:#fff;border:1px solid #e3e5e7;border-radius:50%;width:34px;height:34px;font-size:20px}.delete-confirm-icon{color:#b84f47;background:#fff0ef;border-radius:18px;place-items:center;width:58px;height:58px;margin:22px auto 14px;display:grid}.delete-confirm-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.delete-confirm-panel>p{text-align:center;color:#70757b;margin:0;font-size:12px;line-height:1.6}.delete-confirm-panel>p strong{color:#25282c}.delete-confirm-warning{color:#b84f47;background:#fff5f4;border-left:3px solid #b84f47;border-radius:9px;flex-direction:column;gap:4px;margin:18px 0;padding:12px 14px;font-size:11px;display:flex}.delete-confirm-warning span{color:#785957;line-height:1.45}.delete-confirm-actions{grid-template-columns:1fr 1.25fr;gap:9px;display:grid}.delete-confirm-actions button{cursor:pointer;border-radius:11px;min-height:44px;font-weight:900}.delete-confirm-actions .cancel{color:#70757b;background:#fff;border:1px solid #e3e5e7}.delete-confirm-actions .confirm{color:#fff;background:#b84f47;border:0}.delete-confirm-actions button:disabled{opacity:.55;cursor:wait}@media (width<=600px){.delete-confirm-modal{align-items:end;padding:0}.delete-confirm-panel{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0}}@media (width<=420px){.delete-confirm-actions{grid-template-columns:1fr}.delete-confirm-actions .confirm{grid-row:1}}.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width, height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;-o-user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{width:20px;height:20px;position:absolute}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.delivery-dashboard{flex-direction:column;gap:18px;display:flex}.delivery-hero{color:#fff;background:linear-gradient(125deg,#20242a 0%,#292e34 72%,#34383d 100%);border-radius:20px;justify-content:space-between;align-items:flex-end;gap:32px;padding:27px 30px;display:flex;position:relative;overflow:hidden}.delivery-hero:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-100px;right:25%;box-shadow:0 0 0 34px #ffffff06,0 0 0 68px #ffffff05}.delivery-hero>div{z-index:1;position:relative}.live-pill{color:#9ed0af;letter-spacing:.1em;text-transform:uppercase;background:#42835924;border:1px solid #71c48d47;border-radius:999px;align-items:center;gap:7px;padding:5px 9px;font-size:8px;font-weight:900;display:inline-flex}.live-pill i{background:#65bd84;border-radius:50%;width:6px;height:6px;animation:1.8s infinite delivery-pulse;box-shadow:0 0 0 4px #65bd841f}.delivery-hero h2{letter-spacing:-.03em;margin:15px 0 6px;font-size:28px}.delivery-hero p{color:#aeb5bd;max-width:620px;margin:0;font-size:12px;line-height:1.55}.delivery-sync{border-left:1px solid #41464c;min-width:200px;padding-left:22px}.delivery-sync small,.delivery-sync span{color:#9299a1;letter-spacing:.08em;font-size:8px;display:block}.delivery-sync strong{margin:6px 0;font-size:16px;display:block}.delivery-kpis{grid-template-columns:1.15fr repeat(4,1fr);gap:11px;display:grid}.delivery-kpis article,.delivery-kpis button{text-align:left;background:#fff;border:1px solid #e3e5e7;border-radius:16px;min-width:0;padding:17px;box-shadow:0 5px 18px #191e2309}.delivery-kpis button{cursor:pointer;gap:11px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative}.delivery-kpis button:hover,.delivery-kpis button.selected{border-color:#b9bdc1;transform:translateY(-2px);box-shadow:0 9px 24px #191e2317}.delivery-kpis button.selected:after{content:"";background:currentColor;border-radius:9px;height:3px;position:absolute;inset:auto 17px 0}.delivery-kpis button>span{flex-direction:column;flex:1;min-width:0;display:flex}.delivery-kpis small{color:#747a80;text-transform:uppercase;letter-spacing:.04em;font-size:8px;font-weight:800}.delivery-kpis strong{margin:5px 0 3px;font-size:25px;display:block}.delivery-kpis em{color:#8a9095;font-size:8px;font-style:normal}.delivery-kpis button>b{color:#8a9095;opacity:0;font-size:7px;transition:opacity .15s;position:absolute;bottom:9px;right:12px}.delivery-kpis button:hover>b,.delivery-kpis button.selected>b{opacity:1}.delivery-status-icon{border-radius:9px;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:13px;font-weight:900;display:grid}.delivery-status-icon.late{color:#b84f47;background:#fff0ef}.delivery-status-icon.risk{color:#ae752b;background:#fff7e4}.delivery-status-icon.ontime{color:#43835b;background:#edf6f0}.delivery-status-icon.delivered{color:#4f7189;background:#eef3f7}.delivery-kpis .overview{background:#f8f9fa}.delivery-kpis .overview>small{display:block}.delivery-kpis .overview>span{color:#71777d;font-size:9px}.delivery-kpis .overview>div{background:#e1e5e7;border-radius:9px;height:5px;margin:11px 0 6px;overflow:hidden}.delivery-kpis .overview>div i{background:#43835b;border-radius:9px;height:100%;display:block}.delivery-kpis .overview>em{color:#43835b;font-weight:800}.delivery-insights{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.delivery-insights article{background:#f8f9fa;border-left:3px solid #c47d3c;border-radius:5px 13px 13px 5px;padding:15px 17px}.delivery-insights span{color:#8a9095;text-transform:uppercase;letter-spacing:.08em;font-size:8px;font-weight:900}.delivery-insights strong{margin:6px 0 4px;font-size:13px;display:block}.delivery-insights p{color:#777d82;margin:0;font-size:9px;line-height:1.45}.delivery-list-card{background:#fff;border:1px solid #e3e5e7;border-radius:19px;scroll-margin-top:18px;overflow:hidden;box-shadow:0 8px 28px #191e230d}.delivery-list-card>header{background:#fafafa;border-bottom:1px solid #e7e9eb;justify-content:space-between;align-items:flex-end;gap:20px;padding:21px 24px;display:flex}.delivery-list-card header small{color:#c47d3c;letter-spacing:.12em;font-size:8px;font-weight:900}.delivery-list-card h3{margin:5px 0 3px;font-size:18px}.delivery-list-card header p{color:#7c8287;margin:0;font-size:9px}.delivery-filters{gap:7px;display:flex}.delivery-filters input,.delivery-filters select{box-sizing:border-box;color:#303337;background:#fff;border:1px solid #d9dcdf;border-radius:9px;outline:none;height:38px;font-size:10px}.delivery-filters input{width:220px;padding:0 11px}.delivery-filters select{padding:0 28px 0 10px}.delivery-filters button{color:#8b5528;background:#f1e5da;border:0;border-radius:9px;font-size:9px;font-weight:800}.delivery-table-wrap{overflow:auto}.delivery-table-wrap table{border-collapse:collapse;width:100%;font-size:10px}.delivery-table-wrap th{color:#7a8086;text-align:left;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f6f7f8;border-bottom:1px solid #e9ebed;padding:11px 12px;font-size:8px}.delivery-table-wrap td{vertical-align:middle;white-space:nowrap;border-bottom:1px solid #eef0f1;padding:13px 12px}.delivery-table-wrap td>strong,.delivery-table-wrap td>small,.delivery-table-wrap td>code{display:block}.delivery-table-wrap td>strong{text-overflow:ellipsis;max-width:210px;font-size:10px;overflow:hidden}.delivery-table-wrap td>small{color:#858b90;margin-top:4px;font-size:8px}.delivery-table-wrap td>code{font-size:9px;font-weight:800}.delivery-status{border-radius:999px;align-items:center;gap:6px;padding:6px 8px;font-size:8px;font-weight:900;display:inline-flex}.delivery-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.delivery-status.late{color:#a9433c;background:#fff0ef}.delivery-status.risk{color:#956322;background:#fff6df}.delivery-status.ontime{color:#36744d;background:#edf6f0}.delivery-status.delivered{color:#496d84;background:#edf3f7}.delivery-carrier{color:#376588;background:#eaf1fa;border-radius:7px;padding:6px 8px;font-size:8px;font-weight:900;display:inline-block}.delivery-carrier.correios{color:#715d16;background:#fff3c4}.delivery-table-wrap td>b{font-size:9px}.delivery-table-wrap td>b.late{color:#b84f47}.delivery-table-wrap td>b.risk{color:#a96e25}.delivery-table-wrap td>b.ontime,.delivery-table-wrap td>b.delivered{color:#43835b}.delivery-action{color:#555b60;background:#fff;border:1px solid #dadddf;border-radius:8px;padding:7px 9px;font-size:8px;font-weight:800}.delivery-list-card>footer{color:#858b90;background:#fafafa;justify-content:space-between;padding:11px 24px;font-size:8px;display:flex}.delivery-list-card>footer span:last-child{align-items:center;gap:5px;display:flex}.delivery-list-card>footer i{border-radius:50%;width:6px;height:6px;margin-left:8px}.delivery-list-card>footer i.late{background:#b84f47}.delivery-list-card>footer i.risk{background:#ae752b}.delivery-list-card>footer i.ontime{background:#43835b}.delivery-empty{color:#777d82;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:150px;display:flex}.delivery-empty strong{color:#292d31}.delivery-empty span{font-size:9px}@keyframes delivery-pulse{50%{box-shadow:0 0 0 7px #65bd8400}}@media (width<=1180px){.delivery-kpis{grid-template-columns:repeat(4,1fr)}.delivery-kpis .overview{grid-column:1/-1}.delivery-list-card>header{flex-direction:column;align-items:stretch}.delivery-filters input{flex:1;width:auto}}@media (width<=850px){.delivery-kpis{grid-template-columns:repeat(2,1fr)}.delivery-insights{grid-template-columns:1fr}.delivery-hero{flex-direction:column;align-items:flex-start}.delivery-sync{box-sizing:border-box;border-top:1px solid #41464c;border-left:0;width:100%;padding:12px 0 0}}@media (width<=580px){.delivery-hero{padding:22px}.delivery-hero h2{font-size:24px}.delivery-kpis{grid-template-columns:1fr 1fr}.delivery-kpis button{padding:14px}.delivery-kpis button>b{display:none}.delivery-filters{flex-direction:column}.delivery-filters input,.delivery-filters select,.delivery-filters button{width:100%;height:40px}.delivery-list-card>footer{flex-direction:column;align-items:flex-start;gap:8px}.delivery-list-card>footer span:last-child{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.live-pill i{animation:none}.delivery-kpis button{transition:none}}.delivery-filters{gap:9px;min-width:min(100%,590px);display:flex}.delivery-search{flex:1;align-items:center;min-width:360px;display:flex;position:relative}.delivery-search>span{z-index:1;color:#767c82;font-size:20px;line-height:1;position:absolute;left:13px;transform:rotate(-15deg)}.delivery-filters .delivery-search input{border-color:#d2d6d9;border-radius:11px;width:100%;height:44px;padding:0 13px 0 40px;font-size:11px;transition:border-color .15s,box-shadow .15s}.delivery-filters .delivery-search input:focus,.delivery-filters select:focus{border-color:#c47d3c;box-shadow:0 0 0 3px #c47d3c1f}.delivery-filters select{border-radius:11px;min-width:185px;height:44px}.delivery-status-filters{background:#fff;border-bottom:1px solid #e7e9eb;gap:8px;padding:13px 24px;display:flex;overflow:auto}.delivery-status-filters button{color:#686e73;white-space:nowrap;cursor:pointer;background:#fafafa;border:1px solid #e0e3e5;border-radius:10px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;font-weight:800;display:flex}.delivery-status-filters button i{background:currentColor;border-radius:50%;width:6px;height:6px}.delivery-status-filters button b{box-sizing:border-box;color:#34393d;font-variant-numeric:tabular-nums;background:#e5e8ea;border-radius:7px;place-items:center;min-width:23px;height:23px;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:grid}.delivery-status-filters button.active{color:#fff;background:#292d32;border-color:#292d32;box-shadow:0 4px 12px #1e222624}.delivery-status-filters button.active b{color:#fff;background:#ffffff29}.delivery-status-filters button.late:not(.active){color:#a9433c}.delivery-status-filters button.risk:not(.active){color:#956322}.delivery-status-filters button.ontime:not(.active){color:#36744d}.delivery-status-filters button.delivered:not(.active){color:#496d84}@media (width<=850px){.delivery-filters{width:100%;min-width:0}.delivery-search{min-width:0}}@media (width<=580px){.delivery-filters{flex-direction:column}.delivery-search,.delivery-filters select{width:100%;min-width:0}}.delivery-kpis.delivery-kpis-summary{display:block}.delivery-kpis-summary .overview{justify-content:space-between;align-items:center;gap:32px;padding:18px 22px;display:flex}.delivery-kpis-summary .overview>.overview-copy{background:0 0;width:auto;height:auto;margin:0;display:block;overflow:visible}.delivery-kpis-summary .overview-copy strong{vertical-align:middle;margin:5px 10px 0 0;display:inline-block}.delivery-kpis-summary .overview-copy span{vertical-align:middle;display:inline-block}.delivery-kpis-summary .overview>.overview-progress{background:0 0;align-items:center;gap:13px;width:min(46%,440px);height:auto;margin:0;display:flex;overflow:visible}.delivery-kpis-summary .overview-progress>span{background:#e1e5e7;border-radius:99px;flex:1;height:7px;overflow:hidden}.delivery-kpis-summary .overview-progress>span i{background:#43835b;border-radius:99px;height:100%;display:block}.delivery-kpis-summary .overview-progress em{color:#43835b;flex:none;font-size:9px;font-weight:800}.delivery-list-card>header{grid-template-columns:minmax(230px,1fr) minmax(520px,590px);align-items:center;display:grid}.delivery-list-card>header>div:first-child{align-self:center}.delivery-list-card .delivery-filters{justify-self:end;align-items:center;width:100%;min-width:0}.delivery-list-card .delivery-search{align-self:center;height:44px}.delivery-list-card .delivery-search>span{top:50%;transform:translateY(-52%)rotate(-15deg)}.delivery-list-card .delivery-filters select{align-self:center;margin:0}@media (width<=1180px){.delivery-list-card>header{display:flex}.delivery-list-card .delivery-filters{justify-self:auto}}@media (width<=700px){.delivery-kpis-summary .overview{flex-direction:column;align-items:stretch;gap:12px}.delivery-kpis-summary .overview>.overview-progress{width:100%}}.delivery-kpis.delivery-kpis-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.delivery-kpis-summary .delivery-summary-card{background:#fff;border:1px solid #e1e4e6;border-radius:17px;grid-template-columns:42px 1fr;align-items:center;gap:13px;min-height:106px;padding:18px 19px;display:grid;position:relative;overflow:hidden;box-shadow:0 6px 20px #191e230b}.delivery-summary-card:after{content:"";background:#6d7882;height:3px;position:absolute;inset:0 0 auto}.delivery-summary-card.healthy:after{background:#43835b}.delivery-summary-card.attention:after{background:#b26938}.delivery-summary-card .summary-symbol{color:#56636d;background:#eef1f3;border-radius:13px;place-items:center;width:42px;height:42px;font-size:18px;font-weight:900;display:grid}.delivery-summary-card.healthy .summary-symbol{color:#43835b;background:#eaf4ed}.delivery-summary-card.attention .summary-symbol{color:#b25d32;background:#fff0e8}.delivery-summary-card>div{grid-template-columns:auto 1fr;align-items:end;column-gap:9px;display:grid}.delivery-summary-card small{color:#747b81;letter-spacing:.07em;text-transform:uppercase;grid-column:1/-1;margin-bottom:3px;font-size:8px;font-weight:900}.delivery-summary-card strong{letter-spacing:-.04em;margin:0;font-size:28px;line-height:1}.delivery-summary-card p{color:#51575c;margin:0 0 2px;font-size:10px;font-weight:700}.delivery-summary-card em{color:#899096;grid-column:1/-1;margin-top:2px;font-size:8px;font-style:normal}.delivery-list-card .delivery-filters{grid-template-columns:minmax(0,1fr) 150px 150px;grid-template-areas:"search search button"".carrier modality";align-items:end;gap:10px 12px;display:grid}.delivery-list-card .delivery-search-field{grid-area:search}.delivery-list-card .delivery-search-button{grid-area:button;width:100%}.delivery-list-card .delivery-carrier-field{grid-area:carrier}.delivery-list-card .delivery-modality-field{grid-area:modality}.delivery-filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.delivery-filter-field>small{text-transform:uppercase;font-weight:900;color:#747b81!important;letter-spacing:.06em!important;font-size:8px!important}.delivery-list-card .delivery-search{width:100%;height:44px;display:block;position:relative}.delivery-list-card .delivery-search>i{z-index:1;color:#767c82;font-size:20px;font-style:normal;line-height:1;position:absolute;top:50%;left:13px;transform:translateY(-52%)rotate(-15deg)}.delivery-list-card .delivery-search input{box-sizing:border-box;width:100%;height:44px;margin:0;display:block}.delivery-list-card .delivery-carrier-field select,.delivery-list-card .delivery-modality-field select{box-sizing:border-box;width:100%;min-width:0;height:44px;margin:0;display:block}@media (width<=900px){.delivery-kpis.delivery-kpis-summary{grid-template-columns:1fr}.delivery-kpis-summary .delivery-summary-card{min-height:82px}.delivery-list-card .delivery-filters{grid-template-columns:minmax(0,1fr) 140px 140px}}@media (width<=580px){.delivery-list-card .delivery-filters{grid-template-columns:1fr 1fr;grid-template-areas:"search search""carrier modality""button button"}.delivery-summary-card>div{grid-template-columns:auto 1fr}}.delivery-sync em{color:#c9cdd1;letter-spacing:.04em;margin-top:6px;font-size:8px;font-style:normal;display:block}.delivery-loading{color:#535a60;background:#fff;border:1px solid #e4e6e8;border-radius:18px;justify-content:center;align-items:center;gap:12px;min-height:360px;display:flex}.delivery-loading span{border:2px solid #d8dcdf;border-top-color:#c47d3c;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite delivery-spin}.delivery-config-warning,.delivery-error{color:#73511f;background:#fff8e9;border:1px solid #f0d8ae;border-radius:13px;align-items:center;gap:12px;padding:13px 16px;display:flex}.delivery-config-warning>span{background:#f4dfb8;border-radius:9px;flex:none;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.delivery-config-warning strong{font-size:11px}.delivery-config-warning p{margin:3px 0 0;font-size:9px}.delivery-error{color:#913d37;background:#fff3f2;border-color:#efcbc8;justify-content:space-between;font-size:10px}.delivery-error button{color:#fff;cursor:pointer;background:#913d37;border:0;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:800}.delivery-followed{background:#fafbfb;border:1px dashed #d6dadd;border-radius:17px;overflow:hidden}.delivery-followed>header{padding:16px 19px 0}.delivery-followed>header small{color:#c47d3c;letter-spacing:.1em;font-size:8px;font-weight:900}.delivery-followed h3{margin:4px 0 2px;font-size:16px}.delivery-followed h3 b{color:#41474c;background:#e8ebed;border-radius:7px;place-items:center;min-width:20px;height:20px;margin-left:5px;font-size:9px;display:inline-grid}.delivery-followed header p{color:#7d8388;margin:0;font-size:9px}.delivery-followed.has-items{background:#fffaf6;border-style:solid;border-color:#dfd5ca;box-shadow:0 7px 22px #5e40250d}.delivery-followed-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 19px 18px;display:grid}.delivery-followed-grid article{background:#fff;border:1px solid #eaded3;border-radius:13px;min-width:0;padding:13px}.delivery-followed-grid article>div{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.delivery-followed-grid article>div>button{color:#71777c;cursor:pointer;background:#f1f2f3;border:0;border-radius:7px;width:25px;height:25px;font-size:17px;line-height:1}.delivery-followed-grid code,.delivery-followed-grid strong,.delivery-followed-grid small{display:block}.delivery-followed-grid code{color:#272c30;margin-bottom:4px;font-size:10px;font-weight:900}.delivery-followed-grid strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.delivery-followed-grid small{color:#777e84;margin-top:4px;font-size:8px}.delivery-followed-grid p{color:#656c71;border-top:1px solid #f0e8e1;margin:9px 0 0;padding-top:8px;font-size:8px;line-height:1.4}.delivery-followed-empty{color:#7e858a;justify-content:center;align-items:center;gap:9px;padding:17px 19px;display:flex}.delivery-followed-empty>span{font-size:19px}.delivery-followed-empty p{margin:0;font-size:9px}.delivery-worker-observability{background:#fbfbfc;border:1px solid #e0e3e5;border-radius:16px;padding:16px 18px}.delivery-worker-observability>header{justify-content:space-between;align-items:center;gap:15px;display:flex}.delivery-worker-observability header small{color:#c47d3c;letter-spacing:.1em;font-size:8px;font-weight:900}.delivery-worker-observability h3{text-transform:capitalize;margin:4px 0 2px;font-size:14px}.delivery-worker-observability header p{color:#767d82;margin:0;font-size:9px}.delivery-worker-observability>header>span{color:#656c72;background:#eef0f2;border-radius:7px;padding:5px 8px;font-size:8px;font-weight:900}.delivery-worker-progress{align-items:center;gap:10px;margin-top:13px;display:flex}.delivery-worker-progress>span{background:#e5e8ea;border-radius:99px;flex:1;height:7px;overflow:hidden}.delivery-worker-progress i{background:#43835b;border-radius:99px;height:100%;transition:width .25s;display:block}.delivery-worker-progress b{font-size:9px}.delivery-worker-totals{color:#858b90;flex-wrap:wrap;gap:18px;margin-top:11px;font-size:8px;display:flex}.delivery-worker-totals span strong{color:#353a3e;margin-right:3px}.delivery-worker-observability details{border-top:1px solid #e5e7e9;margin-top:13px;padding-top:11px}.delivery-worker-observability summary{color:#555d62;cursor:pointer;font-size:9px;font-weight:800}.delivery-worker-observability details>div{max-height:210px;margin-top:9px;overflow:auto}.delivery-worker-observability details p{color:#62696e;border-bottom:1px solid #eceeef;grid-template-columns:90px 90px 1fr;gap:8px;margin:0;padding:7px;font-size:8px;display:grid}.delivery-worker-observability details p b{color:#3f464b}.delivery-worker-observability details p.erro{color:#a8433d}.delivery-worker-observability.executando{background:#f7fbf8;border-color:#c8d9cd}.delivery-worker-observability.executando .delivery-worker-progress i{animation:1.4s infinite delivery-worker-pulse}.delivery-status.unknown{color:#687078;background:#f0f1f3}.delivery-status-filters button.unknown:not(.active){color:#687078}.delivery-status-filters .delivery-run{color:#fff;background:#252a2f;border-color:#252a2f;margin-left:auto}.delivery-status-filters .delivery-run:disabled{cursor:not-allowed;opacity:.45}.delivery-carrier-field select:disabled{color:#555c62;opacity:1;cursor:not-allowed;background:#f4f5f6}.delivery-table-wrap table{min-width:1130px}.delivery-table-wrap tr.is-followed{background:#fffbf6;box-shadow:inset 3px 0 #c47d3c}.delivery-table-wrap td>small.delivery-row-error{color:#b34740;margin-top:5px;font-weight:800}.delivery-row-actions{align-items:center;gap:6px;display:flex}.delivery-action,.delivery-woo-action{white-space:nowrap;cursor:pointer;height:31px;transition:border-color .15s,background .15s,color .15s}.delivery-action.active{color:#965823;background:#fff4ea;border-color:#c47d3c}.delivery-action:disabled,.delivery-woo-action:disabled{cursor:wait;opacity:.55}.delivery-woo-action{color:#39724e;background:#f3faf5;border:1px solid #cfe0d5;border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:8px;font-weight:800;display:inline-flex}.delivery-woo-action:hover{background:#e8f5ec;border-color:#8cb99b}.delivery-woo-action span{font-size:10px}.delivery-table-wrap td>b.unknown{color:#747b81}.delivery-toast{z-index:100;color:#fff;background:#252a2f;border:1px solid #d6dadc;border-radius:13px;align-items:center;gap:13px;padding:13px 15px;font-size:9px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 36px #13171a40}.delivery-toast span strong{margin-bottom:2px;display:block}.delivery-toast button{color:#f0aa68;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:900}.delivery-toast button:last-child{color:#aeb4b9;font-size:16px}.delivery-hero .delivery-sync{align-self:center}.delivery-status-filters button.updated:not(.active){color:#6f7174}.delivery-table-wrap tr.is-updated td:not(:last-child){-webkit-text-decoration:line-through #9b9da0;text-decoration:line-through #9b9da0}.delivery-table-wrap tr.is-updated .delivery-status{text-decoration:none}.delivery-woo-action.restore{color:#555b60;background:#fff;border-color:#d5d7d9}.delivery-woo-action.restore:hover{background:#f3f4f4;border-color:#aeb2b5}@keyframes delivery-spin{to{transform:rotate(360deg)}}@keyframes delivery-worker-pulse{50%{filter:brightness(1.25)}}@media (width<=1050px){.delivery-followed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-status-filters .delivery-run{margin-left:0}}@media (width<=650px){.delivery-followed-grid{grid-template-columns:1fr}.delivery-toast{bottom:78px;left:12px;right:12px}.delivery-status-filters{padding-inline:15px}.delivery-worker-observability details p{grid-template-columns:70px 1fr}.delivery-worker-observability details p span{grid-column:1/-1}.delivery-worker-totals{gap:10px}}@media (prefers-reduced-motion:reduce){.delivery-loading span{animation:none}}.delivery-dashboard-skeleton{flex-direction:column;gap:18px;display:flex}.delivery-dashboard-skeleton i,.delivery-dashboard-skeleton b,.delivery-dashboard-skeleton span,.delivery-dashboard-skeleton em,.delivery-skeleton-followed>div{background:linear-gradient(90deg,#e7e9eb 25%,#f6f7f8 48%,#e7e9eb 72%) 0 0/220% 100%;border-radius:7px;animation:1.25s ease-in-out infinite delivery-skeleton-shimmer;display:block}.delivery-skeleton-hero{background:#292e34;border-radius:20px;justify-content:space-between;gap:32px;padding:27px 30px;display:flex}.delivery-skeleton-hero>div{flex:1}.delivery-skeleton-hero aside{border-left:1px solid #41464c;width:210px;padding-left:22px}.delivery-skeleton-hero i{width:145px;height:18px}.delivery-skeleton-hero b{width:min(360px,75%);height:29px;margin:15px 0 8px}.delivery-skeleton-hero span{width:min(610px,90%);height:11px}.delivery-skeleton-hero aside i{width:80px;height:8px}.delivery-skeleton-hero aside b{width:155px;height:16px;margin:10px 0}.delivery-skeleton-hero aside span{width:125px;height:8px}.delivery-skeleton-kpis{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.delivery-skeleton-kpis article{background:#fff;border:1px solid #e3e5e7;border-radius:16px;gap:14px;padding:19px;display:flex}.delivery-skeleton-kpis article>i{flex:none;width:38px;height:38px}.delivery-skeleton-kpis article>div{flex:1}.delivery-skeleton-kpis span{width:65%;height:8px}.delivery-skeleton-kpis b{width:42%;height:27px;margin:8px 0}.delivery-skeleton-kpis em{width:82%;height:7px}.delivery-skeleton-followed{background:#fff;border:1px solid #e3e5e7;border-radius:18px;padding:22px 24px}.delivery-skeleton-followed>i{width:90px;height:8px}.delivery-skeleton-followed>b{width:210px;height:19px;margin:8px 0}.delivery-skeleton-followed>span{width:330px;height:8px}.delivery-skeleton-followed>div{height:70px;margin-top:18px}.delivery-skeleton-table{background:#fff;border:1px solid #e3e5e7;border-radius:19px;overflow:hidden}.delivery-skeleton-table header{background:#fafafa;justify-content:space-between;align-items:end;padding:21px 24px;display:flex}.delivery-skeleton-table header>div i{width:105px;height:8px}.delivery-skeleton-table header>div b{width:175px;height:19px;margin:8px 0}.delivery-skeleton-table header>div span{width:120px;height:7px}.delivery-skeleton-table header aside{gap:8px;display:flex}.delivery-skeleton-table header aside i{width:180px;height:38px}.delivery-skeleton-table header aside i:last-child{width:115px}.delivery-skeleton-table nav{border-top:1px solid #e7e9eb;border-bottom:1px solid #e7e9eb;gap:8px;padding:12px 18px;display:flex}.delivery-skeleton-table nav i{width:94px;height:31px}.delivery-skeleton-table nav i:last-child{width:120px;margin-left:auto}.delivery-skeleton-table article{border-bottom:1px solid #eef0f1;grid-template-columns:110px 1.1fr 1.4fr 1fr 1.4fr 80px 1.2fr;gap:16px;padding:15px 18px;display:grid}.delivery-skeleton-table article span{height:14px}.delivery-skeleton-table article span:nth-child(2n){width:75%}@keyframes delivery-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=760px){.delivery-skeleton-hero aside{display:none}.delivery-skeleton-kpis{grid-template-columns:1fr}.delivery-skeleton-table header aside{display:none}.delivery-skeleton-table nav{overflow:hidden}.delivery-skeleton-table article{grid-template-columns:90px 1fr 1fr}.delivery-skeleton-table article span:nth-child(n+4){display:none}}@media (prefers-reduced-motion:reduce){.delivery-dashboard-skeleton i,.delivery-dashboard-skeleton b,.delivery-dashboard-skeleton span,.delivery-dashboard-skeleton em,.delivery-skeleton-followed>div{animation:none}}.delivery-search-button{letter-spacing:.02em;cursor:pointer;min-width:92px;height:44px;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 4px 12px #252a2f24;color:#fff!important;background:#252a2f!important;border:1px solid #252a2f!important;border-radius:11px!important;padding:0 18px!important;font-size:10px!important}.delivery-search-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 16px #252a2f33;background:#343a40!important}.delivery-search-button:disabled{cursor:wait;opacity:.55}.delivery-table-wrap[aria-busy=true]{min-height:370px;position:relative;overflow:hidden}.delivery-search-skeleton{z-index:3;background:#fffffff7;padding:18px;position:absolute;inset:0}.delivery-search-skeleton>strong{color:#596067;margin-bottom:18px;font-size:11px;display:block}.delivery-search-skeleton>div{border-bottom:1px solid #eef0f1;grid-template-columns:110px 1.1fr 1.4fr 1fr 1.4fr 80px 1.2fr;gap:16px;padding:15px 0;display:grid}.delivery-search-skeleton i{background:linear-gradient(90deg,#e7e9eb 25%,#f6f7f8 48%,#e7e9eb 72%) 0 0/220% 100%;border-radius:7px;height:14px;animation:1.25s ease-in-out infinite delivery-skeleton-shimmer}.delivery-search-skeleton i:nth-child(2n){width:75%}@media (prefers-reduced-motion:reduce){.delivery-search-skeleton i{animation:none}}.delivery-list-card>header{align-items:center;gap:clamp(32px,6vw,80px);padding:36px 24px 34px}.delivery-list-intro{flex:1;min-width:260px}.delivery-list-card .delivery-list-intro h3{max-width:390px;margin:8px 0;font-size:20px;line-height:1.2}.delivery-list-card .delivery-list-intro p{color:#737a80;max-width:400px;font-size:10px;line-height:1.55}.delivery-result-count{color:#626970;background:#fff;border:1px solid #e0e3e5;border-radius:999px;margin-top:14px;padding:5px 9px;font-size:8px;font-weight:800;display:inline-flex}@media (width<=1180px){.delivery-list-card>header{gap:24px;padding-top:30px;padding-bottom:30px}}@media (width<=580px){.delivery-list-card>header{padding:26px 18px}.delivery-list-intro{min-width:0}}.delivery-refresh-action{color:#355f80;white-space:nowrap;cursor:pointer;background:#f3f7fb;border:1px solid #ccd9e5;border-radius:8px;height:31px;padding:0 9px;font-size:8px;font-weight:800}.delivery-refresh-action:hover{background:#eaf2f8;border-color:#8dacc5}.delivery-refresh-action:disabled{cursor:wait;opacity:.5}.delivery-pagination{color:#757c82;background:#fff;border-top:1px solid #e7e9eb;justify-content:space-between;align-items:center;gap:15px;padding:12px 24px;font-size:9px;display:flex}.delivery-pagination>div{align-items:center;gap:9px;display:flex}.delivery-pagination b{color:#42484d;font-size:9px}.delivery-pagination button{color:#4f565b;cursor:pointer;background:#fafafa;border:1px solid #d9dde0;border-radius:8px;padding:7px 10px;font-size:8px;font-weight:800}.delivery-pagination button:disabled{cursor:not-allowed;opacity:.45}.delivery-followed-pagination{color:#7b746e;background:#fff7f1;border-top:1px solid #eaded3;justify-content:space-between;align-items:center;gap:15px;padding:11px 19px;font-size:9px;display:flex}.delivery-followed-pagination>div{align-items:center;gap:9px;display:flex}.delivery-followed-pagination b{color:#514943;font-size:9px}.delivery-followed-pagination button{color:#755233;cursor:pointer;background:#fff;border:1px solid #dfd0c4;border-radius:8px;padding:7px 10px;font-size:8px;font-weight:800}.delivery-followed-pagination button:disabled{cursor:not-allowed;opacity:.45}.delivery-followed-grid article>.delivery-followed-actions{border-top:1px solid #f0e8e1;justify-content:stretch;align-items:center;gap:6px;margin:11px 0 0;padding-top:10px;display:flex}.delivery-followed-grid article>.delivery-followed-actions>button{border-style:solid;border-width:1px;border-radius:8px;flex:1;width:auto;height:31px;font-size:8px;line-height:normal}.delivery-followed-actions .delivery-refresh-action,.delivery-followed-actions .delivery-woo-action{justify-content:center}.delivery-followed-card-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.delivery-followed-card-head>button{color:#71777c;cursor:pointer;background:#f1f2f3;border:0;border-radius:7px;width:25px;height:25px;font-size:17px;line-height:1}@media (width<=650px){.delivery-pagination{flex-direction:column;align-items:stretch}.delivery-pagination>div{justify-content:space-between}.delivery-followed-pagination{flex-direction:column;align-items:stretch}.delivery-followed-pagination>div{justify-content:space-between}}@media (width<=420px){.delivery-followed-actions{flex-direction:column;align-items:stretch}.delivery-followed-actions button{width:100%}}.delivery-bulk-bar{background:#fafbfb;border-bottom:1px solid #e7e9eb;align-items:center;gap:10px;padding:11px 24px;display:flex}.delivery-bulk-bar span{color:#626970;margin-left:auto;font-size:9px;font-weight:800}.delivery-export,.delivery-bulk-confirm{color:#42494e;cursor:pointer;background:#fff;border:1px solid #d6dade;border-radius:9px;padding:9px 12px;font-size:9px;font-weight:900}.delivery-bulk-confirm{color:#39724e;background:#eef8f1;border-color:#bcd5c5}.delivery-export:disabled,.delivery-bulk-confirm:disabled{cursor:wait;opacity:.55}.delivery-select-cell{text-align:center!important;width:38px!important;padding-right:4px!important}.delivery-select-cell input{accent-color:#43835b;cursor:pointer;width:15px;height:15px}.delivery-confirm-overlay{z-index:150;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#14181c9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.delivery-confirm-card{color:#292e32;background:#fff;border:1px solid #dde1e3;border-radius:17px;width:min(460px,100%);padding:25px;box-shadow:0 20px 60px #10141740}.delivery-confirm-card small{color:#43835b;letter-spacing:.1em;font-size:8px;font-weight:900}.delivery-confirm-card h3{margin:8px 0;font-size:20px}.delivery-confirm-card p{color:#6f767b;margin:0;font-size:11px;line-height:1.55}.delivery-confirm-card>div{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.delivery-confirm-card button{color:#555c61;cursor:pointer;background:#fff;border:1px solid #d7dbde;border-radius:9px;padding:10px 14px;font-size:9px;font-weight:900}.delivery-confirm-card button.confirm{color:#fff;background:#43835b;border-color:#43835b}.delivery-confirm-card button:disabled{cursor:wait;opacity:.55}@media (width<=650px){.delivery-bulk-bar{flex-direction:column;align-items:stretch}.delivery-bulk-bar span{margin-left:0}.delivery-bulk-bar button{width:100%}}.delivery-bulk-bar{background:#fff;justify-content:space-between;min-height:54px;padding-block:9px}.delivery-selection-copy{color:#737a80;align-items:baseline;gap:6px;font-size:9px;display:flex}.delivery-selection-copy strong{color:#252a2f;font-size:14px;font-weight:900}.delivery-selection-copy span{color:#676e74;margin:0;font-size:9px;font-weight:700}.delivery-bulk-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.delivery-export,.delivery-bulk-confirm{color:#343a3f;height:34px;box-shadow:none;background:#fff;border:1px solid #d8dcdf;align-items:center;gap:7px;padding:0 11px;font-size:9px;font-weight:800;display:inline-flex}.delivery-export{color:#343a3f;background:#fff;border-color:#d8dcdf}.delivery-export:hover,.delivery-bulk-confirm:hover{color:#6f4827;background:#fff9f4;border-color:#d5b18f}.delivery-export svg,.delivery-bulk-confirm svg{width:14px;height:14px}.delivery-select-cell{text-align:center!important;vertical-align:middle!important;width:38px!important;min-width:38px!important;padding:11px 8px!important}.delivery-select-cell input{accent-color:#252a2f;vertical-align:middle;cursor:pointer;width:15px;height:15px;margin:0}.delivery-select-cell input:focus,.delivery-select-cell input:focus-visible{border-radius:3px;box-shadow:0 0 0 2px #252a2f24;outline:none!important}.delivery-select-cell input:disabled{cursor:not-allowed;opacity:.35}.delivery-table-wrap thead th{vertical-align:middle}.delivery-status.updated{color:#fff;background:#30353a;box-shadow:0 2px 6px #1e23271f}.delivery-table-wrap tr.is-updated{opacity:1;background:#f5f6f7}.delivery-table-wrap tr.is-updated td:not(:last-child){color:#737a80;text-decoration:none}.delivery-table-wrap tr.is-updated td strong,.delivery-table-wrap tr.is-updated td code{color:#5d646a}.delivery-table-wrap tr.is-updated .delivery-status.updated{color:#fff}.delivery-status-filters button.updated:not(.active){color:#464c51;background:#f4f5f6;border-color:#d8dcdf}@media (width<=650px){.delivery-bulk-bar{align-items:stretch}.delivery-bulk-actions{width:100%;margin-left:0}.delivery-bulk-actions button{flex:1;justify-content:center;width:auto}.delivery-selection-copy{min-height:20px}}.delivery-row-actions{gap:5px}.delivery-icon-action{color:#60676d;cursor:pointer;background:#fff;border:1px solid #d9dde0;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;padding:0;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-grid}.delivery-icon-action svg{width:14px;height:14px}.delivery-icon-action:hover:not(:disabled){color:#252a2f;background:#f7f8f8;border-color:#aeb4b9;transform:translateY(-1px)}.delivery-icon-action.refresh{color:#426b89;background:#f5f8fb;border-color:#ccd9e5}.delivery-icon-action.refresh:hover:not(:disabled){color:#2f5877;background:#eaf2f8;border-color:#91aec4}.delivery-icon-action.follow.active{color:#995e2c;background:#fff7ef;border-color:#d5b18f}.delivery-icon-action.woo{color:#39724e;background:#f3faf5;border-color:#c9ddcf}.delivery-icon-action.woo:hover:not(:disabled){color:#2f6543;background:#e8f5ec;border-color:#8cb99b}.delivery-icon-action.woo.restore{color:#596066;background:#f5f6f7;border-color:#d5d9dc}.delivery-icon-action:disabled{cursor:wait;opacity:.42}.delivery-table-wrap td:last-child{padding-right:10px}.delivery-icon-action:disabled{cursor:not-allowed}.delivery-icon-action.busy:disabled{cursor:wait}.delivery-icon-action.busy svg{animation:.8s linear infinite delivery-spin}.delivery-followed-actions{justify-content:flex-end!important}.delivery-followed-actions .delivery-icon-action{flex:0 0 31px!important;width:31px!important}.delivery-icon-action.tracking{box-sizing:border-box;color:#71578f;background:#f8f5fc;border-color:#d9d1e7;text-decoration:none}.delivery-icon-action.tracking:hover{color:#563b76;background:#f0e9f8;border-color:#ae9ac8}.delivery-table-wrap th:last-child,.delivery-table-wrap td:last-child{width:150px}.delivery-geography-pagination{justify-content:center;align-items:center;gap:10px;margin-top:15px;display:flex}.delivery-geography-pagination button{color:#485159;cursor:pointer;background:#fff;border:1px solid #d9dde0;border-radius:8px;place-items:center;width:30px;height:30px;font-size:18px;line-height:1;display:grid}.delivery-geography-pagination button:hover:not(:disabled){color:#9b5722;background:#fff8f1;border-color:#c9a98c}.delivery-geography-pagination button:disabled{cursor:not-allowed;opacity:.35}.delivery-geography-pagination span{color:#747b80;text-align:center;min-width:86px;font-size:9px;font-weight:800}@media (width<=650px){.delivery-geography-pagination{margin-top:12px}}.delivery-map-city-pagination{border-top:1px solid #eadfd5;justify-content:center;align-items:center;gap:7px;margin-top:auto;padding-top:7px;display:flex}.delivery-map-city-pagination button{color:#9b5722;cursor:pointer;background:#fff;border:1px solid #ddcbbb;border-radius:7px;place-items:center;width:24px;height:24px;padding:0;font-size:15px;line-height:1;display:grid}.delivery-map-city-pagination button:disabled{cursor:not-allowed;opacity:.3}.delivery-map-city-pagination span{color:#74685e;text-align:center;min-width:28px;font-size:8px;font-weight:900}.delivery-bulk-confirm.icon-only{color:#39724e;background:#f3faf5;border-color:#c9ddcf;justify-content:center;width:34px;padding:0}.delivery-bulk-confirm.icon-only:hover:not(:disabled){color:#2f6543;background:#e8f5ec;border-color:#8cb99b}.delivery-bulk-confirm.icon-only.busy svg{animation:.8s linear infinite delivery-spin}.delivery-select-cell input:focus,.delivery-select-cell input:focus-visible,.delivery-select-cell:focus-within{box-shadow:none!important;outline:none!important}.delivery-modality.azul{color:#1769aa;background:#eaf3ff}.delivery-transit-averages{background:#fff;border:1px solid #e2e5e7;border-radius:18px;margin-bottom:16px;padding:22px 24px;box-shadow:0 8px 28px #1c22270a}.delivery-transit-averages>header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:17px;display:flex}.delivery-transit-averages>header small{color:#c47d3c;letter-spacing:.12em;font-size:8px;font-weight:900}.delivery-transit-averages>header h3{margin:5px 0 3px;font-size:18px}.delivery-transit-averages>header p{color:#7a8186;margin:0;font-size:9px}.delivery-transit-averages>header>span{color:#747b80;font-size:9px;font-weight:800}.delivery-state-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:9px;display:grid}.delivery-state-average{box-sizing:border-box;cursor:default;background:#fafbfb;border:1px solid #e3e6e8;border-radius:13px;outline:none;flex-direction:column;min-height:84px;padding:14px;display:flex;position:relative}.delivery-state-average>span{color:#1769aa;letter-spacing:.08em;font-size:10px;font-weight:900}.delivery-state-average>strong{color:#2c3237;margin:5px 0 1px;font-size:21px}.delivery-state-average>strong small{font-size:9px}.delivery-state-average>em{color:#858b90;font-size:8px;font-style:normal}.delivery-city-tooltip{z-index:20;color:#fff;background:#262c31;border:1px solid #d8dde0;border-radius:12px;width:260px;max-height:260px;padding:13px;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 16px 40px #10151940}.delivery-state-average:hover .delivery-city-tooltip,.delivery-state-average:focus .delivery-city-tooltip,.delivery-state-average:focus-within .delivery-city-tooltip{display:block}.delivery-city-tooltip>b{color:#efb17a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:9px;display:block}.delivery-city-tooltip p{border-top:1px solid #3c4349;grid-template-columns:minmax(0,1fr) auto;gap:2px 10px;margin:0;padding:7px 0;display:grid}.delivery-city-tooltip p>span{text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:700;overflow:hidden}.delivery-city-tooltip p>strong{font-size:9px}.delivery-city-tooltip p>small{color:#aeb5ba;grid-column:1/-1;font-size:7px}.delivery-state-empty{color:#7c8388;text-align:center;background:#fafbfb;border:1px dashed #d9dddf;border-radius:12px;padding:24px;font-size:10px}@media (width<=650px){.delivery-transit-averages{padding:18px}.delivery-transit-averages>header{flex-direction:column;align-items:flex-start}.delivery-city-tooltip{width:min(260px,100vw - 54px);left:auto;right:0;transform:none}}.delivery-transit-averages{background:linear-gradient(145deg,#fff 0%,#fafbfb 100%);border-color:#dfe3e5;padding:26px;overflow:visible}.delivery-transit-averages>header{margin-bottom:20px}.delivery-transit-overview{grid-template-columns:1.15fr 1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.delivery-transit-overview article{background:#fff;border:1px solid #e1e4e6;border-radius:14px;padding:16px 18px}.delivery-transit-overview article.primary{color:#fff;background:linear-gradient(135deg,#252b30,#3a4147);border-color:#343a40}.delivery-transit-overview small{color:#9a7a60;letter-spacing:.1em;font-size:7px;font-weight:900}.delivery-transit-overview .primary small{color:#efb17a}.delivery-transit-overview strong{align-items:baseline;gap:8px;margin:7px 0 2px;font-size:24px;display:flex}.delivery-transit-overview strong span{color:#727a80;font-size:9px}.delivery-transit-overview .primary strong{font-size:30px}.delivery-transit-overview .primary strong span{color:#d8dde0}.delivery-transit-overview p{color:#8a9095;margin:0;font-size:8px}.delivery-transit-overview .primary p{color:#aeb5ba}.delivery-state-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:10px}.delivery-state-average{background:#fff;border-color:#e0e4e6;min-height:108px;padding:15px 16px;transition:transform .15s,border-color .15s,box-shadow .15s;box-shadow:0 4px 14px #1b212609}.delivery-state-average:hover,.delivery-state-average:focus{z-index:5;border-color:#c5d5e0;transform:translateY(-2px);box-shadow:0 10px 25px #1b21261a}.delivery-state-average>div:first-child{justify-content:space-between;align-items:center;display:flex}.delivery-state-average>div:first-child span{color:#1769aa;background:#eaf3ff;border-radius:7px;place-items:center;width:30px;height:25px;font-size:10px;font-weight:900;display:grid}.delivery-state-average>div:first-child em{color:#8a9196;font-size:7px;font-style:normal}.delivery-state-average>strong{margin:10px 0 8px;font-size:25px}.delivery-state-average>strong small{color:#737b81;font-size:9px}.delivery-state-average>i{background:#edf0f2;border-radius:99px;height:4px;display:block;overflow:hidden}.delivery-state-average>i b{width:var(--state-progress);border-radius:inherit;background:linear-gradient(90deg,#5d91b7,#c47d3c);height:100%;display:block}@media (width<=650px){.delivery-transit-overview{grid-template-columns:1fr 1fr}.delivery-transit-overview .primary{grid-column:1/-1}.delivery-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.delivery-dashboard>.delivery-kpis-summary,.delivery-dashboard>.delivery-followed,.delivery-dashboard>.delivery-insights,.delivery-dashboard>.delivery-transit-averages{display:none}.delivery-dashboard-toolbar{justify-content:flex-end;align-items:center;gap:10px;margin:8px 0 4px;display:flex}.delivery-dashboard-toolbar>div:last-child{gap:8px;display:flex}.delivery-dashboard-actions{justify-content:space-between;align-items:center;gap:8px;width:100%;margin:0;display:flex}.delivery-dashboard-toolbar button.delivery-icon-action{color:#175cd3;cursor:pointer;background:#fff;border:1px solid #d9e2ef;border-radius:9px;place-items:center;width:36px;height:36px;padding:0;display:grid}.delivery-dashboard-toolbar button.delivery-icon-action svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.delivery-dashboard-toolbar button.delivery-icon-action:hover{background:#eef4ff;border-color:#b9cdf0}.delivery-dashboard-toolbar button.delivery-icon-action.secondary{color:#fff;background:#175cd3;border-color:#175cd3}.delivery-widget-grid{min-height:140px;margin:0 0 18px}.delivery-widget{box-sizing:border-box;background:#fff;border:1px solid #e4e9f1;border-radius:16px;width:100%;height:100%;padding:18px;overflow:visible;box-shadow:0 5px 18px #192a460f}.delivery-widget-grid.is-editing{background:#f3f6fb;border:1px dashed #b7c5db;border-radius:18px;padding:8px}.delivery-widget-grid.is-editing .delivery-widget{cursor:grab;box-shadow:0 8px 24px #175cd31a}.delivery-widget-remove{z-index:5;color:#fff;cursor:pointer;background:#d92d20;border:0;border-radius:50%;width:27px;height:27px;font-size:20px;line-height:20px;position:absolute;top:-8px;right:-7px;box-shadow:0 3px 9px #0003}.delivery-widget-overview{grid-template-rows:repeat(2,minmax(76px,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:auto;min-width:0;height:auto;display:grid;position:absolute;inset:0;overflow:hidden}.delivery-widget-overview article{box-sizing:border-box;background:linear-gradient(145deg,#fff,#f7f9fc);border:1px solid #e5eaf1;border-radius:14px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:16px;min-width:0;min-height:76px;padding:14px 18px;display:grid;position:relative;overflow:hidden}.delivery-widget-overview article:after{content:"";background:#175cd30c;border-radius:50%;width:95px;height:95px;position:absolute;bottom:-35px;right:-22px}.delivery-widget-overview article>i{color:#175cd3;background:#eaf2ff;border-radius:12px;grid-row:1;place-items:center;width:40px;height:40px;font-size:18px;font-style:normal;font-weight:800;display:grid}.delivery-widget-overview article>div{flex-direction:column;grid-row:1;min-width:0;display:flex}.delivery-widget-overview article>div small{white-space:nowrap}.delivery-widget-overview article>em{z-index:1;color:#175cd3;text-overflow:ellipsis;white-space:nowrap;background:#edf4ff;border-radius:20px;grid-area:2/1/auto/-1;width:max-content;max-width:100%;padding:4px 8px;font-size:8px;font-style:normal;font-weight:800;position:relative;overflow:hidden}.delivery-widget-overview article.health>i{color:#079455;background:#e9f9f1}.delivery-widget-overview article.health>em{color:#067647;background:#e9f9f1}.delivery-widget-overview article.danger{background:linear-gradient(145deg,#fff,#fff6f5);border-color:#f1d7d4}.delivery-widget-overview article.danger>i{color:#d92d20;background:#ffebe9}.delivery-widget-overview article.danger>em{color:#b42318;background:#ffebe9}.delivery-widget-overview article.delivered>i{color:#067647;background:#e9f9f1}.delivery-widget-overview article.delivered{border-color:#d5eee2}.delivery-widget-overview small,.delivery-attention-widget header small,.delivery-transit-widget header small,.delivery-mini-list header small,.delivery-worker-widget>small,.delivery-insights-widget>small{color:#7b8799;letter-spacing:.11em;font-size:9px;font-weight:850}.delivery-widget-overview strong{color:#17233b;margin:5px 0 4px;font-size:30px;line-height:1}.delivery-widget-overview span{color:#59677c;white-space:normal;font-size:12px;line-height:1.3;display:block;overflow:visible}.delivery-widget-overview article>div small{color:#65738a;text-overflow:clip;white-space:normal;font-size:10px;line-height:1.2;display:block;overflow:visible}.delivery-widget-overview article>i{width:50px;height:50px;font-size:20px}.delivery-attention-widget,.delivery-transit-widget,.delivery-mini-list,.delivery-worker-widget,.delivery-insights-widget{flex-direction:column;height:100%;min-height:0;display:flex}.delivery-attention-widget header,.delivery-transit-widget header{justify-content:space-between;align-items:flex-start;display:flex}.delivery-attention-widget h3,.delivery-transit-widget h3,.delivery-mini-list h3,.delivery-worker-widget h3,.delivery-insights-widget h3{color:#17233b;margin:3px 0 0;font-size:19px}.delivery-attention-widget header>b{color:#d92d20;background:#fff1f0;border-radius:10px;place-items:center;min-width:42px;height:38px;font-size:20px;display:grid}.delivery-attention-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:13px 0;display:grid}.delivery-attention-metrics>span{color:#23314b;background:#f6f8fb;border-radius:9px;min-width:0;padding:8px;font-weight:800}.delivery-attention-metrics small{color:#748096;margin-top:2px;font-size:9px;line-height:1.2;display:block}.delivery-attention-metrics i{border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.delivery-attention-metrics i.late{background:#d92d20}.delivery-attention-metrics i.forecast-high{background:#e5484d}.delivery-attention-metrics i.forecast-moderate{background:#f79009}.delivery-stale-average{color:#59667a;background:#f8fafc;border-radius:9px;margin:0 0 9px;padding:8px 10px;font-size:11px}.delivery-attention-preview{flex:1;align-content:start;gap:5px;min-height:0;display:grid;overflow:auto}.delivery-attention-preview button,.delivery-mini-list button{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:9px;grid-template-columns:90px 1fr;gap:2px 9px;padding:7px 9px;display:grid}.delivery-attention-preview button:hover,.delivery-mini-list button:hover{background:#f0f5ff}.delivery-attention-preview button>span{grid-row:1/3;align-self:center;font-size:9px;font-weight:800}.delivery-attention-preview span.late{color:#d92d20}.delivery-attention-preview span.forecast-high{color:#c9333a}.delivery-attention-preview span.forecast-moderate{color:#c46a00}.delivery-attention-preview strong{color:#23314b;font-size:11px}.delivery-attention-preview small{color:#778398;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.delivery-modality-badge{color:#175cd3;letter-spacing:.04em;background:#e9f1ff;border-radius:12px;margin-left:6px;padding:2px 5px;font-size:7px;display:inline-block}.delivery-transit-widget header>strong{color:#175cd3;text-align:right;align-items:center;gap:7px;font-size:27px;line-height:1;display:flex}.delivery-transit-widget header>strong span{color:#60708a;font-size:9px;font-weight:700;line-height:1.25}.delivery-transit-widget>p{color:#778398;margin:4px 0 12px;font-size:11px}.delivery-state-grid.compact{flex:1;grid-template-columns:repeat(4,1fr);align-content:start;gap:8px;min-height:0;display:grid;overflow:auto}.delivery-state-grid.compact .delivery-state-average{min-width:0;padding:9px}.delivery-state-grid.compact .delivery-state-average>div:first-child em{font-size:9px}.delivery-state-grid.compact .delivery-state-average>strong{font-size:15px}.delivery-brazil-map-layout{flex:1;grid-template-columns:minmax(0,1.8fr) minmax(135px,.55fr);gap:10px;min-height:0;display:grid}.delivery-brazil-map{filter:drop-shadow(0 8px 12px #1e375a1a);transform-origin:50%;width:100%;height:100%;min-height:230px;overflow:visible;transform:scale(1.05)}.delivery-brazil-map g{cursor:pointer;outline:none}.delivery-brazil-map path{fill:#e4eaf2;stroke:#fff;stroke-width:1.4px;transition:fill .16s,transform .16s}.delivery-brazil-map g.has-data path{fill:var(--state-fill,#8eb3e7)}.delivery-brazil-map g:hover path,.delivery-brazil-map g:focus path,.delivery-brazil-map g.active path{fill:#0b4fb3;stroke:#dce9ff;transform:translateY(-2px)}.delivery-brazil-map text{pointer-events:none;text-anchor:middle;fill:#3e4d63;paint-order:stroke;stroke:#fff;stroke-width:2.5px;stroke-linejoin:round;font-size:10px;font-weight:900}.delivery-map-detail{background:linear-gradient(160deg,#f8fbff,#eef4fc);border:1px solid #dfe7f2;border-radius:14px;flex-direction:column;min-height:0;padding:12px;display:flex}.delivery-map-detail>header{justify-content:space-between;align-items:center;display:flex}.delivery-map-detail>header>span{color:#fff;background:#175cd3;border-radius:11px;place-items:center;width:38px;height:38px;font-size:14px;font-weight:900;display:grid}.delivery-map-detail>header>div{text-align:right}.delivery-map-detail>header strong{color:#17233b;font-size:16px;display:block}.delivery-map-detail>header small{color:#718096;font-size:8px}.delivery-map-detail>p{color:#6b778c;margin:8px 0;font-size:9px}.delivery-map-detail>div{min-height:0;overflow:auto}.delivery-map-detail article{border-top:1px solid #dce5f1;grid-template-columns:minmax(0,1fr) auto;gap:1px 7px;padding:6px 0;display:grid}.delivery-map-detail article span{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:750;overflow:hidden}.delivery-map-detail article strong{color:#175cd3;font-size:9px}.delivery-map-detail article small{color:#8792a5;grid-column:1/-1;font-size:7px}.delivery-brazil-map text{fill:#24364f;stroke-width:3.2px;font-size:13px;font-weight:950}.delivery-brazil-map text tspan+tspan{font-size:10px;font-weight:900}.delivery-mini-list{flex-direction:column;display:flex}.delivery-mini-list>article{grid-template-columns:minmax(0,1fr) 30px;gap:5px;margin-top:7px;display:grid;position:relative}.delivery-mini-list button.delivery-followed-open{color:#17233b;width:100%;box-shadow:none;background:#f7f9fc;border:1px solid #e8edf4;grid-template-columns:minmax(0,1fr) auto;margin:0}.delivery-mini-list button.delivery-followed-open strong{color:#17233b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.delivery-mini-list button.delivery-followed-open span{color:#5f6d82;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.delivery-mini-list button.delivery-followed-open small{color:#9a4d00;background:#fff3e8;border-radius:20px;grid-area:1/2/3;align-self:center;padding:4px 7px;font-weight:750}.delivery-mini-list button.delivery-followed-open:hover{color:#17233b;background:#edf4ff;border-color:#bfd3f5}.delivery-mini-list button.delivery-followed-remove{color:#b42318;background:#fff5f4;border:1px solid #f0d0cd;border-radius:9px;place-items:center;width:30px;height:100%;min-height:42px;margin:0;padding:0;font-size:18px;display:grid}.delivery-worker-widget p{color:#56647a;font-size:14px}.delivery-worker-widget>span{color:#175cd3;background:#eff6ff;border-radius:8px;margin-top:15px;padding:9px;font-size:11px;display:inline-block}.delivery-insights-widget p{flex-direction:column;margin:17px 24px 0 0;display:inline-flex}.delivery-insights-widget p strong{color:#17233b;font-size:23px}.delivery-insights-widget p span{color:#778398;font-size:10px}.delivery-widget-drawer-backdrop{z-index:1000;pointer-events:none;position:fixed;inset:0}.delivery-widget-drawer{pointer-events:auto;background:#f8fafc;border-left:1px solid #dce4ef;width:min(390px,90vw);height:100%;padding:24px;position:absolute;top:0;right:0;overflow:auto;box-shadow:-12px 0 30px #0002}.delivery-widget-drawer header{justify-content:space-between;display:flex}.delivery-widget-drawer h3{margin:3px 0}.delivery-widget-drawer header button{cursor:pointer;background:0 0;border:0;font-size:26px}.delivery-widget-drawer>p{color:#69768a;font-size:13px}.delivery-widget-option{text-align:left;cursor:grab;background:#fff;border:1px solid #dfe6f0;border-radius:12px;flex-direction:column;width:100%;margin:10px 0;padding:15px 86px 15px 15px;display:flex;position:relative}.delivery-widget-option:active{cursor:grabbing;border-color:#8fb3ed}.delivery-widget-option strong{color:#17233b}.delivery-widget-option span{color:#69768a;margin-top:3px;font-size:11px}.delivery-widget-option em{color:#175cd3;font-size:10px;font-style:normal;font-weight:800;position:absolute;top:20px;right:12px}@media (width<=700px){.delivery-dashboard-toolbar{align-items:flex-end}.delivery-dashboard-toolbar>div:last-child{flex-direction:row}.delivery-dashboard-actions>span{display:none}.delivery-widget-overview{grid-template-rows:repeat(2,minmax(76px,1fr));grid-template-columns:repeat(2,minmax(170px,1fr));overflow-x:auto}.delivery-state-grid.compact{grid-template-columns:repeat(2,1fr)}.delivery-brazil-map-layout{grid-template-columns:1fr}.delivery-map-detail{display:none}}.delivery-hero{align-items:center;min-height:0;padding:22px 26px}.delivery-hero-copy{max-width:680px}.delivery-hero h2{margin:11px 0 4px;font-size:25px}.delivery-hero-copy>p{max-width:560px}.delivery-hero-pulse{z-index:1;flex-wrap:wrap;gap:7px;margin-top:13px;display:flex;position:relative}.delivery-hero-pulse span{color:#aeb7c3;background:#ffffff09;border:1px solid #ffffff17;border-radius:8px;padding:6px 9px;font-size:9px}.delivery-hero-pulse b{color:#fff;margin-right:4px;font-size:12px}.delivery-sync{min-width:220px;padding:4px 0 4px 22px}.delivery-sync strong{font-size:14px}.delivery-sync em{margin-top:4px}.delivery-widget-overview{grid-template-rows:1fr;grid-template-columns:138px minmax(190px,.85fr) minmax(340px,1.5fr);align-items:center;gap:20px;display:grid;position:absolute;inset:14px;overflow:hidden}.delivery-health-ring{background:conic-gradient(#079455 0 var(--health-rate),#e8edf2 var(--health-rate) 360deg);border-radius:50%;place-items:center;width:112px;height:112px;display:grid}.delivery-health-ring:before{content:"";background:#fff;border-radius:50%;grid-area:1/1;width:84px;height:84px}.delivery-health-ring>div{z-index:1;text-align:center;grid-area:1/1}.delivery-health-ring strong{color:#17233b;font-size:27px;line-height:1;display:block}.delivery-health-ring span{color:#667085;width:60px;margin:4px auto 0;font-size:8px;line-height:1.2;display:block}.delivery-overview-copy{min-width:0}.delivery-overview-copy>small{color:#175cd3;letter-spacing:.12em;font-size:8px;font-weight:900}.delivery-overview-copy h3{color:#17233b;margin:6px 0 5px;font-size:20px}.delivery-overview-copy p{color:#667085;margin:0;font-size:10px;line-height:1.45}.delivery-overview-metrics{background:#e5eaf1;border:1px solid #e5eaf1;border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.delivery-overview-metrics>span{background:#fafbfc;min-width:0;padding:15px 12px}.delivery-overview-metrics>span>small{color:#7b8799;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:800;display:block;overflow:hidden}.delivery-overview-metrics>span>strong{color:#17233b;margin-top:7px;font-size:23px;display:block}.delivery-overview-metrics>span>strong small{font-size:10px}.delivery-widget-remove{color:#b42318;background:#fff5f4;border:1px solid #f4c7c3;border-radius:9px;place-items:center;width:30px;height:30px;display:grid;top:7px;right:7px;box-shadow:0 3px 9px #0001}.delivery-widget-remove svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.delivery-mini-list button.delivery-followed-remove{background:0 0;border:0;align-self:center;height:34px;min-height:34px}.delivery-mini-list button.delivery-followed-remove svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.delivery-mini-list button.delivery-followed-remove:hover{background:#fee4e2}.delivery-insights-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;display:grid}.delivery-insights-grid>span{background:#f8fafc;border:1px solid #e5eaf1;border-radius:11px;flex-direction:column;min-width:0;padding:13px;display:flex}.delivery-insights-grid strong{color:#17233b;font-size:23px}.delivery-insights-grid strong small{font-size:10px}.delivery-insights-grid em{color:#667085;margin-top:5px;font-size:9px;font-style:normal;line-height:1.3}@media (width<=900px){.delivery-widget-overview{grid-template-columns:110px minmax(150px,.8fr) minmax(280px,1.4fr);gap:13px}.delivery-health-ring{width:96px;height:96px}.delivery-health-ring:before{width:72px;height:72px}.delivery-overview-metrics>span{padding:12px 8px}}@media (width<=700px){.delivery-hero{flex-direction:column;align-items:flex-start}.delivery-sync{box-sizing:border-box;border-top:1px solid #41464c;border-left:0;width:100%;padding:12px 0 0}.delivery-widget-overview{grid-template-rows:1fr;grid-template-columns:96px minmax(180px,1fr) minmax(300px,1.5fr);overflow-x:auto}.delivery-insights-grid{grid-template-columns:1fr}}.delivery-widget-overview{gap:16px;inset:12px}.delivery-widget-remove{color:#fff;background:#d92d20;border:0;border-radius:50%;width:27px;height:27px;font-size:20px;line-height:1;top:-8px;right:-7px;box-shadow:0 3px 9px #0003}.delivery-widget-remove:hover{background:#b42318}.delivery-mini-list>article{background:#edf4ff;border:1px solid #bfd3f5;border-radius:10px;padding:0;display:block;position:relative;overflow:hidden}.delivery-mini-list button.delivery-followed-open{box-sizing:border-box;background:0 0;border-radius:0;width:100%;min-width:0;min-height:42px;padding-right:52px;display:grid;border:0!important}.delivery-followed-action{z-index:2;width:32px;height:32px;display:block;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.delivery-widget.delivery-widget-overview{inset:auto!important}.delivery-overview-content{grid-template-rows:1fr;grid-template-columns:138px minmax(190px,.85fr) minmax(340px,1.5fr);align-items:center;gap:16px;display:grid;position:absolute;inset:12px;overflow:hidden}@media (width<=900px){.delivery-overview-content{grid-template-columns:110px minmax(150px,.8fr) minmax(280px,1.4fr);gap:13px}}@media (width<=700px){.delivery-overview-content{grid-template-rows:1fr;grid-template-columns:96px minmax(180px,1fr) minmax(300px,1.5fr);overflow-x:auto}}.delivery-followed-action .shared-icon-action{grid-template-columns:none!important;gap:0!important}.delivery-widget.delivery-widget-overview{inset:auto!important;overflow:visible!important}.delivery-mini-list>article{background:#fffaf5;border-color:#e5c7aa}.delivery-mini-list button.delivery-followed-open{color:#292d31;background:0 0}.delivery-mini-list button.delivery-followed-open:hover{background:#f8ede3!important}.delivery-mini-list button.delivery-followed-open strong{color:#25282c;font-size:14px}.delivery-mini-list button.delivery-followed-open span{color:#656b70;font-size:11px}.delivery-mini-list button.delivery-followed-open small{color:#8b5528;background:#f4e4d5;font-size:10px}.delivery-mini-list header small,.delivery-transit-widget header small{color:#b66d2f}.delivery-mini-list h3,.delivery-transit-widget h3{font-size:21px}.delivery-brazil-map{filter:drop-shadow(0 8px 12px #5239231a)}.delivery-brazil-map path{fill:#eee9e4}.delivery-brazil-map g:hover path,.delivery-brazil-map g:focus path,.delivery-brazil-map g.active path{fill:#a96128;stroke:#faeee3}.delivery-brazil-map text{fill:#554c45}.delivery-brazil-map g.has-data text{fill:#553317}.delivery-brazil-map g:hover text,.delivery-brazil-map g:focus text,.delivery-brazil-map g.active text{fill:#fff;stroke:#a96128}.delivery-map-detail{background:linear-gradient(160deg,#fffdfa,#f8eee5);border-color:#ead8c8}.delivery-map-detail>header>span{background:#b96e31}.delivery-map-detail article{border-top-color:#eadfd5}.delivery-map-detail article strong{color:#9b5722}.delivery-transit-widget>p,.delivery-map-detail>p{font-size:10px}.delivery-overview-copy>small{color:#b66d2f;font-size:10px}.delivery-overview-copy h3{font-size:24px;line-height:1.15}.delivery-overview-copy p{font-size:12px;line-height:1.5}.delivery-health-ring strong{font-size:31px}.delivery-health-ring span,.delivery-overview-metrics>span>small{font-size:9px}.delivery-overview-metrics>span>strong{font-size:26px}.delivery-attention-metrics [data-app-tooltip]{z-index:2;cursor:help;outline:none;position:relative}.delivery-attention-metrics [data-app-tooltip] small b{color:#965823;background:#f2dfce;border-radius:50%;place-items:center;width:14px;height:14px;margin-left:3px;font-size:9px;font-weight:900;display:inline-grid}.delivery-completed-total{align-items:baseline;display:flex;gap:6px!important;margin:6px 0 12px!important}.delivery-completed-total strong{color:#17233b;font-size:18px;font-weight:900;line-height:1}.delivery-completed-total span{color:#667085;font-size:10px;font-weight:700}.delivery-city-tooltip{background:#302821;border-color:#d7a87e;border-radius:10px;padding:12px;bottom:calc(100% + 10px);box-shadow:0 10px 25px #37231438}.delivery-city-tooltip:after{content:"";background:#302821;border-bottom:1px solid #d7a87e;border-right:1px solid #d7a87e;width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.delivery-city-tooltip p{border-top-color:#51443a}.delivery-background-loading{z-index:900;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#302821f0;border:1px solid #dfc2a8;border-radius:999px;align-self:center;align-items:center;gap:9px;margin-bottom:-54px;padding:10px 14px;font-size:10px;font-weight:800;display:flex;position:sticky;top:10px;box-shadow:0 10px 28px #37231438}.delivery-background-loading i{border:2px solid #ffffff47;border-top-color:#efb17a;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite delivery-spin}@media (prefers-reduced-motion:reduce){.delivery-background-loading i{animation:none}}.delivery-quality-list{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=700px){.delivery-geography-controls{grid-template-columns:minmax(0,1fr) auto}}.delivery-attention-pagination{color:#75685e;border-top:1px solid #e7e0da;justify-content:space-between;align-items:center;gap:10px;padding-top:8px;font-size:9px;font-weight:800;display:flex}.delivery-attention-pagination>div{align-items:center;gap:6px;display:flex}.delivery-attention-pagination b{color:#3f3731;text-align:center;min-width:28px}.delivery-attention-pagination button{color:#8b5528;cursor:pointer;background:#fffaf5;border:1px solid #dfc7b3;border-radius:8px;place-items:center;width:27px;height:27px;padding:0;font-size:17px;font-weight:800;line-height:1;display:grid}.delivery-attention-pagination button:hover:not(:disabled){background:#f7e9dc;border-color:#c89468}.delivery-attention-pagination button:disabled{cursor:not-allowed;opacity:.4}.delivery-mini-list button.delivery-followed-open{padding-right:116px}.delivery-followed-actions-inline{z-index:2;align-items:center;gap:4px;position:absolute;top:50%;right:6px;transform:translateY(-50%);width:auto!important;display:flex!important}.delivery-followed-actions-inline .delivery-icon-action{grid-template-columns:none;gap:0;width:30px;height:30px;min-height:30px;padding:0}.delivery-followed-widget-pagination{justify-content:flex-end;align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}.delivery-followed-widget-pagination span{color:#75685e;font-size:10px;font-weight:800}.delivery-followed-widget-pagination button{color:#8b5528;cursor:pointer;background:#fffaf5;border:1px solid #dfc7b3;border-radius:8px;place-items:center;width:27px;height:27px;min-height:27px;padding:0;font-size:17px;font-weight:800;line-height:1;display:grid;grid-template-columns:none!important}.delivery-followed-widget-pagination button:hover:not(:disabled){background:#f7e9dc;border-color:#c89468}.delivery-followed-widget-pagination button:disabled{cursor:not-allowed;opacity:.4}.delivery-mini-list>article{overflow:visible}.delivery-dashboard-actions{justify-content:flex-end;width:auto;margin-left:auto}.delivery-dashboard-toolbar button.delivery-icon-action,.delivery-dashboard-toolbar button.delivery-icon-action.secondary{color:#fff;background:#252a2f;border-color:#252a2f}.delivery-dashboard-toolbar button.delivery-icon-action:hover,.delivery-dashboard-toolbar button.delivery-icon-action.secondary:hover{color:#fff;background:#3d4348;border-color:#3d4348}.delivery-table-wrap{overflow-x:visible}.delivery-table-wrap table{table-layout:fixed;width:100%;min-width:0}.delivery-table-wrap th,.delivery-table-wrap td{box-sizing:border-box;text-overflow:ellipsis;overflow:hidden}.delivery-table-wrap th:first-child{width:38px}.delivery-table-wrap th:nth-child(2){width:108px}.delivery-table-wrap th:nth-child(3){width:140px}.delivery-table-wrap th:nth-child(4){width:96px}.delivery-table-wrap th:nth-child(5){width:150px}.delivery-table-wrap th:nth-child(6){width:88px}.delivery-table-wrap th:nth-child(7){width:150px}.delivery-table-wrap th:nth-child(8){width:72px}.delivery-table-wrap th:nth-child(9){width:112px}.delivery-table-wrap td:last-child{overflow:visible}.delivery-table-wrap th:last-child{text-align:center}.delivery-row-actions{justify-content:center;min-width:0}.delivery-geography-controls{justify-content:flex-end;align-items:center;gap:6px;display:flex}.delivery-geography-controls select{appearance:none;color:#403830;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1.5 1.5L5 5l3.5-3.5' fill='none' stroke='%239b5722' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 5px center;background-repeat:no-repeat;border:1px solid #ddcbbb;border-radius:8px;outline:none;width:132px;min-width:132px;max-width:140px;height:34px;padding:0 19px 0 7px;font-size:10px;font-weight:800}.delivery-geography-controls select:focus{border-color:#c47d3c;box-shadow:0 0 0 2px #c47d3c1f}.delivery-geography-controls select:disabled{color:#9a9189;background:#f3f0ed}.delivery-geography-controls>strong{white-space:nowrap;margin-left:5px}.delivery-average-mobile{display:none}.delivery-brazil-map text{stroke-width:3px;font-size:13px}.delivery-brazil-map text tspan+tspan{font-size:10.5px}.delivery-map-detail>header>span{width:42px;height:42px;font-size:17px}.delivery-map-labels{pointer-events:none}.delivery-map-label{fill:#554c45;stroke:#fff;paint-order:stroke}.delivery-map-label.has-data{fill:#553317}.delivery-map-label.active{fill:#fff;stroke:#a96128}.delivery-quality-widget{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.delivery-quality-widget>header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.delivery-quality-widget>header>div{min-width:0}.delivery-quality-widget>header small{color:#b66d2f;letter-spacing:.11em;font-size:9px;font-weight:900}.delivery-quality-widget h3{color:#17233b;margin:4px 0 0;font-size:clamp(16px,1.45vw,21px);line-height:1.15}.delivery-quality-widget>header>span{color:#7d746c;white-space:nowrap;flex:none;padding-top:3px;font-size:9px}.delivery-quality-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;min-width:0;margin-top:18px;display:grid}.delivery-quality-list article{background:linear-gradient(150deg,#fff,#fbf7f3);border:1px solid #e6ddd5;border-top:3px solid #b96e31;border-radius:13px;min-width:0;padding:clamp(9px,1vw,14px);overflow:hidden}.delivery-quality-list article.sedex{border-top-color:#81583a}.delivery-quality-list article.azul{border-top-color:#5d7180}.delivery-quality-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:7px;min-width:0;display:flex}.delivery-quality-heading strong{color:#342d28;font-size:13px}.delivery-quality-heading span{color:#81776f;overflow-wrap:anywhere;min-width:0;font-size:8px}.delivery-quality-rate{min-width:0;margin:15px 0}.delivery-quality-rate>div{background:#ebe5df;border-radius:99px;height:7px;overflow:hidden}.delivery-quality-rate i{border-radius:inherit;background:linear-gradient(90deg,#b96e31,#dba476);height:100%;display:block}.delivery-quality-rate>strong{color:#2e2925;flex-wrap:wrap;align-items:baseline;gap:3px;min-width:0;margin-top:8px;font-size:clamp(17px,1.6vw,22px);display:flex}.delivery-quality-rate>strong small{color:#746a62;font-size:8px}.delivery-quality-list footer{border-top:1px solid #ebe3dc;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0;padding-top:11px;display:grid}.delivery-quality-list footer span{flex-direction:column;gap:4px;min-width:0;display:flex}.delivery-quality-list footer small{color:#81776f;overflow-wrap:anywhere;font-size:8px;line-height:1.2}.delivery-quality-list footer b{color:#403831;font-size:13px}.delivery-quality-widget>p{color:#847a72;margin:auto 0 0;padding-top:12px;font-size:9px;line-height:1.45}.delivery-quality-widget{container-type:inline-size}.delivery-quality-widget .delivery-quality-list{gap:9px;width:100%;max-width:none;margin-left:0;margin-right:0}@container (width>=680px){.delivery-quality-widget .delivery-quality-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.delivery-quality-list{grid-template-columns:1fr}.delivery-quality-widget{overflow:auto}.delivery-transit-widget{overscroll-behavior:contain;padding-right:3px;overflow-y:auto}.delivery-transit-widget>header{gap:8px;display:grid}.delivery-geography-controls{grid-template-columns:minmax(132px,1fr) minmax(0,1fr) auto;justify-content:stretch;gap:6px;width:100%;display:grid}.delivery-geography-controls select{appearance:none;color:#2f2924;width:100%;min-width:132px;max-width:none;height:34px;box-shadow:none;background-color:#fff;background-position:right 5px center;border:1px solid #c9a98c;border-radius:8px;padding:0 19px 0 7px;font-size:10px;font-weight:850}.delivery-geography-controls select:disabled{color:#8d837b;box-shadow:none;background:#f3f0ed;border-color:#ddd5ce}.delivery-geography-controls>strong{color:#9b5722;background:#fff8f1;border:1px solid #ead8c8;border-radius:8px;justify-content:center;min-width:42px;margin:0;padding:0 7px;font-size:19px}.delivery-average-desktop{display:none}.delivery-average-mobile{color:#9b5722!important;font-size:10px!important;font-weight:900!important;display:inline!important}.delivery-brazil-map-layout{grid-template-columns:1fr;gap:10px;overflow:visible}.delivery-brazil-map{transform-origin:50%;height:260px;min-height:260px;transform:scale(1.06)}.delivery-map-detail{min-height:210px;padding:16px;display:flex}.delivery-map-detail>div{max-height:180px}.delivery-map-detail article{padding:9px 0}.delivery-map-detail article span,.delivery-map-detail article strong{font-size:11px}.delivery-map-detail article small{font-size:9px}}.delivery-modality-badge.pac{color:#8a6100;background:#fff3bf}.delivery-modality-badge.sedex{color:#654500;background:#f2d47a}.delivery-modality.pac{color:#8a6100;background:#fff3bf}.delivery-modality.sedex{color:#654500;background:#f2d47a}.delivery-modality.sao-miguel,.delivery-modality-badge.sao-miguel{color:#3b087d!important;background:#eee7ff!important;border-color:#c9b2ef!important}.delivery-quality-widget{overflow:hidden}.delivery-quality-widget .delivery-quality-list{flex:1;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;margin-top:14px;display:grid;overflow:visible}.delivery-quality-widget .delivery-quality-list article{box-sizing:border-box;flex-direction:column;min-height:0;padding:12px 14px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.delivery-quality-widget .delivery-quality-list article:hover{transform:translateY(-2px);box-shadow:0 10px 24px #291f1714}.delivery-quality-widget .delivery-quality-rate{margin:10px 0}.delivery-quality-widget .delivery-quality-list footer{margin-top:auto;padding-top:8px}.delivery-quality-widget .delivery-quality-list article.sao-miguel{background:linear-gradient(150deg,#fff,#f7f2ff);border-top-color:#4b158c}.delivery-quality-widget .delivery-quality-list article.sao-miguel .delivery-quality-heading strong{color:#3b087d}.delivery-quality-widget .delivery-quality-list article.sao-miguel .delivery-quality-rate i{background:linear-gradient(90deg,#3b087d,#8c55c9)}@media (width<=700px){.delivery-quality-widget{overflow:hidden}.delivery-quality-widget .delivery-quality-list{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.delivery-quality-widget .delivery-quality-list article{padding:10px}.delivery-quality-widget .delivery-quality-rate>strong{font-size:17px}.delivery-quality-widget .delivery-quality-list footer{gap:4px}}.freight-shell{--dark:#1d2024;--dark2:#292d32;--ink:#25282c;--muted:#70757b;--line:#e3e5e7;--soft:#f5f6f7;--accent:#c47d3c;--good:#43835b;--bad:#b84f47;min-height:100vh;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}.freight-shell button,.freight-shell input{font:inherit}.freight-shell>aside{background:var(--dark);color:#fff;z-index:10;flex-direction:column;width:252px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.freight-brand{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #353a40;align-items:center;gap:12px;padding:4px 6px 24px;display:flex}.freight-brand img{object-fit:contain;width:52px;height:52px}.freight-brand span,.freight-user span{flex-direction:column;display:flex}.freight-brand strong{font-size:16px}.freight-brand small,.freight-user small{color:#92989f;text-transform:uppercase;margin-top:4px;font-size:10px}.freight-shell>aside nav{flex-direction:column;gap:7px;padding-top:25px;display:flex}.freight-shell>aside nav button{color:#aeb3b9;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.freight-shell>aside nav button i{border:1px solid #3b4046;border-radius:10px;place-items:center;width:34px;height:34px;font-style:normal;display:grid}.freight-shell>aside nav button.active{background:var(--dark2);color:#fff}.freight-shell>aside nav button.active i{color:#e5a365;border-color:#c47d3c}.freight-user{border-top:1px solid #353a40;align-items:center;gap:10px;margin-top:auto;padding:16px 8px;display:flex}.freight-user>b{color:#e5a365;background:#343940;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.freight-user strong{font-size:12px}.freight-back,.freight-logout{color:#aeb3b9;background:0 0;border:1px solid #3a3f45;border-radius:9px;margin-top:7px;padding:9px}.freight-logout{border:0}.freight-main{background:#fff;min-height:100vh;margin-left:252px;padding:48px clamp(24px,5vw,72px)}.freight-main>header{align-items:flex-start;gap:18px;margin-bottom:30px;display:flex}.freight-main>header>button{display:none}.freight-main header small,.upload-heading span,.result-title small{color:var(--accent);letter-spacing:.12em;font-size:10px;font-weight:900}.freight-main h1{margin:7px 0;font-size:34px}.freight-main header p,.upload-heading p{color:var(--muted);margin:0;font-size:12px}.freight-error{color:var(--bad);background:#fff2f1;border:1px solid #efcfcc;border-radius:12px;margin-bottom:18px;padding:13px 16px}.freight-upload,.freight-results,.history-panel{border:1px solid var(--line);background:#fff;border-radius:20px;padding:24px;box-shadow:0 8px 28px #191e230d}.upload-heading,.result-title{justify-content:space-between;align-items:end;gap:25px;display:flex}.upload-heading h2,.result-title h2{margin:5px 0 7px}.upload-heading label{width:270px;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.upload-heading input,.history-filter input{box-sizing:border-box;border:1px solid #d7dadd;border-radius:10px;width:100%;margin-top:7px;padding:11px}.upload-grid{grid-template-columns:1fr 1fr;gap:14px;margin:24px 0;display:grid}.upload-grid label{background:var(--soft);cursor:pointer;border:1px dashed #cdd1d4;border-radius:16px;flex-direction:column;padding:22px;display:flex;position:relative}.upload-grid label.ready{background:#f2f9f4;border-color:#83ae91}.upload-grid label>span{color:var(--accent);font-size:10px;font-weight:900}.upload-grid strong{margin-top:15px}.upload-grid small{color:var(--muted);margin-top:6px}.upload-grid input{opacity:0;cursor:pointer;position:absolute;inset:0}.compare-button{background:var(--dark);color:#fff;border:0;border-radius:11px;width:100%;padding:14px;font-weight:900}.compare-button:disabled{opacity:.45}.freight-results{margin-top:20px}.result-title>span{color:var(--muted);font-size:11px}.freight-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0;display:grid}.freight-stats article{border:1px solid var(--line);border-radius:15px;padding:17px}.freight-stats small{color:var(--muted);display:block}.freight-stats strong{margin-top:9px;font-size:20px;display:block}.freight-stats span{font-size:11px}.positive{color:var(--good)!important}.negative{color:var(--bad)!important}.freight-table-wrap{overflow:auto}.freight-table-wrap table{border-collapse:collapse;width:100%;font-size:11px}.freight-table-wrap th,.freight-table-wrap td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f2;padding:12px 10px}.freight-table-wrap th{color:var(--muted);text-transform:uppercase;font-size:9px}.freight-table-wrap .key{text-overflow:ellipsis;max-width:190px;overflow:hidden}.result-pill{background:#edf5ef;border-radius:999px;padding:5px 8px;font-weight:800}.result-pill.negative{background:#fbeceb}.unmatched{color:#7b642f;background:#fff8e9;border-radius:12px;flex-direction:column;gap:5px;margin-top:18px;padding:14px;font-size:11px;display:flex}.history-filter{grid-template-columns:180px 180px auto;align-items:end;gap:10px;margin-bottom:20px;display:grid}.history-filter label{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.history-filter button,.history-list button{background:var(--dark);color:#fff;border:0;border-radius:10px;padding:11px 15px}.history-list article{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:16px 0;display:flex}.history-list article>div{flex-direction:column;flex:1;display:flex}.history-list article small,.history-list article span{color:var(--muted);font-size:10px}.history-list article strong{margin:5px 0}.history-list article>b{flex-direction:column;align-items:end;display:flex}.history-list .delete{color:var(--bad);background:#fff0ef}.empty-history{text-align:center;color:var(--muted);padding:35px}@media (width<=760px){.freight-shell>aside{display:none}.freight-main{margin-left:0;padding:24px 14px}.freight-main>header>button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px;display:block}.upload-heading{flex-direction:column;align-items:stretch}.upload-heading label{width:auto}.upload-grid,.freight-stats,.history-filter{grid-template-columns:1fr 1fr}.history-filter button{grid-column:1/-1}.history-list article{flex-wrap:wrap}.history-list article>div{flex-basis:100%}}.freight-shell>aside nav button i svg,.freight-back svg,.freight-main>header>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;display:block}.freight-back{justify-content:center;align-items:center;gap:8px;display:flex}.freight-table-wrap .freight-document strong,.freight-table-wrap .freight-document small{display:block}.freight-table-wrap .freight-document small{color:var(--muted);margin-top:4px;font-size:9px}@media (width<=760px){.freight-main>header>button{color:#25282c;background:#f1f2f3;border:1px solid #c9cdd1;flex:0 0 42px;place-items:center;width:42px;height:42px;padding:0;display:grid;box-shadow:0 2px 7px #191e231a}.freight-main>header>button svg{stroke:#25282c;stroke-width:2.2px;width:21px;height:21px}.freight-main>header>button:active{background:#e3e5e7}}.freight-mobile-header,.freight-bottom-nav{display:none}.freight-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#15181bad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.freight-modal>div{box-sizing:border-box;background:#fff;border-radius:24px;width:min(100%,430px);padding:24px;box-shadow:0 25px 80px #00000038}.freight-modal header{justify-content:space-between;align-items:flex-start;display:flex}.freight-modal header small{color:var(--accent);letter-spacing:.1em;font-size:9px;font-weight:900}.freight-modal h2{margin:5px 0 0;font-size:21px}.freight-modal header button{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);background:#fff;border-radius:50%;font-size:20px}.freight-delete-icon{width:58px;height:58px;color:var(--bad);background:#fff0ef;border-radius:18px;place-items:center;margin:22px auto 14px;display:grid}.freight-delete-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.freight-modal>div>p{text-align:center;color:var(--muted);margin:0;font-size:12px;line-height:1.6}.freight-modal>div>p strong{color:var(--ink)}.freight-delete-warning{border-left:3px solid var(--bad);color:var(--bad);background:#fff5f4;border-radius:9px;flex-direction:column;gap:4px;margin:18px 0;padding:12px 14px;font-size:11px;display:flex}.freight-delete-warning span{color:#785957;line-height:1.45}.freight-modal-actions{grid-template-columns:1fr 1.25fr;gap:9px;display:grid}.freight-modal-actions button{border-radius:11px;min-height:44px;font-weight:900}.freight-modal-actions .cancel{border:1px solid var(--line);color:var(--muted);background:#fff}.freight-modal-actions .confirm{background:var(--bad);color:#fff;border:0}.freight-modal-actions button:disabled{opacity:.55}@media (width<=760px){.freight-shell{padding-bottom:72px}.freight-mobile-header{z-index:25;background:var(--dark);color:#fff;justify-content:space-between;align-items:center;height:62px;padding:0 15px;display:flex;position:sticky;top:0}.freight-mobile-header>button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;place-items:center;width:35px;height:35px;padding:0;display:grid}.freight-mobile-header>button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.freight-mobile-header>strong{font-size:14px}.freight-mobile-header .freight-mobile-logout{color:#f1b2ad;border-color:#0000;width:auto;padding:0 10px;font-size:11px;font-weight:800}.freight-main{margin-left:0;padding:30px 14px 40px}.freight-main>.freight-page-header{margin-bottom:24px}.freight-main>.freight-page-header>button{display:none}.freight-main h1{font-size:28px}.freight-bottom-nav{z-index:50;padding:7px 7px calc(7px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:#fff;justify-content:space-around;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -5px 18px #0000000f}.freight-bottom-nav button{color:var(--muted);background:0 0;border:0;border-radius:11px;flex-direction:column;align-items:center;gap:3px;padding:5px 22px;font-size:9px;font-weight:800;display:flex}.freight-bottom-nav button span{place-items:center;width:22px;height:22px;display:grid}.freight-bottom-nav button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.freight-bottom-nav button.active{color:var(--accent);background:#f6eadf}.upload-grid{grid-template-columns:1fr}.freight-modal{align-items:end;padding:0}.freight-modal>div{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0}}@media (width<=420px){.freight-modal-actions{grid-template-columns:1fr}.freight-modal-actions .confirm{grid-row:1}.freight-upload,.freight-results{padding:18px}.carrier-select{margin:-18px -18px 24px;padding:18px}}@media (width<=760px){.freight-shell{padding-bottom:72px}.freight-bottom-nav{width:auto;padding:7px 7px calc(7px + env(safe-area-inset-bottom,0px));border:0;border-top:1px solid var(--line);background:#fff;border-radius:0;justify-content:space-around;gap:0;margin:0;position:fixed;inset:auto 0 0;box-shadow:0 -5px 18px #0000000f}.freight-bottom-nav button{border-radius:11px;flex:none;min-width:0;padding:5px 14px;font-size:9px}.freight-bottom-nav button span,.freight-bottom-nav button svg{width:18px;height:18px}}.result-title-actions{align-items:center;gap:14px;display:flex}.result-title-actions>span{color:var(--muted);font-size:11px}.result-title-actions>button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-size:10px;font-weight:800;display:flex}.result-title-actions>button:hover{background:#fff9f4;border-color:#d5b18f}.result-title-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}@media (width<=760px){.result-title{flex-direction:column;align-items:flex-start}.result-title-actions{justify-content:space-between;width:100%}}.freight-import-success{color:#3b087d;background:#f7f3ff;border:1px solid #c9b2ef;border-left:5px solid #3b087d;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;display:flex}.freight-import-success strong{font-size:20px}.freight-import-success span{color:#61556f;text-align:right}@media (width<=520px){.freight-import-success{flex-direction:column;align-items:flex-start}.freight-import-success span{text-align:left}}.stock-report-shell{--sr-dark:#1d2024;--sr-dark2:#292d32;--sr-accent:#c47d3c;--sr-text:#25282c;--sr-muted:#70757b;--sr-line:#e3e5e7;min-height:100vh;color:var(--sr-text);background:#fff;font-family:Arial,Helvetica,sans-serif}.stock-report-shell button,.stock-report-shell input{font:inherit}.stock-report-shell>aside{z-index:30;background:var(--sr-dark);color:#fff;flex-direction:column;width:252px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.stock-report-brand{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #353a40;align-items:center;gap:12px;padding:4px 6px 24px;display:flex}.stock-report-brand img{object-fit:contain;width:52px;height:52px}.stock-report-brand span,.stock-report-user span{flex-direction:column;display:flex}.stock-report-brand strong{font-size:17px}.stock-report-brand small,.stock-report-user small{color:#92989f;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:10px}.stock-report-shell aside nav{flex-direction:column;gap:7px;padding-top:25px;display:flex}.stock-report-shell aside nav button{color:#aeb3b9;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.stock-report-shell aside nav i{border:1px solid #3b4046;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.stock-report-shell svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.stock-report-shell aside nav button.active,.stock-report-shell aside nav button:hover{background:var(--sr-dark2);color:#fff}.stock-report-shell aside nav button.active i{color:#e5a365;background:#c47d3c26;border-color:#c47d3c99}.stock-report-user{border-top:1px solid #353a40;align-items:center;gap:10px;margin-top:auto;padding:16px 8px;display:flex}.stock-report-user>b{color:#e5a365;background:#343940;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.stock-report-user strong{font-size:12px}.stock-report-back,.stock-report-logout{color:#aeb3b9;background:0 0;border:1px solid #3a3f45;border-radius:10px;padding:10px}.stock-report-logout{color:#d99b97;border-color:#593c3c;margin-top:8px}.stock-report-main{min-height:100vh;margin-left:252px;padding:54px max(32px,50vw - 716px) 80px}.stock-report-main>header{margin-bottom:28px}.stock-report-main>header small{color:var(--sr-accent);letter-spacing:.14em;font-size:10px;font-weight:800}.stock-report-main h1{letter-spacing:-.04em;margin:7px 0 8px;font-size:34px}.stock-report-main>header p{color:var(--sr-muted);margin:0;font-size:14px}.stock-report-mobile{display:none}.stock-upload{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #d8dadd;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:36px;transition:all .2s;display:flex}.stock-upload:hover{border-color:var(--sr-accent);background:#fdf9f5}.stock-upload.busy{cursor:wait}.stock-upload input,.stock-report-actions input{display:none}.stock-upload>span{width:58px;height:58px;color:var(--sr-accent);background:#f5e8dc;border-radius:17px;place-items:center;font-size:13px;font-weight:900;display:grid}.stock-upload h2{margin:18px 0 8px}.stock-upload p{max-width:500px;color:var(--sr-muted);margin:0;font-size:13px;line-height:1.55}.stock-report-error,.stock-report-warning{border-radius:12px;margin-bottom:16px;padding:13px 16px;font-size:13px}.stock-report-error{color:#9f3f39;background:#fff0ef}.stock-report-warning{color:#8c651e;background:#fff8e8}.stock-report-actions{border:1px solid var(--sr-line);border-radius:15px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:15px 18px;display:flex}.stock-report-actions div{flex-direction:column;display:flex}.stock-report-actions span{color:var(--sr-muted);margin-top:4px;font-size:11px}.stock-report-actions button,.stock-history-empty button{background:var(--sr-dark);color:#fff;border:0;border-radius:10px;padding:11px 15px;font-weight:800}.stock-summary{grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:18px;display:grid}.stock-summary article{border:1px solid var(--sr-line);border-radius:17px;padding:20px}.stock-summary strong{font-size:28px;display:block}.stock-summary span{color:var(--sr-muted);margin-top:5px;font-size:11px;display:block}.stock-summary .danger strong{color:#b84f47}.stock-summary .warning strong{color:#bd7b2d}.stock-filters{background:#f5f6f7;border-radius:14px;justify-content:space-between;gap:14px;margin-bottom:14px;padding:14px;display:flex}.stock-filters>input{flex:1;max-width:500px}.stock-filters input{background:#fff;border:1px solid #d7dadd;border-radius:10px;padding:10px 12px}.stock-filters label{color:var(--sr-muted);align-items:center;gap:8px;font-size:11px;display:flex}.stock-filters label input{width:70px}.stock-table-wrap{border:1px solid var(--sr-line);border-radius:17px;overflow:auto}.stock-table-wrap table{border-collapse:collapse;width:100%}.stock-table-wrap th,.stock-table-wrap td{text-align:right;border-bottom:1px solid #edf0f2;padding:14px 16px;font-size:12px}.stock-table-wrap th{color:var(--sr-muted);text-transform:uppercase;background:#f7f8f8;font-size:10px}.stock-table-wrap th:first-child,.stock-table-wrap td:first-child{text-align:left}.stock-table-wrap td strong,.stock-table-wrap td small{display:block}.stock-table-wrap td small{color:var(--sr-muted);margin-top:4px;font-size:10px}.stock-table-wrap td>span{border-radius:999px;padding:6px 9px;font-weight:800;display:inline-block}.stock-table-wrap .critical{color:#b84f47;background:#fbeceb}.stock-table-wrap .attention{color:#a46620;background:#fff3df}.stock-table-wrap .healthy{color:#43835b;background:#eaf5ee}.stock-days{gap:9px;margin-bottom:18px;padding-bottom:4px;display:flex;overflow:auto}.stock-days button{border:1px solid var(--sr-line);text-align:left;background:#fff;border-radius:13px;min-width:105px;padding:10px 13px}.stock-days button strong,.stock-days button span{display:block}.stock-days button span{color:var(--sr-muted);margin-top:4px;font-size:9px}.stock-days button.active{border-color:var(--sr-accent);color:var(--sr-accent);background:#fdf7f2}.stock-history-empty{border:1px solid var(--sr-line);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:30px;display:flex}.stock-history-empty>span{width:55px;height:55px;color:var(--sr-accent);background:#f5e8dc;border-radius:16px;place-items:center;display:grid}.stock-history-empty h2{margin:18px 0 7px}.stock-history-empty p{max-width:470px;color:var(--sr-muted);margin:0 0 20px;font-size:13px;line-height:1.5}@media (width<=900px){.stock-report-shell>aside{width:210px}.stock-report-main{margin-left:210px;padding-left:20px;padding-right:20px}}@media (width<=680px){.stock-report-shell{padding-bottom:72px}.stock-report-shell>aside{display:none}.stock-report-mobile{z-index:25;background:var(--sr-dark);color:#fff;justify-content:space-between;align-items:center;height:62px;padding:0 15px;display:flex;position:sticky;top:0}.stock-report-mobile button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:10px;padding:8px}.stock-report-main{margin-left:0;padding:30px 14px 40px}.stock-report-main h1{font-size:28px}.stock-summary{grid-template-columns:1fr 1fr}.stock-summary article:first-child{grid-column:1/-1}.stock-filters,.stock-report-actions{flex-direction:column;align-items:stretch}.stock-filters>input{max-width:none}.stock-table-wrap th,.stock-table-wrap td{white-space:nowrap;padding:12px 10px}.stock-table-wrap td:first-child{min-width:230px}}.stock-history-select{flex:none;width:auto;min-width:170px;max-width:220px}.stock-table-wrap th button{width:100%;color:inherit;font:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:6px;padding:0;display:flex}.stock-table-wrap th:first-child button{justify-content:flex-start}.stock-table-wrap th button i{color:#a1a6aa;font-size:11px;font-style:normal}.stock-table-wrap th button:hover{color:var(--sr-accent)}.stock-row-actions{text-align:center!important;width:48px!important}.stock-row-actions button{color:#b84f47;cursor:pointer;background:#fff6f5;border:1px solid #ead5d3;border-radius:9px;place-items:center;width:28px;height:28px;margin:auto;padding:0;font-size:18px;line-height:1;display:grid}.stock-row-actions button:hover{color:#fff;background:#b84f47;border-color:#b84f47}.stock-days{scrollbar-width:thin;scrollbar-color:#c9cdd0 transparent;flex-wrap:nowrap}.stock-days::-webkit-scrollbar{height:6px}.stock-days::-webkit-scrollbar-thumb{background:#c9cdd0;border-radius:999px}.stock-days button{flex:0 0 108px}.stock-days:after{content:"";flex:0 0 1px}@media (width<=680px){.stock-history-select{width:100%;max-width:none}.stock-table-wrap th:first-child,.stock-table-wrap td:first-child{width:250px}.stock-table-wrap th:not(:first-child),.stock-table-wrap td:not(:first-child){width:112px}.stock-row-actions{width:54px!important}.stock-days{margin-left:-2px;margin-right:-2px;padding:0 2px 9px}}.stock-table-wrap .stock-no-results{color:var(--sr-muted);font-size:12px;text-align:center!important;width:auto!important;padding:34px!important}.stock-trend span{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.stock-trend .stable{color:#687077;background:#f0f2f3}.stock-trend .worse{color:#b84f47;background:#fbeceb}.stock-trend .better{color:#43835b;background:#eaf5ee}.stock-trend .new{color:#52718c;background:#eef2f8}.stock-days button{color:var(--sr-text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.stock-days button strong{color:#34393e;font-size:13px;font-weight:800;line-height:1.2}.stock-days button span{color:#7a8085}.stock-days button:hover:not(.active){background:#f7f8f8;border-color:#c9cdd0;box-shadow:0 5px 14px #191e230e}.stock-days button:focus-visible{outline-offset:2px;outline:3px solid #c47d3c33}.stock-days button.active strong{color:var(--sr-accent)}.stock-days button.active span{color:#9a6738}.stock-skeleton{flex-direction:column;gap:18px;display:flex}.stock-skeleton i,.stock-skeleton b,.stock-skeleton small,.stock-skeleton-table header{background:linear-gradient(90deg,#eef0f2 25%,#f8f9fa 50%,#eef0f2 75%) 0 0/220% 100%;border-radius:10px;animation:1.25s ease-in-out infinite stock-shimmer;display:block}.stock-skeleton-days,.stock-skeleton-tabs,.stock-skeleton-cards,.stock-skeleton-filters{gap:12px;display:flex}.stock-skeleton-days i{border-radius:13px;flex:0 0 108px;width:108px;height:55px}.stock-skeleton-days{overflow:hidden}.stock-skeleton-tabs{background:#eef0f2;border-radius:13px;width:405px;padding:5px}.stock-skeleton-tabs i{width:195px;height:38px}.stock-skeleton-cards article{border:1px solid #e5e7e9;border-radius:20px;flex:1;align-items:center;gap:14px;height:118px;padding:18px;display:flex}.stock-skeleton-cards article>i{border-radius:15px;flex:0 0 46px;width:46px;height:46px}.stock-skeleton-cards article span{flex-direction:column;flex:1;gap:10px;display:flex}.stock-skeleton-cards b{width:50px;height:26px}.stock-skeleton-cards small{width:85%;height:11px}.stock-skeleton-filters{border:1px solid #e5e7e9;border-radius:16px;padding:13px}.stock-skeleton-filters i{height:42px}.stock-skeleton-filters i:first-child{width:280px}.stock-skeleton-filters i:nth-child(2){width:230px}.stock-skeleton-filters i:last-child{width:160px;margin-left:auto}.stock-skeleton-table{border:1px solid #e5e7e9;border-radius:17px;overflow:hidden}.stock-skeleton-table header{border-radius:0;height:44px}.stock-skeleton-table>i{border-radius:7px;height:48px;margin:1px 14px}@keyframes stock-shimmer{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.stock-skeleton i,.stock-skeleton b,.stock-skeleton small,.stock-skeleton-table header{animation:none}}@media (width<=900px){.stock-skeleton-cards{grid-template-columns:1fr 1fr;display:grid}.stock-skeleton-filters{flex-wrap:wrap}.stock-skeleton-filters i{flex:1}}@media (width<=680px){.stock-skeleton-tabs{width:100%}.stock-skeleton-tabs i{width:50%}.stock-skeleton-cards{grid-template-columns:1fr}.stock-skeleton-cards article{height:96px}.stock-skeleton-filters{flex-direction:column}.stock-skeleton-filters i,.stock-skeleton-filters i:first-child,.stock-skeleton-filters i:nth-child(2),.stock-skeleton-filters i:last-child{width:100%;margin:0}}.stock-search-icon{flex:0 0 16px;width:16px;height:16px;position:relative!important;transform:none!important}.stock-search-icon:before{content:"";border:1.8px solid #8a9095;border-radius:50%;width:9px;height:9px;position:absolute;top:1px;left:1px}.stock-search-icon:after{content:"";transform-origin:0;background:#8a9095;border-radius:2px;width:6px;height:1.8px;position:absolute;top:11px;left:10px;transform:rotate(45deg)}.stock-search-clear{color:#6f757a!important;width:24px!important;height:24px!important;box-shadow:none!important;background:#eef0f2!important;border:0!important;border-radius:50%!important;flex:0 0 24px!important;place-items:center!important;margin:0!important;padding:0!important;font-size:16px!important;line-height:1!important;display:grid!important}.stock-search-clear:hover{color:#303438!important;background:#e2e5e7!important}.stock-history-select{color:#353a3f;appearance:none;outline:0;height:42px;font-size:12px;font-weight:700;background-color:#fff!important;background-image:linear-gradient(45deg,#0000 50%,#747a80 50%),linear-gradient(135deg,#747a80 50%,#0000 50%)!important;background-position:calc(100% - 17px) 18px,calc(100% - 12px) 18px!important;background-repeat:no-repeat!important;background-size:5px 5px,5px 5px!important;border:1px solid #dfe2e5!important;border-radius:12px!important;padding:0 38px 0 13px!important}.stock-history-select:focus{box-shadow:0 0 0 3px #c47d3c1c;border-color:var(--sr-accent)!important}@media (width<=680px){.stock-filters{gap:10px;padding:12px;display:flex}.stock-history-select{order:1;width:100%;height:48px;font-size:14px;background-position:calc(100% - 19px) 21px,calc(100% - 14px) 21px!important}.stock-search{border-radius:13px!important;flex:100%!important;order:2!important;width:100%!important;height:48px!important}.stock-search input{height:44px!important;font-size:14px!important}.stock-search-clear{flex-basis:28px!important;width:28px!important;height:28px!important}.stock-filters>button:last-child{order:3;width:100%;height:46px}.stock-limit-control{order:1}.stock-toggle{order:2!important}.stock-filters:has(.stock-limit-control) .stock-search{order:3!important}.stock-filters:has(.stock-limit-control)>button:last-child{order:4}}.stock-mode-tabs{background:#eef0f2;border-radius:13px;gap:5px;width:max-content;margin-bottom:18px;padding:5px;display:flex}.stock-mode-tabs button{color:var(--sr-muted);background:0 0;border:0;border-radius:9px;padding:10px 16px;font-size:12px;font-weight:800}.stock-mode-tabs button.active{color:var(--sr-text);background:#fff;box-shadow:0 3px 12px #1a1e2217}.stock-summary{grid-template-columns:repeat(4,1fr)}.stock-summary article{background:linear-gradient(145deg,#fff,#fafbfb);align-items:center;gap:14px;min-height:108px;display:flex;box-shadow:0 8px 28px #191e230e}.stock-summary article i{color:#607080;background:#edf1f5;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:21px;font-style:normal;font-weight:900;display:grid}.stock-summary .danger i{color:#b84f47;background:#fbeceb}.stock-summary .warning i{color:#bd7b2d;background:#fff3df}.stock-summary .success i,.stock-summary .success strong{color:#43835b}.stock-summary .success i{background:#eaf5ee}.stock-filters{border:1px solid var(--sr-line);align-items:center}.stock-filters select{background:#fff;border:1px solid #d7dadd;border-radius:10px;padding:10px 12px}.stock-filters .stock-toggle input{width:auto}.stock-filters button{background:var(--sr-dark);color:#fff;white-space:nowrap;border:0;border-radius:10px;padding:11px 14px;font-size:11px;font-weight:800}.stock-table-wrap{box-shadow:0 8px 28px #191e230a}.stock-table-wrap .purchase{color:var(--sr-accent);font-weight:900}@media (width<=1100px){.stock-summary{grid-template-columns:1fr 1fr}.stock-filters{flex-wrap:wrap}}@media (width<=680px){.stock-mode-tabs{width:100%}.stock-mode-tabs button{flex:1}.stock-summary article:first-child{grid-column:auto}}.stock-summary{grid-auto-rows:118px;align-items:stretch}.stock-summary article{box-sizing:border-box;border-radius:20px;width:100%;height:118px;min-height:118px;padding:20px 18px;overflow:hidden}.stock-summary article>div{min-width:0}.stock-summary strong{letter-spacing:-.04em;font-size:30px}.stock-summary span{min-height:29px;font-size:11px;font-weight:700;line-height:1.35}.stock-summary article i{border-radius:15px;flex-basis:46px;width:46px;height:46px}.stock-summary article:hover{transition:transform .18s,box-shadow .18s;transform:translateY(-2px);box-shadow:0 13px 34px #191e2317}.stock-filters{background:#f8f9fa;border-radius:16px;justify-content:flex-start;padding:12px 14px;box-shadow:0 4px 18px #191e2309}.stock-filters>input{background:#fff;border-color:#dfe2e5;flex:0 230px;order:3;min-width:190px;max-width:230px;height:40px;padding:0 13px;box-shadow:inset 0 1px 2px #14191e06}.stock-filters>input:focus{border-color:var(--sr-accent);outline:0;box-shadow:0 0 0 3px #c47d3c1f}.stock-filters>label:first-child{background:#fff;border:1px solid #e0e3e6;border-radius:11px;min-height:40px;padding:0 12px;font-weight:700}.stock-filters>label:first-child input{background:#f7f8f8;padding:7px 8px;font-weight:900}.stock-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #dfe2e5;border-radius:12px;min-height:44px;transition:all .18s;position:relative;color:var(--sr-text)!important;padding:5px 13px 5px 49px!important;font-weight:800!important}.stock-toggle:hover{background:#fdf9f5;border-color:#c8a27e}.stock-toggle:before{content:"";background:#ccd1d5;border-radius:999px;width:28px;height:17px;transition:all .2s;position:absolute;left:12px}.stock-toggle:after{content:"";background:#fff;border-radius:50%;width:11px;height:11px;transition:all .2s;position:absolute;left:15px;box-shadow:0 1px 3px #00000040}.stock-toggle:has(input:checked){background:#fdf7f2;border-color:#d9b28d;color:#8b5526!important}.stock-toggle:has(input:checked):before{background:var(--sr-accent)}.stock-toggle:has(input:checked):after{transform:translate(11px)}.stock-toggle input{opacity:0;pointer-events:none;height:1px;position:absolute;width:1px!important}.stock-filters>button{border-radius:11px;order:4;height:40px;margin-left:auto;padding:0 16px;box-shadow:0 5px 14px #1d202421}.stock-table-wrap td>span{text-align:center;min-width:72px}.stock-table-wrap tbody tr:hover{background:#fcfaf8}@media (width<=1100px){.stock-summary{grid-auto-rows:110px}.stock-summary article{height:110px;min-height:110px}.stock-filters>input{order:0}.stock-filters>button{margin-left:0}}@media (width<=680px){.stock-summary{grid-template-columns:1fr;grid-auto-rows:96px}.stock-summary article{height:96px;min-height:96px}.stock-filters>input{width:100%;max-width:none}.stock-toggle{justify-content:flex-start;width:100%}.stock-filters>button{width:100%}}.stock-summary .success{color:var(--sr-text);font-size:inherit;background:linear-gradient(145deg,#fff,#fafbfb);border:1px solid #cee4d5;border-radius:20px;margin:0;padding:20px 18px;line-height:normal}.stock-filters>label:first-child{box-sizing:border-box;white-space:nowrap;text-transform:none;letter-spacing:0;flex:0 0 314px;justify-content:flex-start}.stock-filters>label:first-child input{text-align:center;border-radius:9px;flex:0 0 58px;width:58px;height:36px;margin-left:auto}.stock-toggle{box-sizing:border-box;white-space:normal;flex:330px;max-width:400px;line-height:1.3;text-transform:none!important;letter-spacing:0!important}.stock-filters>input{flex:0 225px}.stock-filters>button{flex:none}.stock-filters{gap:12px}@media (width<=1200px){.stock-filters>label:first-child{flex-basis:290px}.stock-toggle{flex-basis:285px}.stock-filters>input{flex-basis:205px}}@media (width<=760px){.stock-summary .success{padding:20px 18px}.stock-filters>label:first-child,.stock-toggle,.stock-filters>input{flex:100%;width:100%;max-width:none}}.stock-summary .success{border-color:var(--sr-line);background:linear-gradient(145deg,#fff,#fafbfb)}.stock-limit-control{background:#fff;border:1px solid #dfe2e5;border-radius:12px;align-items:center;gap:10px;height:44px;padding:0 8px 0 14px;display:flex}.stock-limit-control>span{color:#60666c;white-space:nowrap;font-size:11px;font-weight:800}.stock-limit-control label{color:#777d82;white-space:nowrap;background:#f6f7f8;border:1px solid #d9dcdf;border-radius:9px;align-items:center;height:32px;margin:0;padding:0 10px 0 0;font-size:10px;font-weight:800;display:flex;overflow:hidden}.stock-limit-control input{box-sizing:border-box;text-align:center;appearance:textfield;height:30px;caret-color:var(--sr-text);outline:0;font-size:13px;font-weight:900;width:48px!important;box-shadow:none!important;background:#fff!important;border:0!important;border-right:1px solid #dfe2e5!important;border-radius:0!important;padding:0 4px!important}.stock-limit-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stock-limit-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stock-limit-control input:focus,.stock-limit-control input:focus-visible{box-shadow:none!important;background:#fff!important;border-top-color:#0000!important;border-bottom-color:#0000!important;outline:0!important}.stock-table-wrap table{table-layout:fixed;width:100%}.stock-table-wrap th:first-child,.stock-table-wrap td:first-child{width:43%}.stock-table-wrap th:not(:first-child),.stock-table-wrap td:not(:first-child){width:14.25%}.stock-table-wrap td strong,.stock-table-wrap td small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.stock-limit-control label span{padding-left:9px}.stock-toggle{cursor:pointer;color:#4f555a!important;min-height:44px!important;box-shadow:none!important;text-transform:none!important;background:#fff!important;border:1px solid #dfe2e5!important;border-radius:12px!important;flex:none!important;align-items:center!important;gap:9px!important;margin:0!important;padding:0 13px!important;font-size:11px!important;font-weight:800!important;display:flex!important;position:relative!important}.stock-toggle:before,.stock-toggle:after{display:none!important}.stock-toggle i{background:#ccd1d5;border-radius:999px;flex:0 0 30px;width:30px;height:18px;transition:all .2s;position:relative}.stock-toggle i:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000038}.stock-toggle.active{color:#8b5526!important;background:#fdf8f3!important;border-color:#d6ae88!important}.stock-toggle.active i{background:var(--sr-accent)}.stock-toggle.active i:after{transform:translate(12px)}.stock-search{color:#8a9095!important;background:#fff!important;border:1px solid #dfe2e5!important;border-radius:12px!important;flex:0 220px!important;align-items:center!important;gap:7px!important;height:42px!important;margin:0!important;padding:0 11px!important;display:flex!important}.stock-search:focus-within{box-shadow:0 0 0 3px #c47d3c1c;border-color:var(--sr-accent)!important}.stock-search>span{font-size:20px;line-height:1;transform:rotate(-15deg)}.stock-search input{font-size:12px;width:100%!important;min-width:0!important;height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}.stock-filters>button:last-child{margin-left:auto}.stock-filters{align-items:center}@media (width<=900px){.stock-limit-control,.stock-toggle,.stock-search{flex:100%!important}.stock-search{max-width:none!important}.stock-filters>button:last-child{margin-left:0}}@media (width<=680px){.stock-table-wrap table{table-layout:fixed;width:760px}.stock-table-wrap th:first-child,.stock-table-wrap td:first-child{width:270px}.stock-table-wrap th:not(:first-child),.stock-table-wrap td:not(:first-child){width:122px}}.shipment-shell{--dark:#1d2024;--dark2:#292d32;--ink:#25282c;--muted:#70757b;--line:#e3e5e7;--soft:#f5f6f7;--accent:#c47d3c;--good:#43835b;--warn:#b2762f;--bad:#b84f47;min-height:100vh;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}.shipment-shell button,.shipment-shell input{font:inherit}.shipment-shell>aside{z-index:10;background:var(--dark);color:#fff;flex-direction:column;width:252px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.shipment-brand{color:#fff;text-align:left;background:0 0;border:0;border-bottom:1px solid #353a40;align-items:center;gap:12px;padding:4px 6px 24px;display:flex}.shipment-brand img{object-fit:contain;width:52px;height:52px}.shipment-brand span,.shipment-user span{flex-direction:column;display:flex}.shipment-brand b{font-size:15px}.shipment-brand small,.shipment-user small{color:#92989f;text-transform:uppercase;margin-top:4px;font-size:10px}.shipment-shell>aside nav{flex-direction:column;gap:7px;padding-top:25px;display:flex}.shipment-shell>aside nav button{color:#aeb3b9;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.shipment-shell>aside nav i{border:1px solid #3b4046;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.shipment-shell>aside nav button.active{background:var(--dark2);color:#fff}.shipment-shell svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.shipment-user{border-top:1px solid #353a40;align-items:center;gap:10px;margin-top:auto;padding:16px 8px;display:flex}.shipment-user>b{color:#e5a365;background:#343940;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.shipment-user strong{font-size:12px}.shipment-back,.shipment-logout{color:#aeb3b9;background:0 0;border:1px solid #3a3f45;border-radius:9px;margin-top:7px;padding:9px}.shipment-back{justify-content:center;align-items:center;gap:8px;display:flex}.shipment-logout{border:0}.shipment-main{min-height:100vh;margin-left:252px;padding:48px clamp(24px,5vw,72px)}.shipment-main>header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.shipment-main>header small,.shipment-upload-heading>div>span,.shipment-results header small,.shipment-history header small{color:var(--accent);letter-spacing:.12em;font-size:10px;font-weight:900}.shipment-main h1{margin:7px 0;font-size:34px}.shipment-main header p,.shipment-upload-heading p,.shipment-results header p,.shipment-history header p{color:var(--muted);margin:0;font-size:12px}.shipment-new{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 15px;font-weight:800}.shipment-error{color:var(--bad);background:#fff2f1;border:1px solid #efcfcc;border-radius:12px;margin-bottom:18px;padding:13px 16px}.shipment-upload,.shipment-results,.shipment-history{border:1px solid var(--line);background:#fff;border-radius:20px;padding:24px;box-shadow:0 8px 28px #191e230d}.shipment-upload-heading,.shipment-results>header,.shipment-history>header{justify-content:space-between;align-items:end;gap:25px;display:flex}.shipment-upload-heading h2,.shipment-results h2,.shipment-history h2{margin:5px 0 7px}.shipment-upload-heading>label{width:270px;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.shipment-upload-heading input{box-sizing:border-box;border:1px solid #d7dadd;border-radius:10px;width:100%;margin-top:7px;padding:11px}.shipment-upload-grid{grid-template-columns:1fr 1fr;gap:14px;margin:24px 0;display:grid}.shipment-upload-grid label{background:var(--soft);cursor:pointer;border:1px dashed #cdd1d4;border-radius:16px;flex-direction:column;min-height:145px;padding:22px;display:flex;position:relative}.shipment-upload-grid label.ready{background:#f2f9f4;border-color:#83ae91}.shipment-upload-grid i{color:var(--accent);font-size:10px;font-style:normal;font-weight:900}.shipment-upload-grid b{margin-top:15px}.shipment-upload-grid small{color:var(--muted);margin-top:6px}.shipment-upload-grid em{color:var(--good);margin-top:auto;padding-top:16px;font-size:10px;font-style:normal}.shipment-upload-grid input{opacity:0;cursor:pointer;position:absolute;inset:0}.shipment-primary{background:var(--dark);color:#fff;border:0;border-radius:11px;width:100%;padding:14px;font-weight:900}.shipment-primary:disabled{opacity:.45}.shipment-status{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.shipment-status span{border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite shipment-spin}@keyframes shipment-spin{to{transform:rotate(360deg)}}.shipment-results header time{color:var(--muted);font-size:11px}.shipment-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0;display:grid}.shipment-stats article{border:1px solid var(--line);border-radius:15px;padding:17px}.shipment-stats small{color:var(--muted);display:block}.shipment-stats strong{margin-top:9px;font-size:22px;display:block}.shipment-stats .good{color:var(--good)}.shipment-stats .warn{color:var(--warn)}.shipment-stats article>span{background:#eee;border-radius:9px;height:4px;margin-top:10px;display:block;overflow:hidden}.shipment-stats article>span i{background:var(--good);height:100%;display:block}.shipment-warning{border-left:3px solid var(--warn);color:#765a2c;background:#fff8e9;border-radius:9px;flex-direction:column;gap:4px;margin-bottom:18px;padding:13px 15px;font-size:11px;display:flex}.shipment-controls{justify-content:space-between;gap:12px;margin:18px 0;display:flex}.shipment-controls>input{border:1px solid var(--line);border-radius:10px;flex:1;padding:11px 13px}.shipment-controls>div{gap:5px;display:flex}.shipment-controls button{background:var(--soft);color:var(--muted);border:0;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800}.shipment-controls button.active{color:#8b5528;background:#f4e5d8}.shipment-table{overflow:auto}.shipment-table table{border-collapse:collapse;width:100%;font-size:11px}.shipment-table th,.shipment-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f2;padding:12px 10px}.shipment-table th{color:var(--muted);text-transform:uppercase;font-size:9px}.shipment-table tr.sent{opacity:.58}.shipment-check{color:#fff;background:#fff;border:1px solid #cfd3d6;border-radius:7px;width:24px;height:24px}.shipment-check.checked{border-color:var(--good);background:var(--good)}.awb{align-items:center;gap:7px;display:flex}.awb code{font-weight:800}.awb button{background:var(--soft);color:var(--muted);border:0;border-radius:6px;padding:4px 7px;font-size:9px}.missing{color:var(--bad);font-weight:800}.shipment-empty{text-align:center;color:var(--muted);padding:35px}.shipment-history article{border-bottom:1px solid var(--line);grid-template-columns:1fr 160px auto auto;align-items:center;gap:12px;padding:16px 0;display:grid}.shipment-history article>div{flex-direction:column;gap:4px;display:flex}.shipment-history article small,.shipment-history article span{color:var(--muted);font-size:10px}.shipment-history progress{width:100%;accent-color:var(--good)}.shipment-history article>button{background:var(--dark);color:#fff;border:0;border-radius:9px;padding:9px 12px;font-weight:800}.shipment-history article>button.delete{color:var(--bad);background:#fff0ef}.shipment-mobile-header{display:none}@media (width<=760px){.shipment-shell{padding-bottom:72px}.shipment-shell>aside{display:none}.shipment-mobile-header{z-index:25;background:var(--dark);color:#fff;justify-content:space-between;align-items:center;height:62px;padding:0 15px;display:flex;position:sticky;top:0}.shipment-mobile-header button{color:#fff;background:0 0;border:0;padding:8px}.shipment-main{margin-left:0;padding:30px 14px}.shipment-main h1{font-size:28px}.shipment-main>header{align-items:flex-start}.shipment-upload-heading,.shipment-results>header{flex-direction:column;align-items:stretch}.shipment-upload-heading>label{width:auto}.shipment-upload-grid,.shipment-stats{grid-template-columns:1fr 1fr}.shipment-controls{flex-direction:column}.shipment-controls>div{overflow:auto}.shipment-history article{grid-template-columns:1fr auto auto}.shipment-history progress{grid-column:1/-1}.mobile-bottom-navigation{display:flex}.shipment-results,.shipment-upload,.shipment-history{padding:18px}}@media (width<=430px){.shipment-upload-grid,.shipment-stats{grid-template-columns:1fr}.shipment-main>header{flex-direction:column}.shipment-history article{grid-template-columns:1fr 1fr}.shipment-history article>div,.shipment-history progress{grid-column:1/-1}}.shipment-new{color:#17191c}.awb button{min-width:55px;transition:transform .2s,background .2s,color .2s}.awb button.copied{color:var(--good);background:#e5f5e9;animation:.42s shipment-copy-pop}.shipment-result-actions{align-items:center;gap:14px;display:flex}.shipment-result-actions button{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-size:10px;font-weight:800;display:flex}.shipment-result-actions button:hover{background:#fff9f4;border-color:#d5b18f}.shipment-result-actions button svg{width:15px;height:15px}.shipment-shell>aside nav button:hover{background:var(--dark2);color:#fff}.shipment-shell>aside nav button.active i{color:#e5a365;background:#c47d3c24;border-color:#c47d3ca6}@keyframes shipment-copy-pop{0%{transform:scale(.82)}55%{transform:scale(1.12)}to{transform:scale(1)}}.shipment-history article>.shipment-history-progress{background:#e8ebed;border-radius:999px;width:100%;height:24px;display:block;position:relative;overflow:hidden}.shipment-history-progress i{background:var(--good);transition:width .35s;position:absolute;inset:0 auto 0 0}.shipment-history-progress span{z-index:1;color:#000;-webkit-text-stroke:1px #fff;paint-order:stroke fill;text-shadow:0 0 2px #fff;place-items:center;height:100%;font-size:9px;font-weight:900;display:grid;position:relative}.no-order{color:var(--muted);font-style:italic}@media (width<=760px){.shipment-history article>.shipment-history-progress{grid-column:1/-1}.shipment-result-actions{justify-content:space-between}}@media (width<=430px){.shipment-history article>.shipment-history-progress{grid-column:1/-1}}.ind-shell{--orange:var(--app-accent);--ink:var(--app-text);--muted:var(--app-muted);--line:var(--app-border);background:var(--app-surface);min-height:100vh;color:var(--ink);grid-template-columns:252px 1fr;display:grid}.ind-shell>aside{background:var(--app-sidebar);height:100vh;color:var(--app-surface);z-index:5;flex-direction:column;padding:22px 16px;display:flex;position:sticky;top:0}.ind-brand{border:0;border-bottom:1px solid var(--app-sidebar-border);color:var(--app-surface);text-align:left;background:0 0;align-items:center;gap:12px;padding:4px 6px 24px;display:flex}.ind-brand img{object-fit:contain;width:52px;height:52px}.ind-brand span,.ind-user span{flex-direction:column;display:flex}.ind-brand b{font-size:16px}.ind-brand small,.ind-user small{color:var(--app-sidebar-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px}.ind-shell aside nav{gap:7px;padding-top:25px;display:grid}.ind-shell aside nav button{color:var(--app-sidebar-text);text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px;font-weight:700;display:flex}.ind-shell aside nav button:hover,.ind-shell aside nav button.active{color:var(--app-surface);background:var(--app-sidebar-active)}.ind-shell aside nav i{background:0 0;border:1px solid #3b4046;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.ind-shell aside nav svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:17px}.ind-shell aside nav button.active i{border-color:var(--app-accent);color:var(--app-accent-light)}.ind-user{border-top:1px solid var(--app-sidebar-border);align-items:center;gap:10px;margin-top:auto;padding:16px 8px;display:flex}.ind-user>b{width:34px;height:34px;color:var(--app-accent-light);background:#343940;border-radius:11px;place-items:center;display:grid}.ind-user strong{font-size:12px}.ind-main{min-width:0;padding:48px clamp(24px,5vw,72px) 80px}.ind-main>header{justify-content:space-between;align-items:flex-start;margin-bottom:30px;display:flex}.ind-main>header small,.ind-card>small,.card-title small{color:var(--orange);letter-spacing:.12em;font-size:10px;font-weight:900}.ind-main h1{margin:7px 0;font-size:34px}.ind-main header p{color:var(--muted);margin:0;font-size:12px}.ind-loading{color:var(--muted);font-size:12px}.ind-alert{border-radius:12px;margin-bottom:18px;padding:13px 16px;font-size:13px}.ind-alert.error{background:var(--app-danger-soft);color:var(--app-danger);border:1px solid #efcfcc}.ind-alert.success{background:var(--app-success-soft);color:var(--app-success);border:1px solid #c6e4cf}.ind-filters{background:var(--app-surface);border:1px solid var(--line);border-radius:15px;flex-wrap:wrap;align-items:end;gap:10px;padding:15px;display:flex}.ind-presets{gap:5px;margin-right:auto;display:flex}.ind-presets button,.ind-sector button,.pager button{border:1px solid var(--line);background:var(--app-surface);color:var(--muted);border-radius:9px;padding:9px 12px;font-weight:700}.ind-filters label,.date-field{color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.ind-filters input,.date-field input,.people-list input{border:1px solid var(--line);background:var(--app-surface);color:var(--ink);border-radius:10px;padding:9px}button.primary{background:var(--app-sidebar);color:var(--app-surface);border:0;border-radius:11px;padding:11px 17px;font-weight:800}button:disabled{opacity:.5}.ind-kpis{grid-template-columns:repeat(5,1fr);gap:12px;margin:16px 0;display:grid}.ind-kpis>div{background:var(--app-surface);border:1px solid var(--line);border-radius:15px;padding:17px}.ind-kpis small{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800;display:block}.ind-kpis strong{margin-top:8px;font-size:27px;display:block}.ind-kpis .accent{background:var(--app-sidebar);color:var(--app-surface)}.ind-kpis .accent small{color:var(--app-sidebar-text)}.ind-sector{gap:6px;margin:23px 0 12px;display:flex}.ind-sector button.active{background:var(--app-sidebar);border-color:var(--app-sidebar);color:var(--app-surface)}.ind-card{background:var(--app-surface);border:1px solid var(--line);box-shadow:var(--app-shadow);border-radius:20px;margin-bottom:16px;padding:24px}.card-title{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.card-title h2,.upload-card h2{margin:5px 0 0;font-size:20px}.card-title>span{color:var(--muted);font-size:11px}.ind-ranking{gap:7px;display:grid}.rank-row{border-bottom:1px solid var(--app-border);grid-template-columns:35px minmax(170px,1.1fr) minmax(130px,2fr) 75px;align-items:center;gap:13px;padding:10px;display:grid}.position{background:var(--app-surface-soft);border-radius:50%;place-items:center;width:29px;height:29px;font-size:12px;display:grid}.position.p1{background:var(--app-accent);color:var(--app-surface)}.rank-person{flex-direction:column;display:flex}.rank-person strong{font-size:13px}.rank-person small{color:var(--muted);margin-top:3px;font-size:10px}.rank-track{background:var(--app-surface-soft);border-radius:20px;height:8px;overflow:hidden}.rank-track i{background:linear-gradient(90deg,var(--app-accent),var(--app-accent-light));border-radius:20px;height:100%;display:block}.rank-value{text-align:right}.trend{align-items:end;gap:7px;height:210px;padding-top:10px;display:flex;overflow-x:auto}.trend>div{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:7px;min-width:35px;height:100%;display:flex}.trend span{background:linear-gradient(var(--app-accent-light),var(--app-accent));border-radius:5px 5px 2px 2px;width:min(28px,80%);display:block}.trend small{color:var(--muted);font-size:9px}.ind-upload-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.upload-card p{color:var(--muted);font-size:12px;line-height:1.6}.dropzone{text-align:center;background:var(--app-surface-soft);cursor:pointer;border:1px dashed #cdd1d4;border-radius:16px;place-content:center;min-height:155px;display:grid}.dropzone:hover{border-color:var(--app-accent);background:var(--app-success-soft)}.dropzone input{display:none}.dropzone b{font-size:14px}.dropzone span{color:var(--muted);margin-top:7px;font-size:11px}.selected-files{gap:6px;margin:13px 0;display:grid}.selected-files>span{background:var(--app-surface-soft);border-radius:7px;justify-content:space-between;padding:9px;font-size:11px;display:flex}.selected-files small{color:var(--muted)}.date-field{margin:12px 0}.wide{width:100%}.history-table{overflow-x:auto}.table-head,.table-row{grid-template-columns:100px minmax(220px,2fr) 160px 150px 140px;align-items:center;gap:12px;padding:11px;display:grid}.table-head{color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--line);font-size:9px;font-weight:900}.table-row{border-bottom:1px solid var(--line);font-size:11px}.table-row>span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.type{text-transform:capitalize;border-radius:20px;padding:4px 7px}.type.separacao{background:var(--app-warning-soft);color:var(--app-warning)}.type.montagem{background:var(--app-success-soft);color:var(--app-success)}.pager{justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;font-size:11px;display:flex}.people-list{gap:7px;display:grid}.people-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(170px,1fr) minmax(200px,1fr) 90px 80px;align-items:center;gap:12px;padding:10px;display:grid}.people-list span{flex-direction:column;display:flex}.people-list small{color:var(--muted);font-size:10px}.people-list label{align-items:center;gap:5px;font-size:11px;display:flex}.people-list label input{width:auto}.people-list button{background:var(--app-sidebar);color:var(--app-surface);border:0;border-radius:9px;padding:9px}.ind-empty{text-align:center;color:var(--muted);padding:35px;font-size:12px}.ind-upload-stack{gap:20px;display:grid}.ind-filters{align-items:flex-end}.ind-filters>label{align-self:flex-end}.ind-filters input,.ind-filters>.primary,.ind-presets button{height:38px}.ind-filters>.primary{align-self:flex-end}.trend-intro{max-width:720px;color:var(--app-muted);margin:-10px 0 18px;font-size:11px;line-height:1.55}.trend>div>b{color:var(--app-text);font-size:10px;font-weight:900}.trend{height:235px}.trend-day{position:relative}.trend-tooltip{z-index:5;background:var(--app-sidebar);color:#fff;text-align:left;border-radius:10px;gap:7px;width:170px;padding:11px;display:none;position:absolute;bottom:45px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0000002e}.trend-day:hover .trend-tooltip{display:grid}.trend-tooltip:after{content:"";background:var(--app-sidebar);width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.trend-tooltip>strong{color:var(--app-accent-light);font-size:11px}.trend-tooltip>span{background:0 0;justify-content:space-between;width:auto;height:auto;font-size:10px;display:flex}.trend-tooltip>span b{font-size:10px}.people-intro{color:var(--app-muted);margin:-10px 0 20px;font-size:11px}.people-list .rename-field{color:var(--app-muted);text-transform:uppercase;gap:6px;font-size:9px;font-weight:800;display:grid}.people-list .rename-field input{text-transform:none;width:100%}.dashboard-skeleton{gap:16px;margin-top:16px;display:grid}.skeleton-kpis{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.skeleton-kpis i,.dashboard-skeleton section>*{background:linear-gradient(90deg,#eef0f2 25%,#f8f9fa 45%,#eef0f2 65%) 0 0/220% 100%;border-radius:15px;animation:1.3s infinite ind-skeleton;display:block}.skeleton-kpis i{height:92px}.dashboard-skeleton section{border:1px solid var(--app-border);background:#fff;border-radius:20px;padding:24px}.dashboard-skeleton section>b{width:220px;height:22px;margin-bottom:22px}.dashboard-skeleton section>span{height:45px;margin:8px 0}.skeleton-bars{align-items:end;gap:12px;height:190px;background:0 0!important;display:flex!important}.skeleton-bars i{height:var(--h,70%);background:#eef0f2;border-radius:8px 8px 2px 2px;flex:1}.skeleton-bars i:nth-child(2n){height:45%}.skeleton-bars i:nth-child(3n){height:85%}.dashboard-skeleton.compact section{min-height:420px}@keyframes ind-skeleton{to{background-position:-220% 0}}.rank-screen{background:var(--app-sidebar);color:var(--app-surface);border-radius:20px;min-height:520px;margin-top:16px;padding:28px}.rank-screen-head{border-bottom:1px solid var(--app-sidebar-border);justify-content:space-between;align-items:flex-start;gap:30px;padding-bottom:24px;display:flex}.rank-screen-head small{color:var(--app-accent-light);letter-spacing:.14em;font-size:10px;font-weight:900}.rank-screen-head h2{margin:7px 0;font-size:34px}.rank-screen-head p{color:var(--app-sidebar-text);margin:0;font-size:12px}.rank-screen-head>div:last-child{justify-items:end;display:grid}.rank-screen-head>div:last-child strong{color:var(--app-accent-light);font-size:34px}.rank-screen-head>div:last-child span{color:var(--app-sidebar-text);text-transform:uppercase;font-size:10px}.rank-screen-head button{color:var(--app-surface);background:0 0;border:1px solid #464b51;border-radius:9px;margin-top:13px;padding:9px 13px;font-weight:800}.mega-ranking{gap:9px;padding-top:24px;display:grid}.mega-ranking article{background:var(--app-sidebar-active);border:1px solid #353a40;border-radius:14px;grid-template-columns:58px 1fr 130px;align-items:center;gap:18px;padding:15px 20px;display:grid}.mega-ranking article>b{width:44px;height:44px;color:var(--app-sidebar-text);background:#383d43;border-radius:50%;place-items:center;font-size:18px;display:grid}.mega-ranking article>div{gap:10px;display:grid}.mega-ranking article strong{font-size:18px}.mega-ranking article span{background:#383d43;border-radius:20px;height:9px;overflow:hidden}.mega-ranking article span i{background:linear-gradient(90deg,var(--app-accent),var(--app-accent-light));border-radius:20px;height:100%;display:block}.mega-ranking article em{text-align:right;font-size:30px;font-style:normal;font-weight:900}.mega-ranking article.winner{border-color:var(--app-accent);background:#312a24}.mega-ranking article.winner>b{background:var(--app-accent);color:#fff}.rank-screen:fullscreen{background:var(--app-sidebar);border-radius:0;padding:4vh 5vw;overflow:auto}.rank-screen:fullscreen .rank-screen-head h2{font-size:5vh}.rank-screen:fullscreen .mega-ranking article{min-height:8vh}.rank-screen:fullscreen .mega-ranking article strong{font-size:2.5vh}.rank-screen:fullscreen .mega-ranking article em{font-size:3.5vh}.ind-filters{grid-template-columns:minmax(250px,1fr) auto;align-items:center;gap:28px;padding:22px 24px;display:grid}.filter-copy{flex-direction:column;gap:5px;display:flex}.filter-copy small{color:var(--app-accent);letter-spacing:.14em;font-size:9px;font-weight:900}.filter-copy span{color:var(--app-muted);font-size:10px}.filter-controls{align-items:flex-end;gap:22px;display:flex}.date-controls{align-items:flex-end;gap:10px;display:flex}.date-controls label{flex-direction:column;justify-content:flex-end;gap:6px;min-width:116px;height:58px;display:flex}.date-controls input,.date-controls .apply-filter{height:40px!important}.date-controls .apply-filter{justify-content:center;align-items:center;gap:8px;min-width:104px;display:flex}.apply-filter i{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite file-import-spin}.ind-presets{align-self:flex-end;margin:0}.ind-presets button{height:40px}.ind-presets button.active{border-color:var(--app-sidebar);background:var(--app-sidebar);color:#fff;box-shadow:0 4px 12px #1d202421}.trend-summary{gap:10px;margin:0 0 18px;display:flex}.trend-summary>span{border:1px solid var(--app-border);color:var(--app-muted);border-radius:9px;align-items:center;gap:7px;padding:8px 11px;font-size:10px;display:flex}.trend-summary i{background:var(--app-accent);border-radius:50%;width:8px;height:8px}.trend-summary .box i{background:var(--app-sidebar)}.trend-summary strong{color:var(--app-text);margin-left:5px;font-size:12px}.trend{justify-content:flex-start;gap:10px}.trend>div{flex:0 0 52px;min-width:52px}.trend-day>span:not(.trend-tooltip span){width:30px}.trend-tooltip{bottom:48px}.trend-tooltip hr{border:0;border-top:1px solid #444a50;width:100%;margin:1px 0}.dashboard-skeleton{position:relative}.dashboard-skeleton:before{content:"Carregando indicadores…";color:var(--app-muted);align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}@media (width<=1180px){.ind-filters{grid-template-columns:1fr}.filter-controls{justify-content:space-between}}@media (width<=1000px){.ind-kpis{grid-template-columns:repeat(3,1fr)}.ind-upload-grid{grid-template-columns:1fr}.filter-controls{flex-direction:column;align-items:stretch;gap:12px}.date-controls{justify-content:flex-end}}@media (width<=760px){.ind-shell{display:block}.ind-shell>aside{display:none}.ind-main{padding:26px 14px 90px}.ind-main h1{font-size:27px}.ind-kpis{grid-template-columns:1fr 1fr}.rank-row{grid-template-columns:32px 1fr 55px}.rank-track{display:none}.ind-filters{align-items:stretch;padding:17px}.ind-presets{align-self:auto;width:100%;overflow-x:auto}.date-controls{grid-template-columns:1fr 1fr;display:grid}.date-controls label{min-width:0}.date-controls .apply-filter{grid-column:1/-1;width:100%}.people-list>div{grid-template-columns:1fr}.history-table{margin-inline:-15px}.rank-screen{padding:18px}.rank-screen-head{flex-direction:column}.rank-screen-head>div:last-child{justify-items:start}.mega-ranking article{grid-template-columns:42px 1fr 70px;padding:12px}.mega-ranking article>b{width:34px;height:34px}.mega-ranking article em{font-size:20px}.trend-summary{flex-direction:column;align-items:flex-start}}.people-card .people-intro{max-width:760px;line-height:1.6}.people-card .people-list{gap:12px}.people-card .people-list>div{border:1px solid var(--line);background:var(--app-surface);border-radius:14px;grid-template-columns:minmax(210px,1.25fr) minmax(180px,1fr) minmax(150px,.8fr);padding:18px;transition:border-color .2s,opacity .2s}.people-card .people-list>div.is-hidden{opacity:.62;background:var(--app-surface-soft)}.person-summary{grid-row:span 2;align-content:center;gap:8px;display:grid!important}.person-summary>strong{font-size:15px}.person-summary>small{line-height:1.45}.person-origins{gap:6px;flex-direction:row!important}.person-origins i{text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.person-origins .sep{background:var(--app-warning-soft);color:var(--app-warning)}.person-origins .mont{background:var(--app-success-soft);color:var(--app-success)}.person-origins .hidden{background:var(--app-danger-soft);color:var(--app-danger)}.person-actions{align-items:center;gap:10px;display:flex}.people-card .person-actions .person-save{white-space:nowrap}.person-hide{color:var(--muted)}.person-merge{grid-column:2/-1;gap:8px;display:flex}.person-merge select{border:1px solid var(--line);background:var(--app-surface);min-width:0;color:var(--ink);border-radius:10px;flex:1;padding:9px}.people-card .person-merge button{white-space:nowrap;background:var(--app-accent);color:#fff}@media (width<=900px){.people-card .people-list>div{grid-template-columns:1fr 1fr}.person-summary{grid-area:auto/1/auto/-1}.person-merge{grid-column:1/-1}}@media (width<=560px){.people-card .people-list>div{grid-template-columns:1fr}.person-summary,.person-merge{grid-column:auto}.person-merge,.person-actions{flex-direction:column;align-items:stretch}}.ind-filters{padding:0;display:block;overflow:hidden}.filter-copy{border-bottom:1px solid var(--app-border);background:linear-gradient(90deg,var(--app-surface-soft),var(--app-surface));padding:19px 22px 16px}.filter-copy strong{font-size:15px}.filter-copy span{max-width:620px;line-height:1.5}.filter-controls{justify-content:space-between;align-items:flex-end;gap:30px;padding:18px 22px 20px;display:flex}.preset-group{gap:7px;display:grid}.preset-group>span,.date-controls label{color:var(--app-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:900}.date-controls label{gap:7px;height:auto}.date-controls input,.date-controls .apply-filter,.ind-presets button{box-sizing:border-box;height:46px!important}.date-controls input{min-width:126px;padding:0 12px}.date-controls .apply-filter{min-width:110px;margin:0;padding:0 18px}.trend{z-index:1;padding-inline:6px;position:relative;overflow:auto visible}.trend-day{z-index:1}.trend-day:hover{z-index:100}.trend-tooltip{z-index:9999}.trend-day:first-child .trend-tooltip,.trend-day:nth-child(2) .trend-tooltip{left:0;transform:none}.trend-day:first-child .trend-tooltip:after,.trend-day:nth-child(2) .trend-tooltip:after{left:24px;transform:rotate(45deg)}.trend-day:last-child .trend-tooltip,.trend-day:nth-last-child(2) .trend-tooltip{left:auto;right:0;transform:none}.trend-day:last-child .trend-tooltip:after,.trend-day:nth-last-child(2) .trend-tooltip:after{left:auto;right:24px;transform:rotate(45deg)}@media (width<=1000px){.filter-controls{flex-direction:column;align-items:stretch}.date-controls{justify-content:flex-start}}@media (width<=760px){.filter-copy{padding:16px}.filter-controls{padding:15px}.date-controls{display:grid}.date-controls input{width:100%;min-width:0}.date-controls .apply-filter{height:46px!important}.trend-day:nth-child(2) .trend-tooltip{left:50%;transform:translate(-50%)}.trend-day:nth-child(2) .trend-tooltip:after{left:50%;transform:translate(-50%)rotate(45deg)}}.date-controls{align-items:flex-start}.search-action{padding-top:16px;display:flex}.search-action .apply-filter{box-sizing:border-box;margin:0;height:46px!important}@media (width<=760px){.search-action{grid-column:1/-1;padding-top:0}.search-action .apply-filter{width:100%}}.date-controls .search-action{padding-top:0!important}.date-controls .search-action .apply-filter{transform:translateY(17px)}@media (width<=760px){.date-controls .search-action .apply-filter{transform:none}}.date-controls{grid-template-rows:auto 46px;grid-template-columns:126px 126px 110px;gap:7px 10px;align-items:stretch!important;display:grid!important}.date-controls>span{color:var(--app-muted);letter-spacing:.08em;text-transform:uppercase;grid-row:1;font-size:9px;font-weight:900;line-height:1}.date-controls>input,.date-controls>.apply-filter{box-sizing:border-box;grid-row:2;width:100%;align-self:stretch!important;height:46px!important;margin:0!important;transform:none!important}.date-controls>input{min-width:0;padding:0 12px}.date-controls>.apply-filter{justify-content:center;align-items:center;min-width:0;padding:0 14px;display:flex}@media (width<=760px){.date-controls{grid-template-rows:auto 46px 46px;grid-template-columns:1fr 1fr}.date-controls>span:nth-child(3){display:none}.date-controls>.apply-filter{grid-area:3/1/auto/-1}}.trend-stack{background:var(--app-surface-soft);border-radius:5px 5px 2px 2px;flex-direction:column;justify-content:flex-end;width:30px;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #0000000a}.trend-stack i{flex:none;width:100%;display:block}.trend-stack .tower-segment{background:linear-gradient(#e9a263,var(--app-sector-tower))}.trend-stack .box-segment{background:linear-gradient(var(--app-sector-box-light),var(--app-sector-box))}.trend-floating-tooltip{z-index:2147483647;pointer-events:none;background:var(--app-sidebar);color:#fff;border:1px solid #343a40;border-radius:11px;gap:7px;width:210px;padding:13px;display:grid;position:fixed;box-shadow:0 16px 38px #00000047}.trend-floating-tooltip>small{color:var(--app-sidebar-text);font-size:9px}.trend-floating-tooltip>strong{color:var(--app-accent-light);font-size:12px}.trend-floating-tooltip>span{color:#d7d9dc;grid-template-columns:12px 1fr auto;align-items:center;gap:5px;font-size:10px;display:grid}.trend-floating-tooltip>span:not(:has(i)){grid-template-columns:1fr auto}.trend-floating-tooltip b{color:#fff}.trend-floating-tooltip hr{border:0;border-top:1px solid #444a50;width:100%;margin:2px 0}.trend-floating-tooltip i,.trend-summary i{border-radius:50%;width:9px;height:9px;display:block}.trend-floating-tooltip .tower-dot,.trend-summary .tower i{background:var(--app-sector-tower)}.trend-floating-tooltip .box-dot,.trend-summary .box i{background:var(--app-sector-box)}.date-controls>input{letter-spacing:-.01em;color:var(--app-text);font-family:DM Sans,Arial,sans-serif;font-weight:600;font-size:11px!important}.date-controls>input::-webkit-datetime-edit{font:inherit;color:inherit}.date-controls>input::-webkit-calendar-picker-indicator{opacity:.72;cursor:pointer;width:14px;height:14px}.people-card .people-list>div{grid-template-rows:auto auto;grid-template-columns:minmax(230px,1fr) 260px auto;gap:12px 22px;padding:16px 18px}.people-card .people-list>div:hover{border-color:#cfd3d6}.person-summary{grid-row:1/-1;gap:7px}.person-summary>small{max-width:420px}.people-card .rename-field{width:260px}.people-card .rename-field input{box-sizing:border-box;width:100%;height:36px;padding:7px 10px}.person-actions{justify-content:flex-start;gap:12px}.people-card .person-actions .person-save{min-width:126px;padding:9px 12px}.person-hide{white-space:nowrap}.person-merge{align-items:center;gap:8px}.person-merge select{flex:0 0 260px;width:260px;min-width:0;height:36px;padding:7px 10px;font-size:11px}.people-card .person-merge button{height:36px;padding:8px 12px}@media (width<=1050px){.people-card .people-list>div{grid-template-columns:minmax(210px,1fr) 240px}.person-summary{grid-row:1/-1}.person-actions,.person-merge{grid-column:2}.people-card .rename-field,.person-merge select{width:240px}.person-merge select{flex-basis:240px}}@media (width<=760px){.people-card .people-list>div{grid-template-columns:1fr}.person-summary,.person-actions,.person-merge{grid-area:auto}.people-card .rename-field,.person-merge select{width:100%}.person-merge select{flex:auto}}@media (width<=430px){.person-merge,.person-actions{flex-direction:column;align-items:stretch}.people-card .person-actions .person-save{width:100%}}.people-card .person-merge{gap:22px}.people-card .person-save,.people-card .person-merge button{box-sizing:border-box;width:132px;height:36px;padding:8px 12px}@media (width<=760px){.people-card .person-merge{gap:10px}}@media (width<=430px){.people-card .person-save,.people-card .person-merge button{width:100%}}.people-card .rename-field input,.people-card .person-merge select{height:50px}.people-card .person-actions{align-self:end;min-height:50px}.people-card .person-save,.people-card .person-merge button{white-space:nowrap;width:172px;height:50px;padding:0 18px;font-size:12px}.people-card .person-merge{align-items:center}.people-card .person-hide{align-items:center;min-height:50px}@media (width<=760px){.people-card .person-actions{align-self:auto}}@media (width<=430px){.people-card .person-save,.people-card .person-merge button{width:100%}}.people-card .person-actions{box-sizing:border-box;align-self:stretch;align-items:flex-start;min-height:67px;padding-top:17px}.people-card .person-hide{min-height:50px}@media (width<=760px){.people-card .person-actions{min-height:50px;padding-top:0}}.people-card .person-actions{transform:translateY(19px)}@media (width<=760px){.people-card .person-actions{transform:none}}.merge-confirm-icon{color:var(--app-accent);background:#f4e5d8}.merge-identity-flow{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:18px 0;display:grid}.merge-identity-flow>span{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:11px;gap:4px;min-width:0;padding:12px;display:grid}.merge-identity-flow small{color:var(--app-muted);letter-spacing:.06em;font-size:8px;font-weight:900}.merge-identity-flow strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.merge-identity-flow em{text-overflow:ellipsis;color:var(--app-muted);white-space:nowrap;font-size:9px;font-style:normal;overflow:hidden}.merge-identity-flow>b{color:var(--app-accent);font-size:20px}.merge-confirm-panel .merge-confirm-warning{border-left-color:var(--app-accent);color:#8b5528;background:#fff8f1}.merge-confirm-panel .merge-confirm-warning span{color:#765d49}.merge-confirm-panel .delete-confirm-actions .confirm{background:var(--app-sidebar);color:#fff}@media (width<=480px){.merge-identity-flow{grid-template-columns:1fr}.merge-identity-flow>b{text-align:center;transform:rotate(90deg)}}.interactive-ranking .rank-entry{border-bottom:1px solid var(--app-border)}.interactive-ranking .rank-entry:last-child{border-bottom:0}.interactive-ranking .rank-row{width:100%;color:var(--app-text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:35px minmax(170px,1.1fr) minmax(130px,2fr) 75px 76px}.interactive-ranking .rank-row:hover,.interactive-ranking .rank-entry.open>.rank-row{background:var(--app-surface-soft)}.interactive-ranking .rank-person strong{color:var(--app-text);font-weight:900;display:block}.interactive-ranking .position{color:var(--app-text);font-weight:900}.interactive-ranking .position.p1{color:#fff}.interactive-ranking .rank-row>em{color:var(--app-accent);text-align:right;font-size:9px;font-style:normal;font-weight:900}.rank-orders{background:var(--app-surface-soft);padding:4px 14px 12px 58px}.rank-orders>p{color:var(--app-muted);text-align:center;padding:16px}.rank-order{border-bottom:1px solid var(--app-border);grid-template-columns:minmax(145px,1fr) auto 78px 74px minmax(130px,auto);align-items:center;gap:10px;padding:10px 0;font-size:10px;display:grid}.rank-order>span{gap:3px;display:grid}.rank-order small,.rank-order time{color:var(--app-muted)}.rank-order>i{text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:900}.rank-order>i.sep{color:#43835b;background:#edf5ef}.rank-order>i.mont{color:#8b5528;background:#f4e5d8}@media (width<=900px){.interactive-ranking .rank-row{grid-template-columns:32px 1fr 55px 70px}.interactive-ranking .rank-track{display:none}.rank-orders{padding-left:12px}.rank-order{grid-template-columns:1fr auto}.rank-order time,.rank-order>strong,.rank-order>small{grid-column:1/-1}}.rank-order-pager{color:var(--app-muted);justify-content:space-between;align-items:center;gap:14px;padding:13px 0 2px;font-size:10px;display:flex}.rank-order-pager>div{align-items:center;gap:8px;display:flex}.rank-order-pager button{border:1px solid var(--app-border);background:var(--app-surface);color:var(--app-text);cursor:pointer;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:900}.rank-order-pager button:disabled{opacity:.4;cursor:default}.rank-order-pager b{min-width:88px;color:var(--app-text);text-align:center;font-size:9px}@media (width<=620px){.rank-order-pager{flex-direction:column;align-items:stretch}.rank-order-pager>div{justify-content:space-between}}.rank-orders{gap:10px;display:grid}.operator-order-card{border:1px solid var(--app-border);background:var(--app-surface);border-radius:12px;padding:14px 16px}.operator-order-card header,.operator-order-card header>div,.order-totals{align-items:center;display:flex}.operator-order-card header{justify-content:space-between;gap:12px}.operator-order-card header>div{gap:12px}.operator-order-card header strong{color:var(--app-text);font-size:13px}.operator-order-card header time,.order-totals small{color:var(--app-muted);font-size:10px}.operator-order-card header>i{text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:8px;font-style:normal;font-weight:900}.operator-order-card header>i.sep{color:#43835b;background:#edf5ef}.operator-order-card header>i.mont{color:#8b5528;background:#f4e5d8}.order-customer{color:var(--app-text);margin:9px 0 5px;font-size:11px;font-weight:800}.order-totals{color:var(--app-muted);justify-content:space-between;gap:12px;margin-bottom:10px;font-size:10px}.order-products{border-top:1px solid var(--app-border);gap:6px;padding-top:10px;display:grid}.order-products>div{color:var(--app-text);justify-content:space-between;align-items:flex-start;gap:14px;font-size:10px;display:flex}.order-products>div span{line-height:1.45}.order-products>div b{color:var(--app-accent);flex:none}.order-products>small{color:var(--app-muted);font-size:10px}@media (width<=620px){.operator-order-card header>div,.order-totals{flex-direction:column;align-items:flex-start;gap:4px}}.history-with-actions .table-head,.history-with-actions .table-row{grid-template-columns:100px minmax(180px,1.5fr) 150px 120px minmax(120px,1fr) 70px}.history-delete{color:#b84f47;cursor:pointer;background:#fff0ef;border:0;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:900}.history-delete:disabled{opacity:.5;cursor:wait}@media (width<=900px){.history-with-actions .table-head,.history-with-actions .table-row{min-width:850px}}.occ-shell{background:var(--app-surface-soft);min-height:100vh;color:var(--app-text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;grid-template-columns:248px 1fr;display:grid}.occ-shell>aside{background:var(--app-sidebar);color:#fff;flex-direction:column;gap:28px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.occ-brand{color:#fff;text-align:left;background:0 0;border:0;align-items:center;gap:12px;display:flex}.occ-brand img{width:42px}.occ-brand span,.occ-user span{display:grid}.occ-brand small,.occ-user small{color:var(--app-sidebar-muted)}.occ-shell aside nav{gap:7px;display:grid}.occ-shell aside nav button{color:var(--app-sidebar-text);text-align:left;background:0 0;border:0;border-radius:10px;padding:12px 14px;font-weight:700}.occ-shell aside nav button.active{background:var(--app-sidebar-active);color:#fff}.occ-user{align-items:center;gap:10px;margin-top:auto;padding:12px;display:flex}.occ-user>b{background:var(--app-accent);border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.occ-shell aside nav button{align-items:center;gap:12px;padding:12px;display:flex}.occ-shell aside nav button>i{color:#d8dadd;background:0 0;border:1px solid #3b4046;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-style:normal;display:grid}.occ-shell aside nav button>i svg{width:18px;height:18px}.occ-shell aside nav button.active>i{color:var(--app-accent-light);background:#c47d3c24;border-color:#c47d3ca6}.occ-mobile-header{display:none!important}.occ-main{padding:34px clamp(22px,4vw,58px)}.occ-main>header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.occ-main h1{margin:4px 0;font:800 34px Manrope}.occ-main header p{color:var(--app-muted);margin:0}.occ-main header small{color:var(--app-accent);letter-spacing:.12em;font-weight:800}.occ-primary{border-radius:10px;padding:12px 18px;font-weight:800;background:var(--app-accent)!important;color:#fff!important;border:0!important}.occ-kpis{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.occ-kpis>*{border:1px solid var(--app-border);text-align:left;box-shadow:var(--app-shadow);background:#fff;border-radius:14px;gap:8px;padding:20px;display:grid}.occ-kpis small{color:var(--app-muted)}.occ-kpis strong{font:800 28px Manrope}.occ-kpis .impact{background:var(--app-sidebar);color:#fff}.occ-kpis .impact span{color:var(--app-sidebar-muted);font-size:12px}.occ-card{border:1px solid var(--app-border);box-shadow:var(--app-shadow);background:#fff;border-radius:16px;padding:20px}.occ-list{display:grid}.occ-list>button{border:0;border-bottom:1px solid var(--app-border);text-align:left;color:var(--app-text);background:0 0;grid-template-columns:5px 1fr auto 110px 90px;align-items:center;gap:14px;padding:15px 6px;display:grid}.occ-list>button:hover{background:var(--app-surface-soft)}.occ-list i{background:var(--app-warning);border-radius:5px;height:36px}.occ-list i.avaria{background:var(--app-danger)}.occ-list i.reenvio{background:var(--app-sector-box)}.occ-list span{gap:4px;display:grid}.occ-list small,.occ-list time{color:var(--app-muted)}.occ-list em{background:var(--app-warning-soft);border-radius:15px;padding:5px 8px;font-size:12px;font-style:normal}.occ-list em.resolvido{background:var(--app-success-soft);color:var(--app-success)}.occ-list em.reembolso{color:#7043a5;background:#f4efff}.occ-empty{text-align:center;color:var(--app-muted);padding:42px}.occ-filters{grid-template-columns:1fr 220px 250px;gap:12px;margin-bottom:15px;display:grid}.occ-filters input,.occ-filters select,.occ-form input,.occ-form select,.occ-item input,.occ-comment-add input{border:1px solid var(--app-border);color:var(--app-text);background:#fff;border-radius:9px;padding:11px}.occ-overlay{z-index:20;background:#111b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.occ-editor{background:#fff;border-radius:17px;width:min(900px,100%);max-height:94vh;overflow:auto}.occ-editor>header,.occ-editor>footer{border-bottom:1px solid var(--app-border);align-items:center;gap:12px;padding:20px 24px;display:flex}.occ-editor>header{justify-content:space-between}.occ-editor>header h2{margin:4px 0}.occ-editor>header button{background:0 0;border:0;font-size:28px}.occ-form{grid-template-columns:1fr 1fr;gap:14px;padding:22px 24px;display:grid}.occ-form label{gap:6px;font-size:13px;font-weight:700;display:grid}.occ-form .wide,.occ-form fieldset{grid-column:1/-1}.occ-form fieldset{border:0;padding:0}.occ-types{gap:8px;display:flex}.occ-types button{border:1px solid var(--app-border);background:#fff;border-radius:9px;padding:9px 15px}.occ-types button.active{border-color:var(--app-accent);color:var(--app-accent);background:#fff8ef}.occ-editor-section{border-top:1px solid var(--app-border);padding:20px 24px}.occ-section-head{justify-content:space-between;display:flex}.occ-section-head button{color:var(--app-accent);background:0 0;border:0;font-weight:800}.occ-item{grid-template-columns:1fr 90px 120px 36px;gap:8px;margin:8px 0;display:grid}.occ-item button,.occ-photos button{color:var(--app-danger);background:0 0;border:0}.occ-photos{grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:10px;display:grid}.occ-photos>div,.occ-photos>label{aspect-ratio:1;border:1px solid var(--app-border);border-radius:10px;place-items:center;display:grid;position:relative;overflow:hidden}.occ-photos img{object-fit:cover;width:100%;height:100%}.occ-photos button{color:#fff;background:#222c;border-radius:50%;position:absolute;top:3px;right:3px}.occ-photos label{color:var(--app-muted);cursor:pointer;border-style:dashed}.occ-comment{border-left:3px solid var(--app-accent);background:var(--app-surface-soft);margin:10px 0;padding:8px 12px}.occ-comment time{float:right;color:var(--app-muted);font-size:12px}.occ-comment p{margin-bottom:0}.occ-comment-add{gap:8px;display:flex}.occ-comment-add input{flex:1}.occ-editor>footer{border-top:1px solid var(--app-border);border-bottom:0}.occ-editor>footer span{flex:1}.occ-editor>footer button{border:1px solid var(--app-border);background:#fff;border-radius:9px;padding:10px 15px}.occ-editor>footer .danger{color:var(--app-danger)}.occ-loading{background:var(--app-sidebar);color:#fff;border-radius:10px;padding:12px 18px;position:fixed;bottom:20px;right:20px}.occ-refund{grid-template-columns:220px 1fr;gap:10px;display:grid}.occ-refund h3{grid-column:1/-1}.occ-refund select,.occ-refund textarea{border:1px solid var(--app-border);color:var(--app-text);background:#fff;border-radius:9px;padding:11px}.occ-refund textarea{resize:vertical;min-height:80px}@media (width<=800px){.occ-shell{display:block}.occ-shell>aside{height:auto;position:static}.occ-shell aside nav{grid-template-columns:repeat(3,1fr)}.occ-user{display:none}.occ-kpis{grid-template-columns:1fr 1fr}.occ-filters{grid-template-columns:1fr}.occ-list>button{grid-template-columns:5px 1fr auto}.occ-list>button>b,.occ-list>button>time{display:none}.occ-main{padding:22px 14px}.occ-main>header{align-items:flex-start}.occ-main h1{font-size:26px}.occ-form{grid-template-columns:1fr}.occ-form>*{grid-column:1!important}.occ-item{grid-template-columns:1fr 65px 90px 30px}}.occ-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1119;padding:0;display:block}.occ-editor{background:var(--app-surface-soft);border-radius:0;width:min(680px,100%);max-height:100vh;position:absolute;inset:0 0 0 auto;box-shadow:-18px 0 50px #1113}.occ-editor>header{z-index:2;background:#fff;padding:18px 22px;position:sticky;top:0}.occ-editor>header h2{font:800 20px Manrope}.occ-editor>header button{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:9px;place-items:center;width:36px;height:36px;font-size:22px;display:grid}.occ-invoice{text-align:center;cursor:pointer;text-transform:none;letter-spacing:0;color:var(--app-text);background:#fff;border:2px dashed #cbd0d5;border-radius:13px;justify-items:center;gap:5px;margin:20px 22px 0;padding:20px;display:grid}.occ-invoice>span{background:var(--app-surface-soft);border-radius:11px;place-items:center;width:42px;height:42px;font-size:23px;display:grid}.occ-invoice strong{font-size:15px}.occ-invoice small{color:var(--app-muted);font-size:12px;font-weight:500}.occ-invoice em{background:var(--app-accent);color:#fff;border-radius:9px;margin-top:8px;padding:9px 16px;font-size:13px;font-style:normal;font-weight:800}.occ-form{padding:22px}.occ-form label{color:var(--app-text);margin:0;font-size:12px;font-weight:800}.occ-form input,.occ-form select{min-height:44px}.occ-form fieldset legend{text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:800}.occ-form-title{color:var(--app-muted);text-transform:uppercase;letter-spacing:.06em;grid-column:1/-1;align-items:center;gap:10px;margin:12px 0 0;font-size:12px;display:flex}.occ-form-title:after{content:"";background:var(--app-border);flex:1;height:1px}.occ-counter{text-align:right;color:var(--app-muted);font-size:10px;font-weight:500}.occ-mono{font-family:ui-monospace,Cascadia Code,Consolas,monospace}.occ-calendar{position:relative}.occ-calendar-input{border:1px solid var(--app-border);width:100%;min-height:44px;color:var(--app-text);text-align:left;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.occ-calendar-input .placeholder{color:#8b8f94}.occ-calendar-input svg{width:18px;height:18px;color:var(--app-muted)}.occ-calendar-popover{z-index:8;border:1px solid var(--app-border);width:310px;color:var(--app-text);text-transform:none;letter-spacing:0;background:#fff;border-radius:13px;padding:14px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 18px 45px #1920272b}.occ-calendar-popover>header{grid-template-columns:34px 1fr 34px;align-items:center;margin-bottom:10px;display:grid}.occ-calendar-popover>header strong{text-align:center;text-transform:capitalize;font:800 14px Manrope}.occ-calendar-popover>header button{background:var(--app-surface-soft);border:0;border-radius:8px;height:32px;font-size:22px}.occ-calendar-week,.occ-calendar-days{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.occ-calendar-week span{color:var(--app-muted);text-align:center;text-transform:uppercase;padding:5px 0;font-size:10px;font-weight:800}.occ-calendar-days button,.occ-calendar-days span{aspect-ratio:1;color:var(--app-text);background:0 0;border:0;border-radius:8px;place-items:center;font-size:12px;display:grid}.occ-calendar-days button:hover{background:var(--app-surface-soft)}.occ-calendar-days button.selected{background:var(--app-accent);color:#fff;font-weight:800}.occ-calendar-popover>footer{border-top:1px solid var(--app-border);justify-content:space-between;margin-top:10px;padding-top:10px;display:flex}.occ-calendar-popover>footer button{color:var(--app-accent);background:0 0;border:0;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:800}@media (width<=520px){.occ-calendar-popover{width:min(310px,100vw - 48px);left:0;right:auto}}.occ-types{grid-template-columns:repeat(3,1fr);display:grid}.occ-types button{font-weight:800}.occ-editor-section{padding:20px 22px}.occ-editor-section h3{font:800 14px Manrope}.occ-item{grid-template-columns:1fr 80px 125px 36px}.occ-item input{min-height:42px}.occ-add-item{width:100%;color:var(--app-muted);background:#fff;border:1px dashed #c6cbd0;border-radius:9px;margin-top:8px;padding:10px;font-weight:700}.occ-items-total{text-align:right;margin-top:10px;font-size:13px;font-weight:800}.occ-comment-add button{color:#fff;background:#17191c;border:0;border-radius:9px;padding:0 19px;font-size:14px;font-weight:800}.occ-save-error{z-index:3;border:1px solid #e3aaa6;border-left:5px solid var(--app-danger);color:#7f2f2a;background:#fff5f4;border-radius:11px;grid-template-columns:1fr auto;gap:3px 14px;margin:0 18px 10px;padding:13px 14px;display:grid;position:sticky;bottom:75px;box-shadow:0 10px 28px #1d202426}.occ-save-error strong{font:800 14px Manrope}.occ-save-error span{color:#743d39;grid-column:1;font-size:12px;line-height:1.45}.occ-save-error button{color:#8f3731;background:#f7ddda;border:0;border-radius:8px;grid-area:1/2/3;align-self:center;width:30px;height:30px;font-size:20px}.occ-save-error .occ-login-again{color:#fff;white-space:nowrap;background:#17191c;width:auto;height:38px;padding:0 14px;font-size:12px;font-weight:800}.occ-editor>footer{z-index:2;background:#fff;position:sticky;bottom:0}.occ-editor>footer button{min-height:46px;padding:11px 20px;font:800 15px Manrope}.occ-editor>footer .occ-primary{padding-inline:24px;font-size:15px!important}@media (width<=800px){.occ-editor{width:100%}.occ-invoice{margin-inline:14px}.occ-form{padding-inline:14px}.occ-item{grid-template-columns:1fr 62px 90px 30px}.occ-editor>footer,.occ-editor>footer button{padding-inline:14px}}.occ-kpis{grid-template-columns:repeat(3,1fr)}.occ-kpi{min-height:145px;transition:transform .15s,border-color .15s;position:relative;overflow:hidden}.occ-kpi:hover{border-color:#cdd1d5;transform:translateY(-2px)}.occ-kpi:before{content:"";background:var(--kpi-color);width:5px;position:absolute;inset:0 auto 0 0}.occ-kpi small{color:var(--app-text);letter-spacing:.045em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.occ-kpi small i{background:var(--kpi-color);border-radius:50%;width:9px;height:9px}.occ-kpi strong{color:var(--kpi-color);font:800 36px Manrope}.occ-kpi span{color:var(--app-muted);font-size:12px}.occ-kpi.extravio{--kpi-color:#b84f47;background:#fff7f6}.occ-kpi.avaria{--kpi-color:#b2762f;background:#fffaf1}.occ-kpi.reenvio{--kpi-color:#287f91;background:#f4fbfc}.occ-kpi.total{--kpi-color:#25282c;background:#fff}.occ-kpi.total strong{color:var(--app-text)}.occ-dashboard-side{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:16px;margin-bottom:20px;display:grid}.occ-stage-card{border:1px solid var(--app-border);box-shadow:var(--app-shadow);background:#fff;border-radius:14px;overflow:hidden}.occ-stage-card>header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:center;padding:16px 19px;display:flex}.occ-stage-card h2{margin:0;font:800 15px Manrope}.occ-stage-card>header span{color:var(--app-muted);font-size:11px;font-weight:700}.occ-stage-card>div{padding:9px 19px}.occ-stage-card button{width:100%;color:var(--app-text);text-align:left;background:0 0;border:0;border-bottom:1px solid #eef0f1;grid-template-columns:minmax(145px,1fr) minmax(100px,2fr) 28px;align-items:center;gap:13px;padding:9px 0;display:grid}.occ-stage-card button:last-child{border-bottom:0}.occ-stage-card button>span{font-size:12px;font-weight:700}.occ-stage-card button>i{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:99px;height:8px;overflow:hidden}.occ-stage-card button>i>b{background:#6f7983;border-radius:99px;min-width:3px;height:100%;display:block}.occ-stage-card button>i>b.aberto{background:#b84f47}.occ-stage-card button>i>b.transportadora{background:#b2762f}.occ-stage-card button>i>b.reenviado{background:#287f91}.occ-stage-card button>i>b.resolvido{background:var(--app-success)}.occ-stage-card button>i>b.reembolso{background:#7043a5}.occ-stage-card button>strong{text-align:right;font:800 13px Manrope}.occ-impact{background:var(--app-sidebar);color:#fff;min-height:100%;box-shadow:var(--app-shadow);text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.occ-impact>div{gap:7px;display:grid}.occ-impact small{color:var(--app-sidebar-muted);letter-spacing:.1em;font-size:10px;font-weight:800}.occ-impact strong{color:#f0a65c;font:800 32px Manrope}.occ-impact>span{max-width:340px;color:var(--app-sidebar-muted);font-size:12px;line-height:1.5}@media (width<=900px){.occ-dashboard-side{grid-template-columns:1fr}.occ-impact{min-height:180px}}@media (width<=800px){.occ-kpis{grid-template-columns:1fr 1fr}}@media (width<=520px){.occ-kpis{grid-template-columns:1fr}.occ-stage-card button{grid-template-columns:1fr 80px 24px}.occ-stage-card button>span{font-size:11px}}@keyframes occ-shimmer{to{background-position-x:-200%}}.occ-skeleton-line,.occ-skeleton-upload{background:linear-gradient(100deg,#e8eaec 20%,#f7f8f9 40%,#e8eaec 60%) 0 0/200% 100%;border-radius:10px;animation:1.25s linear infinite occ-shimmer}.occ-skeleton-kpis{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.occ-skeleton-kpis .occ-skeleton-line{border-radius:14px;height:145px}.occ-skeleton-side{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:16px;margin-bottom:20px;display:grid}.occ-skeleton-side>div,.occ-skeleton-list{border:1px solid var(--app-border);background:#fff;border-radius:14px;gap:11px;padding:20px;display:grid}.occ-skeleton-side .occ-skeleton-line{height:26px}.occ-skeleton-side>div:last-child .occ-skeleton-line{height:42px}.occ-skeleton-list .occ-skeleton-line{height:55px}.occ-skeleton-filters{grid-template-columns:1fr 220px 250px;gap:12px;margin-bottom:15px;display:grid}.occ-skeleton-filters .occ-skeleton-line{height:44px}.occ-detail-loading{z-index:25}.occ-detail-skeleton{background:var(--app-surface-soft);grid-template-rows:auto 1fr auto;width:min(680px,100%);height:100%;display:grid;position:absolute;inset:0 0 0 auto;box-shadow:-18px 0 50px #1113}.occ-detail-skeleton header,.occ-detail-skeleton footer{background:#fff;align-items:center;gap:12px;padding:20px 22px;display:flex}.occ-detail-skeleton header .occ-skeleton-line:first-child{width:190px;height:18px}.occ-detail-skeleton header .occ-skeleton-line:last-child{width:36px;height:36px;margin-left:auto}.occ-detail-skeleton main{align-content:start;gap:14px;padding:20px 22px;display:grid;overflow:hidden}.occ-skeleton-upload{height:145px;margin-bottom:8px}.occ-detail-skeleton main .occ-skeleton-line{height:48px}.occ-detail-skeleton footer{justify-content:flex-end}.occ-detail-skeleton footer .occ-skeleton-line{width:120px;height:45px}@media (width<=900px){.occ-skeleton-side{grid-template-columns:1fr}}@media (width<=800px){.occ-skeleton-kpis{grid-template-columns:1fr 1fr}.occ-skeleton-filters{grid-template-columns:1fr}}@media (width<=520px){.occ-skeleton-kpis{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.occ-skeleton-line,.occ-skeleton-upload{animation:none}}@media (width<=760px){.occ-shell{padding-bottom:72px;display:block}.occ-shell>aside{display:none}.occ-main{padding:0 14px 34px}.occ-mobile-header{z-index:25;background:var(--app-sidebar);color:#fff;justify-content:space-between;height:62px;padding:0 15px;position:sticky;top:0;align-items:center!important;margin:0 -14px 22px!important;display:flex!important}.occ-mobile-header button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;place-items:center;width:35px;height:35px;padding:0;display:grid}.occ-mobile-header button svg{width:18px;height:18px}.occ-mobile-header .occ-mobile-logout{color:#f1b2ad;width:auto;padding:0 10px;font-size:11px;font-weight:800}.occ-page-header{align-items:flex-start!important}.occ-page-header .occ-primary{min-height:42px}.occ-loading{bottom:82px}}.occ-refund-list{gap:16px;display:grid}.occ-refund-card{border:1px solid var(--app-border);box-shadow:var(--app-shadow);background:#fff;border-radius:15px;overflow:hidden}.occ-refund-card>header{border-left:5px solid #7043a5;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 21px;display:flex}.occ-refund-card>header small{color:var(--app-muted);font-size:11px;font-weight:700}.occ-refund-card>header h2{margin:4px 0 2px;font:800 17px Manrope}.occ-refund-card>header p{color:var(--app-muted);margin:0;font-size:12px}.occ-refund-card>header>div:last-child{justify-items:end;gap:7px;display:grid}.occ-refund-card>header strong{font:800 17px Manrope}.occ-refund-card>header button{color:var(--app-accent);background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.occ-refund-card>section{border-top:1px solid var(--app-border);background:var(--app-surface-soft);grid-template-columns:230px 1fr;gap:18px;padding:17px 21px;display:grid}.occ-refund-status>span,.occ-refund-card>section>label{color:var(--app-muted);letter-spacing:.06em;text-transform:uppercase;gap:7px;margin:0;font-size:10px;font-weight:800;display:grid}.occ-refund-status>div{background:#fff;border:1px solid #cfd3d7;border-radius:9px;margin-top:8px;display:flex;overflow:hidden}.occ-refund-status button{border:0;border-right:1px solid var(--app-border);color:var(--app-muted);background:#fff;flex:1;padding:10px 8px;font-size:11px;font-weight:800}.occ-refund-status button:last-child{border-right:0}.occ-refund-status button.active.waiting{color:#a46418;background:#fff1dd}.occ-refund-status button.active.done{color:#34754b;background:#eaf7ee}.occ-refund-card textarea{width:100%;min-height:82px;color:var(--app-text);resize:vertical;text-transform:none;letter-spacing:0;background:#fff;border:1px solid #cfd3d7;border-radius:9px;padding:11px 12px;font:500 13px DM Sans}.occ-refund-card textarea:focus{border-color:var(--app-accent);outline:0;box-shadow:0 0 0 3px #c47d3c1c}.occ-refund-card label small{color:var(--app-muted);letter-spacing:0;text-align:right;text-transform:none;font-size:10px;font-weight:600}.occ-refund-skeleton{gap:16px;display:grid}.occ-refund-skeleton>div{border:1px solid var(--app-border);background:#fff;border-radius:15px;gap:12px;padding:20px;display:grid}.occ-refund-skeleton .occ-skeleton-line:first-child{width:45%;height:28px}.occ-refund-skeleton .occ-skeleton-line:nth-child(2){height:50px}.occ-refund-skeleton .occ-skeleton-line:last-child{height:84px}@media (width<=700px){.occ-refund-card>header{flex-direction:column}.occ-refund-card>header>div:last-child{justify-items:start}.occ-refund-card>section{grid-template-columns:1fr}}.occ-refund-card>section{grid-template-columns:1fr;gap:16px}.occ-refund-status>div{width:min(100%,360px)}.agenda-shell{color:#202226;background:#f4f4f1;min-height:100vh}.agenda-header{z-index:20;color:#fff;background:#121315;border-bottom:1px solid #2d2f33;align-items:center;gap:22px;min-height:76px;padding:0 max(24px,50vw - 640px);display:flex;position:sticky;top:0}.agenda-header>div:nth-child(2){flex-direction:column;flex:1;display:flex}.agenda-header strong{font:700 14px Manrope,sans-serif}.agenda-header small{color:#858990;letter-spacing:.1em;text-transform:uppercase;margin-top:3px;font-size:9px}.agenda-back{color:#a8abb0;background:0 0;border:0;align-items:center;gap:7px;display:flex}.agenda-back svg,.agenda-connection svg,.agenda-title-actions svg,.agenda-toolbar svg{width:17px}.agenda-connection{color:#f4a51c;border:1px solid #383b40;border-radius:12px;align-items:center;gap:8px;padding:9px 12px;font-size:10px;display:flex}.agenda-connection.is-online{color:#55cf8f}.agenda-lock{color:#fff;text-align:center;background:#8f301f;padding:11px 24px;font-size:12px}.agenda-content{width:min(1280px,100% - 48px);margin:auto;padding:42px 0 70px}.agenda-title{justify-content:space-between;align-items:end;gap:28px;margin-bottom:28px;display:flex}.agenda-title p{color:#b26e00;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:800}.agenda-title h1{letter-spacing:-.05em;margin:0;font:700 clamp(32px,4vw,52px)/1 Manrope,sans-serif}.agenda-title>div>span{color:#767b80;margin-top:12px;font-size:12px;display:block}.agenda-title-actions{gap:9px;display:flex}.agenda-title-actions button{color:#363a3e;background:#fff;border:1px solid #d6d7d3;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:700;display:flex}.agenda-title-actions .agenda-new{color:#1d170c;background:#f4a51c;border-color:#f4a51c}.agenda-toolbar{background:#fff;border:1px solid #deded9;border-radius:16px;align-items:center;gap:20px;margin-bottom:18px;padding:13px 16px;display:flex}.agenda-toolbar label,.agenda-toolbar span{color:#696e72;text-transform:none;letter-spacing:0;align-items:center;gap:8px;margin:0;font-size:11px;display:flex}.agenda-toolbar input[type=date]{min-height:35px;padding:5px 9px}.agenda-toolbar .agenda-check{margin-left:auto}.agenda-check input,.agenda-card footer input{accent-color:#f4a51c;width:16px;min-height:16px}.agenda-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.agenda-card{background:#fff;border:1px solid #dddeda;border-left:4px solid #f4a51c;border-radius:20px;overflow:hidden;box-shadow:0 10px 28px #1e20220f}.agenda-card.assistance{border-left-color:#7c3aed}.agenda-card.concluido{opacity:.76;border-left-color:#34a76f}.agenda-card-top{background:#fafaf8;border-bottom:1px solid #ecece8;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.agenda-card-top>span{color:#898d90;align-items:center;gap:6px;font-size:9px;display:flex}.agenda-card-top svg{width:14px}.agenda-card-top div{gap:6px;display:flex}.agenda-card-top button{color:#606469;background:#fff;border:1px solid #dedfdb;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.agenda-fields{grid-template-columns:1.2fr .7fr .8fr;gap:0 12px;padding:6px 16px 14px;display:grid}.agenda-fields label{color:#777b7f;margin-top:12px;font-size:9px}.agenda-fields input,.agenda-fields textarea{background:#f8f8f5;border-color:#dedfdb;border-radius:10px;min-height:40px;margin-top:6px;padding:9px 11px}.agenda-fields textarea{resize:vertical;min-height:68px}.agenda-fields .wide{grid-column:1/-1}.agenda-card footer{text-transform:none;background:#fafaf8;border-top:1px solid #ecece8;align-items:center;gap:12px;padding:12px 16px;display:flex}.agenda-card footer label{color:#5f6468;letter-spacing:0;text-transform:none;align-items:center;gap:7px;margin:0;font-size:10px;display:flex}.agenda-card footer>span{color:#9b6205;background:#fff1d8;border-radius:99px;margin-left:auto;padding:6px 9px;font-size:9px;font-weight:800}.agenda-card.concluido footer>span{color:#26744d;background:#e5f6ed}.agenda-card footer button{color:#fff;background:#26282b;border:0;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:800}.agenda-empty{color:#8a8e91;border:1px dashed #cfd0cb;border-radius:20px;grid-column:1/-1;align-content:center;place-items:center;gap:10px;min-height:280px;display:grid}.agenda-empty svg{width:32px}.agenda-empty strong{color:#4b4f53}.agenda-empty span{font-size:11px}.agenda-board{text-align:center;max-width:920px;margin:50px auto}.agenda-board>p{letter-spacing:.12em;text-transform:uppercase;font-size:14px;font-weight:800}.agenda-board>strong{font:800 clamp(100px,18vw,220px)/1 Manrope,sans-serif;display:block}.agenda-board.has-pending>strong{color:#c73525}.agenda-board.is-clear>strong{color:#2ca368}.agenda-board>span{color:#71767a}.agenda-board>div{text-align:left;gap:10px;margin-top:40px;display:grid}.agenda-board article{background:#fff;border:1px solid #deded9;border-radius:15px;align-items:center;gap:15px;padding:16px;display:flex}.agenda-board article>b{color:#f4a51c;background:#26282b;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.agenda-board article span{flex-direction:column;display:flex}.agenda-board article small{color:#777;margin-top:4px;font-size:10px}@media (width<=900px){.agenda-title{flex-direction:column;align-items:start}.agenda-cards{grid-template-columns:1fr}.agenda-title-actions{flex-wrap:wrap}.agenda-fields{grid-template-columns:1fr 1fr}.agenda-toolbar{flex-wrap:wrap}.agenda-toolbar .agenda-check{margin-left:0}}@media (width<=560px){.agenda-content{width:min(100% - 24px,1280px);padding-top:25px}.agenda-header{padding:0 12px}.agenda-header>div:nth-child(2),.agenda-connection span{display:none}.agenda-fields{grid-template-columns:1fr}.agenda-fields .wide{grid-column:auto}.agenda-title-actions button{font-size:0}.agenda-card footer{flex-wrap:wrap}}.agenda-fields label{flex-direction:column;font-size:10px;display:flex}.agenda-fields input,.agenda-fields textarea{color:#202226;border:1px solid #dedfdb;outline:0;font-size:12px}.agenda-fields input:focus,.agenda-fields textarea:focus{border-color:#f4a51c;box-shadow:0 0 0 3px #f4a51c21}.agenda-last-editor{color:#858a8e;text-align:right;flex-direction:column;min-width:0;margin-left:auto;font-size:9px;line-height:1.35;display:flex}.agenda-last-editor strong{color:#4f555a;text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:10px;overflow:hidden}.agenda-last-editor time{white-space:nowrap}.agenda-card footer>.agenda-last-editor+span{margin-left:0}.agenda-card footer{flex-wrap:wrap}.agenda-card footer label:has(input:disabled){color:#9da1a4;cursor:not-allowed}.agenda-audit-list{gap:10px;display:grid}.agenda-audit-list>article{border:1px solid var(--app-border);background:var(--app-surface);box-shadow:var(--app-shadow);border-radius:15px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 17px;display:grid}.agenda-audit-list>article>i{background:var(--app-surface-soft);width:40px;height:40px;color:var(--app-accent);border-radius:11px;place-items:center;display:grid}.agenda-audit-list>article>i svg{width:18px;height:18px}.agenda-audit-list>article>div,.agenda-audit-list>article>footer{flex-direction:column;gap:3px;min-width:0;display:flex}.agenda-audit-list>article>div>strong{color:var(--app-text);font-size:12px}.agenda-audit-list>article span,.agenda-audit-list>article small,.agenda-audit-list>article time{color:var(--app-muted);font-size:10px}.agenda-audit-list>article>div>small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agenda-audit-list>article>footer{text-align:right;background:0 0;border:0;align-items:flex-end;margin:0;padding:0}.agenda-audit-list>article>footer strong{font-size:11px}.agenda-log-period>label,.agenda-period-filter>label{white-space:nowrap}.agenda-log-period .date-picker-br,.agenda-period-filter .date-picker-br{min-width:145px}.agenda-fields .date-picker-br{margin-top:6px}.agenda-shell{grid-template-columns:252px minmax(0,1fr);display:grid}.agenda-main{min-width:0}.agenda-sidebar{z-index:30;box-sizing:border-box;background:var(--app-sidebar);color:#fff;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0}.agenda-brand{border:0;border-bottom:1px solid var(--app-sidebar-border);color:#fff;text-align:left;background:0 0;align-items:center;gap:12px;padding:4px 6px 24px;display:flex}.agenda-brand img{object-fit:contain;width:52px;height:52px}.agenda-brand span,.agenda-user span{flex-direction:column;min-width:0;display:flex}.agenda-brand strong{font-size:17px}.agenda-brand small,.agenda-user small{color:var(--app-sidebar-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:10px}.agenda-sidebar nav{gap:7px;padding-top:25px;display:grid}.agenda-sidebar nav button{color:var(--app-sidebar-text);text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:12px;font-weight:700;display:flex}.agenda-sidebar nav button i{border:1px solid #3b4046;border-radius:10px;place-items:center;width:34px;height:34px;font-style:normal;display:grid}.agenda-sidebar nav svg{width:17px;height:17px}.agenda-sidebar nav button:hover,.agenda-sidebar nav button.active{background:var(--app-sidebar-active);color:#fff}.agenda-sidebar nav button.active i{border-color:var(--app-accent);color:var(--app-accent-light)}.agenda-side-status{border-top:1px solid var(--app-sidebar-border);margin-top:auto;padding:12px 8px 4px}.agenda-side-status span{color:var(--app-accent-light);align-items:center;gap:8px;font-size:10px;display:flex}.agenda-side-status span.online{color:#65d69b}.agenda-side-status svg{width:15px}.agenda-user{align-items:center;gap:10px;margin-top:8px;padding:12px 8px 16px;display:flex}.agenda-user>b{width:34px;height:34px;color:var(--app-accent-light);background:#343940;border-radius:11px;flex:none;place-items:center;display:grid}.agenda-user strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.agenda-mobile-header{display:none}.agenda-title-actions{flex-direction:column;align-items:flex-end;gap:9px}.agenda-action-buttons{gap:9px;display:flex}.agenda-action-buttons .is-spinning{animation:.8s linear infinite agenda-sync-spin}@keyframes agenda-sync-spin{to{transform:rotate(360deg)}}.agenda-status-filter{background:#f5f5f2;border:1px solid #dedfda;border-radius:11px;gap:4px;padding:4px;display:flex}.agenda-status-filter button{color:#777b7f;background:0 0;border:0;border-radius:8px;min-height:30px;padding:5px 10px;font-size:9px;font-weight:800}.agenda-status-filter button:hover{color:#303337}.agenda-status-filter button.active{color:#fff;background:#26282b;box-shadow:0 3px 9px #191b1d24}.agenda-result-count{margin-left:auto}.agenda-search-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.agenda-search-row>label{flex:1;align-items:center;min-width:280px;max-width:680px;margin:0;display:flex;position:relative}.agenda-search-row>label>svg{color:#7a7f83;pointer-events:none;width:17px;position:absolute;left:14px}.agenda-search-row input{color:#25282c;background:#fff;border:1px solid #d8d9d5;border-radius:13px;width:100%;min-height:44px;padding:10px 44px 10px 42px;box-shadow:0 5px 18px #2326280a}.agenda-search-row input:focus{border-color:#d39a45;outline:3px solid #f4a51c24}.agenda-search-row label button{color:#64696d;background:#f0f1ee;border:0;border-radius:8px;place-items:center;width:31px;height:31px;padding:0;display:grid;position:absolute;right:7px}.agenda-search-row label button svg{width:14px}.agenda-search-row>span{color:#777c80;white-space:nowrap;font-size:10px}.agenda-search-row input::-webkit-search-cancel-button{appearance:none}.agenda-screen-sync{box-sizing:border-box;color:#b16e06;white-space:nowrap;background:#fffaf1;border:1px solid #e3d5bc;border-radius:13px;align-items:center;gap:10px;min-height:46px;padding:7px 13px;display:flex;box-shadow:0 5px 16px #282a2c0d}.agenda-screen-sync.is-online{color:#2c8d5c}.agenda-screen-sync svg{width:18px}.agenda-screen-sync>span{flex-direction:column;display:flex}.agenda-screen-sync strong{font-size:10px}.agenda-screen-sync small{color:#8a8e91;margin-top:3px;font-size:8px;font-weight:600}.agenda-screen-sync.is-online{background:#f3fbf6;border-color:#cce6d7}.agenda-board{isolation:isolate;contain:paint;color:#fff;text-align:left;background:#17191c;border-radius:22px;max-width:none;min-height:calc(100vh - 270px);margin:0;position:relative;overflow:hidden;box-shadow:0 22px 50px #1416182e}.agenda-board:before{content:"";z-index:-1;pointer-events:none;opacity:.48;animation:2.8s ease-in-out infinite agenda-board-pulse;position:absolute;inset:0}.agenda-board.has-pending:before{background:radial-gradient(circle at 50% 48%,#e63a2d7a 0,#bf241b38 25%,#0000 61%)}.agenda-board.is-clear:before{background:radial-gradient(circle at 50% 48%,#2dc47173 0,#1a8b4d33 25%,#0000 61%)}.agenda-board>header,.agenda-board-number,.agenda-board-list{z-index:1;position:relative}@keyframes agenda-board-pulse{0%,to{opacity:.28}50%{opacity:.72}}.agenda-board>header{border-bottom:1px solid #34373c;justify-content:space-between;align-items:flex-start;gap:30px;padding:28px 32px;display:flex}.agenda-board>header p{color:var(--app-accent-light);letter-spacing:.13em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:900}.agenda-board>header .agenda-board-day-title{letter-spacing:-.035em;text-transform:none;margin-bottom:8px;font:800 clamp(26px,3vw,42px)/1 Manrope,sans-serif}.agenda-board-state{color:#f2f3f4;margin-bottom:7px;font-size:13px;display:block}.agenda-board>header span,.agenda-board>header small{color:#999ea4;font-size:11px}.agenda-board>header>div:last-child{flex-direction:column;align-items:flex-end;display:flex}.agenda-board>header>div:last-child strong{font:800 34px Manrope,sans-serif}.agenda-board>header small{text-transform:capitalize;margin-top:4px}.agenda-board-clock button{color:#d9dcdf;background:0 0;border:1px solid #45494f;border-radius:9px;align-items:center;gap:7px;margin-top:12px;padding:7px 10px;font-size:10px;font-weight:800;display:flex}.agenda-board-clock button svg{width:14px}.agenda-board-number{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;gap:22px;min-height:250px;padding:40px 25px 30px;display:flex!important}.agenda-board-number strong{font:800 clamp(150px,18vw,260px)/.78 Manrope,sans-serif}.agenda-board.has-pending .agenda-board-number strong{color:#f05f4e}.agenda-board.is-clear .agenda-board-number strong{color:#55cf8f}.agenda-tomorrow-mode .agenda-board.is-clear:before{background:radial-gradient(circle at 50% 48%,#3f89da7a 0,#225b9d38 25%,#0000 61%)}.agenda-tomorrow-mode .agenda-board.is-clear .agenda-board-number strong{color:#62a8ed}.agenda-tomorrow-mode .agenda-board.has-pending:before{background:radial-gradient(circle at 50% 48%,#c47d3c80 0,#8b55283d 25%,#0000 61%)}.agenda-tomorrow-mode .agenda-board.has-pending .agenda-board-number strong{color:#d49357}.agenda-board-number span{color:#a9adb2;letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:800}.agenda-board-list{border-top:1px solid #34373c;gap:9px;padding:22px 32px 32px;display:grid}.agenda-board-list:empty{display:none}.agenda-board .agenda-board-list article{background:#24272b;border-color:#3a3e43}.agenda-board .agenda-board-list article>b{background:#35393e}.agenda-board .agenda-board-list article small{color:#a5aab0}.agenda-board .agenda-board-list article em{color:#d9dcdf;margin-top:7px;font-size:11px;font-style:normal}.agenda-board:fullscreen{box-sizing:border-box;background:#17191c;border-radius:0;width:100vw;height:100vh;padding:3vh 4vw;overflow:clip auto}.agenda-board:fullscreen>header{padding:2vh 1vw 3vh}.agenda-board:fullscreen>header p{font-size:1.5vh}.agenda-board:fullscreen>header .agenda-board-day-title{font-size:4vh}:is(.agenda-board:fullscreen>header span,.agenda-board:fullscreen>header small){font-size:1.25vh}.agenda-board:fullscreen .agenda-board-clock strong{font-size:5vh}.agenda-board:fullscreen .agenda-board-number{min-height:43vh}.agenda-board:fullscreen .agenda-board-number strong{font-size:min(32vh,25vw)}.agenda-board:fullscreen .agenda-board-number span{font-size:1.8vh}.agenda-board:fullscreen .agenda-board-list{grid-template-columns:repeat(2,minmax(0,1fr));padding:3vh 1vw}.agenda-board:fullscreen .agenda-board-list article{box-sizing:border-box;min-height:7vh}.agenda-board:fullscreen .agenda-board-list article strong{font-size:2vh}:is(.agenda-board:fullscreen .agenda-board-list article small,.agenda-board:fullscreen .agenda-board-list article em){font-size:1.3vh}@media (prefers-reduced-motion:reduce){.agenda-board:before{opacity:.45;animation:none}}@media (width<=760px){.agenda-shell{padding-bottom:72px;display:block}.agenda-sidebar{display:none}.agenda-mobile-header{z-index:25;background:var(--app-sidebar);color:#fff;justify-content:space-between;align-items:center;height:62px;padding:0 15px;display:flex;position:sticky;top:0}.agenda-mobile-header button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;place-items:center;width:35px;height:35px;display:grid}.agenda-mobile-header svg{width:17px}.agenda-mobile-header>span{color:var(--app-accent-light)}.agenda-mobile-header>span.online{color:#65d69b}.agenda-shell .mobile-bottom-navigation{display:flex}.agenda-title-actions{align-items:stretch;width:100%}.agenda-action-buttons{justify-content:flex-end}.agenda-screen-sync{align-self:flex-end}.agenda-screen-sync small{display:none}.agenda-board>header{padding:20px}.agenda-board>header>div:last-child strong{font-size:24px}.agenda-board>header small{text-align:right;max-width:150px}.agenda-board-number{flex-direction:column;align-items:center;gap:9px}.agenda-board-list{padding:18px}.agenda-log-period,.agenda-period-filter{align-items:stretch}.agenda-search-row{flex-direction:column;align-items:stretch}.agenda-search-row>label{width:100%;min-width:0;max-width:none}.agenda-search-row>span{white-space:normal;padding-left:3px}.agenda-log-period>label,.agenda-period-filter>label{justify-content:space-between;width:100%}.agenda-log-period .date-picker-br,.agenda-period-filter .date-picker-br{flex:1}}@media (width<=520px){.agenda-audit-list>article{grid-template-columns:36px minmax(0,1fr);padding:13px}.agenda-audit-list>article>i{width:36px;height:36px}.agenda-audit-list>article>footer{text-align:left;grid-column:2;align-items:flex-start}.agenda-card footer .agenda-last-editor{text-align:left;order:3;width:100%;margin-left:23px}.agenda-last-editor strong{max-width:100%}}.agenda-card-top>span.not-registered,.agenda-card footer>span.not-registered{color:#9b6205;font-weight:800}.agenda-fields input[aria-invalid=true]{background:#fff7f5;border-color:#c73525}.agenda-fields .agenda-field-error{color:#b32d20;letter-spacing:0;text-transform:none;margin-top:4px;font-size:9px;font-weight:700;display:block}.agenda-search-loading{grid-column:1/-1}.agenda-search-loading-message{color:#555a5e;background:#fff;border:1px solid #e0ded7;border-radius:13px;align-items:center;gap:11px;margin-bottom:13px;padding:13px 16px;display:flex}.agenda-search-loading-message>i{border:2px solid #e2e2de;border-top-color:var(--app-accent);border-radius:50%;flex:none;width:18px;height:18px;animation:.75s linear infinite agenda-search-spin}.agenda-search-loading-message>span{flex-direction:column;display:flex}.agenda-search-loading-message strong{font-size:11px}.agenda-search-loading-message small{color:#83878a;margin-top:3px;font-size:9px}.agenda-search-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.agenda-search-skeleton-grid article{background:#fff;border:1px solid #e1e1dd;border-left:4px solid #e5c28d;border-radius:20px;min-height:280px;padding:17px;overflow:hidden}.agenda-search-skeleton-grid article>div,.agenda-search-skeleton-grid article>span,.agenda-search-skeleton-grid article i,.agenda-search-skeleton-grid article footer{background:linear-gradient(90deg,#eeeeea 25%,#f8f8f5 50%,#eeeeea 75%) 0 0/200% 100%;border-radius:7px;animation:1.25s ease-in-out infinite agenda-search-shimmer;display:block}.agenda-search-skeleton-grid article>div{width:34%;height:13px}.agenda-search-skeleton-grid article>span{height:40px;margin-top:19px}.agenda-search-skeleton-grid article>span:nth-of-type(2){width:70%;height:40px}.agenda-search-skeleton-grid article>section{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.agenda-search-skeleton-grid article i{height:58px}.agenda-search-skeleton-grid article footer{height:34px;margin-top:22px}@keyframes agenda-search-spin{to{transform:rotate(360deg)}}@keyframes agenda-search-shimmer{to{background-position:-200% 0}}@media (width<=900px){.agenda-search-skeleton-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.agenda-search-loading-message>i,.agenda-search-skeleton-grid article>*{animation:none}}.label-shell{--app-sidebar:#202327;--app-sidebar-active:#30343a;--app-text:#25282c;--app-muted:#747a82;--app-border:#dfe2e5;--app-surface:#fff;--app-surface-soft:#f5f6f6;--app-accent:#ef9d18;--app-success:#258455;--app-danger:#c7473c;--app-shadow:0 12px 35px #1c1f2212;min-height:100vh;color:var(--app-text);background:#f0f1f1;grid-template-columns:245px minmax(0,1fr);display:grid}.label-sidebar{box-sizing:border-box;background:var(--app-sidebar);color:#fff;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.label-brand{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:3px 5px 22px;display:flex}.label-brand img{object-fit:contain;width:41px;height:41px}.label-brand span{display:grid}.label-brand b{font-size:15px}.label-brand small{color:#92989f;letter-spacing:.1em;text-transform:uppercase;margin-top:3px;font-size:10px}.label-sidebar>nav{gap:7px;margin-top:20px;display:grid}.label-sidebar>nav button{color:#aeb3b9;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;min-height:47px;padding:0 14px;font-weight:700;display:flex}.label-sidebar>nav button svg{width:19px}.label-sidebar>nav button.active{background:var(--app-sidebar-active);color:#fff;border-color:#484d54}.label-user{border-top:1px solid #393d42;align-items:center;gap:10px;margin-top:auto;padding:16px 7px;display:flex}.label-user>b{color:#25282c;background:#ef9d18;border-radius:10px;place-items:center;width:35px;height:35px;display:grid}.label-user span{min-width:0;display:grid}.label-user strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.label-user small{color:#91969d;margin-top:3px;font-size:10px}.label-main{min-width:0;padding:42px clamp(24px,4vw,60px) 70px}.label-mobile-header{display:none}.label-page-header{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto 30px;display:flex}.label-page-header small,.label-capture-heading>span{color:var(--app-accent);letter-spacing:.14em;font-size:10px;font-weight:900}.label-page-header h1{letter-spacing:-.035em;margin:7px 0 6px;font-size:clamp(27px,3vw,38px)}.label-page-header p{color:var(--app-muted);margin:0;font-size:13px}.label-secondary,.label-danger-link{border:1px solid var(--app-border);background:var(--app-surface);min-height:42px;color:var(--app-text);cursor:pointer;border-radius:11px;align-items:center;gap:8px;padding:0 16px;font-weight:800;display:flex}.label-secondary svg,.label-danger-link svg{width:17px}.label-danger-link{color:var(--app-danger)}.label-workspace{grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr);gap:24px;max-width:1240px;margin:auto;display:grid}.label-capture-panel,.label-empty-result,.label-result-card,.label-history{border:1px solid var(--app-border);background:var(--app-surface);box-shadow:var(--app-shadow);border-radius:20px}.label-capture-panel{padding:28px}.label-capture-heading h2{margin:7px 0;font-size:21px}.label-capture-heading p{color:var(--app-muted);margin:0;font-size:12px}.label-capture-grid{grid-template-columns:1fr 1fr;gap:15px;margin:25px 0 17px;display:grid}.label-capture-card{box-sizing:border-box;background:var(--app-surface-soft);cursor:pointer;border:1px dashed #c7cbcf;border-radius:17px;flex-direction:column;min-height:300px;padding:20px;display:flex;position:relative;overflow:hidden}.label-capture-card:hover{border-color:var(--app-accent)}.label-capture-card.ready{background:#f3f8f4;border-style:solid;border-color:#9bbba8}.label-capture-card>img{object-fit:cover;opacity:.18;width:100%;height:100%;position:absolute;inset:0}.label-capture-card>:not(input):not(img){position:relative}.label-capture-icon{width:55px;height:55px;color:var(--app-accent);background:#fff;border-radius:18px;place-items:center;margin:auto auto 22px;display:grid;box-shadow:0 8px 25px #1e212414}.label-capture-icon svg{width:25px}.label-capture-card>span{color:var(--app-accent);letter-spacing:.12em;font-size:9px;font-weight:900}.label-capture-card>strong{margin-top:7px;font-size:15px}.label-capture-card>small{color:var(--app-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:10px;overflow:hidden}.label-capture-card>em{color:var(--app-text);align-items:center;gap:6px;margin-top:18px;font-size:10px;font-style:normal;font-weight:800;display:flex}.label-capture-card>em svg{width:15px}.label-capture-card input{opacity:0;cursor:pointer;position:absolute;inset:0}.label-privacy{color:var(--app-muted);background:#f6f3ec;border-radius:11px;align-items:flex-start;gap:9px;padding:13px;font-size:10px;line-height:1.5;display:flex}.label-privacy svg{width:17px;color:var(--app-accent);flex:none}.label-compare{background:var(--app-sidebar);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:16px;font-weight:900;display:flex}.label-compare:disabled{opacity:.42;cursor:not-allowed}.label-compare svg{width:19px}.label-compare i{border:2px solid #777;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite label-spin}.label-result-column{min-width:0}.label-empty-result{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:36px;display:flex}.label-empty-result>div{background:var(--app-surface-soft);color:#9da2a8;border-radius:20px;place-items:center;width:64px;height:64px;display:grid}.label-empty-result>div svg{width:28px}.label-empty-result>small{color:var(--app-accent);letter-spacing:.12em;margin-top:24px;font-size:9px;font-weight:900}.label-empty-result h2{margin:8px 0;font-size:20px}.label-empty-result p{max-width:290px;color:var(--app-muted);margin:0;font-size:11px;line-height:1.6}.label-empty-result ol{box-sizing:border-box;background:var(--app-surface-soft);text-align:left;border-radius:12px;gap:8px;width:100%;margin:25px 0 0;padding:15px;list-style:none;display:grid}.label-empty-result li{color:var(--app-muted);align-items:center;gap:8px;font-size:10px;display:flex}.label-empty-result li svg{width:15px}.label-result-card{border-top:4px solid var(--app-accent);padding:26px;overflow:hidden}.label-result-card.ok{border-top-color:var(--app-success)}.label-result-card.fail{border-top-color:var(--app-danger)}.label-result-top{justify-content:space-between;align-items:center;display:flex}.label-result-top>span{color:var(--app-muted);letter-spacing:.12em;font-size:9px;font-weight:900}.label-result-top>div{color:#a86b08;background:#fff5e2;border-radius:9px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:900;display:flex}.label-result-card.ok .label-result-top>div{color:var(--app-success);background:#eaf6ee}.label-result-card.fail .label-result-top>div{color:var(--app-danger);background:#faecea}.label-result-top svg{width:16px}.label-result-card h2{margin:20px 0 7px;font-size:23px}.label-result-observation{color:var(--app-muted);margin:0;font-size:11px;line-height:1.6}.label-person-comparison{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:14px;gap:0;margin:22px 0;display:grid}.label-person-comparison>div{padding:15px;display:grid}.label-person-comparison>i{background:var(--app-border);height:1px}.label-person-comparison small{color:var(--app-muted);text-transform:uppercase;font-size:9px;font-weight:800}.label-person-comparison strong{margin-top:5px;font-size:13px}.label-person-comparison span{color:var(--app-muted);margin-top:3px;font-size:10px}.label-confidence{color:var(--app-muted);justify-content:space-between;align-items:center;font-size:10px;display:flex}.label-confidence strong{color:var(--app-text);text-transform:capitalize}.label-override{border-top:1px solid var(--app-border);margin-top:20px;padding-top:18px}.label-override>span{color:var(--app-accent);letter-spacing:.1em;font-size:9px;font-weight:900}.label-override p{color:var(--app-muted);font-size:10px;line-height:1.5}.label-override input{box-sizing:border-box;border:1px solid var(--app-border);background:var(--app-surface);width:100%;color:var(--app-text);border-radius:10px;padding:12px}.label-override button{background:var(--app-accent);color:#27292c;border:0;border-radius:10px;width:100%;min-height:42px;margin-top:8px;font-weight:900}.label-override button:disabled{opacity:.45}.label-override-done{color:var(--app-success);background:#eaf6ee;border-radius:11px;align-items:center;gap:10px;margin-top:18px;padding:13px;display:flex}.label-override-done svg{width:20px}.label-override-done span{display:grid}.label-override-done strong{font-size:11px}.label-override-done small{margin-top:3px;font-size:9px}.label-history{box-sizing:border-box;max-width:1240px;margin:auto;padding:28px}.label-totals{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.label-totals article{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:14px;padding:19px;position:relative;overflow:hidden}.label-totals span{color:var(--app-muted);font-size:10px;font-weight:800}.label-totals strong{margin-top:10px;font-size:30px;display:block}.label-totals i{background:#737981;width:45px;height:4px;position:absolute;bottom:0;right:0}.label-totals .ok i{background:var(--app-success)}.label-totals .fail i{background:var(--app-danger)}.label-totals .warn i{background:var(--app-accent)}.label-history-toolbar{justify-content:space-between;align-items:end;gap:20px;margin:29px 0 17px;display:flex}.label-history-toolbar h2{margin:0;font-size:19px}.label-history-toolbar p{color:var(--app-muted);margin:5px 0 0;font-size:10px}.label-history-toolbar label{color:var(--app-muted);text-transform:uppercase;gap:6px;font-size:9px;font-weight:800;display:grid}.label-history-toolbar select{border:1px solid var(--app-border);min-width:190px;color:var(--app-text);background:#fff;border-radius:9px;padding:10px 12px}.label-history-list{gap:18px;display:grid}.label-history-list>section{border:1px solid var(--app-border);border-radius:14px;overflow:hidden}.label-history-list>section>header{background:var(--app-surface-soft);align-items:center;gap:8px;padding:11px 15px;display:flex}.label-history-list>section>header svg{width:15px;color:var(--app-accent)}.label-history-list>section>header strong{font-size:11px}.label-history-list>section>header span{color:var(--app-muted);margin-left:auto;font-size:9px}.label-history-row{border-top:1px solid var(--app-border);grid-template-columns:150px minmax(220px,1.3fr) minmax(160px,.7fr) minmax(120px,.55fr);align-items:center;gap:17px;padding:15px;display:grid}.label-history-status{color:#a86b08;align-items:center;gap:8px;display:flex}.label-history-status.ok{color:var(--app-success)}.label-history-status.fail{color:var(--app-danger)}.label-history-status>svg{width:21px}.label-history-status span{display:grid}.label-history-status strong{font-size:10px}.label-history-status small{color:var(--app-muted);margin-top:2px;font-size:8px}.label-history-names,.label-history-location,.label-history-meta{min-width:0;display:grid}.label-history-names strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.label-history-names span{color:var(--app-muted);margin:3px 0;font-size:8px}.label-history-location{color:var(--app-muted);gap:5px;font-size:9px}.label-history-meta{text-align:right;gap:3px}.label-history-meta strong{font-size:10px}.label-history-meta span{color:var(--app-muted);font-size:8px}.label-history-meta em{color:var(--app-accent);font-size:8px;font-style:normal}.label-pagination{justify-content:center;align-items:center;gap:20px;margin-top:23px;display:flex}.label-pagination button{border:1px solid var(--app-border);background:#fff;border-radius:9px;align-items:center;gap:4px;min-height:38px;padding:0 12px;font-size:10px;font-weight:800;display:flex}.label-pagination button:disabled{opacity:.4}.label-pagination button svg{width:15px}.label-pagination span{color:var(--app-muted);font-size:9px}.label-history-empty{text-align:center;align-content:center;place-items:center;min-height:330px;display:grid}.label-history-empty>svg{color:#a7abb0;width:35px}.label-history-empty h2{margin:15px 0 5px}.label-history-empty p{color:var(--app-muted);margin:0;font-size:11px}.label-history-empty button{background:var(--app-sidebar);color:#fff;border:0;border-radius:10px;min-height:40px;margin-top:17px;padding:0 15px;font-weight:800}.label-clear-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#141618b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.label-clear-modal>section{box-sizing:border-box;background:#fff;border-radius:18px;width:min(420px,100%);padding:24px;box-shadow:0 25px 80px #00000040}.label-clear-modal header{justify-content:space-between;align-items:start;display:flex}.label-clear-modal header small{color:var(--app-danger);letter-spacing:.12em;font-size:9px;font-weight:900}.label-clear-modal h2{margin:5px 0 0}.label-clear-modal header button{background:0 0;border:0;font-size:25px}.label-clear-icon{width:50px;height:50px;color:var(--app-danger);background:#faecea;border-radius:15px;place-items:center;margin-top:22px;display:grid}.label-clear-icon svg{width:23px}.label-clear-modal p{color:var(--app-muted);font-size:11px;line-height:1.6}.label-clear-modal label{color:var(--app-muted);text-transform:uppercase;gap:7px;margin-top:18px;font-size:9px;font-weight:800;display:grid}.label-clear-modal input{border:1px solid var(--app-border);border-radius:10px;padding:12px}.label-clear-modal footer{gap:10px;margin-top:20px;display:flex}.label-clear-modal footer button{border:1px solid var(--app-border);background:#fff;border-radius:10px;flex:1;min-height:42px;font-weight:800}.label-clear-modal footer .danger{border-color:var(--app-danger);background:var(--app-danger);color:#fff}.label-result-skeleton,.label-history-skeleton{background:#fff;border-radius:18px;gap:13px;padding:25px;display:grid}.label-result-skeleton>*,.label-history-skeleton i{background:linear-gradient(90deg,#eee,#f8f8f8,#eee) 0 0/200%;border-radius:8px;height:20px;animation:1.2s infinite label-shimmer;display:block}.label-result-skeleton i{width:35%;height:10px}.label-result-skeleton div{height:90px}.label-history-skeleton i{height:65px}.label-shell>.mobile-bottom-navigation{display:none}@keyframes label-spin{to{transform:rotate(360deg)}}@keyframes label-shimmer{to{background-position:-200% 0}}@media (width<=1000px){.label-workspace{grid-template-columns:1fr}.label-result-column{min-height:380px}.label-history-row{grid-template-columns:135px 1fr 150px}.label-history-location{display:none}}@media (width<=760px){.label-shell{min-width:320px;display:block}.label-sidebar{display:none}.label-main{padding:78px 14px 88px}.label-mobile-header{z-index:25;background:var(--app-sidebar);color:#fff;grid-template-columns:40px 1fr 40px;align-items:center;height:62px;padding:0 11px;display:grid;position:fixed;top:0;left:0;right:0}.label-mobile-header strong{text-align:center;font-size:13px}.label-mobile-header button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;place-items:center;width:35px;height:35px;padding:0;font-size:10px;display:grid}.label-mobile-header svg{width:18px}.label-page-header{align-items:flex-start;margin-bottom:20px}.label-page-header p{max-width:260px}.label-page-header .label-secondary,.label-page-header .label-danger-link{padding:0 11px;font-size:0}.label-page-header .label-secondary svg,.label-page-header .label-danger-link svg{margin:0}.label-capture-panel,.label-history{border-radius:16px;padding:18px}.label-capture-grid{grid-template-columns:1fr}.label-capture-card{min-height:220px}.label-result-column{min-height:350px}.label-totals{grid-template-columns:1fr 1fr}.label-history-toolbar{flex-direction:column;align-items:stretch}.label-history-toolbar select{width:100%}.label-history-row{grid-template-columns:110px minmax(0,1fr);gap:11px}.label-history-meta{text-align:left;grid-column:1/-1;gap:10px;display:flex}.label-history-list>section>header{position:sticky;top:62px}.label-shell>.mobile-bottom-navigation{display:flex}.label-shell .side-toast{bottom:82px}.label-pagination{gap:9px}.label-pagination button{font-size:0}.label-pagination button svg{margin:0}.label-clear-modal{padding:14px}}@media (width<=420px){.label-page-header h1{font-size:26px}.label-page-header p{font-size:11px}.label-workspace{gap:14px}.label-totals article{padding:15px}.label-totals strong{font-size:25px}.label-history-row{grid-template-columns:1fr}.label-history-status,.label-history-meta{grid-column:auto}.label-history-meta{text-align:left;display:grid}.label-history-names span{margin:5px 0}.label-result-card{padding:20px}}@media (prefers-reduced-motion:reduce){.label-compare i,.label-result-skeleton>*,.label-history-skeleton i{animation:none}}.label-sidebar>nav button:hover{color:#fff;background:#292d32}.label-sidebar>nav button.active{color:#fff;background:#c47d3c33;border-color:#c47d3c8c}.label-sidebar>nav button.active svg{color:#e5a365}.label-pagination{border-top:1px solid var(--app-border);justify-content:flex-end;align-items:center;gap:8px;margin-top:24px;padding-top:18px;display:flex}.label-pagination button{color:#8b5528;cursor:pointer;background:#fffaf5;border:1px solid #dfc7b3;border-radius:8px;place-items:center;width:27px;height:27px;min-height:27px;padding:0;font-size:0;font-weight:800;line-height:1;display:grid;overflow:hidden}.label-pagination button:hover:not(:disabled){background:#f7e9dc;border-color:#c89468}.label-pagination button:disabled{cursor:not-allowed;opacity:.4}.label-pagination button svg{flex:none;width:14px;height:14px;margin:0}.label-pagination span{color:#75685e;text-align:center;white-space:nowrap;min-width:auto;font-size:10px;font-weight:800}@media (width<=760px){.label-pagination{justify-content:center;gap:8px}.label-pagination button{width:27px;min-width:27px;padding:0;font-size:0}.label-pagination span{min-width:auto;font-size:10px}}.local-tool-shell{background:var(--app-surface-soft);min-height:100vh;color:var(--app-text)}.local-tool-sidebar{z-index:30;background:var(--app-sidebar);color:#fff;border-right:1px solid var(--app-sidebar-border);flex-direction:column;width:250px;padding:24px 20px;display:flex;position:fixed;inset:0 auto 0 0}.local-tool-brand{border-bottom:1px solid var(--app-sidebar-border);align-items:center;gap:12px;padding-bottom:22px;display:flex}.local-tool-brand img{object-fit:contain;width:48px;height:48px}.local-tool-brand>span{flex-direction:column;display:flex}.local-tool-brand strong{font-size:12px}.local-tool-brand small{color:var(--app-sidebar-muted);letter-spacing:.09em;text-transform:uppercase;margin-top:3px;font-size:9px}.local-tool-copy{margin:auto 0}.local-tool-copy p{color:var(--app-accent-light);letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px;font-size:9px;font-weight:800}.local-tool-copy h1{letter-spacing:-.035em;margin:0;font:700 24px/1.12 Manrope,sans-serif}.local-tool-copy span{color:var(--app-sidebar-text);margin-top:13px;font-size:12px;line-height:1.55;display:block}.local-tool-sidebar .app-navigation-actions{margin-top:auto}.local-tool-content{background:var(--app-surface-soft);height:100vh;margin-left:250px}.local-tool-content iframe{background:var(--app-surface-soft);border:0;width:100%;height:100%;display:block}.local-tool-mobile-header{display:none}@media (width<=760px){.local-tool-sidebar{display:none}.local-tool-mobile-header{z-index:25;background:var(--app-sidebar);color:#fff;grid-template-columns:42px 1fr 42px;align-items:center;height:62px;padding:0 10px;display:grid;position:sticky;top:0}.local-tool-mobile-header strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:0 8px;font-size:13px;overflow:hidden}.local-tool-mobile-header button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;width:35px;height:35px;padding:0;font-size:12px}.local-tool-content{height:calc(100vh - 62px);margin-left:0}}@media (prefers-reduced-motion:reduce){.local-tool-shell *{scroll-behavior:auto!important}}.cep-shell{background:var(--app-surface-soft);min-height:100vh;color:var(--app-text)}.cep-sidebar{z-index:30;background:var(--app-sidebar);color:#fff;flex-direction:column;width:250px;padding:24px 20px;display:flex;position:fixed;inset:0 auto 0 0}.cep-brand{border:0;border-bottom:1px solid var(--app-sidebar-border);color:#fff;text-align:left;background:0 0;align-items:center;gap:12px;padding:0 0 22px;display:flex}.cep-brand img{object-fit:contain;width:48px;height:48px}.cep-brand span{flex-direction:column;display:flex}.cep-brand b{font-size:12px}.cep-brand small{color:var(--app-sidebar-muted);letter-spacing:.09em;text-transform:uppercase;margin-top:3px;font-size:9px}.cep-sidebar-copy{margin:auto 0}.cep-sidebar-copy>svg{width:34px;height:34px;color:var(--app-accent-light);margin-bottom:18px}.cep-sidebar-copy small{color:var(--app-accent-light);letter-spacing:.12em;font-size:9px;font-weight:800}.cep-sidebar-copy h1{letter-spacing:-.035em;margin:10px 0 12px;font:700 24px/1.15 Manrope,sans-serif}.cep-sidebar-copy p{color:var(--app-sidebar-text);margin:0;font-size:12px;line-height:1.55}.cep-sidebar .app-navigation-actions{margin-top:auto}.cep-main{min-height:100vh;margin-left:250px}.cep-mobile-header{display:none}.cep-page-header{border-bottom:1px solid var(--app-border);background:var(--app-surface);padding:34px clamp(22px,4vw,54px) 24px}.cep-page-header small{color:var(--app-accent);letter-spacing:.12em;font-size:9px;font-weight:900}.cep-page-header h1{margin:7px 0 6px;font:700 28px Manrope,sans-serif}.cep-page-header p{color:var(--app-muted);margin:0;font-size:12px}.cep-content{width:min(1180px,100% - 44px);margin:28px auto 50px}.cep-mapping{border:1px solid var(--app-border);background:var(--app-surface-soft);border-radius:15px;margin:0 0 22px;padding:18px}.cep-mapping>div:first-child{align-items:center;gap:12px;margin-bottom:14px;display:flex}.cep-mapping>div:first-child strong{color:var(--app-accent);letter-spacing:.1em;font-size:9px}.cep-mapping>div:first-child span{color:var(--app-muted);font-size:11px}.cep-mapping>div:last-child{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.cep-mapping label{color:var(--app-muted);text-transform:uppercase;font-size:9px;font-weight:800}.cep-mapping select{border:1px solid var(--app-border);width:100%;color:var(--app-text);background:#fff;border-radius:9px;margin-top:6px;padding:10px;font-size:11px}.cep-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0;display:grid}.cep-summary article{border:1px solid var(--app-border);background:#fff;border-radius:15px;grid-template-columns:auto 1fr;align-items:center;gap:6px 9px;padding:17px;display:grid}.cep-summary svg{grid-row:1/3;width:21px}.cep-summary span{color:var(--app-muted);font-size:10px}.cep-summary strong{font:800 24px Manrope,sans-serif}.cep-summary .ok svg{color:var(--app-success)}.cep-summary .warn svg{color:var(--app-warning)}.cep-summary .error svg{color:var(--app-danger)}.cep-results{border:1px solid var(--app-border);box-shadow:var(--app-shadow);background:#fff;border-radius:20px;overflow:hidden}.cep-results>header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.cep-filters{flex-wrap:wrap;gap:7px;display:flex}.cep-filters button,.cep-export{border:1px solid var(--app-border);min-height:36px;color:var(--app-muted);background:#fff;border-radius:9px;padding:8px 12px;font-size:10px;font-weight:800}.cep-filters button.active{border-color:var(--app-sidebar);background:var(--app-sidebar);color:#fff}.cep-export{color:var(--app-text);align-items:center;gap:7px;display:flex}.cep-export svg{width:15px}.cep-table-wrap{overflow:auto}.cep-results table{border-collapse:collapse;width:100%;font-size:11px}.cep-results th{border-bottom:1px solid var(--app-border);color:var(--app-muted);text-align:left;text-transform:uppercase;padding:11px 14px;font-size:9px}.cep-results td{border-bottom:1px solid var(--app-border);vertical-align:top;min-width:180px;padding:14px}.cep-results td:first-child{min-width:145px}.cep-results td>*{display:block}.cep-results td span,.cep-results td small{color:var(--app-muted);margin-top:5px;line-height:1.4}.cep-results code{color:var(--app-accent);margin-top:6px;font-family:monospace}.cep-results em{text-transform:uppercase;border-radius:7px;width:max-content;padding:5px 8px;font-size:9px;font-style:normal;font-weight:900}.cep-results em.ok{background:var(--app-success-soft);color:var(--app-success)}.cep-results em.warn{background:var(--app-warning-soft);color:var(--app-warning)}.cep-results em.error{background:var(--app-danger-soft);color:var(--app-danger)}.cep-empty{color:var(--app-muted);flex-direction:column;align-items:center;padding:55px 20px;display:flex}.cep-empty svg{width:28px}.cep-empty strong{color:var(--app-text);margin-top:12px}.cep-empty span{margin-top:5px;font-size:11px}@media (width<=900px){.cep-mapping>div:last-child,.cep-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.cep-sidebar{display:none}.cep-main{margin-left:0;padding-bottom:24px}.cep-mobile-header{z-index:25;background:var(--app-sidebar);color:#fff;grid-template-columns:42px 1fr 42px;align-items:center;height:62px;padding:0 10px;display:grid;position:sticky;top:0}.cep-mobile-header strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:0 8px;font-size:13px;overflow:hidden}.cep-mobile-header button{color:#fff;background:0 0;border:1px solid #3d4248;border-radius:11px;place-items:center;width:35px;height:35px;padding:0;font-size:11px;display:grid}.cep-mobile-header svg{width:17px}.cep-page-header{padding:25px 14px 20px}.cep-content{width:calc(100% - 28px);margin-top:18px}.cep-results>header{flex-direction:column;align-items:stretch}.cep-export{justify-content:center}}@media (width<=520px){.cep-mapping>div:last-child,.cep-summary{grid-template-columns:1fr}.cep-mapping>div:first-child{flex-direction:column;align-items:flex-start}.cep-summary article{grid-template-columns:auto 1fr auto}.cep-summary svg{grid-row:auto}.cep-summary strong{font-size:20px}.cep-page-header h1{font-size:24px}}@media (prefers-reduced-motion:reduce){.cep-shell *{scroll-behavior:auto!important;transition:none!important}}:root{--bg:#0d0e10;--panel:#15171a;--panel-strong:#1b1d21;--surface:#202226;--border:#ffffff17;--border-strong:#ffffff26;--text:#f4f2ec;--muted:#94969c;--accent:#f4a51c;--accent-light:#ffc65f;--error:#ff7474;--success:#4bd18b;--radius-lg:28px;--radius-md:18px;--app-sidebar:#1d2024;--app-sidebar-active:#292d32;--app-sidebar-border:#353a40;--app-sidebar-text:#aeb3b9;--app-sidebar-muted:#92989f;--app-text:#25282c;--app-muted:#70757b;--app-border:#e3e5e7;--app-surface:#fff;--app-surface-soft:#f5f6f7;--app-accent:#c47d3c;--app-accent-light:#e5a365;--app-sector-tower:#c47d3c;--app-sector-box:#287f91;--app-sector-box-light:#54aabd;--app-success:#43835b;--app-warning:#b2762f;--app-danger:#b84f47;--app-success-soft:#f2f9f4;--app-warning-soft:#fff8e9;--app-danger-soft:#fff2f1;--app-shadow:0 8px 28px #191e230d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;font-family:DM Sans,Arial,sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at 10% -20%, #f4a51c17, transparent 28rem), var(--bg);min-width:320px;color:var(--text)}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #f4a51c47}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;display:block}.shared-icon-action{cursor:pointer;transition:border-color .15s,background .15s,color .15s,transform .15s;color:#596066!important;width:32px!important;height:32px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d9dde0!important;border-radius:9px!important;flex:none!important;place-items:center!important;padding:0!important;display:inline-grid!important}.shared-icon-action svg{width:15px!important;height:15px!important}.shared-icon-action:hover:not(:disabled){transform:translateY(-1px);color:#252a2f!important;background:#f7f8f8!important;border-color:#aeb4b9!important}.shared-icon-action.excluir{color:var(--app-danger)!important;background:#fff8f7!important;border-color:#ecd4d1!important}.shared-icon-action.excluir:hover:not(:disabled){background:var(--app-danger-soft)!important;border-color:#dba9a4!important}.shared-icon-action:disabled{cursor:not-allowed;opacity:.42}.access-denied-shell{background:var(--bg);min-height:100vh;color:var(--text);place-items:center;padding:24px;display:grid}.access-denied-shell>section{border:1px solid var(--border);background:var(--panel);text-align:center;border-radius:24px;width:min(460px,100%);padding:34px;box-shadow:0 24px 65px #0000004d}.access-denied-shell .brand-logo{width:74px;height:74px;margin:0 auto 22px}.access-denied-shell small{color:var(--accent);letter-spacing:.14em;font-size:9px;font-weight:900}.access-denied-shell h1{margin:9px 0 12px;font:700 28px Manrope,sans-serif}.access-denied-shell p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.access-denied-shell p strong{color:var(--text)}.access-denied-shell>section>div{justify-content:center;gap:9px;margin-top:25px;display:flex}.access-denied-shell .primary{border:0;border-radius:11px;min-height:42px;padding:10px 18px}.auth-shell{grid-template-columns:minmax(420px,1.06fr) minmax(460px,.94fr);min-height:100vh;display:grid}.auth-showcase{border-right:1px solid var(--border);background:#111214;flex-direction:column;min-height:100vh;padding:clamp(38px,6vw,76px);display:flex;position:relative;overflow:hidden}.auth-showcase:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 42%,#f4a51c0f),linear-gradient(#ffffff06 1px,#0000 1px) 0 0/64px 64px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.auth-showcase:after{content:"";border:1px solid #f4a51c40;border-radius:50%;width:38vw;min-width:360px;height:38vw;min-height:360px;position:absolute;bottom:-18vw;right:-19vw;box-shadow:0 0 0 70px #f4a51c06,0 0 0 140px #f4a51c05}.brand-logo{object-fit:contain;width:84px;height:84px;display:block}.auth-showcase>.brand-logo{z-index:1;width:112px;height:112px;position:relative}.showcase-copy{z-index:1;max-width:650px;margin:auto 0;padding:70px 0;position:relative}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 16px;font:700 11px/1.2 Manrope,sans-serif}.eyebrow>span{background:var(--accent);vertical-align:1px;border-radius:50%;width:6px;height:6px;margin-right:9px;display:inline-block;box-shadow:0 0 0 5px #f4a51c1a}.showcase-copy h1{letter-spacing:-.055em;margin:0;font:700 clamp(42px,5vw,74px)/1.04 Manrope,sans-serif}.showcase-copy h1 span{color:var(--accent)}.showcase-copy>p:last-child{max-width:500px;color:var(--muted);margin:28px 0 0;font-size:clamp(15px,1.3vw,18px);line-height:1.7}.showcase-feature{z-index:1;border:1px solid var(--border);background:#ffffff06;border-radius:18px;align-items:center;gap:14px;max-width:430px;padding:16px;display:flex;position:relative}.showcase-feature>span{height:44px;color:var(--accent);background:#f4a51c1f;border-radius:13px;flex:0 0 44px;place-items:center;display:grid}.showcase-feature svg{width:20px}.showcase-feature div{flex-direction:column;display:flex}.showcase-feature strong{font:700 13px Manrope,sans-serif}.showcase-feature small{color:var(--muted);margin-top:5px;font-size:11px;line-height:1.4}.showcase-footer{z-index:1;color:#5f6268;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:10px;position:absolute;bottom:clamp(38px,6vw,76px);right:clamp(38px,6vw,76px)}.showcase-footer span{color:var(--accent);margin:0 5px}.auth-panel{background:radial-gradient(circle at 50% 35%,#ffffff06,#0000 24rem);place-items:center;min-height:100vh;padding:clamp(28px,6vw,80px);display:grid}.mobile-brand{display:none}.login-card{width:min(100%,420px)}.card-heading{margin-bottom:34px}.card-heading h2{letter-spacing:-.04em;margin:0;font:700 clamp(30px,3vw,40px)/1.1 Manrope,sans-serif}.card-heading>p:last-child{color:var(--muted);margin:12px 0 0;font-size:14px}form{flex-direction:column;display:flex}label{color:#c5c5c8;letter-spacing:.06em;text-transform:uppercase;margin:15px 0 8px;font-size:11px;font-weight:700}.input-wrap{position:relative}.input-wrap>svg{z-index:1;color:#777a80;width:19px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}input,select{color:#191b1f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f7f7f5;border:1px solid #d7d8dc;border-radius:13px;outline:none;width:100%;min-height:50px;padding:13px 15px;transition:border-color .18s,box-shadow .18s,background .18s}.input-wrap input{padding-left:47px}.input-wrap input[type=password],.input-wrap input[type=text]{padding-right:76px}input::placeholder{color:#7b7d82}input:focus,select:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px #f4a51c21}input:disabled{color:#73757a;background:#e5e5e2;border-color:#ccccca}.password-toggle{color:#62656b;background:0 0;border:0;padding:8px;font-size:10px;font-weight:700;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.password-toggle:hover{color:var(--accent)}.primary{background:var(--accent);color:#17130b;border:0;border-radius:13px;min-height:50px;margin-top:22px;padding:13px 18px;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s}.primary:hover:not(:disabled){background:var(--accent-light);transform:translateY(-1px);box-shadow:0 10px 28px #f4a51c2b}.primary:disabled{opacity:.62;cursor:wait}.login-action{justify-content:space-between;align-items:center;padding-left:22px;display:flex}.login-action svg{width:20px}.secure-note{color:#696c72;justify-content:center;align-items:center;gap:8px;margin:28px 0 0;font-size:10px;display:flex}.secure-note>span{border:1px solid var(--border);border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.secure-note svg{width:11px}.error,.success{border-radius:12px;margin:16px 0 0;padding:12px 14px;font-size:12px;line-height:1.45}.error{color:#ffb4b4;background:#ff747417;border:1px solid #ff747459}.success{color:#9be7bf;background:#4bd18b14;border:1px solid #4bd18b4d}.hub-shell{flex-direction:column;min-height:100vh;display:flex}.hub-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d0e10db;min-height:86px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1240px,100% - 48px);min-height:86px;margin:auto;display:flex}.brand-button{color:var(--text);text-align:left;background:0 0;border:0;align-items:center;gap:13px;padding:0;display:flex}.brand-button .brand-logo{width:58px;height:58px}.brand-button>span{border-left:1px solid var(--border);flex-direction:column;padding-left:13px;display:flex}.brand-button strong{font:700 12px Manrope,sans-serif}.brand-button small{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-top:4px;font-size:9px}.user-area{align-items:center;gap:10px;display:flex}.profile-button{min-height:52px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:11px;padding:6px 12px 6px 7px;display:flex}.profile-button:hover{border-color:var(--border);background:#ffffff06}.header-avatar{background:linear-gradient(145deg, var(--accent), #d88700);color:#19140b;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.user-copy{flex-direction:column;min-width:100px;display:flex}.user-copy small{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.user-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:170px;margin-top:3px;font-size:12px;overflow:hidden}.profile-button>svg{width:15px;color:var(--muted)}.text-button,.icon-button{border:1px solid var(--border);color:var(--muted);background:0 0}.text-button{border-radius:11px;min-height:38px;padding:8px 13px;font-size:11px;font-weight:700}.text-button:hover,.icon-button:hover{border-color:var(--border-strong);color:var(--text);background:#ffffff0a}.apps-section,.account-section{flex:1;width:min(1240px,100% - 48px);margin:0 auto}.apps-section{padding:clamp(54px,7vw,92px) 0 80px}.hub-intro{justify-content:space-between;align-items:end;gap:42px;margin-bottom:45px;display:flex}.section-heading{margin-bottom:30px}.hub-intro .section-heading{margin:0}.section-heading h1{letter-spacing:-.055em;margin:0;font:700 clamp(34px,4vw,55px)/1.08 Manrope,sans-serif}.section-heading h1 span{color:#85878d}.section-heading>p:last-child{color:var(--muted);margin:16px 0 0;font-size:14px;line-height:1.6}.access-status{border:1px solid var(--border);background:#ffffff06;border-radius:18px;flex:none;align-items:center;gap:13px;padding:14px 18px;display:flex}.hub-statuses{flex:none;align-items:stretch;gap:10px;display:flex}.hub-api-status{border:1px solid var(--border);background:#ffffff06;border-radius:18px;align-items:center;gap:11px;min-width:170px;padding:12px 15px;display:flex}.hub-api-status>span:last-child{flex-direction:column;display:flex}.hub-api-status strong{color:#d6d8da;font-size:11px}.hub-api-status small{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:4px;font-size:8px}.hub-api-dot{background:#878b90;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 5px #878b901a}.hub-api-status.online{background:#4bd18b0d;border-color:#4bd18b42}.hub-api-status.online .hub-api-dot{background:var(--success);box-shadow:0 0 0 5px #4bd18b1a}.hub-api-status.offline{background:#f4a51c0f;border-color:#f4a51c4d}.hub-api-status.offline .hub-api-dot{background:var(--accent);animation:1.8s ease-in-out infinite hub-api-pulse;box-shadow:0 0 0 5px #f4a51c1a}@keyframes hub-api-pulse{50%{opacity:.45;transform:scale(.78)}}.status-icon{width:40px;height:40px;color:var(--accent);background:#f4a51c1a;border-radius:12px;place-items:center;display:grid}.status-icon svg{width:19px}.access-status>span:last-child{flex-direction:column;display:flex}.access-status strong{font:800 18px Manrope,sans-serif}.access-status small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:9px}.apps-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,315px),1fr));gap:18px;display:grid}.app-card,.empty-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1e2024fa,#141619fa);min-height:330px}.app-card{color:var(--text);text-align:left;flex-direction:column;align-items:flex-start;padding:25px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.app-card:before{content:"";pointer-events:none;opacity:.45;background:radial-gradient(circle at 0 100%,#f4a51c17,#0000 45%);transition:opacity .25s;position:absolute;inset:0}.app-card:hover{z-index:1;border-color:#f4a51c6b;transform:translateY(-5px);box-shadow:0 24px 55px #0000004d}.app-card:disabled{cursor:not-allowed;opacity:.48;filter:saturate(.35)}.app-card:disabled:hover{z-index:auto;border-color:var(--border);box-shadow:none;transform:none}.app-card:disabled .arrow{color:#8c9095;background:#44474c}.availability.offline{color:#c99548}.availability.offline i{background:#c99548;box-shadow:0 0 0 4px #c9954814}.app-card:hover:before{opacity:1}.card-top{z-index:1;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex;position:relative}.app-tag{color:#6f7278;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.availability{color:#777a80;font-size:9px}.availability i{background:var(--success);border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block;box-shadow:0 0 0 4px #4bd18b14}.app-icon{z-index:1;width:68px;height:68px;color:var(--accent);background:#f4a51c1a;border:1px solid #f4a51c47;border-radius:20px;flex:0 0 68px;place-items:center;margin-top:38px;transition:transform .25s,background .25s;display:grid;position:relative}.app-card:hover .app-icon{background:#f4a51c29;transform:rotate(-3deg)scale(1.04)}.app-copy{z-index:1;flex-direction:column;flex:1;margin-top:22px;display:flex;position:relative}.app-copy strong{letter-spacing:-.02em;font:700 19px/1.25 Manrope,sans-serif}.app-copy small{max-width:290px;color:var(--muted);margin-top:9px;font-size:12px;line-height:1.55}.card-action{z-index:1;border-top:1px solid var(--border);color:#b9b9bc;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;width:100%;padding-top:19px;font-size:10px;font-weight:800;display:flex;position:relative}.arrow{background:var(--accent);color:#17130b;border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .22s,background .22s;display:grid}.app-card:hover .arrow{background:var(--accent-light);transform:translate(3px)}.empty-card{color:var(--muted);flex-direction:column;justify-content:center;padding:28px;display:flex}.empty-card strong{color:var(--text);margin-bottom:8px}.account-section{padding:38px 0 72px}.back-button{color:var(--muted);background:0 0;border:0;margin-bottom:24px;padding:8px 0}.back-button:hover{color:var(--accent)}.account-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:22px;display:grid}.settings-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#181a1df5;box-shadow:0 18px 50px #0000002e}.main-settings-card{min-height:540px;padding:30px}.settings-menu{padding:13px;position:sticky;top:108px}.settings-menu>p{color:#70737a;letter-spacing:.11em;text-transform:uppercase;margin:10px 12px 14px;font-size:9px;font-weight:800}.settings-menu button{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:15px;align-items:center;gap:12px;padding:14px;display:flex}.settings-menu button>span{border:1px solid var(--border);border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.settings-menu button div{flex-direction:column;display:flex}.settings-menu button strong{color:var(--text);font-size:12px}.settings-menu button small{color:var(--muted);margin-top:4px;font-size:9px}.settings-menu button:hover,.settings-menu button.active{background:var(--surface)}.settings-menu button.active>span{color:var(--accent);background:#f4a51c1a;border-color:#f4a51c59}.form-title{align-items:center;gap:15px;margin-bottom:25px;display:flex}.form-title h2,.management-heading h2{margin:0;font:700 22px Manrope,sans-serif}.form-title p,.management-heading p{color:var(--muted);margin:6px 0 0;font-size:12px}.avatar{background:var(--accent);color:#19140b;border-radius:17px;place-items:center;width:54px;height:54px;font-size:22px;font-weight:900;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.form-grid>div{flex-direction:column;display:flex}.form-grid .wide{grid-column:1/-1}.field-help{color:var(--muted);margin:7px 2px 0;font-size:10px;line-height:1.45}.access-summary{border:1px solid var(--border);background:#121417;border-radius:17px;margin-top:22px;padding:18px}.access-summary>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:11px;font-size:9px;display:block}.access-summary div{flex-wrap:wrap;gap:8px;display:flex}.access-summary small{color:var(--accent);background:#f4a51c17;border:1px solid #f4a51c38;border-radius:999px;padding:7px 10px}.access-summary em{color:var(--muted);font-size:12px}.form-action{align-self:flex-end;min-width:190px}.secondary{color:var(--accent);background:#f4a51c14;border:1px solid #f4a51c52;border-radius:12px;padding:10px 14px;font-weight:700}.secondary:hover{background:#f4a51c21}.management-heading{justify-content:space-between;align-items:start;gap:16px;margin-bottom:24px;display:flex}.management-grid{grid-template-columns:minmax(230px,.8fr) minmax(300px,1.2fr);gap:20px;display:grid}.user-list{flex-direction:column;gap:8px;max-height:620px;display:flex;overflow:auto}.user-list>button{width:100%;color:var(--text);text-align:left;background:#121417;border:1px solid #0000;border-radius:15px;align-items:center;gap:10px;padding:11px;display:flex}.user-list>button:hover,.user-list>button.selected{background:var(--surface);border-color:#f4a51c57}.list-avatar{height:38px;color:var(--accent);background:#2a2d32;border-radius:12px;flex:0 0 38px;place-items:center;font-weight:900;display:grid}.user-list button>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.user-list strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}.user-list small{color:var(--muted);margin-top:4px;font-size:9px}.user-list i{color:var(--success);font-size:9px;font-style:normal}.user-list i.inactive{color:var(--error)}.user-editor{border:1px solid var(--border);background:#121417;border-radius:20px;padding:20px}.user-editor h3{margin:0 0 6px}.user-editor fieldset{border:1px solid var(--border);border-radius:15px;margin:20px 0 4px;padding:14px}.user-editor legend{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;padding:0 6px;font-size:9px}.check-row,.switch-row{letter-spacing:0;text-transform:none;border-radius:10px;align-items:center;gap:11px;margin:5px 0;padding:8px;display:flex}.check-row:hover{background:var(--surface)}.check-row input,.switch-row input{width:17px;height:17px;min-height:17px;accent-color:var(--accent);box-shadow:none;padding:0}.check-row>span{flex-direction:column;display:flex}.check-row strong{color:var(--text);font-size:12px}.check-row small{color:var(--muted);margin-top:3px;font-size:9px}.switch-row{color:var(--text);font-size:12px}footer{border-top:1px solid var(--border);color:#55585e;letter-spacing:.11em;text-align:center;text-transform:uppercase;padding:24px;font-size:9px}footer span{color:var(--accent);padding:0 5px}@media (width<=980px){.auth-shell{grid-template-columns:minmax(360px,.85fr) minmax(420px,1.15fr)}.showcase-copy h1{font-size:46px}.showcase-feature,.showcase-footer{display:none}.account-layout{grid-template-columns:1fr}.settings-menu{grid-row:1;gap:6px;display:flex;position:static;overflow:auto}.settings-menu>p{display:none}.settings-menu button{min-width:210px}.management-grid{grid-template-columns:1fr}.user-list{max-height:260px}}@media (width<=760px){.auth-shell{display:block}.auth-showcase{display:none}.auth-panel{align-content:center;min-height:100svh;padding:28px 22px}.mobile-brand{margin:0 auto 28px;display:block}.mobile-brand .brand-logo{width:86px;height:86px}.header-inner{width:calc(100% - 28px)}.brand-button>span,.user-copy,.profile-button>svg{display:none}.brand-button .brand-logo{width:52px;height:52px}.profile-button{padding:5px}.hub-intro{display:block}.access-status{width:fit-content;margin-top:24px}.apps-section,.account-section{width:calc(100% - 28px)}.apps-section{padding:44px 0 56px}.app-card{min-height:305px}.main-settings-card{padding:20px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.management-heading{flex-direction:column}.management-heading .secondary{width:100%}.form-action{align-self:stretch}.hub-statuses{flex-wrap:wrap;margin-top:24px}.hub-statuses .access-status{margin-top:0}.hub-api-status{width:fit-content;min-width:0}}@media (width<=430px){.text-button{padding-inline:10px}.section-heading h1{font-size:34px}.apps-grid{grid-template-columns:1fr}.app-card{padding:21px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}.apps-section{width:min(1380px,100% - 48px);padding-top:clamp(38px,5vw,62px)}.hub-intro{margin-bottom:30px}.apps-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.app-card,.empty-card{border-radius:20px;min-height:238px}.app-card{padding:18px}.app-icon{border-radius:15px;flex-basis:48px;width:48px;height:48px;margin-top:22px}.app-icon svg{width:26px;height:26px}.app-copy{margin-top:15px}.app-copy strong{font-size:15px}.app-copy small{margin-top:6px;font-size:10px;line-height:1.45}.card-action{padding-top:13px;font-size:8px}.arrow{width:29px;height:29px}.arrow svg{width:14px}@media (width<=1120px){.apps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=780px){.apps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-card{min-height:225px}}@media (width<=500px){.apps-grid{grid-template-columns:1fr}.app-card{min-height:210px}}.shared-icon-action svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;display:block}.app-tooltip{justify-content:center;align-items:center;display:inline-flex;position:relative}.app-tooltip-accessible{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-floating-tooltip{z-index:2147483647;box-sizing:border-box;color:#fff;text-align:left;white-space:normal;pointer-events:none;background:#302821;border:1px solid #d7a87e;border-radius:10px;width:max-content;max-width:230px;padding:10px 12px;font:650 10px/1.45 Arial,Helvetica,sans-serif;animation:.14s app-tooltip-in;position:fixed;transform:translate(-50%,-100%);box-shadow:0 10px 25px #37231438}.app-floating-tooltip:after{content:"";background:#302821;border-bottom:1px solid #d7a87e;border-right:1px solid #d7a87e;width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.app-floating-tooltip.bottom{animation:.14s app-tooltip-in-bottom;transform:translate(-50%)}.app-floating-tooltip.bottom:after{border:0;border-top:1px solid #d7a87e;border-left:1px solid #d7a87e;top:-6px;bottom:auto}@keyframes app-tooltip-in{0%{opacity:0;transform:translate(-50%,calc(5px - 100%))}to{opacity:1;transform:translate(-50%,-100%)}}@keyframes app-tooltip-in-bottom{0%{opacity:0;transform:translate(-50%,-5px)}to{opacity:1;transform:translate(-50%)}}.shared-export-csv{border:1px solid var(--app-border,#e3e5e7);color:var(--app-text,#25282c);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-size:10px;font-weight:800;display:flex}.shared-export-csv:hover:not(:disabled){background:#fff9f4;border-color:#d5b18f}.shared-export-csv:disabled{cursor:not-allowed;opacity:.45}.shared-export-csv svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}
