@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#182422;background:#f4f7f6;font-synthesis:none;text-rendering:optimizeLegibility;--font-display: "Manrope", "DM Sans", sans-serif;--ink: #182422;--muted: #65736f;--line: #dfe7e4;--surface: #ffffff;--surface-soft: #f5f8f7;--teal-50: #eefaf7;--teal-100: #d7f2ec;--teal-500: #15937f;--teal-600: #0f7b6b;--teal-700: #0c6257;--navy: #102a2a;--danger: #c94343;--warning: #c87c19;--shadow-sm: 0 1px 3px rgb(12 39 35 / 6%);--shadow-md: 0 16px 40px rgb(13 44 39 / 10%);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px}*{box-sizing:border-box}html{min-width:320px;background:#f4f7f6}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgb(21 147 127 / 25%);outline-offset:2px}h1,h2,h3,p{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand{display:inline-flex;align-items:center;gap:11px;width:fit-content}.brand__mark{display:grid;place-items:center;width:40px;height:40px;color:#fff;background:linear-gradient(145deg,#1aa38c,#0f766e);border-radius:12px;box-shadow:0 8px 18px #0f766e3b}.brand__copy{display:flex;flex-direction:column;line-height:1.1}.brand__copy strong{font-family:var(--font-display);font-size:17px;font-weight:800;letter-spacing:-.03em}.brand__copy small{margin-top:5px;color:#7d8b87;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.brand--inverse .brand__copy strong{color:#f6fbfa}.brand--inverse .brand__copy small{color:#89aaa4}.brand--inverse .brand__mark{color:#0e5e54;background:#b8f1e5;box-shadow:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 17px;border:1px solid transparent;border-radius:11px;font-weight:700;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.58}.button--primary{color:#fff;background:var(--teal-600);box-shadow:0 8px 20px #0f7b6b2b}.button--primary:hover:not(:disabled){background:var(--teal-700);box-shadow:0 10px 22px #0f7b6b3d}.button--secondary{color:#31524d;background:#fff;border-color:#d9e3e0;box-shadow:var(--shadow-sm)}.button--secondary:hover:not(:disabled){background:#f8fbfa;border-color:#bfcfcb}.button--ghost{color:#405d58;background:transparent}.button--full{width:100%}.button__spinner,.loading-screen__spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field{display:flex;flex-direction:column;gap:7px}.field>label{color:#304742;font-size:13px;font-weight:700}.field__control{position:relative;display:flex;align-items:center}.field__prefix{position:absolute;left:14px;z-index:1;display:grid;color:#7a8b87;pointer-events:none}.field input{width:100%;height:46px;padding:0 14px;color:#203430;background:#fbfcfc;border:1px solid #dbe4e1;border-radius:11px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.field__prefix+input{padding-left:44px}.field input::placeholder{color:#9ba6a3}.field input:hover{border-color:#bfceca}.field input:focus{background:#fff;border-color:var(--teal-500);box-shadow:0 0 0 3px #15937f1c;outline:none}.field--error input{border-color:#dc7979}.field__message{color:#72817d;font-size:12px}.field--error .field__message{color:var(--danger)}.auth-layout{display:grid;grid-template-columns:minmax(480px,48%) minmax(500px,1fr);min-height:100vh;background:#fff}.auth-panel{display:grid;align-items:center;padding:42px clamp(32px,6vw,92px);background:radial-gradient(circle at 12% 8%,rgb(216 242 236 / 48%),transparent 26%),#fff}.auth-panel__inner{width:min(100%,510px);margin:auto}.auth-panel__heading{margin:56px 0 30px}.eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;color:var(--teal-600);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.auth-panel__heading h1{max-width:440px;margin-bottom:12px;color:#17302c;font-family:var(--font-display);font-size:clamp(30px,3.2vw,42px);line-height:1.12;letter-spacing:-.045em}.auth-panel__heading p{max-width:450px;margin-bottom:0;color:#687873;font-size:15px;line-height:1.65}.auth-form{display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-form__options{display:flex;align-items:center;justify-content:space-between;margin-top:-2px}.checkbox{display:inline-flex;align-items:center;gap:8px;color:#5e706b;font-size:13px;cursor:pointer}.checkbox input{width:16px;height:16px;margin:0;accent-color:var(--teal-600)}.checkbox--terms{align-items:flex-start;line-height:1.45}.checkbox--terms input{flex:0 0 auto;margin-top:2px}.text-button{padding:0;color:var(--teal-600);background:transparent;border:0;font-size:13px;font-weight:700}.text-button:not(:disabled){cursor:pointer}.demo-notice{margin-bottom:18px;padding:12px 14px;color:#385f58;background:#eef8f5;border:1px solid #d4ebe5;border-radius:11px;font-size:12px;line-height:1.5}.demo-notice strong{display:block;color:#196f61}.form-alert{padding:11px 13px;color:#9c3535;background:#fff3f3;border:1px solid #f0cccc;border-radius:10px;font-size:13px}.form-caption{margin:-7px 0 0;color:#82908c;font-size:11px;text-align:center}.auth-panel__footer{margin-top:28px;padding-top:22px;border-top:1px solid #edf1f0}.auth-panel__footer p{margin:0;color:#71807c;font-size:13px;text-align:center}.auth-panel__footer a{color:var(--teal-600);font-weight:800}.auth-showcase{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:72px clamp(48px,7vw,110px);overflow:hidden;color:#fff;background:linear-gradient(147deg,#0a39350a,#062b2957),#0b3936}.auth-showcase:before,.auth-showcase:after{position:absolute;content:"";border:1px solid rgb(161 227 213 / 12%);border-radius:50%}.auth-showcase:before{top:-20vw;right:-13vw;width:45vw;height:45vw}.auth-showcase:after{right:-20vw;bottom:-28vw;width:58vw;height:58vw}.auth-showcase__glow{position:absolute;top:27%;left:42%;width:440px;height:440px;background:#19a98f2e;filter:blur(80px);border-radius:50%}.showcase-copy,.showcase-card,.auth-showcase__quote{position:relative;z-index:1;width:min(100%,540px)}.showcase-copy__badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;color:#b8eee4;background:#67ceba17;border:1px solid rgb(156 226 212 / 16%);border-radius:999px;font-size:11px;font-weight:700}.showcase-copy h2{margin:22px 0 14px;font-family:var(--font-display);font-size:clamp(31px,4vw,49px);line-height:1.08;letter-spacing:-.05em}.showcase-copy p{max-width:500px;margin-bottom:0;color:#a7c2bd;font-size:15px;line-height:1.7}.showcase-card{margin-top:38px;padding:22px;background:#f6fffcf0;border:1px solid rgb(255 255 255 / 65%);border-radius:20px;box-shadow:0 28px 60px #00161447;color:#1d322e}.showcase-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #e5ecea}.showcase-card__header>div{display:flex;flex-direction:column}.showcase-card__header span{color:#74827e;font-size:11px}.showcase-card__header strong{margin-top:5px;font-family:var(--font-display);font-size:24px;letter-spacing:-.04em}.showcase-card__header .status-pill{padding:5px 9px;color:#13715f;background:#dcf5ee;border-radius:999px;font-size:10px;font-weight:800}.showcase-card__metric{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #e8eeec}.showcase-card__metric>div{display:flex;flex-direction:column;gap:3px}.showcase-card__metric strong{font-size:13px}.showcase-card__metric span{color:#7a8884;font-size:10px}.showcase-card__metric>svg{color:#91a09c}.metric-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:10px}.metric-icon--teal{color:#16806f!important;background:#dcf4ee}.metric-icon--amber{color:#bd7219!important;background:#fff1d9}.showcase-card__trust{display:flex;align-items:center;gap:8px;padding-top:14px;color:#68807b;font-size:10px}.showcase-card__trust svg{color:var(--teal-500)}.auth-showcase__quote{margin:22px 0 0;color:#85a7a0;font-size:11px;font-style:italic;text-align:center}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#62736f;background:#f7faf9}.loading-screen__spinner{margin-top:34px;color:var(--teal-600)}.loading-screen p{margin-top:12px;font-size:13px}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;flex-direction:column;width:252px;padding:24px 16px 18px;color:#bfd0cc;background:radial-gradient(circle at 30% -10%,rgb(33 150 130 / 16%),transparent 32%),#102f2d}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:0 6px 24px}.sidebar__close{display:none!important;color:#fff!important}.organization-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px;background:#e6fff90f;border:1px solid rgb(215 249 241 / 9%);border-radius:12px}.organization-card__icon{display:grid;place-items:center;width:34px;height:34px;color:#b4ede1;background:#67ceba21;border-radius:9px}.organization-card>div{display:flex;min-width:0;flex-direction:column;gap:2px}.organization-card small{color:#799c95;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.organization-card strong{overflow:hidden;color:#eef8f6;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.organization-card>svg{color:#73978f}.sidebar__navigation{display:flex;flex:1;flex-direction:column;gap:24px;margin-top:27px;overflow-y:auto}.nav-group__label{display:block;margin:0 11px 9px;color:#658a82;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.nav-group nav{display:flex;flex-direction:column;gap:3px}.nav-link{position:relative;display:flex;align-items:center;gap:12px;min-height:42px;padding:0 12px;color:#a9c0bb;border-radius:10px;font-size:12px;font-weight:600;transition:background .15s ease,color .15s ease}.nav-link:hover{color:#e7f3f0;background:#e3fff90d}.nav-link--active{color:#d8fff7;background:#47baa424}.nav-link--active:before{position:absolute;left:-16px;width:3px;height:23px;content:"";background:#53d4bb;border-radius:0 5px 5px 0}.sidebar__support{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:18px;padding:12px;background:#caf5ed0d;border-radius:10px}.sidebar__support-icon{display:grid;place-items:center;width:32px;height:32px;color:#86cbbd;background:#62c6b31a;border-radius:8px}.sidebar__support>div{display:flex;flex-direction:column;gap:3px}.sidebar__support strong{color:#d9ebe7;font-size:11px}.sidebar__support span{color:#75958e;font-size:9px}.sidebar__version{display:flex;justify-content:space-between;padding:15px 10px 0;color:#5c7c75;font-size:9px}.app-shell__body{width:calc(100% - 252px);min-width:0;margin-left:252px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 clamp(20px,3vw,42px);background:#ffffffeb;border-bottom:1px solid #e2e9e7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar__start,.topbar__end{display:flex;align-items:center}.topbar__start{gap:14px}.topbar__end{gap:12px}.topbar__menu{display:none!important}.icon-button{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;color:#61716d;background:transparent;border:0;border-radius:9px;cursor:pointer}.icon-button:hover{color:#324d48;background:#f0f5f3}.site-switcher{display:flex;align-items:center;gap:11px}.site-switcher>label{color:#82908c;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.site-switcher__select{display:flex;align-items:center;min-height:38px;padding:0 10px;color:#31514b;background:#f5f8f7;border:1px solid #e2e9e7;border-radius:9px}.site-switcher__select select{min-width:150px;padding:0 8px;color:#24403b;background:transparent;border:0;font-size:12px;font-weight:700;appearance:none;outline:none;cursor:pointer}.site-switcher__select>svg:last-child{color:#879591}.notification-button{position:relative}.notification-button>span{position:absolute;top:4px;right:3px;display:grid;place-items:center;width:15px;height:15px;color:#fff;background:#e76a5a;border:2px solid white;border-radius:50%;font-size:8px;font-weight:800}.profile-menu{position:relative}.profile-trigger{display:flex;align-items:center;gap:9px;padding:4px 6px 4px 4px;background:transparent;border:0;border-radius:10px;cursor:pointer}.profile-trigger:hover{background:#f3f7f6}.avatar{display:grid;place-items:center;width:36px;height:36px;color:#0e675b;background:#d9f1eb;border:1px solid #c6e7df;border-radius:10px;font-size:11px;font-weight:800}.profile-trigger__copy{display:flex;min-width:110px;flex-direction:column;align-items:flex-start;gap:2px}.profile-trigger__copy strong{color:#2f4641;font-size:11px}.profile-trigger__copy small{color:#86938f;font-size:9px}.profile-trigger>svg{color:#8b9995}.profile-popover{position:absolute;top:calc(100% + 9px);right:0;width:230px;padding:8px;background:#fff;border:1px solid #dee7e4;border-radius:12px;box-shadow:var(--shadow-md)}.profile-popover__identity{display:flex;flex-direction:column;gap:3px;padding:9px 10px 12px;border-bottom:1px solid #edf1f0}.profile-popover__identity strong{font-size:12px}.profile-popover__identity span{color:#7e8c88;font-size:10px}.profile-popover button{display:flex;align-items:center;gap:9px;width:100%;margin-top:6px;padding:9px 10px;color:#a13b3b;background:transparent;border:0;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer}.profile-popover button:hover{background:#fff3f3}.app-content{min-height:calc(100vh - 72px)}.page{width:min(100%,1510px);margin:0 auto;padding:32px clamp(20px,3vw,42px) 50px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.page-heading h1{margin-bottom:7px;color:#203a35;font-family:var(--font-display);font-size:clamp(25px,2.7vw,34px);line-height:1.2;letter-spacing:-.04em}.page-heading p{margin-bottom:0;color:#73817e;font-size:13px;line-height:1.55}.page-heading--dashboard .eyebrow{margin-bottom:8px;color:#738a84;font-size:9px}.page-heading__actions{display:flex;gap:10px;flex-shrink:0}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.kpi-card,.dashboard-card{background:#fff;border:1px solid #e0e8e5;box-shadow:var(--shadow-sm)}.kpi-card{padding:18px;border-radius:14px}.kpi-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.kpi-card__icon{display:grid;place-items:center;width:39px;height:39px;border-radius:10px}.kpi-card__icon--teal{color:#147c6b;background:#e0f5ef}.kpi-card__icon--blue{color:#3c6da8;background:#e8f0fa}.kpi-card__icon--amber{color:#ad6a18;background:#fff1d9}.kpi-card__icon--rose{color:#ba4d4d;background:#fde8e7}.trend-badge{display:flex;align-items:center;gap:3px;padding:4px 7px;color:#267463;background:#edf8f5;border-radius:999px;font-size:9px;font-weight:800}.kpi-card__label{display:block;color:#75827f;font-size:11px;font-weight:600}.kpi-card>strong{display:block;margin:5px 0 3px;color:#1e3732;font-family:var(--font-display);font-size:27px;letter-spacing:-.045em}.kpi-card>small{color:#9aa5a2;font-size:9px}.dashboard-grid{display:grid;gap:15px;margin-top:15px}.dashboard-grid--top{grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr)}.dashboard-grid--bottom{grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr)}.dashboard-card{min-width:0;padding:19px;border-radius:14px}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.card-heading h2{margin-bottom:4px;color:#263d38;font-family:var(--font-display);font-size:14px;letter-spacing:-.02em}.card-heading p{margin-bottom:0;color:#8a9693;font-size:9px}.card-heading>svg{color:#98a4a1}.card-link,.activity-footer-link{display:inline-flex;align-items:center;gap:6px;color:var(--teal-600);font-size:10px;font-weight:800}.period-select{display:flex;align-items:center;gap:7px;padding:7px 9px;color:#687a75;background:#f7f9f8;border:1px solid #e4eae8;border-radius:8px;font-size:9px;cursor:pointer}.period-select svg{transform:rotate(-45deg)}.chart-summary{display:flex;align-items:baseline;gap:11px;margin-top:19px}.chart-summary strong{color:#223c37;font-family:var(--font-display);font-size:23px}.chart-summary span{display:inline-flex;align-items:center;gap:3px;color:#328171;font-size:9px}.bar-chart{position:relative;height:150px;margin-top:14px}.bar-chart__grid{position:absolute;inset:0 0 22px;display:flex;flex-direction:column;justify-content:space-between}.bar-chart__grid span{width:100%;border-top:1px dashed #e8edeb}.bar-chart__bars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(6px,1.2vw,13px);height:100%}.bar-chart__item{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:flex-end}.bar-chart__bar{width:min(100%,18px);min-height:8px;background:#c5e9e1;border-radius:5px 5px 2px 2px}.bar-chart__bar--active{background:linear-gradient(#26a58e,#10806f)}.bar-chart__item small{height:18px;padding-top:7px;color:#9ca7a4;font-size:8px}.quick-actions__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.quick-actions__grid a{display:flex;min-height:101px;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px;background:#fafcfb;border:1px solid #e8eeec;border-radius:11px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.quick-actions__grid a:hover{transform:translateY(-2px);border-color:#cddbd7;box-shadow:0 7px 16px #1d413b12}.quick-action__icon{display:grid;place-items:center;width:32px;height:32px;margin-bottom:8px;border-radius:8px}.quick-action__icon--green{color:#147966;background:#dcf2ec}.quick-action__icon--rose{color:#b64e4e;background:#fde8e7}.quick-action__icon--blue{color:#426fa3;background:#e7eff9}.quick-action__icon--amber{color:#ae6c1e;background:#fff0d8}.quick-actions__grid strong{color:#314a45;font-size:11px}.quick-actions__grid small{margin-top:2px;color:#909c99;font-size:8px}.data-table-wrapper{margin:15px -19px -19px;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:10px}.data-table th{padding:9px 13px;color:#899692;background:#fafcfb;border-top:1px solid #edf1f0;border-bottom:1px solid #edf1f0;font-size:8px;font-weight:800;letter-spacing:.07em;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table td{padding:11px 13px;color:#5e6e6a;border-bottom:1px solid #edf1f0}.data-table tbody tr:last-child td{border-bottom:0}.product-cell{display:flex;align-items:center;gap:9px;min-width:190px}.product-cell>span{display:grid;place-items:center;width:31px;height:31px;color:#60837c;background:#eff5f3;border-radius:8px}.product-cell>div{display:flex;flex-direction:column;gap:2px}.product-cell strong{color:#344a45;font-size:10px}.product-cell small{color:#99a4a1;font-size:8px}.category-badge{padding:4px 7px;color:#657570;background:#f1f5f4;border-radius:999px;font-size:8px;white-space:nowrap}.stock-value{color:#b07122}.stock-value--empty{color:#bf4848}.movement-list{margin-top:13px}.movement-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #edf1f0}.movement-type{display:grid;place-items:center;width:31px;height:31px;border-radius:9px}.movement-type--in{color:#217664;background:#e1f3ee}.movement-type--out{color:#b65050;background:#fde9e8}.movement-type--transfer{color:#436fa0;background:#e8eff8}.movement-type--adjustment{color:#a76b25;background:#fff0dc}.movement-item__copy{display:flex;min-width:0;flex-direction:column;gap:1px}.movement-item__copy strong{overflow:hidden;color:#3a4f4a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.movement-item__copy span,.movement-item__copy small{color:#909c99;font-size:8px}.movement-item__end{display:flex;align-items:center;gap:7px}.movement-item__end>strong{font-size:10px}.quantity-positive{color:#1f7b68}.quantity-negative{color:#b74e4e}.mini-avatar{display:grid;place-items:center;width:25px;height:25px;color:#3d6961;background:#e5f1ee;border-radius:7px;font-size:7px;font-weight:800}.activity-footer-link{justify-content:center;width:100%;padding-top:14px}.toolbar-card,.resource-card,.settings-card,.site-card{background:#fff;border:1px solid #e0e8e5;border-radius:15px;box-shadow:var(--shadow-sm)}.toolbar-card{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:66px;margin-bottom:16px;padding:10px 14px}.search-control{display:flex;align-items:center;width:min(100%,520px);height:42px;padding:0 13px;color:#788a85;background:#f7f9f8;border:1px solid #e0e8e5;border-radius:10px}.search-control input{width:100%;height:100%;padding:0 10px;background:transparent;border:0;outline:0}.toolbar-card__count{color:var(--muted);font-size:12px;white-space:nowrap}.compact-field{display:flex;align-items:center;gap:10px;color:#536762;font-size:12px;font-weight:700}.compact-field select,.table-select{min-height:38px;padding:0 10px;color:#304a45;background:#f7f9f8;border:1px solid #dce6e3;border-radius:9px}.resource-card{min-height:190px;padding:19px}.resource-table{margin-top:-19px}.resource-table .data-table{font-size:12px}.resource-table .data-table th{padding:12px 17px;font-size:9px}.resource-table .data-table td{padding:13px 17px}.resource-table .product-cell strong{font-size:12px}.resource-table .product-cell small{font-size:10px}.inline-empty{display:flex;min-height:150px;align-items:center;justify-content:center;gap:10px;color:#7c8b87;font-size:13px}.success-alert{margin-bottom:16px;padding:11px 14px;color:#176655;background:#eaf8f3;border:1px solid #cdebe2;border-radius:10px;font-size:13px}.status-badge,.role-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap}.status-badge--success{color:#176b59;background:#dff5ee}.status-badge--warning{color:#9c641f;background:#fff0d8}.status-badge--danger{color:#a74141;background:#fde9e8}.status-badge--info,.role-badge{color:#3e678f;background:#e7eff8}.table-action{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;color:#315f57;background:#eef7f5;border:0;border-radius:7px;font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}.table-action--danger{color:#a44343;background:#fff0ef}.table-action:disabled{cursor:wait;opacity:.55}.table-actions{display:flex;gap:6px}.route-cell{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.modal-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px;background:#071f1c85;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-card{width:min(100%,680px);max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:17px;box-shadow:0 24px 70px #051f1b4d}.modal-card--small{width:min(100%,500px)}.modal-card--wide{width:min(100%,850px)}.modal-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #e8eeec}.modal-card__heading>div{display:flex;align-items:center;gap:12px}.modal-card__heading h2{margin:0 0 4px;color:#29443e;font-family:var(--font-display);font-size:18px}.modal-card__heading p{margin:0;color:#7b8985;font-size:11px}.modal-icon{display:grid;place-items:center;width:40px;height:40px;color:var(--teal-600);background:var(--teal-50);border-radius:10px}.resource-form{display:flex;flex-direction:column;gap:17px;padding:22px}.resource-form .field>span{color:#304742;font-size:12px;font-weight:700}.resource-form .field input,.resource-form .field select,.resource-form .field textarea{width:100%;height:44px;padding:0 12px;color:#203430;background:#fbfcfc;border:1px solid #dbe4e1;border-radius:10px}.resource-form .field textarea{min-height:88px;height:auto;padding-block:11px;resize:vertical;font:inherit}.resource-form .field input:focus,.resource-form .field select:focus,.resource-form .field textarea:focus{border-color:var(--teal-500);box-shadow:0 0 0 3px #15937f1c;outline:none}.field--wide{grid-column:1 / -1}.modal-card__actions,.settings-card__actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}.site-checks{display:flex;flex-wrap:wrap;gap:10px 16px;margin:0;padding:13px;border:1px solid #dfe7e4;border-radius:10px}.site-checks legend{padding:0 5px;color:#50645f;font-size:11px;font-weight:700}.site-checks label{display:flex;align-items:center;gap:6px;color:#5c6e69;font-size:11px}.site-checks input{accent-color:var(--teal-600)}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:16px;overflow:hidden;background:#dfe7e4;border:1px solid #dfe7e4;border-radius:14px}.summary-strip>div{display:flex;align-items:center;gap:10px;padding:16px;color:#527069;background:#fff}.summary-strip span{font-size:11px}.summary-strip strong{color:#28463f;font-size:16px}.site-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.site-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:14px;min-height:145px;padding:20px}.site-card__icon{display:grid;place-items:center;width:44px;height:44px;color:var(--teal-600);background:var(--teal-50);border-radius:12px}.site-card small{color:#8b9995;font-size:9px;font-weight:800;letter-spacing:.08em}.site-card h2{margin:5px 0 15px;color:#2d4842;font-family:var(--font-display);font-size:16px}.site-card p{display:flex;align-items:center;gap:5px;margin:0;color:#7b8b87;font-size:10px}.settings-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:17px}.settings-card{padding:20px}.settings-card__heading{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid #e9efed}.settings-card__heading>span{display:grid;place-items:center;width:40px;height:40px;color:var(--teal-600);background:var(--teal-50);border-radius:10px}.settings-card__heading h2{margin:0 0 3px;color:#29443e;font-family:var(--font-display);font-size:16px}.settings-card__heading p{margin:0;color:#7c8a87;font-size:10px}.settings-card .resource-form{padding:20px 0 0}.setting-toggle{display:flex;align-items:flex-start;gap:10px;padding:13px;background:#f6f9f8;border-radius:10px}.setting-toggle input{margin-top:3px;accent-color:var(--teal-600)}.setting-toggle span{display:flex;flex-direction:column;gap:3px}.setting-toggle strong{color:#38514b;font-size:12px}.setting-toggle small{color:#7b8a86;font-size:10px}.subscription-panel{display:flex;flex-direction:column;gap:18px;padding-top:20px}.subscription-plan{display:flex;align-items:center;justify-content:space-between;gap:12px}.subscription-plan>div{display:flex;flex-direction:column;gap:3px}.subscription-plan span{color:#7d8b88;font-size:10px}.subscription-plan strong{color:#29453f;font-family:var(--font-display);font-size:22px}.limit-list{margin:0}.limit-list>div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #edf1f0}.limit-list dt{color:#667772;font-size:10px;text-transform:capitalize}.limit-list dd{margin:0;color:#304b45;font-size:11px;font-weight:800}.dashboard-grid--live{margin-top:16px}.inline-create-form{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(180px,1.2fr) auto;gap:9px;padding-bottom:17px;border-bottom:1px solid #e8eeec}.inline-create-form input{min-width:0;height:44px;padding:0 12px;color:#263e39;background:#fbfcfc;border:1px solid #dbe4e1;border-radius:10px}.category-list{display:flex;flex-direction:column}.category-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:57px;padding:9px 3px;border-bottom:1px solid #edf1f0}.category-list>div>div:first-child{display:flex;flex-direction:column;gap:3px}.category-list strong{color:#334d47;font-size:12px}.category-list small{color:#87948f;font-size:10px}.file-drop{position:relative;display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:24px;color:#4e6b65;text-align:center;background:#f5faf8;border:1px dashed #b9d3cc;border-radius:13px;cursor:pointer}.file-drop:hover{background:#eff8f5;border-color:var(--teal-500)}.file-drop>svg{color:var(--teal-600)}.file-drop strong{font-size:13px}.file-drop small{color:#81918d;font-size:10px}.file-drop input{position:absolute;inset:0;width:100%;opacity:0;cursor:pointer}.import-summary{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #dfe8e5;border-radius:11px}.import-summary>div{display:flex;flex-direction:column;gap:3px;padding:13px;text-align:center;background:#f9fbfa;border-right:1px solid #e4ebe9}.import-summary>div:last-child{border-right:0}.import-summary strong{font-size:18px}.import-summary span{color:#7c8c87;font-size:9px;text-transform:uppercase}.import-errors{max-height:170px;overflow-y:auto;border:1px solid #efd3d1;border-radius:10px}.import-errors>div{display:grid;grid-template-columns:80px 1fr;gap:10px;padding:9px 11px;color:#8e4545;border-bottom:1px solid #f3dfdd;font-size:10px}.import-errors>div:last-child{border-bottom:0}.transfer-products{display:flex;min-width:160px;flex-direction:column;gap:3px}.transfer-products span{font-size:10px}.transfer-item-editor{overflow:hidden;border:1px solid #dfe8e5;border-radius:11px}.transfer-item-editor__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f7faf9;border-bottom:1px solid #e4ebe9}.transfer-item-editor__heading>div{display:flex;flex-direction:column;gap:2px}.transfer-item-editor__heading strong{color:#354f49;font-size:12px}.transfer-item-editor__heading small{color:#85938f;font-size:9px}.transfer-item-row{display:grid;grid-template-columns:25px minmax(220px,1fr) minmax(120px,.35fr) 38px;align-items:end;gap:10px;padding:11px 13px;border-bottom:1px solid #edf1f0}.transfer-item-row:last-child{border-bottom:0}.transfer-item-row>span{display:grid;place-items:center;height:44px;color:#72847f;font-size:10px;font-weight:800}.transfer-item-row .field{gap:5px}.audit-details{display:block;max-width:330px;overflow:hidden;color:#60716d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.empty-feature{display:flex;min-height:430px;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;background:#fff;border:1px solid #e0e8e5;border-radius:16px;box-shadow:var(--shadow-sm)}.empty-feature__icon{display:grid;place-items:center;width:58px;height:58px;color:var(--teal-600);background:var(--teal-50);border-radius:16px}.empty-feature h2{margin:20px 0 7px;color:#29433e;font-family:var(--font-display);font-size:20px}.empty-feature p{max-width:520px;margin-bottom:22px;color:#74837f;font-size:13px;line-height:1.6}.not-found{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;background:radial-gradient(circle at center,rgb(216 242 236 / 42%),transparent 34%),#f7faf9}.not-found>div{margin-top:55px}.not-found>div>span{color:var(--teal-500);font-family:var(--font-display);font-size:13px;font-weight:800;letter-spacing:.12em}.not-found h1{margin:10px 0 8px;color:#223d38;font-family:var(--font-display);font-size:34px;letter-spacing:-.04em}.not-found p{margin-bottom:24px;color:#72817d}@media(max-width:1120px){.auth-layout{grid-template-columns:minmax(450px,55%) 1fr}.auth-showcase{padding-inline:40px}.showcase-copy h2{font-size:36px}.dashboard-grid--bottom{grid-template-columns:1fr}.recent-activity{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.recent-activity .card-heading,.recent-activity .activity-footer-link{grid-column:1 / -1}.movement-list{display:contents}.site-grid{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}}@media(max-width:940px){.auth-layout{display:block}.auth-panel{min-height:100vh;padding-block:35px}.auth-showcase{display:none}.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar--open{transform:translate(0);box-shadow:20px 0 50px #081f1c3d}.sidebar__close{display:grid!important}.sidebar-backdrop{position:fixed;inset:0;z-index:25;background:#04161475;border:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-shell__body{width:100%;margin-left:0}.topbar__menu{display:grid!important}}@media(max-width:760px){.page{padding-top:24px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading__actions{width:100%}.page-heading__actions .button{flex:1}.kpi-grid{grid-template-columns:1fr 1fr}.dashboard-grid--top{grid-template-columns:1fr}.recent-activity{display:block}.profile-trigger__copy,.profile-trigger>svg{display:none}.site-switcher>label{display:none}.site-switcher__select select{min-width:122px}.summary-strip,.site-grid,.inline-create-form{grid-template-columns:1fr}.transfer-item-row{grid-template-columns:24px 1fr 38px}.transfer-item-row .field:nth-of-type(2){grid-column:2}}@media(max-width:540px){.auth-panel{align-items:start;padding:24px 20px}.auth-panel__heading{margin:38px 0 25px}.auth-panel__heading h1{font-size:30px}.form-grid{grid-template-columns:1fr}.topbar{height:64px;padding:0 14px}.site-switcher__select{max-width:165px}.site-switcher__select select{min-width:0;width:118px}.app-content{min-height:calc(100vh - 64px)}.page{padding:21px 14px 34px}.page-heading h1{font-size:25px}.page-heading__actions{flex-direction:column-reverse}.kpi-grid{gap:10px}.kpi-card{padding:14px}.kpi-card__top{margin-bottom:13px}.kpi-card>strong{font-size:22px}.kpi-card>small{display:block;min-height:23px}.dashboard-card{padding:15px}.data-table-wrapper{margin-inline:-15px;margin-bottom:-15px}.quick-actions__grid a{min-height:96px}.chart-summary{align-items:flex-start;flex-direction:column;gap:3px}.empty-feature{min-height:360px;padding:25px}.toolbar-card,.compact-field{align-items:stretch;flex-direction:column}.modal-backdrop{padding:8px}.modal-card{max-height:calc(100vh - 16px)}.modal-card__heading,.resource-form{padding:17px}.resource-card{padding:15px}.resource-table{margin-top:-15px}.category-list>div{align-items:flex-start;flex-direction:column}.import-summary{grid-template-columns:1fr}.import-summary>div{border-right:0;border-bottom:1px solid #e4ebe9}.import-summary>div:last-child{border-bottom:0}.transfer-item-editor__heading{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
