.themed-select{min-width:0;color:var(--text);font:inherit;position:relative}.themed-select-trigger{width:100%;min-height:2.7rem;color:var(--text);background:var(--control-bg);border:1px solid var(--border);font:inherit;text-align:left;cursor:pointer;border-radius:.8rem;align-items:center;gap:.55rem;padding:.65rem .8rem;transition:background .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);display:flex}.themed-select-trigger:disabled{cursor:not-allowed;opacity:.65}.themed-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.themed-select-trigger:hover,.themed-select.is-open .themed-select-trigger{background:var(--control-hover);border-color:var(--blue);box-shadow:0 0 0 3px #7dc8ff14,0 10px 26px #7dc8ff14}.themed-select-trigger[aria-invalid=true]{background:#f43f5e0e;border-color:#fb7185d1;box-shadow:0 0 0 3px #f43f5e1a}.themed-select-chevron{color:var(--blue);flex:none;margin-left:auto;transition:transform .2s}.themed-select.is-open .themed-select-chevron{transform:rotate(180deg)}.themed-select-menu{z-index:10000;background:var(--popover-bg);border:1px solid #7dc8ff6b;border-radius:.85rem;max-width:min(28rem,100vw - 2rem);max-height:19rem;padding:.35rem;display:grid;position:fixed;overflow-y:auto;box-shadow:0 22px 55px #00000085}.themed-select-search{z-index:1;color:var(--muted);background:var(--control-bg);border:1px solid var(--border);border-radius:.62rem;align-items:center;gap:.5rem;margin-bottom:.25rem;padding:.5rem .65rem;display:flex;position:sticky;top:0}.themed-select-search:focus-within{color:var(--blue);border-color:var(--blue)}.themed-select-search input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:0}.themed-select-empty{color:var(--muted);text-align:center;padding:.75rem}.themed-select-option{width:100%;min-height:2.4rem;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.58rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .7rem;display:flex}.themed-select-option:hover,.themed-select-option.is-active{color:var(--text);background:#7dc8ff1a;border-color:#7dc8ff61}.themed-select-option[aria-selected=true]{color:var(--blue);background:#7dc8ff14}.themed-select-option svg{flex:none}.hub-form .themed-select{width:100%}.hub-form .themed-select-trigger{min-height:auto;padding:.72rem .8rem;font-weight:700}.app-shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--surface-translucent);border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:30;flex-direction:column;height:100vh;padding:1.25rem 1rem;display:flex;position:sticky;top:0}.sidebar-header{justify-content:space-between;align-items:center;padding:0 .55rem 1.35rem;display:flex}.hub-brand{align-items:center;gap:.75rem;display:flex}.hub-brand img{object-fit:contain;width:2.6rem;height:2.6rem}.hub-brand span{line-height:1.2;display:grid}.hub-brand strong{font-size:.95rem}.hub-brand small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:.2rem;font-size:.72rem}.sidebar-nav{gap:.35rem;display:grid}.sidebar-nav a{color:var(--muted);border:1px solid #0000;border-radius:.9rem;align-items:center;gap:.8rem;padding:.78rem .85rem;font-size:.91rem;font-weight:650;transition:color .2s,background .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex;position:relative}.sidebar-nav a[draggable=true]{cursor:grab}.sidebar-nav a.is-dragging{opacity:.55;cursor:grabbing}.sidebar-nav a.has-drop-line:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ec48999e,#0000);border-radius:999px;height:1px;animation:.16s ease-out forwards sidebar-drop-line-reveal;position:absolute;left:.35rem;right:.35rem;box-shadow:0 0 10px #ec489933}.sidebar-nav a.drop-before:before{top:-.22rem}.sidebar-nav a.drop-after:before{bottom:-.22rem}@keyframes sidebar-drop-line-reveal{0%{opacity:0;transform:scaleX(.82)}to{opacity:1;transform:scaleX(1)}}.sidebar-nav a:hover{color:var(--text);background:#7dc8ff0f}.sidebar-nav a.active{color:var(--text);background:linear-gradient(135deg,#7dc8ff1f,#ec489914);border-color:#7dc8ff38}.sidebar-nav a.active svg{color:var(--blue)}.sidebar-nav .sidebar-external-link{color:var(--blue);background:linear-gradient(135deg,#7dc8ff14,#ec48990d),#7dc8ff06;border-color:#7dc8ff38;margin-top:.65rem}.sidebar-nav .sidebar-external-link:hover{color:var(--text);border-color:#7dc8ff6b;box-shadow:0 0 24px #7dc8ff14}.sidebar-nav .sidebar-external-link svg{color:var(--blue)}.sidebar-footer{border-top:1px solid var(--border);align-items:center;gap:.7rem;margin-top:auto;padding:1rem .6rem 0;display:flex;position:relative}.user-avatar{background:linear-gradient(135deg, var(--blue), var(--pink));color:#07101f;border-radius:50%;flex:none;place-items:center;width:2.35rem;height:2.35rem;font-weight:900;display:grid}.user-summary{min-width:0;line-height:1.25;display:grid}.user-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.user-summary span{color:var(--muted);text-transform:capitalize;margin-top:.18rem;font-size:.7rem}.profile-menu-button,.icon-button{cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.profile-menu-button{color:var(--muted);margin-left:auto}.app-workspace{min-width:0}.topbar{background:var(--surface-translucent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;align-items:center;gap:1rem;height:76px;padding:0 2rem;display:flex;position:sticky;top:0}.quick-add-wrap{margin-left:auto;position:relative}.quick-add-menu{background:var(--overlay-surface);border:1px solid var(--border-strong);width:230px;box-shadow:var(--shadow);z-index:1000;border-radius:.9rem;padding:.45rem;display:grid;position:absolute;top:calc(100% + .55rem);right:0}.quick-add-menu a{color:var(--muted);border-radius:.65rem;align-items:center;gap:.7rem;padding:.7rem .75rem;font-size:.78rem;font-weight:750;display:flex}.quick-add-menu a:hover{color:var(--text);background:#7dc8ff12}.quick-add-menu svg{color:var(--blue)}.global-search-wrap{width:min(620px,100%);position:relative}.profile-menu-button{transition:color .2s,transform .2s}.profile-menu-button:hover,.profile-menu-button.open{color:var(--text)}.profile-menu-button.open{transform:rotate(180deg)}.profile-menu{background:var(--overlay-surface);border:1px solid var(--border-strong);width:220px;box-shadow:var(--shadow);z-index:40;border-radius:.9rem;padding:.45rem;display:grid;position:absolute;bottom:4.2rem;right:0}.profile-menu>div{border-bottom:1px solid var(--border);padding:.65rem .7rem .75rem;display:grid}.profile-menu>div strong{font-size:.78rem}.profile-menu>div span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-size:.68rem;overflow:hidden}.profile-menu a,.profile-menu button{width:100%;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.65rem;align-items:center;gap:.6rem;padding:.65rem .7rem;font-size:.76rem;font-weight:750;display:flex}.profile-menu a:hover,.profile-menu button:hover{color:var(--text);background:#7dc8ff12}.global-search{width:100%;color:var(--muted);border:1px solid var(--border);background:#ffffff09;border-radius:.85rem;align-items:center;gap:.7rem;padding:.7rem .9rem;display:flex}.global-search-results{background:var(--overlay-surface);border:1px solid var(--border-strong);max-height:min(560px,70vh);box-shadow:var(--shadow);z-index:1000;border-radius:1rem;padding:.55rem;position:absolute;top:calc(100% + .55rem);left:0;right:0;overflow-y:auto}.global-search-results section+section{border-top:1px solid var(--border);margin-top:.45rem;padding-top:.45rem}.global-search-results h2{color:var(--pink);letter-spacing:.12em;text-transform:uppercase;margin:0;padding:.45rem .6rem;font-size:.64rem}.global-search-results>p{color:var(--muted);text-align:center;margin:0;padding:.85rem;font-size:.76rem}.global-search-results button{width:100%;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.7rem;align-items:flex-start;gap:.7rem;padding:.7rem;display:flex}.global-search-results button:hover,.global-search-results button:focus-visible{color:var(--text);background:#7dc8ff12}.global-search-results button>svg{color:var(--blue);flex:none;margin-top:.1rem}.global-search-results button span{min-width:0;display:grid}.global-search-results strong,.global-search-results small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.global-search-results strong{color:var(--text);font-size:.76rem}.global-search-results small{color:var(--muted);margin-top:.2rem;font-size:.65rem}.global-search:focus-within{border-color:var(--border-strong);box-shadow:0 0 0 3px #7dc8ff14}.global-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.global-search input::placeholder{color:#708098}.quick-add-button,.primary-button,.secondary-button{min-height:2.75rem;color:var(--text);background:linear-gradient(135deg, #0d1425, #101a2e) padding-box, linear-gradient(135deg, var(--blue), var(--pink)) border-box;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.65rem 1.15rem;font-weight:800;transition:transform .2s,box-shadow .3s cubic-bezier(.22,1,.36,1),filter .3s,border-color .24s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 10px 24px #00000029}.quick-add-button:hover,.primary-button:hover,.secondary-button:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 16px 34px #7dc8ff26,0 8px 24px #ec489914}.quick-add-button{white-space:nowrap}.secondary-button{background:linear-gradient(135deg, var(--overlay-surface), var(--surface-raised)) padding-box, linear-gradient(135deg, #7dc8ffbf, #ec4899bf) border-box}.mobile-menu,.sidebar-close{width:2.6rem;height:2.6rem;color:var(--text);border:1px solid var(--border);background:#ffffff0a;border-radius:.75rem;display:none}.preview-banner{color:var(--amber);text-align:center;background:#f5c05a1f;border-bottom:1px solid #f5c05a38;padding:.45rem 1rem;font-size:.78rem}.app-content{width:min(1420px,100%);margin:0 auto;padding:2rem}.app-page-frame{min-width:0}.app-page-frame>*{animation:.48s cubic-bezier(.22,1,.36,1) both hub-load-reveal}.app-page-frame>:nth-child(2){animation-delay:45ms}.app-page-frame>:nth-child(3){animation-delay:85ms}.app-page-frame>:nth-child(4){animation-delay:.12s}.app-page-frame>:nth-child(n+5){animation-delay:.145s}@keyframes hub-load-reveal{0%{opacity:0}to{opacity:1}}.sidebar-backdrop{display:none}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{width:min(290px,86vw);transition:transform .25s;position:fixed;transform:translate(-105%)}.sidebar.open{transform:translate(0)}.sidebar-close,.mobile-menu{display:grid}.sidebar-backdrop{background:var(--backdrop);z-index:25;border:0;display:block;position:fixed;inset:0}.topbar{padding:0 1rem}}@media (width<=620px){.topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:.6rem;height:68px;display:grid}.global-search-wrap{width:auto;min-width:0}.global-search-wrap:focus-within{top:max(.55rem, env(safe-area-inset-top));right:max(.7rem, env(safe-area-inset-right));left:max(.7rem, env(safe-area-inset-left));z-index:1200;width:auto;position:fixed}.global-search{padding:.65rem}.global-search-wrap:focus-within .global-search{background:var(--surface);border-color:var(--border-strong);box-shadow:var(--shadow)}.global-search-results{max-height:min(32rem,100dvh - 5rem)}.global-search-results strong,.global-search-results small{white-space:normal}.global-search input{min-width:0;font-size:.84rem}.global-search-wrap:focus-within .global-search input{font-size:1rem}.quick-add-button{width:2.75rem;padding:0}.quick-add-button span{display:none}.quick-add-menu{max-width:calc(100vw - 1.25rem)}.app-content{width:100%;min-width:0;max-width:100vw;padding:1.25rem 1rem 2rem;overflow-x:hidden}}.page-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.75rem;display:flex}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.page-eyebrow{color:var(--pink);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.45rem;font-size:.72rem;font-weight:850}.page-header h1{letter-spacing:-.045em;margin-bottom:.45rem;font-size:clamp(2rem,4vw,3rem)}.page-header>div>p:last-child{max-width:720px;color:var(--muted);margin-bottom:0}.page-actions{flex:none;gap:.75rem;display:flex}.header-actions-inline{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.panel{background:var(--surface-translucent);border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);border-radius:1.25rem}.modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overscroll-behavior:contain;z-index:1000;background:#01040cc7;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-backdrop-centered{place-items:center}.modal-card{overscroll-behavior:contain;background:var(--overlay-surface);border:1px solid var(--border-strong);isolation:isolate;border-radius:1.35rem;width:min(820px,100%);max-height:calc(100dvh - 3rem);margin:0;padding:1.5rem;overflow-y:auto;box-shadow:0 30px 90px #0000007a}.modal-card-compact{width:min(500px,100%);margin:0}.modal-card-wide{width:min(1280px,100%)}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.2rem;display:flex}.modal-header h2{margin-bottom:.35rem}.modal-header p,.form-section-heading p{color:var(--muted);margin:0;font-size:.78rem}.modal-close{width:2.5rem;height:2.5rem;color:var(--muted);border:1px solid var(--border);background:#ffffff0a;border-radius:50%;flex:none}.hub-form{gap:1.25rem;margin-top:1.25rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;display:grid}.hub-form label,.hub-form .form-field{color:var(--text);align-content:start;align-self:start;gap:.45rem;font-size:.78rem;font-weight:750;display:grid}.form-field-label{color:var(--text)}.hub-form input,.hub-form select,.hub-form textarea{width:100%;min-width:0;color:var(--text);border:1px solid var(--border);background:#ffffff09;border-radius:.75rem;outline:0;padding:.72rem .8rem}.hub-form select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background-color:var(--control-bg);font-family:inherit;font-size:inherit}.hub-form select option{color:var(--text);background-color:var(--control-bg);font-family:inherit;font-weight:650}.hub-form input:focus,.hub-form select:focus,.hub-form textarea:focus{border-color:var(--blue)}.hub-form .field-error input,.hub-form .field-error select,.hub-form .field-error textarea,.hub-form input[aria-invalid=true],.hub-form select[aria-invalid=true],.hub-form textarea[aria-invalid=true],input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{background:#f43f5e0e;border-color:#fb7185d1!important;box-shadow:0 0 0 3px #f43f5e1a!important}.hub-form .field-error input:focus,.hub-form .field-error select:focus,.hub-form .field-error textarea:focus{border-color:#fb7185;box-shadow:0 0 0 3px #f43f5e29}.field-error-message{color:var(--red);font-size:.68rem;font-weight:700;line-height:1.4;display:block}.form-error{color:var(--red);background:color-mix(in srgb, var(--red) 9%, var(--surface));border:1px solid color-mix(in srgb, var(--red) 32%, var(--border));border-left-width:3px;border-radius:.68rem;margin:0;padding:.68rem .78rem;font-size:.76rem;font-weight:750;line-height:1.45;display:block}.form-error.form-error{color:var(--red)}.generated-field-error{width:100%;margin-top:.05rem}.duplicate-warning{color:var(--amber);font-size:.68rem;font-weight:700;line-height:1.4}.hub-form .priority-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-weight:800}.hub-form .priority-select.priority-routine{color:#b9c8dc;background-color:var(--control-bg)}.hub-form .priority-select.priority-urgent{color:#ff9caf;background-color:#2b1720}.hub-form .priority-option{color:#e8eef8;background:var(--control-bg)}.hub-form .priority-option.priority-urgent{color:#ff9caf;background:#2b1720}.inline-create-control{grid-template-columns:minmax(0,1fr) auto;gap:.55rem;display:grid}.hub-form .inline-create-button{min-width:5.5rem;color:var(--text);border-color:var(--border);background:#7dc8ff0d;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .85rem;display:inline-flex}.hub-form .inline-create-button:hover:not(:disabled){border-color:var(--blue);background:#7dc8ff1a;box-shadow:0 0 0 3px #7dc8ff14}.form-span{grid-column:1/-1}.form-section-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.form-section-heading h3{margin-bottom:.25rem}.compact-button{min-height:2.35rem;padding:.45rem .8rem;font-size:.76rem}.request-item-forms{gap:1rem;display:grid}.order-product-matches{background:#7dc8ff0b;border:1px solid #7dc8ff33;border-radius:.8rem;gap:.55rem;padding:.7rem;display:grid}.order-project-input{position:relative}.hub-form .order-project-input>input{padding-right:2.9rem}.order-project-input>button{width:2.15rem;height:2.15rem;color:var(--blue);cursor:pointer;background:0 0;border:0;border-radius:.55rem;place-items:center;display:grid;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.order-project-input>button:hover{background:#7dc8ff1a}.order-project-menu{z-index:20;background:var(--popover-bg);border:1px solid #7dc8ff61;border-radius:.8rem;gap:.2rem;max-height:16rem;padding:.35rem;display:grid;position:absolute;top:calc(100% + .4rem);left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px #00000059}.order-project-menu>button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.58rem;justify-content:space-between;align-items:center;padding:.58rem .65rem;display:flex}.order-project-menu>button:hover{background:#7dc8ff1a;border-color:#7dc8ff4d}.order-project-search{color:var(--muted);background:var(--control-bg);border:1px solid var(--border);border-radius:.58rem;align-items:center;gap:.45rem;padding:.45rem .55rem;display:flex}.hub-form .order-project-search input{background:0 0;border:0;padding:0}.order-selected-match{color:var(--blue);background:#7dc8ff0e;border:1px solid #7dc8ff38;border-radius:.75rem;align-items:center;gap:.6rem;padding:.65rem .75rem;display:flex}.order-selected-match>span{min-width:0;margin-right:auto;display:grid}.order-selected-match small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-selected-match button{color:var(--blue);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #7dc8ff40;border-radius:.55rem;padding:.35rem .55rem;font-size:.65rem;font-weight:750}.order-selected-match.is-new{color:var(--green);background:#4ade8011;border-color:#4ade8040}.order-selected-match.is-new button{color:var(--green);border-color:#4ade8047}.order-product-matches header{color:var(--blue);align-items:center;gap:.45rem;font-size:.7rem;font-weight:750;display:flex}.order-product-matches>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.order-product-matches button{min-width:0;color:var(--text);background:var(--control-bg);border:1px solid var(--border);text-align:left;cursor:pointer;border-radius:.65rem;justify-content:space-between;align-items:center;gap:.6rem;padding:.65rem .7rem;display:flex}.order-product-matches button:hover{background:var(--control-hover);border-color:var(--blue)}.order-product-matches button span,.order-product-matches button strong,.order-product-matches button small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.order-product-matches button small,.order-product-matches button em{color:var(--muted);font-size:.62rem;font-style:normal}.receipt-item-details{gap:.8rem;display:grid}.receipt-item-details fieldset{border:1px solid var(--border);border-radius:1rem;margin:0;padding:1rem}.receipt-item-details legend{color:var(--blue);padding:0 .4rem;font-size:.72rem;font-weight:850}.inventory-replacement-panel{background:#7dc8ff0b;border:1px solid #7dc8ff2e;border-radius:.85rem;gap:.8rem;padding:.9rem;display:grid}.inventory-replacement-panel header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem;display:grid}.inventory-replacement-panel header strong,.inventory-replacement-panel header span{display:block}.inventory-replacement-panel header span,.inventory-replacement-list small,.inventory-replacement-list em,.inventory-replacement-list p{color:var(--muted);font-size:.66rem;font-style:normal}.inventory-replacement-toggle{border:1px solid var(--border);background:#ffffff09;border-radius:.7rem;grid-template-columns:1fr 1fr;padding:.18rem;display:grid}.inventory-replacement-toggle button{min-height:2rem;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:.55rem;padding:0 .7rem;font-size:.66rem;font-weight:900}.inventory-replacement-toggle button.active{color:#06101d;background:var(--blue)}.inventory-replacement-list{gap:.45rem;display:grid}.inventory-replacement-list button{color:var(--text);text-align:left;border:1px solid var(--border);background:#ffffff06;border-radius:.7rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.7rem;display:grid}.inventory-replacement-list button.selected,.inventory-replacement-list button:hover{background:#7dc8ff14;border-color:#7dc8ff52}.inventory-replacement-list button>span{min-width:0}.inventory-replacement-list strong,.inventory-replacement-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.request-item-forms fieldset{border:1px solid var(--border);border-radius:1rem;margin:0;padding:1rem;position:relative}.request-item-forms fieldset.is-collapsed{padding:.72rem 3rem .72rem 1rem}.request-item-forms legend{color:var(--pink);padding:0 .4rem;font-size:.72rem;font-weight:850}.request-item-forms legend button{max-width:min(34rem,100vw - 9rem);color:inherit;font:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0;overflow:hidden}.request-item-forms fieldset.is-collapsed legend button{color:var(--text)}.remove-item-button{width:2rem;height:2rem;color:var(--red);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:.45rem;right:.7rem}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.danger-button{color:#fff1f3;cursor:pointer;background:linear-gradient(135deg,#be123c,#e11d48);border:1px solid #fb7185b3;border-radius:.75rem;justify-content:center;align-items:center;gap:.45rem;min-height:2.7rem;padding:.65rem 1rem;font-weight:800;display:inline-flex;box-shadow:0 10px 28px #be123c3d}.danger-button:hover:not(:disabled){filter:brightness(1.08)}.danger-button:disabled{cursor:wait;opacity:.6}.delete-icon-button{cursor:pointer;place-items:center;transition:color .18s,border-color .18s,box-shadow .18s,transform .18s;color:#fb7185!important;background:0 0!important;border:1px solid #fb7185ad!important;border-radius:.75rem!important;width:2.65rem!important;min-width:2.65rem!important;height:2.65rem!important;min-height:2.65rem!important;padding:0!important;display:inline-grid!important;box-shadow:inset 0 0 12px #f43f5e09,0 0 9px #f43f5e38,0 0 22px #f43f5e14!important}.delete-icon-button svg{filter:drop-shadow(0 0 5px #fb71856b)}.delete-icon-button:hover:not(:disabled){filter:none;transform:translateY(-1px);color:#fda4af!important;background:#f43f5e0b!important;border-color:#fda4afeb!important;box-shadow:inset 0 0 14px #f43f5e0e,0 0 11px #f43f5e52,0 0 28px #f43f5e21!important}.delete-icon-button:disabled{cursor:wait;opacity:.42;transform:none}.edit-icon-button{cursor:pointer;place-items:center;transition:color .18s,border-color .18s,box-shadow .18s,transform .18s;width:2.65rem!important;min-width:2.65rem!important;height:2.65rem!important;min-height:2.65rem!important;color:var(--blue)!important;border:1px solid color-mix(in srgb, var(--blue) 68%, transparent)!important;box-shadow:inset 0 0 12px color-mix(in srgb, var(--blue) 4%, transparent), 0 0 9px color-mix(in srgb, var(--blue) 22%, transparent), 0 0 22px color-mix(in srgb, var(--blue) 8%, transparent)!important;background:0 0!important;border-radius:.75rem!important;padding:0!important;display:inline-grid!important}.edit-icon-button svg{filter:drop-shadow(0 0 5px color-mix(in srgb, var(--blue) 42%, transparent))}.edit-icon-button:hover:not(:disabled){filter:none;transform:translateY(-1px);color:color-mix(in srgb, var(--blue) 82%, white)!important;background:color-mix(in srgb, var(--blue) 5%, transparent)!important;border-color:color-mix(in srgb, var(--blue) 92%, white)!important;box-shadow:inset 0 0 14px color-mix(in srgb, var(--blue) 6%, transparent), 0 0 11px color-mix(in srgb, var(--blue) 32%, transparent), 0 0 28px color-mix(in srgb, var(--blue) 13%, transparent)!important}.edit-icon-button:disabled{cursor:wait;opacity:.42;transform:none}.delete-confirmation{gap:1.25rem;margin-top:1.25rem;display:grid}.delete-confirmation-record{background:#f43f5e0e;border:1px solid #fb718538;border-radius:.9rem;padding:1rem}.delete-confirmation-record strong,.delete-confirmation-record span{display:block}.delete-confirmation-record strong{color:var(--text)}.delete-confirmation-record span{color:var(--muted);margin-top:.3rem;font-size:.72rem}@media (width<=620px){.modal-backdrop{padding:max(.6rem, env(safe-area-inset-top)) max(.6rem, env(safe-area-inset-right)) max(.6rem, env(safe-area-inset-bottom)) max(.6rem, env(safe-area-inset-left))}.modal-card{width:100%;max-height:calc(100dvh - 1.2rem);margin:.5rem 0;padding:1rem;overflow-x:hidden}.modal-header{gap:.75rem;padding-bottom:1rem}.modal-header h2{overflow-wrap:anywhere;font-size:1.1rem}.form-grid{grid-template-columns:1fr}.form-span{grid-column:auto}.form-section-heading{flex-direction:column;align-items:stretch}.modal-actions{grid-template-columns:1fr;display:grid}.modal-actions button,.modal-actions a,.page-actions>*,.header-actions-inline>*,.page-actions button,.page-actions a,.header-actions-inline button,.header-actions-inline a{justify-content:center;width:100%;min-height:2.85rem}.hub-form,.hub-form label,.hub-form .form-field{min-width:0}.hub-form input,.hub-form textarea,.hub-form select,.themed-select-trigger,.themed-date-trigger{min-height:2.85rem;font-size:1rem}.inline-create-control{grid-template-columns:minmax(0,1fr)}.inline-create-button{justify-content:center;width:100%;min-height:2.75rem}}.empty-page{text-align:center;place-items:center;min-height:460px;padding:2rem;display:grid}.empty-page svg{color:var(--blue);margin-bottom:1rem}.empty-page h2{margin-bottom:.55rem}.empty-page p{max-width:560px;color:var(--muted);margin-bottom:0}@media (width<=700px){.page-header{flex-direction:column;align-items:stretch;gap:1rem}.page-actions{grid-template-columns:1fr;display:grid}.header-actions-inline{grid-template-columns:1fr;width:100%;display:grid}}:root{--bg:#060914;--surface:#0d1425;--surface-raised:#111b31;--surface-soft:#151f34;--surface-translucent:#0d1425e6;--overlay-surface:#0b1221;--control-bg:#0d1729;--control-hover:#111d33;--popover-bg:#0b1425;--code-bg:#080d19;--scrollbar-track:#0a1323;--backdrop:#00000094;--on-accent:#06101d;--border:#94a3b82b;--border-strong:#7dc8ff57;--text:#f8fafc;--muted:#9ba8bf;--blue:#7dc8ff;--blue-strong:#4fa8e5;--pink:#ec4899;--green:#48d597;--amber:#f5c05a;--red:#f17878;--shadow:0 24px 70px #00000047;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,Segoe UI,Arial,sans-serif}:root[data-theme=light]{--bg:#eef4fb;--surface:#fff;--surface-raised:#f7faff;--surface-soft:#e9f1fb;--surface-translucent:#ffffffeb;--overlay-surface:#fff;--control-bg:#f7faff;--control-hover:#edf5fd;--popover-bg:#fff;--code-bg:#e7f0fa;--scrollbar-track:#dce8f5;--backdrop:#1f304857;--on-accent:#06101d;--border:#2540652b;--border-strong:#2684c56b;--text:#12213a;--muted:#61718a;--blue:#2684c5;--blue-strong:#176da8;--pink:#c72d78;--green:#16875d;--amber:#a56a08;--red:#c53b4d;--shadow:0 22px 60px #354d6f21;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:#7dc8ff7a var(--scrollbar-track)}::-webkit-scrollbar{width:.7rem;height:.7rem}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{border:2px solid var(--scrollbar-track);background:linear-gradient(#7dc8ffb8,#4fa8e57a) padding-box padding-box;border-radius:999px;min-height:2.5rem}::-webkit-scrollbar-thumb:hover{border:2px solid var(--scrollbar-track);background:linear-gradient(#7dc8fff2,#4fa8e5b8) padding-box padding-box}::-webkit-scrollbar-corner{background:var(--scrollbar-track)}::-webkit-scrollbar-button{width:0;height:0;display:none}html{scrollbar-gutter:stable;background:var(--bg);max-width:100%}body{background:radial-gradient(circle at 12% 0%, #7dc8ff1c, transparent 25rem), radial-gradient(circle at 100% 10%, #ec489914, transparent 24rem), var(--bg);min-width:320px;max-width:100%;min-height:100vh;margin:0;overflow-x:clip}#root{max-width:100%;min-height:100vh}img,svg,canvas,video{max-width:100%}button,input,select,textarea{font:inherit}input:not([type=checkbox]):not([type=radio]):not([type=file]),textarea{transition:background-color .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;transition:background-color .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1),color .24s cubic-bezier(.22,1,.36,1),transform .2s}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,p,label,button,input,select,textarea,summary{overflow-wrap:anywhere}button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #7dc8ff57}button:not(.primary-button):not(.danger-button):not(.delete-icon-button):not(.success):not(.failure):not(.order-tab-button):not(:disabled):focus-visible{outline-offset:2px;outline:3px solid #7dc8ff3d;border-color:var(--blue)!important;box-shadow:0 0 0 3px #7dc8ff17,0 10px 26px #7dc8ff0f!important}button:focus:not(:focus-visible){box-shadow:none!important;outline:none!important}button:not(:hover):focus:not(:focus-visible){filter:none!important}input:not([type=checkbox]):not([type=radio]):not([type=search]):focus,input:not([type=checkbox]):not([type=radio]):not([type=search]):focus-visible,textarea:focus,textarea:focus-visible{border-color:var(--blue)!important;outline:none!important;box-shadow:0 0 0 3px #7dc8ff17,0 10px 26px #7dc8ff0f!important}:root[data-theme=light] body{background:radial-gradient(circle at 12% 0%, #2684c521, transparent 25rem), radial-gradient(circle at 100% 10%, #c72d7817, transparent 24rem), var(--bg)}:root[data-theme=light] *{scrollbar-color:#2684c59e #dce8f5}:root[data-theme=light] ::-webkit-scrollbar-track{background:#dce8f5}:root[data-theme=light] ::-webkit-scrollbar-corner{background:#dce8f5}:root[data-theme=light] ::-webkit-scrollbar-thumb{border-color:#dce8f5}:root[data-theme=light] ::-webkit-scrollbar-thumb:hover{border-color:#dce8f5}:root[data-theme=light] .panel,:root[data-theme=light] .attention-card{background:#ffffffeb}:root[data-theme=light] .login-card{background:#ffffffe0}:root[data-theme=light] .login-assurances span,:root[data-theme=light] .global-search,:root[data-theme=light] .sidebar-nav a:hover,:root[data-theme=light] .sidebar-nav a.active{background-color:#2684c512}:root[data-theme=light] .login-card label,:root[data-theme=light] .login-assurances span{color:var(--text)}:root[data-theme=light] .login-card input{color:var(--text);background:#f7faff}:root[data-theme=light] .login-card input:autofill{color:var(--text);background:#f7faff}:root[data-theme=light] .login-card input:-webkit-autofill{-webkit-text-fill-color:var(--text)!important;box-shadow:inset 0 0 0 1000px #f7faff!important}:root[data-theme=light] .login-card input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text)!important;box-shadow:inset 0 0 0 1000px #f7faff!important}:root[data-theme=light] .login-card input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text)!important;box-shadow:inset 0 0 0 1000px #f7faff!important}:root[data-theme=light] .login-card input:-webkit-autofill:active{-webkit-text-fill-color:var(--text)!important;box-shadow:inset 0 0 0 1000px #f7faff!important}:root[data-theme=light] .sidebar{background:#f7fafff5}:root[data-theme=light] .topbar{background:#eef4fbe0}:root[data-theme=light] .modal-card,:root[data-theme=light] .quick-add-menu,:root[data-theme=light] .profile-menu,:root[data-theme=light] .global-search-results,:root[data-theme=light] .tissue-actions-popover,:root[data-theme=light] .themed-select-menu{background:#fff}:root[data-theme=light] .global-search,:root[data-theme=light] .themed-select-trigger,:root[data-theme=light] .themed-date-trigger,:root[data-theme=light] .operations-search,:root[data-theme=light] .inventory-search,:root[data-theme=light] .order-search,:root[data-theme=light] .activity-search,:root[data-theme=light] .tissue-search,:root[data-theme=light] .member-invite input,:root[data-theme=light] .canonical-search,:root[data-theme=light] .canonical-search input,:root[data-theme=light] .canonical-add input,:root[data-theme=light] .canonical-action-form input,:root[data-theme=light] .settings-form input,:root[data-theme=light] .hub-form input,:root[data-theme=light] .hub-form select,:root[data-theme=light] .hub-form textarea{color:var(--text);background:#f7faff}:root[data-theme=light] .themed-date-popover,:root[data-theme=light] .tissue-actions-popover,:root[data-theme=light] .themed-select-menu{color:var(--text);background:#fff;box-shadow:0 22px 55px #354d6f29}:root[data-theme=light] .themed-date-popover>header strong,:root[data-theme=light] .themed-calendar-grid button,:root[data-theme=light] .themed-select-option{color:var(--text)}:root[data-theme=light] .themed-calendar-grid button.outside{color:#8391a6}:root[data-theme=light] .themed-select-trigger:hover,:root[data-theme=light] .themed-select.is-open .themed-select-trigger,:root[data-theme=light] .themed-date-trigger:hover,:root[data-theme=light] .themed-date-input.is-open .themed-date-trigger,:root[data-theme=light] .member-invite input:hover,:root[data-theme=light] .member-invite input:focus{background:#edf5fd}:root[data-theme=light] .themed-select-option,:root[data-theme=light] .hub-form label,:root[data-theme=light] .hub-form .form-field,:root[data-theme=light] .form-field-label,:root[data-theme=light] .settings-form label,:root[data-theme=light] .canonical-action-form label,:root[data-theme=light] .member-invite input,:root[data-theme=light] .member-invite input::placeholder,:root[data-theme=light] .activity-date-filter span,:root[data-theme=light] .operations-table td,:root[data-theme=light] .members-table td,:root[data-theme=light] .inventory-table td,:root[data-theme=light] .inventory-record strong,:root[data-theme=light] .activity-filter label,:root[data-theme=light] .activity-detail,:root[data-theme=light] .order-item-card,:root[data-theme=light] .order-detail,:root[data-theme=light] .order-detail strong,:root[data-theme=light] .order-summary-grid dd,:root[data-theme=light] .orders-table td,:root[data-theme=light] .settings-form label,:root[data-theme=light] .storage-units>button,:root[data-theme=light] .tissue-metadata-card>strong,:root[data-theme=light] .incubation-grid dd,:root[data-theme=light] .binary-choice button.selected.neutral,:root[data-theme=light] .order-timeline strong{color:var(--text)}:root[data-theme=light] .incubation-grid>article,:root[data-theme=light] .binary-choice button,:root[data-theme=light] .tube-card,:root[data-theme=light] .tissue-animal-notes-content{background:#ebf3fc94}:root[data-theme=light] .activity-detail pre{color:#29405f;background:#e7f0fa}:root[data-theme=light] .hub-form select,:root[data-theme=light] .hub-form .priority-select{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=light] .hub-form select option,:root[data-theme=light] .hub-form .priority-option,:root[data-theme=light] .hub-form .priority-select.priority-routine{color:var(--text);background:#f7faff}:root[data-theme=light] .hub-form .priority-select.priority-urgent,:root[data-theme=light] .hub-form .priority-option.priority-urgent{color:#a12645;background:#fff0f4}:root[data-theme=light] .order-item-card,:root[data-theme=light] .order-collaboration article,:root[data-theme=light] .orders-table tbody tr,:root[data-theme=light] .inventory-record,:root[data-theme=light] .activity-row,:root[data-theme=light] .order-tabs,:root[data-theme=light] .canonical-tabs button,:root[data-theme=light] .canonical-list article,:root[data-theme=light] .canonical-record-list article,:root[data-theme=light] .pending-invitations article{background-color:#ebf3fc94}:root[data-theme=light] .quick-add-button,:root[data-theme=light] .primary-button,:root[data-theme=light] .secondary-button,:root[data-theme=light] .order-next-action,:root[data-theme=light] .login-submit{color:var(--text);background:linear-gradient(135deg, #fff, #f4f8fd) padding-box, linear-gradient(135deg, var(--blue), var(--pink)) border-box}:root[data-theme=light] .order-timeline>div>span{background:#dce7f3;border-color:#8798ae}:root[data-theme=light] .order-tab-select-trigger,:root[data-theme=light] .order-tab-select-menu,:root[data-theme=light] .canonical-search,:root[data-theme=light] .canonical-add input,:root[data-theme=light] .canonical-action-form input{color:var(--text);background:#f7faff}:root[data-theme=light] .order-tab-select-trigger:hover,:root[data-theme=light] .order-tab-select.open .order-tab-select-trigger{background:#edf5fd}:root[data-theme=light] .order-tab-select-menu{border-color:#2684c552;box-shadow:0 22px 55px #354d6f29}:root[data-theme=light] .order-tab-select-menu button{color:var(--text)}:root[data-theme=light] .order-tab-select-trigger b,:root[data-theme=light] .order-tab-select-menu b,:root[data-theme=light] .order-tab-button span,:root[data-theme=light] .order-items-heading span{color:var(--muted);background:#2684c514}:root[data-theme=light] .historical-archive-banner,:root[data-theme=light] .historical-order-note{color:var(--text);background:#2684c50f;border-color:#2684c52e}:root[data-theme=light] .settings-record-list article,:root[data-theme=light] .notification-log article,:root[data-theme=light] .storage-position-grid article,:root[data-theme=light] .storage-units>button,:root[data-theme=light] .density-control button,:root[data-theme=light] .theme-control button,:root[data-theme=light] .export-grid button,:root[data-theme=light] .health-list article{background:#ebf3fcb8}:root[data-theme=light] .modal-backdrop{background:#1f304857}:root[data-theme=light] .well-plate{background:linear-gradient(#2684c505,#2684c505),#f8fbff;border-color:#2540652e}:root[data-theme=light] .well-plate button{color:#61718a;background:#ffffffb8;border-color:#25406533}:root[data-theme=light] .well-plate button.occupied{color:#34445e;text-shadow:none;border-color:#34445e94;box-shadow:inset 0 0 12px #34445e05,0 0 8px #34445e1f}:root[data-theme=light] .well-plate button.pvn{color:var(--blue);text-shadow:none;border-color:#2684c5c7;box-shadow:inset 0 0 12px #2684c506,0 0 9px #2684c533,0 0 20px #2684c514}:root[data-theme=light] .well-plate button.reserved{color:#8a5900;text-shadow:none;border-color:#a56a08b8}:root[data-theme=light] .well-plate button.used{color:#a12645;text-shadow:none;border-color:#c53b4db8}:root[data-theme=light] .tissue-type-tabs button span,:root[data-theme=light] .tissue-animal-notes-empty,:root[data-theme=light] .staining-antibody-pair,:root[data-theme=light] .staining-antibody-row,:root[data-theme=light] .harvest-collection>article,:root[data-theme=light] .harvest-management article{background:#ebf3fcb8}:root[data-theme=light] .staining-ihc-panel{background:#fff0f7bf;border-color:#c72d782e}:root[data-theme=light] .staining-antibody-results button{background:#2684c50e;border-color:#2684c529}:root[data-theme=light] .staining-harvest-results button{background:radial-gradient(circle at 1rem 0,#2684c51a,#0000 45%),linear-gradient(145deg,#fffffff5,#ebf3fce0);border-color:#25406529;box-shadow:inset 0 1px #ffffffb8}:root[data-theme=light] .staining-harvest-results button:hover,:root[data-theme=light] .staining-harvest-results button:focus-visible{border-color:#2684c561}:root[data-theme=light] .staining-harvest-results button.selected{background:radial-gradient(circle at 1rem 0,#c72d781f,#0000 45%),linear-gradient(145deg,#fffafdfa,#eff7ffe0);border-color:#c72d7852}:root[data-theme=light] .staining-antibody-selected{background:#16875d14;border-color:#16875d38}:root[data-theme=light] .staining-antibody-row.is-selected{background:#16875d0e;border-color:#16875d33}:root[data-theme=light] .staining-harvest-disclosure,:root[data-theme=light] .staining-antibody-row.is-manual-selection{background:#eff7ffb8;border-color:#2684c52e}:root[data-theme=light] .inventory-filter-notice,:root[data-theme=light] .layout-choice-grid>button,:root[data-theme=light] .layout-change-summary span{color:var(--text);background:radial-gradient(circle at top,#2684c50e,#0000 58%),#f7faffdb}:root[data-theme=light] .layout-choice-grid>button.selected .layout-preview-wells i{color:#34445e;text-shadow:none;border-color:#34445e80;box-shadow:inset 0 0 9px #34445e05,0 0 9px #34445e1a}:root[data-theme=light] .storage-summary article{color:var(--text);background:radial-gradient(circle at 0 0,#2684c50f,#0000 55%),#ffffffe6;border-color:#25406529}:root[data-theme=light] .freezer-card,:root[data-theme=light] .freezer-card.minus20,:root[data-theme=light] .freezer-card.minus80{color:var(--text);background:radial-gradient(circle at 100% 0,#2684c529,#0000 34%),linear-gradient(145deg,#fffffff5,#ebf3fceb);border-color:#2684c538;box-shadow:0 18px 46px #354d6f1f}:root[data-theme=light] .freezer-card.minus20{background:radial-gradient(circle at 100% 0,#c72d781f,#0000 36%),linear-gradient(145deg,#fffffff5,#f1f6fdf0)}:root[data-theme=light] .freezer-card.minus80{background:radial-gradient(circle at 100% 0,#2684c52e,#0000 36%),linear-gradient(145deg,#fffffff5,#ecf6fff0)}:root[data-theme=light] .freezer-card:hover,:root[data-theme=light] .freezer-card.active{box-shadow:0 0 0 3px #2684c514,0 22px 55px #354d6f29}:root[data-theme=light] .freezer-card small,:root[data-theme=light] .storage-linked-inventory p,:root[data-theme=light] .storage-linked-inventory small,:root[data-theme=light] .storage-assignment-note,:root[data-theme=light] .storage-assignment-target span,:root[data-theme=light] .storage-assignment-shortcuts span{color:var(--muted)}:root[data-theme=light] .freezer-icon,:root[data-theme=light] .freezer-card b,:root[data-theme=light] .minus80-row-tabs b,:root[data-theme=light] .minus80-rack-button b,:root[data-theme=light] .minus80-level-grid b{color:var(--blue);background:#2684c517;border-color:#2684c529}:root[data-theme=light] .freezer-card-glow{background:#2684c51a}:root[data-theme=light] .freezer-door,:root[data-theme=light] .freezer-row,:root[data-theme=light] .minus80-row-detail,:root[data-theme=light] .minus80-rack-card,:root[data-theme=light] .storage-child-containers,:root[data-theme=light] .storage-box-search>div,:root[data-theme=light] .stored-sample-list article,:root[data-theme=light] .storage-linked-inventory a,:root[data-theme=light] .storage-assignment-target,:root[data-theme=light] .storage-assignment-shortcuts{color:var(--text);background:linear-gradient(135deg,#2684c509,#0000),#f7faffcc;border-color:#25406529}:root[data-theme=light] .freezer-door span{background:#2684c514;border-color:#2684c524}:root[data-theme=light] .freezer-row-label,:root[data-theme=light] .freezer-position-card,:root[data-theme=light] .minus80-row-tabs button,:root[data-theme=light] .minus80-level-grid button,:root[data-theme=light] .storage-box-search>label,:root[data-theme=light] .storage-box-search button,:root[data-theme=light] .storage-search{color:var(--text);background:#f7faff;border-color:#2540652b}:root[data-theme=light] .freezer-row-label b{color:var(--muted);background:#2684c514}:root[data-theme=light] .minus80-rack-button,:root[data-theme=light] .minus20-add-container,:root[data-theme=light] .storage-linked-inventory a>b,:root[data-theme=light] .storage-assignment-shortcuts a{color:var(--blue);background:#2684c512;border-color:#2684c529}:root[data-theme=light] .stored-sample-list .record-status{background:0 0;border:0}:root[data-theme=light] .stored-sample-list .record-status.in_stock{color:#059669}:root[data-theme=light] .stored-sample-list .stored-item-view{color:var(--blue);background:0 0;border-color:#0000}:root[data-theme=light] .stored-sample-list .stored-item-view:hover{background:#2684c514;border-color:#2684c533}:root[data-theme=light] .minus20-empty-row{color:var(--muted);background:linear-gradient(135deg,#2684c50e,#0000),#ffffffb8;border-color:#2684c538}:root[data-theme=light] .freezer-row-label:hover,:root[data-theme=light] .freezer-row-label.active,:root[data-theme=light] .freezer-position-card:hover,:root[data-theme=light] .freezer-position-card.active,:root[data-theme=light] .minus80-row-tabs button:hover,:root[data-theme=light] .minus80-row-tabs button.active,:root[data-theme=light] .minus80-rack-button:hover,:root[data-theme=light] .minus80-rack-button.active,:root[data-theme=light] .minus80-level-grid button:hover,:root[data-theme=light] .minus80-level-grid button.active,:root[data-theme=light] .storage-box-search button:hover,:root[data-theme=light] .minus20-add-container:hover{color:var(--text);border-color:var(--blue);background:#2684c51a;box-shadow:0 0 0 3px #2684c514}:root[data-theme=light] .storage-position-actions button,:root[data-theme=light] .storage-position-actions a{color:var(--blue);background:#2684c512;border-color:#2684c529}:root[data-theme=light] .storage-position-actions .delete-icon-button:hover:not(:disabled){color:var(--red)!important;background:#c53b4d14!important}:root[data-theme=light] .protocol-summary article,:root[data-theme=light] .protocol-meta-grid article,:root[data-theme=light] .protocol-card,:root[data-theme=light] .protocol-empty,:root[data-theme=light] .protocol-empty-detail,:root[data-theme=light] .protocol-builder-planner,:root[data-theme=light] .protocol-material-list article,:root[data-theme=light] .protocol-step-preview article,:root[data-theme=light] .protocol-run-list article,:root[data-theme=light] .protocol-file-list button,:root[data-theme=light] .protocol-structured-builder,:root[data-theme=light] .protocol-builder-card,:root[data-theme=light] .protocol-runner-start,:root[data-theme=light] .protocol-runner-materials,:root[data-theme=light] .protocol-step-wheel article,:root[data-theme=light] .protocol-step-timer,:root[data-theme=light] .sugen-rule-strip article,:root[data-theme=light] .sugen-recipe-grid article,:root[data-theme=light] .sugen-animal-panel,:root[data-theme=light] .sugen-result-card,:root[data-theme=light] .sugen-dosing-output section,:root[data-theme=light] .sugen-export-row,:root[data-theme=light] .sugen-dose-list article{color:var(--text);background:radial-gradient(circle at 100% 0,#2684c50e,#0000 45%),#ffffffe0;border-color:#25406529}:root[data-theme=light] .protocol-search,:root[data-theme=light] .protocol-runner-materials button,:root[data-theme=light] .protocol-tool-bubble,:root[data-theme=light] .sugen-input-grid input,:root[data-theme=light] .sugen-id-range input,:root[data-theme=light] .sugen-animal-table input{color:var(--text);background:#f7faff;border-color:#2540652b}:root[data-theme=light] .protocol-card:hover,:root[data-theme=light] .protocol-card.active{border-color:var(--blue);background:radial-gradient(circle at 100% 0,#c72d7812,#0000 38%),#eff7fff5}:root[data-theme=light] .protocol-builder-helper,:root[data-theme=light] .protocol-inventory-suggestions button,:root[data-theme=light] .protocol-file-input{color:var(--text);background:radial-gradient(circle at 100% 0,#c72d780f,#0000 38%),#eff7ffd1;border-color:#2684c52e}:root[data-theme=light] .protocol-safety-note{color:#8f1f5a;background:radial-gradient(circle at 0 0,#c72d7817,#0000 42%),#fff0f7eb;border-color:#c72d7833}:root[data-theme=light] .protocol-document-only-note{background:linear-gradient(135deg,#2684c512,#c72d7809),#ffffffd1;border-color:#2684c53d}:root[data-theme=light] .protocol-status.published,:root[data-theme=light] .protocol-status.completed,:root[data-theme=light] .protocol-runner-materials button.checked,:root[data-theme=light] .protocol-step-wheel article.done,:root[data-theme=light] .protocol-editor-form .form-success{color:var(--green)}:root[data-theme=light] .protocol-step-preview b,:root[data-theme=light] .protocol-step-wheel-index b,:root[data-theme=light] .protocol-empty svg,:root[data-theme=light] .protocol-empty-detail svg,:root[data-theme=light] .protocol-builder-planner>header>span,:root[data-theme=light] .protocol-tool-icon,:root[data-theme=light] .sugen-header>span{background:#2684c514;border-color:#2684c529}:root[data-theme=light] .calendar-navigation button,:root[data-theme=light] .calendar-kind-toggle button,:root[data-theme=light] .calendar-detail-badges span,:root[data-theme=light] .calendar-participant-list>span,:root[data-theme=light] .calendar-rsvp button,:root[data-theme=light] .calendar-detail>footer button,:root[data-theme=light] .publication-search,:root[data-theme=light] .publication-favorites-filter,:root[data-theme=light] .publication-author-bubbles>span,:root[data-theme=light] .activity-search,:root[data-theme=light] .backup-summary article,:root[data-theme=light] .backup-run-list article,:root[data-theme=light] .drive-setup-guide>section,:root[data-theme=light] .notification-confirmation article{color:var(--text);background:#ebf3fcb8;border-color:#2540652b}:root[data-theme=light] .calendar-month-grid>article.is-outside{background:#ebf3fc80}:root[data-theme=light] .calendar-month-grid>article.is-today,:root[data-theme=light] .calendar-agenda-list>article:hover,:root[data-theme=light] .calendar-kind-toggle button.active,:root[data-theme=light] .publication-card>header,:root[data-theme=light] .publication-tags button,:root[data-theme=light] .publication-tag-bubbles>span,:root[data-theme=light] .activity-feed summary:hover{background:#2684c514}:root[data-theme=light] .calendar-item{background:#2684c514;border-color:#2684c538}:root[data-theme=light] .calendar-item.calendar-pink{background:#c72d7814;border-color:#c72d7838}:root[data-theme=light] .calendar-item.calendar-green{background:#16875d14;border-color:#16875d38}:root[data-theme=light] .calendar-item.calendar-amber{background:#a56a0817;border-color:#a56a0838}:root[data-theme=light] .calendar-item.calendar-violet{background:#6552c614;border-color:#6552c638}:root[data-theme=light] .calendar-item.calendar-crimson{background:#be123c14;border-color:#be123c3d}:root[data-theme=light] .calendar-choice-group legend,:root[data-theme=light] .publication-card h2,:root[data-theme=light] .activity-details h3,:root[data-theme=light] .activity-reversion-preview h3{color:var(--text)}:root[data-theme=light] .calendar-color-options button.selected{border-color:#243b5c}:root[data-theme=light] .publication-card aside,:root[data-theme=light] .publication-favorite-toggle{background:#c72d780f}:root[data-theme=light] .publication-card{background:radial-gradient(circle at 100% 0,#c72d780b,#0000 36%),radial-gradient(circle at 0 100%,#2684c50d,#0000 42%),#ffffffe6;border-color:#25406529;box-shadow:0 14px 36px #25406514}:root[data-theme=light] .publication-card>footer{background:#ebf3fc9e}:root[data-theme=light] .publication-card-mark,:root[data-theme=light] .publication-citation{background:#2684c512;border-color:#2684c52e}:root[data-theme=light] .activity-details pre,:root[data-theme=light] .activity-reversion-preview pre,:root[data-theme=light] .drive-setup-copy code{color:#29405f;background:#e7f0fa}:root[data-theme=light] .backup-schedule-status,:root[data-theme=light] .google-drive-connection{background:#f7faffe6;border-color:#2540652e}:root[data-theme=light] .backup-schedule-status.enabled,:root[data-theme=light] .google-drive-connection.connected{background:#16875d0e;border-color:#16875d3d}:root[data-theme=light] .backup-schedule-status.paused{background:#a56a080e;border-color:#a56a083d}:root[data-theme=light] .drive-setup-note{color:#29405f;background:#2684c514;border-color:#2684c538}input[type=search]:focus,input[type=search]:focus-visible{box-shadow:none!important;outline:none!important}.global-search:focus-within,.inventory-search:focus-within,.order-search:focus-within,.activity-search:focus-within,.canonical-search:focus-within,.operations-search:focus-within,.tissue-search:focus-within{border-color:var(--blue)!important;box-shadow:0 0 0 3px #7dc8ff17,0 10px 26px #7dc8ff0f!important}.global-search,.inventory-search,.order-search,.activity-search,.canonical-search,.operations-search,.tissue-search{transition:background-color .24s cubic-bezier(.22,1,.36,1),border-color .24s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.app-loading{min-height:100vh;color:var(--muted);place-items:center;display:grid}.app-loading-content{text-align:center;justify-items:center;gap:.8rem;display:grid}.app-loading-content p{margin:0}.app-loading span{font-size:.75rem;font-weight:750}.spinner{border:3px solid #7dc8ff2e;border-top-color:var(--blue);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.inventory-location-builder{grid-template-columns:minmax(8.5rem,.72fr) minmax(0,1.28fr);gap:.55rem;display:grid}.inventory-location-builder .themed-select,.inventory-location-builder input{min-width:0}@media (width<=700px){.inventory-location-builder{grid-template-columns:1fr}}input[type=number]{appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
