:root{--font-heading:"Plus Jakarta Sans", "Segoe UI", sans-serif;--font-body:"Inter", "Segoe UI", sans-serif;--color-primary:#b90064;--color-primary-container:#e6007e;--color-secondary:#362c2a;--color-brand-tms:#f00b68;--color-brand-tms-hover:#c20e42;--color-brand-wms:#362c2a;--color-brand-wms-hover:#241e1c;--color-on-surface:#1e1b18;--color-text-primary:#1e1b18;--color-text-heading:#362c2a;--color-text-muted:#6b6375;--color-bg-surface:#fff8f5;--color-bg-light:#f6ece7;--color-surface:#fff8f5;--color-surface-lowest:#fff;--color-surface-low:#fff2ed;--color-surface-container:#f7ece6;--color-surface-high:#f0e2db;--color-surface-highest:#e8d7ce;--color-surface-white:#fff;--color-border:#1e1b181f;--color-outline-ghost:#1e1b1824;--color-status-green:#006e11;--color-status-red:#ba1a1a;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:2rem;--space-8:2.5rem;--space-9:3rem;--space-10:4rem;--radius-sm:1rem;--radius-md:1.5rem;--radius-xl:3rem;--radius-pill:999px;--shadow-ambient:0 12px 32px -4px #2d29260f, 0 4px 12px -2px #2d29260a;--shadow-soft:0 18px 40px -20px #2d292647;--transition-standard:.18s cubic-bezier(.2, .8, .2, 1);--page-max-width:1220px}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{font-family:var(--font-body);color:var(--color-on-surface);background:radial-gradient(circle at 100% 0%, #f00b681f, transparent 30%), radial-gradient(circle at 0% 100%, #362c2a24, transparent 32%), linear-gradient(180deg, #fffdfb 0%, var(--color-surface) 38%, var(--color-bg-light) 100%);min-width:320px;margin:0}#root{min-height:100vh}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-heading);color:var(--color-text-heading);margin:0}a{color:inherit;transition:color var(--transition-standard), opacity var(--transition-standard);text-decoration:none}a:hover{color:var(--color-brand-tms-hover)}input,select,textarea,button{font:inherit}input,select,textarea{border-radius:var(--radius-sm);background:var(--color-surface-lowest);width:100%;color:var(--color-on-surface);box-shadow:inset 0 0 0 1px var(--color-outline-ghost);transition:box-shadow var(--transition-standard), transform var(--transition-standard), background-color var(--transition-standard);border:none;padding:.9rem 1rem}input::placeholder,textarea::placeholder{color:#6b6375e6}input:focus,select:focus,textarea:focus{outline:none;box-shadow:inset 0 0 0 1px #b9006447,0 0 0 4px #b900641a}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.68;background:var(--color-surface-low)}button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0}button:disabled{opacity:.65;cursor:not-allowed}p{margin:0}.page-stack{gap:var(--space-6);display:grid}.page-header{justify-content:space-between;align-items:flex-end;gap:var(--space-5);margin-bottom:var(--space-6);display:flex}.page-header__content{gap:var(--space-2);max-width:46rem;display:grid}.page-header__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-tms);font-size:.78rem;font-weight:700}.page-header--wms .page-header__eyebrow{color:var(--color-brand-wms)}.page-header__title{letter-spacing:-.03em;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1}.page-header__description{color:var(--color-text-muted);font-size:1rem;line-height:1.6}.page-header__actions{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.ds-card{border-radius:var(--radius-md);position:relative;overflow:hidden}.ds-card--default{background:var(--color-surface-lowest);box-shadow:var(--shadow-ambient)}.ds-card--soft{background:var(--color-surface-low);box-shadow:inset 0 0 0 1px #1e1b180d}.ds-card--raised{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-soft);background:#ffffffe0}.ds-card--hero{background:linear-gradient(135deg, #fffffff5, #fff1f7eb), var(--color-surface-lowest);box-shadow:var(--shadow-soft)}.ds-card--md{padding:var(--space-5)}.ds-card--lg{padding:var(--space-6)}.ds-card--xl{padding:var(--space-7)}.ds-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-xl);transition:transform var(--transition-standard), box-shadow var(--transition-standard), background-color var(--transition-standard), color var(--transition-standard), opacity var(--transition-standard);padding:.85rem 1.2rem;font-weight:700;line-height:1;display:inline-flex}.ds-button:hover:not(:disabled){transform:translateY(-2px)}.ds-button--block{width:100%}.ds-button--sm{min-height:2.6rem;padding:.7rem 1rem;font-size:.92rem}.ds-button--md{min-height:3rem}.ds-button--lg{min-height:3.35rem;padding-inline:1.4rem}.ds-button--primary{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-container) 100%);color:#fff;box-shadow:0 14px 30px -18px #b90064e6}.ds-button--secondary{background:var(--color-surface-lowest);color:var(--color-on-surface);box-shadow:inset 0 0 0 1px var(--color-outline-ghost)}.ds-button--ghost{color:var(--color-text-muted);background:0 0}.ds-button--danger{background:linear-gradient(135deg, #9d1d1d 0%, var(--color-status-red) 100%);color:#fff;box-shadow:0 14px 30px -18px #ba1a1abf}.ds-button--wms{background:linear-gradient(135deg, var(--color-brand-wms) 0%, #4d403d 100%);color:#fff;box-shadow:0 14px 30px -18px #362c2ae6}.form-field{gap:var(--space-2);display:grid}.form-field__label-row{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.form-field__label{color:var(--color-on-surface);font-size:.94rem;font-weight:700}.form-field__required{color:var(--color-status-red);margin-left:.2rem}.form-field__hint{color:var(--color-text-muted);font-size:.78rem}.form-field__error{color:var(--color-status-red);font-size:.84rem}.field-grid{gap:var(--space-4);display:grid}.field-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-stack{gap:var(--space-5);display:grid}.form-section__header{gap:var(--space-2);margin-bottom:var(--space-5);display:grid}.form-section__title{letter-spacing:-.02em;font-size:1.2rem}.form-section__description{color:var(--color-text-muted);line-height:1.6}.checkbox-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.checkbox-card{align-items:center;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-sm);background:var(--color-surface-lowest);display:flex;box-shadow:inset 0 0 0 1px #1e1b1814}.checkbox-card input{width:1.15rem;height:1.15rem;margin:0}.checkbox-card__text{gap:.15rem;display:grid}.checkbox-card__title{font-weight:700}.checkbox-card__description{color:var(--color-text-muted);font-size:.85rem}.form-actions{justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.chip-row{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip{border-radius:var(--radius-pill);color:var(--color-on-surface);background:#ffffffd1;align-items:center;padding:.5rem .85rem;font-size:.86rem;font-weight:600;display:inline-flex;box-shadow:inset 0 0 0 1px #1e1b1814}.app-shell{min-height:100vh}.app-shell__header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff8f5d1;border-bottom:1px solid #1e1b180f;position:sticky;top:0}.app-shell__inner{width:min(var(--page-max-width), calc(100% - 2rem));gap:var(--space-6);grid-template-columns:auto 1fr auto;align-items:center;min-height:5rem;margin:0 auto;display:grid}.app-shell__brand{align-items:center;gap:var(--space-3);min-width:0;display:inline-flex}.app-shell__brand-logo-frame{background:#ffffffeb;border-radius:1.35rem;flex:none;justify-content:center;align-items:center;min-height:3.4rem;padding:.6rem .95rem;display:inline-flex;box-shadow:inset 0 0 0 1px #1e1b180f,0 10px 24px -18px #1e1b1847}.app-shell__brand-logo{width:clamp(5.8rem,8vw,7.6rem);max-width:none}.app-shell__brand-copy{gap:.2rem;display:grid}.app-shell__brand-title{font-family:var(--font-heading);color:var(--color-on-surface);letter-spacing:.04em;text-transform:uppercase;font-size:.94rem;font-weight:700}.app-shell__brand-subtitle{color:var(--color-text-muted);font-size:.82rem;line-height:1.35}.app-shell__nav{gap:var(--space-2);flex-wrap:wrap;display:flex}.app-shell__nav-link{border-radius:var(--radius-pill);min-height:2.75rem;color:var(--color-text-muted);justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:600;display:inline-flex}.app-shell--tms .app-shell__nav-link--active{color:var(--color-brand-tms-hover);background:#f00b681f}.app-shell--wms .app-shell__nav-link--active{color:var(--color-brand-wms);background:#362c2a1f}.app-shell__user{align-items:center;gap:var(--space-3);display:flex}.app-shell__user-meta{text-align:right;gap:.15rem;display:grid}.app-shell__user-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.app-shell__user-name{font-size:.92rem;font-weight:700}.app-shell__avatar{color:#fff;border-radius:1rem;place-items:center;width:2.7rem;height:2.7rem;font-weight:800;display:grid}.app-shell--tms .app-shell__avatar{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-container) 100%)}.app-shell--wms .app-shell__avatar{background:linear-gradient(135deg, var(--color-brand-wms) 0%, #4d403d 100%)}.app-shell__main{padding:var(--space-7) 0 var(--space-10)}.app-shell__content{width:min(var(--page-max-width), calc(100% - 2rem));margin:0 auto}.auth-shell{min-height:100vh;padding:var(--space-7) var(--space-4);place-items:center;display:grid;position:relative;overflow:hidden}.auth-shell__orb{filter:blur(80px);opacity:.65;border-radius:999px;width:24rem;height:24rem;position:absolute}.auth-shell__orb--primary{background:#f00b683d;top:-8rem;right:-6rem}.auth-shell__orb--secondary{background:#362c2a2e;bottom:-8rem;left:-6rem}.auth-shell--wms .auth-shell__orb--primary{background:#362c2a3d}.auth-shell--wms .auth-shell__orb--secondary{background:#f00b6829}.auth-shell__grid{z-index:1;gap:var(--space-8);grid-template-columns:minmax(0,1.05fr) minmax(320px,460px);align-items:center;width:min(1120px,100%);display:grid;position:relative}.auth-shell__hero{gap:var(--space-6);display:grid}.auth-shell__brand{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.auth-shell__brand-frame{background:#ffffffdb;border-radius:1.5rem;justify-content:center;align-items:center;min-height:4.4rem;padding:.8rem 1.05rem;display:inline-flex;box-shadow:inset 0 0 0 1px #1e1b180f,0 18px 40px -28px #1e1b1852}.auth-shell__brand-logo{width:clamp(8rem,16vw,12rem);max-width:none}.auth-shell__kicker{border-radius:var(--radius-pill);min-height:2rem;color:var(--color-on-surface);letter-spacing:.08em;text-transform:uppercase;background:#ffffffc7;align-items:center;padding:.4rem .85rem;font-size:.82rem;font-weight:700;display:inline-flex}.auth-shell__copy{gap:var(--space-3);display:grid}.auth-shell__title{letter-spacing:-.05em;max-width:11ch;font-size:clamp(2.5rem,4vw,4.6rem);line-height:.94}.auth-shell__description{max-width:34rem;color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.auth-shell__support{gap:var(--space-2);max-width:28rem;display:grid}.auth-shell__support-label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand-tms);font-size:.75rem;font-weight:700}.auth-shell__support-title{font-family:var(--font-heading);letter-spacing:-.03em;font-size:1.3rem}.auth-shell__support-text{color:var(--color-text-muted);line-height:1.7}.auth-shell__panel{width:100%}.auth-panel__header{gap:var(--space-2);margin-bottom:var(--space-6);display:grid}.auth-panel__eyebrow{color:var(--color-brand-tms);letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:700}.auth-panel__title{letter-spacing:-.03em;font-size:1.8rem}.auth-panel__description{color:var(--color-text-muted);line-height:1.6}.input-action-row{gap:var(--space-3);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.auth-panel__meta{justify-content:flex-end;display:flex}.password-recovery__meta{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.password-recovery__summary,.password-recovery__success{gap:var(--space-3);display:grid}.password-recovery__hint{color:var(--color-text-muted);line-height:1.6}.otp-grid{gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.otp-grid__input{text-align:center;text-transform:uppercase;letter-spacing:.08em;padding-inline:0;font-size:1.6rem;font-weight:800}.text-action{color:var(--color-brand-tms);font-weight:600}.text-action:hover{color:var(--color-brand-tms-hover)}.text-action--muted{color:var(--color-text-muted)}.error-toast-viewport{z-index:2000;gap:var(--space-3);pointer-events:none;width:min(28rem,100vw - 2rem);display:grid;position:fixed;top:1.25rem;right:1.25rem}.error-toast{gap:var(--space-3);color:#fff7f7;pointer-events:auto;background:#7a1515f5;border:1px solid #ffffff1f;border-radius:1.2rem;grid-template-columns:minmax(0,1fr) auto;align-items:start;padding:1rem 1rem 1rem 1.1rem;animation:.18s cubic-bezier(.2,.8,.2,1) error-toast-enter;display:grid;box-shadow:0 18px 40px -18px #4f0c0ca6}.error-toast__content{gap:.35rem;display:grid}.error-toast__title{font-size:.98rem;font-weight:800;line-height:1.35}.error-toast__lines{gap:.2rem;display:grid}.error-toast__line{color:#fff7f7f0;font-size:.9rem;line-height:1.45}.error-toast__close{color:#fff7f7d1;width:1.8rem;height:1.8rem;transition:background-color var(--transition-standard), color var(--transition-standard);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.error-toast__close:hover{color:#fff;background:#ffffff1f}@keyframes error-toast-enter{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.app-shell--wms .text-action,.auth-shell--wms .text-action,.auth-shell--wms .auth-shell__support-label,.auth-shell--wms .auth-panel__eyebrow,.app-shell--wms .dialog-card__eyebrow{color:var(--color-brand-wms)}.data-table{gap:var(--space-4);display:grid}.data-table__scroller{overflow-x:auto}.data-table__table{border-collapse:separate;border-spacing:0 .5rem;width:100%;min-width:720px}.data-table__head-cell{text-align:left;padding:0 var(--space-4) var(--space-2);color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:700}.data-table__cell{background:var(--color-surface-lowest);padding:1rem var(--space-4);vertical-align:middle;box-shadow:inset 0 0 0 1px #1e1b180a}.data-table__cell:first-child{border-top-left-radius:var(--radius-sm);border-bottom-left-radius:var(--radius-sm)}.data-table__cell:last-child{border-top-right-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm)}.data-table__row:hover .data-table__cell{background:var(--color-surface-low)}.data-table__empty-cell{background:var(--color-surface-lowest);border-radius:var(--radius-sm);text-align:center;color:var(--color-text-muted);padding:1.4rem;box-shadow:inset 0 0 0 1px #1e1b180a}.data-table a,.data-table button:not(.ds-button){font-size:.92rem;font-weight:700}.data-table__loading-card{gap:var(--space-3);padding:var(--space-6);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-ambient);background:#ffffffdb;display:grid}.data-table__loading-bar{border-radius:var(--radius-pill);background:linear-gradient(90deg,#1e1b1812,#1e1b181f,#1e1b1812);height:.9rem;display:block}.data-table__loading-bar--lg{width:42%}.status-badge{border-radius:var(--radius-pill);align-items:center;gap:.45rem;padding:.35rem .72rem;font-size:.76rem;font-weight:700;display:inline-flex}.status-badge__dot{border-radius:999px;width:.45rem;height:.45rem}.dialog-overlay{z-index:60;padding:var(--space-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1612115c;place-items:center;display:grid;position:fixed;inset:0}.dialog-card{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:min(100%,30rem);box-shadow:var(--shadow-soft);padding:var(--space-6);background:#ffffffeb}.dialog-card__content{gap:var(--space-2);display:grid}.dialog-card__eyebrow{color:var(--color-brand-tms);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700}.dialog-card__title{letter-spacing:-.03em;font-size:1.45rem}.dialog-card__description{color:var(--color-text-muted);line-height:1.6}.dialog-card__actions{justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.pagination-controls{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.pagination-controls__text{color:var(--color-text-muted);font-weight:600}.toolbar-card{margin-bottom:var(--space-5)}.toolbar-grid{gap:var(--space-4);grid-template-columns:minmax(0,2fr) minmax(220px,1fr);display:grid}.metric-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.metric-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{gap:var(--space-2);display:grid}.metric-card__value{font-family:var(--font-heading);letter-spacing:-.05em;font-size:clamp(2rem,3vw,2.7rem);line-height:1}.metric-card__label{color:var(--color-text-muted);font-weight:600}.hero-grid{gap:var(--space-5);grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);display:grid}.system-grid{gap:var(--space-5);grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);display:grid}.system-card{gap:var(--space-5);display:grid}.system-card__header{gap:var(--space-2);display:grid}.system-card__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-brand-tms);font-size:.76rem;font-weight:700}.system-card__title{letter-spacing:-.03em;font-size:1.6rem}.system-card__description{color:var(--color-text-muted);line-height:1.7}.system-card__meta{gap:var(--space-2);display:grid}.system-card__meta-row{justify-content:space-between;align-items:center;gap:var(--space-4);color:var(--color-text-muted);font-size:.92rem;display:flex}.system-card__meta-row strong{color:var(--color-on-surface)}.system-card--wms .system-card__eyebrow{color:var(--color-brand-wms)}.feature-list{gap:var(--space-3);display:grid}.feature-list__item{padding:var(--space-4);border-radius:var(--radius-sm);background:#ffffffc2;gap:.15rem;display:grid;box-shadow:inset 0 0 0 1px #1e1b180f}.feature-list__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:.82rem;font-weight:700}.feature-list__value{font-size:1rem;font-weight:700}.dashboard-card{gap:var(--space-5);display:grid}.dashboard-list{gap:var(--space-3);display:grid}.dashboard-list__item{padding:var(--space-4);border-radius:var(--radius-sm);transition:transform var(--transition-standard), background-color var(--transition-standard);background:#ffffffc2;gap:.35rem;display:grid;box-shadow:inset 0 0 0 1px #1e1b180f}.dashboard-list__item:hover{background:#ffffffeb;transform:translateY(-2px)}.dashboard-list__item span{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:.8rem;font-weight:700}.dashboard-list__item strong{font-size:1rem;line-height:1.5}.dashboard-summary{gap:var(--space-3);display:grid}.dashboard-summary__row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-sm);background:#ffffffc2;display:flex;box-shadow:inset 0 0 0 1px #1e1b180f}.dashboard-summary__row span{color:var(--color-text-muted);font-size:.9rem}.dashboard-summary__row strong{text-align:right;max-width:20rem;line-height:1.5}.user-cell{align-items:center;gap:var(--space-3);display:flex}.user-cell__avatar{width:2.35rem;height:2.35rem;color:var(--color-primary);background:#f00b6824;border-radius:.95rem;flex:none;place-items:center;font-size:.8rem;font-weight:800;display:grid}.user-cell__content{gap:.25rem;display:grid}.user-cell__name{font-weight:700}.user-cell__email{color:var(--color-text-muted);font-size:.9rem}.mini-badge{border-radius:var(--radius-pill);justify-content:center;align-items:center;min-height:1.9rem;padding:.3rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.mini-badge--accent{color:var(--color-primary);background:#f00b681f}.mini-badge--neutral{color:#4f4857;background:#6b63751f}.inline-actions{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.text-action--strong{border-radius:var(--radius-pill);min-height:2rem;color:var(--color-brand-tms);background:#f00b681a;align-items:center;padding:.35rem .75rem;font-weight:700;display:inline-flex}.table-actions{justify-content:center;align-items:center;gap:var(--space-2);flex-wrap:wrap;width:100%;display:flex}.row-menu{display:inline-flex;position:relative}.row-menu__trigger{min-width:2.6rem;padding-inline:.7rem}.row-menu__dots{align-items:center;gap:.18rem;display:inline-flex}.row-menu__dots span{background:currentColor;border-radius:999px;width:.24rem;height:.24rem}.row-menu__content{z-index:15;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-radius:1rem;gap:.2rem;min-width:11rem;max-width:min(16rem,100vw - 2rem);max-height:min(16rem,100vh - 2rem);padding:.35rem;display:grid;position:absolute;overflow-y:auto;box-shadow:0 20px 40px -22px #1e1b186b}.row-menu__content--down{top:calc(100% + .5rem)}.row-menu__content--up{bottom:calc(100% + .5rem)}.row-menu__content--right{right:0}.row-menu__content--left{left:0}.row-menu__item{width:100%;min-height:2.5rem;color:var(--color-on-surface);text-align:left;border-radius:.8rem;align-items:center;padding:.65rem .8rem;font-size:.92rem;font-weight:600;display:flex}.row-menu__item:hover:not(:disabled){background:var(--color-surface-low)}.row-menu__item:disabled{opacity:.6}.row-menu__item--danger{color:var(--color-status-red)}@media (width<=960px){.table-actions{justify-content:center}.row-menu__content{max-width:min(15rem,100vw - 2rem)}.app-shell__inner,.auth-shell__grid,.hero-grid,.system-grid,.field-grid--2,.field-grid--3,.toolbar-grid,.metric-grid,.metric-grid--4,.checkbox-grid{grid-template-columns:1fr}.app-shell__inner{padding:var(--space-4) 0;grid-template-columns:1fr}.app-shell__nav{order:3}.app-shell__brand{flex-wrap:wrap}.app-shell__user{justify-content:space-between}.page-header{align-items:flex-start}}@media (width<=720px){.auth-shell{padding-inline:var(--space-3)}.auth-shell__title{max-width:none}.app-shell__brand-logo-frame,.auth-shell__brand-frame{justify-content:flex-start;width:100%}.input-action-row{grid-template-columns:1fr}.otp-grid{gap:var(--space-2)}.otp-grid__input{font-size:1.3rem}.error-toast-viewport{width:auto;left:1rem;right:1rem}.app-shell__user-meta{display:none}.dialog-card__actions,.form-actions,.page-header__actions,.pagination-controls{width:100%}.dashboard-summary__row{flex-direction:column}.dashboard-summary__row strong{text-align:left;max-width:none}.dialog-card__actions>*,.form-actions>*,.page-header__actions>*,.pagination-controls>*{flex:auto}}
