
/* MicroStock Core Select: Select2-like searchable select, local and dependency-free */
.core-select{position:relative;width:100%}.core-select-native{position:absolute!important;opacity:0!important;pointer-events:none!important;height:1px!important;width:1px!important;left:0;bottom:0}.core-select-control{width:100%;min-height:44px;border:1px solid var(--line,#e2e8f0);border-radius:16px;background:#fff;color:var(--ink,#0f172a);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.05);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.core-select-control:hover{border-color:#cbd5e1}.core-select.open .core-select-control,.core-select-control:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #dbeafe}.core-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:#0f172a}.core-select-placeholder{color:#94a3b8;font-weight:600}.core-select-actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.core-select-arrow{flex:0 0 auto;color:#64748b;font-size:12px}.core-select-dropdown{position:absolute;z-index:70;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.18);padding:10px;display:none}.core-select.open .core-select-dropdown{display:block}.core-select-search{width:100%;height:42px;border:1px solid #e2e8f0;border-radius:14px;padding:0 12px;font-weight:700;color:#0f172a;background:#f8fafc}.core-select-search:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #dbeafe;background:#fff}.core-select-options{margin-top:8px;max-height:260px;overflow:auto;padding:2px}.core-select-option{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:13px;padding:10px 11px;cursor:pointer;font-weight:700;color:#334155}.core-select-option:hover,.core-select-option.active{background:#eff6ff;color:#1d4ed8}.core-select-option.selected{background:#0f172a;color:#fff}.core-select-empty{padding:16px;text-align:center;color:#64748b;font-weight:700}.core-select-clear{border:0;background:#f1f5f9;color:#475569;border-radius:10px;width:28px;height:28px;display:grid;place-items:center;font-weight:900;cursor:pointer}.core-select-clear:hover{background:#fee2e2;color:#b91c1c}@media(max-width:640px){.core-select-dropdown:not([data-portal="1"]){max-height:70vh}.core-select-options{max-height:52vh}}
.core-select-dropdown.open{display:block}.core-select-dropdown[data-portal="1"]{position:fixed;display:none;z-index:120;box-sizing:border-box}.core-select-dropdown[data-portal="1"].open{display:block}.core-select-dropdown[data-portal="1"] .core-select-options{max-height:calc(var(--core-select-max-height, 320px) - 62px)}.core-select.drop-fit-longest{min-width:220px}.stock-entry-table td{vertical-align:top}.stock-entry-table .core-select{width:max-content;max-width:620px}.stock-entry-table .core-select-control{min-width:inherit}.stock-entry-table input.input{min-width:140px}.stock-entry-table .js-item-description{min-width:240px}@media(max-width:1100px){.core-select-dropdown[data-portal="1"]{width:var(--core-select-w,auto)!important;max-width:min(var(--core-select-w,100%),calc(100vw - 24px))!important;min-width:0!important;left:var(--core-select-l,12px)!important;right:auto!important;box-sizing:border-box}.stock-entry-table .core-select{width:100%;max-width:none;min-width:0}.stock-entry-table td{min-width:0}}@media(max-width:640px){.core-select-dropdown{max-height:70vh}.core-select-options{max-height:52vh}.stock-entry-table .core-select{width:100%;max-width:none;min-width:0}.stock-entry-table td{min-width:0}}
