html,body,#root{height:100%}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111;background:#f6f7fb}body{margin:0}.layout{min-height:100vh;display:flex;flex-direction:column}.top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #e6e8ef;background:#fff}.brand{font-weight:650}.nav{display:flex;flex-wrap:wrap;gap:8px}.nav button{border:1px solid #d7dbea;background:#fff;padding:8px 10px;border-radius:8px;cursor:pointer}.nav button.active{border-color:#2b59ff;box-shadow:0 0 0 1px #2b59ff inset}.nav button.ghost{border-color:transparent;color:#555}.main{box-sizing:border-box;padding:16px;max-width:none;width:100%;margin:0}.panel{background:#fff;border:1px solid #e6e8ef;border-radius:12px;padding:14px}.maintenance-section h3{margin:0 0 8px;font-size:16px;font-weight:650;color:#222}.maintenance-layout{margin-top:14px;display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.maintenance-col--products{min-width:0}.maintenance-col--side{display:flex;flex-direction:column;gap:24px;min-width:0}.maintenance-col--side .maintenance-section+.maintenance-section{padding-top:20px;border-top:1px solid #eef0f7}@media (max-width: 900px){.maintenance-layout{grid-template-columns:1fr}.maintenance-col--side{margin-top:8px;padding-top:20px;border-top:1px solid #eef0f7}.maintenance-col--side .maintenance-section+.maintenance-section{margin-top:4px}}.change-password-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 16px;align-items:end}.change-password-field{min-width:0;display:flex;flex-direction:column;gap:6px;margin:0}.change-password-label{font-size:13px;color:#334;align-self:flex-start}.change-password-field input{width:100%;box-sizing:border-box;padding:10px;border-radius:8px;border:1px solid #d7dbea}.change-password-section .ok{margin-top:10px}@media (max-width: 520px){.change-password-row{grid-template-columns:1fr}}.muted{color:#667;font-size:13px}.row{display:flex;gap:8px;align-items:center;margin:10px 0}.row input{flex:1;min-width:220px}.lookup-query-row{align-items:stretch}.lookup-query-row input{flex:1 1 auto;min-width:140px;max-width:min(420px,100%);box-sizing:border-box;padding:10px 12px;border-radius:8px;border:1px solid #d7dbea;font:inherit;line-height:1.25;min-height:42px}.lookup-query-row .lookup-query-btn{flex:0 0 auto;box-sizing:border-box;min-width:8.5rem;padding:10px 28px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;line-height:1.25}.maintenance-panel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:8px}.maintenance-panel-head h3{margin:0}.whitelist-section .table{margin-top:8px;table-layout:fixed}.products-section .products-table-wrap{margin-top:8px;overflow-x:auto;max-width:100%}.products-section .products-table-resizable{table-layout:fixed;width:max-content;min-width:100%}.whitelist-add-footer,.products-add-footer{margin-top:14px}.whitelist-section .table th:nth-child(1),.whitelist-section .table td:nth-child(1){width:3.25rem;min-width:3rem;max-width:4.5rem;text-align:center;font-variant-numeric:tabular-nums}.whitelist-section .table th:nth-child(2),.whitelist-section .table td:nth-child(2){width:52%;min-width:10.5rem}.whitelist-section .table th:nth-child(3),.whitelist-section .table td:nth-child(3){min-width:4rem}.whitelist-section .table th:nth-child(4),.whitelist-section .table td:nth-child(4){width:3.25rem;min-width:3.25rem}.products-section .products-th-resizable{position:relative;padding-right:8px;overflow:hidden}.products-section .products-th-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-section .col-resize-handle{position:absolute;top:0;right:0;width:7px;height:100%;cursor:col-resize;touch-action:none;z-index:1}.products-section .col-resize-handle:hover{background:#2b59ff1f}body.col-resize-active{cursor:col-resize!important;-webkit-user-select:none;user-select:none}.products-section .products-col-actions{width:3.25rem;min-width:3.25rem;max-width:3.25rem;box-sizing:border-box;text-align:center;vertical-align:middle;padding-left:4px;padding-right:4px}.products-section .products-table-resizable td{overflow:hidden}.products-section .products-table-resizable td input{width:100%;box-sizing:border-box;min-width:0}.icon-btn-add{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:2px dashed #aeb4cc;border-radius:50%;background:#f9fafc;color:#2b59ff;font-size:26px;font-weight:300;line-height:1;cursor:pointer}.icon-btn-add:hover:not(:disabled){border-color:#2b59ff;background:#eef2ff}.icon-btn-add:disabled{opacity:.5;cursor:not-allowed}.field{display:flex;flex-direction:column;gap:6px;margin:8px 0}.field input{padding:10px;border-radius:8px;border:1px solid #d7dbea}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 820px){.grid2{grid-template-columns:1fr}}.primary{border:0;background:#2b59ff;color:#fff;padding:10px 12px;border-radius:8px;cursor:pointer}.primary:disabled{opacity:.6;cursor:not-allowed}.danger{border:1px solid #e25555;background:#fff0f0;color:#a11;padding:8px 10px;border-radius:8px;cursor:pointer}.table{width:100%;border-collapse:collapse;margin-top:12px}.table th,.table td{border-bottom:1px solid #eef0f7;padding:10px 8px;vertical-align:top}.table th{text-align:left;font-size:12px;color:#556}.table input{width:100%;box-sizing:border-box;padding:8px;border-radius:8px;border:1px solid #d7dbea}.actions{display:flex;gap:8px;white-space:nowrap}.error{background:#fff0f0;border:1px solid #ffd2d2;color:#7a1111;padding:10px;border-radius:8px;margin:8px 0}.ok{background:#f0fff4;border:1px solid #c9f2d3;color:#0b5;padding:10px;border-radius:8px;margin:8px 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#0f142873}.modal-box{width:100%;max-width:400px;padding:22px 24px;border-radius:12px;background:#fff;border:1px solid #e6e8ef;box-shadow:0 16px 48px #0000002e}.modal-title{margin:0 0 10px;font-size:17px;font-weight:650;color:#111}.modal-message{margin:0;font-size:14px;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:22px}.modal-btn-cancel{border:1px solid #d7dbea;background:#fff;color:#334;padding:10px 14px;border-radius:8px;cursor:pointer}.modal-btn-cancel:hover{background:#f6f7fb}.login{max-width:420px;margin:64px auto;background:#fff;border:1px solid #e6e8ef;border-radius:12px;padding:16px}.results{display:flex;flex-direction:column;gap:12px;margin-top:12px}.card{border:1px solid #eef0f7;border-radius:12px;padding:12px}.card-title{font-weight:650;margin-bottom:8px}.kv{display:grid;gap:6px;margin-bottom:10px}.k{color:#556;font-size:12px;margin-right:6px}.images{display:flex;flex-direction:column;gap:10px}.images img{width:100%;max-width:520px;border-radius:10px;border:1px solid #eef0f7}html.vx-scope-pc-web .lookup-results-wrap{margin-top:12px;overflow-x:auto}html.vx-scope-pc-web .lookup-table{margin-top:0;table-layout:fixed}html.vx-scope-pc-web .lookup-table th:nth-child(1),html.vx-scope-pc-web .lookup-table td:nth-child(1){width:10%;word-break:break-all}html.vx-scope-pc-web .lookup-table th:nth-child(2),html.vx-scope-pc-web .lookup-table td:nth-child(2){width:14%;word-break:break-all}html.vx-scope-pc-web .lookup-table th:nth-child(3),html.vx-scope-pc-web .lookup-table td:nth-child(3){width:14%;word-break:break-all}html.vx-scope-pc-web .lookup-table th:nth-child(4),html.vx-scope-pc-web .lookup-table td:nth-child(4){width:28%;word-break:break-word}html.vx-scope-pc-web .lookup-table th:nth-child(5),html.vx-scope-pc-web .lookup-table td:nth-child(5){width:22%;word-break:break-word}html.vx-scope-pc-web .lookup-table th:nth-child(6),html.vx-scope-pc-web .lookup-table td:nth-child(6){width:6.5rem;text-align:center;vertical-align:middle}html.vx-scope-pc-web .lookup-view-images{border:none;background:none;padding:0;font:inherit;color:#2b59ff;text-decoration:underline;cursor:pointer}html.vx-scope-pc-web .lookup-view-images:hover{color:#1a3dcc}html.vx-scope-pc-web .lookup-gallery-modal{width:100%;max-width:min(1280px,96vw);max-height:min(94vh,1100px);display:flex;flex-direction:column;padding:18px 20px 20px;border-radius:12px;background:#fff;border:1px solid #e6e8ef;box-shadow:0 16px 48px #0000002e;box-sizing:border-box}html.vx-scope-pc-web .lookup-gallery-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0;padding-bottom:14px;margin-bottom:4px;border-bottom:1px solid #eef0f7}html.vx-scope-pc-web .lookup-gallery-title-wrap{min-width:0;flex:1}html.vx-scope-pc-web .lookup-gallery-title{margin:0 0 6px;font-size:17px;font-weight:650;color:#111}html.vx-scope-pc-web .lookup-gallery-sub{margin:0;font-size:12px;line-height:1.45}html.vx-scope-pc-web .lookup-gallery-close{flex-shrink:0;width:40px;height:40px;padding:0;border:1px solid #d7dbea;border-radius:8px;background:#fff;color:#334;font-size:26px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}html.vx-scope-pc-web .lookup-gallery-close:hover{background:#f6f7fb;border-color:#aeb4cc}html.vx-scope-pc-web .lookup-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;overflow-y:auto;padding-top:12px;flex:1;min-height:0}html.vx-scope-pc-web .lookup-gallery-cell{display:flex;align-items:center;justify-content:center;min-height:160px;padding:8px;border-radius:10px;border:1px solid #eef0f7;background:#fafbfc;box-sizing:border-box}html.vx-scope-pc-web .lookup-gallery-thumb-btn{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0;padding:0;margin:0;border:none;background:transparent;cursor:zoom-in;border-radius:8px}html.vx-scope-pc-web .lookup-gallery-thumb-btn:focus-visible{outline:2px solid #2b59ff;outline-offset:2px}html.vx-scope-pc-web .lookup-gallery-thumb-btn img{max-width:100%;max-height:340px;width:auto;height:auto;object-fit:contain;display:block}html.vx-scope-pc-web .lookup-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;align-items:stretch;justify-content:center;padding:10px;box-sizing:border-box;background:#000000e0}html.vx-scope-pc-web .lookup-lightbox-panel{display:flex;flex-direction:column;width:100%;max-width:min(1440px,100%);max-height:100%;background:#141418;border-radius:12px;border:1px solid #2e3140;overflow:hidden;box-shadow:0 20px 60px #00000080}html.vx-scope-pc-web .lookup-lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:10px 14px;background:#1c1c22;border-bottom:1px solid #2e3140}html.vx-scope-pc-web .lookup-lightbox-hint{font-size:12px;color:#9aa3b8}html.vx-scope-pc-web .lookup-lightbox-close{flex-shrink:0;width:40px;height:40px;padding:0;border:1px solid #3a4054;border-radius:8px;background:#252830;color:#e8eaf0;font-size:26px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}html.vx-scope-pc-web .lookup-lightbox-close:hover{background:#323846;border-color:#5a6278}html.vx-scope-pc-web .lookup-lightbox-viewport{flex:1;min-height:0;overflow:hidden;position:relative;touch-action:none;display:flex;align-items:center;justify-content:center}html.vx-scope-pc-web .lookup-lightbox-transform{will-change:transform;transform-origin:center center}html.vx-scope-pc-web .lookup-lightbox-transform img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:min(92vw,1320px);max-height:min(80vh,900px);width:auto;height:auto;display:block;vertical-align:middle}
