.psp-settings-container{max-width:1200px;margin:20px 0}.psp-settings-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #ddd}.psp-tab-button{padding:12px 24px;background:#f8f9fa;border:none;border-bottom:3px solid #fff0;cursor:pointer;font-size:14px;font-weight:600;transition:all 0.3s ease}.psp-tab-button:hover{background:#e9ecef}.psp-tab-button.active{background:#fff;border-bottom-color:#007bff;color:#007bff}.psp-tab-content{display:none;background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.psp-tab-content.active{display:block}.psp-settings-section{margin-bottom:30px}.psp-settings-section h2{font-size:20px;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.psp-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.psp-setting-item{display:flex;flex-direction:column;gap:8px}.psp-setting-label{font-weight:600;font-size:14px;color:#333}.psp-setting-input{padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.psp-setting-input[type="color"]{height:45px;cursor:pointer}.psp-setting-input[type="range"]{cursor:pointer}.psp-setting-description{font-size:12px;color:#6c757d}.psp-color-preview{display:flex;align-items:center;gap:10px}.psp-save-button{background:#28a745;color:#fff;padding:12px 30px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.psp-save-button:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px rgb(40 167 69 / .3)}.psp-reset-button{background:#dc3545;color:#fff;padding:12px 30px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;margin-left:10px}.psp-reset-button:hover{background:#c82333}.psp-notification{position:fixed;top:32px;right:20px;padding:15px 25px;background:#28a745;color:#fff;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .2);z-index:10000;animation:slideIn 0.3s ease}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.psp-shelf-editor{display:flex;flex-direction:column;gap:30px}.psp-shelf{background:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;box-shadow:0 2px 5px rgb(0 0 0 / .05)}.psp-shelf-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.psp-shelf-title{font-size:18px;font-weight:600;display:flex;align-items:center;gap:10px}.psp-shelf-color-indicator{width:15px;height:15px;border-radius:50%}.psp-shelf-grid{display:flex;flex-direction:column;gap:10px}.psp-shelf-level{display:flex;gap:8px;overflow-x:auto;padding-bottom:5px}.psp-shelf-level-label{min-width:60px;font-weight:700;display:flex;align-items:center;color:#666}.psp-shelf-bin{width:50px;height:50px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s;font-size:11px}.psp-shelf-bin:hover{background:#e9ecef;border-color:#adb5bd;transform:translateY(-2px)}.psp-shelf-bin.has-box{background:#d4edda;border-color:#c3e6cb;color:#155724;font-weight:700}.psp-shelf-bin .box-id{font-size:10px;margin-top:2px;color:#555}.psp-shelf-config-card{background:#f8f9fa;border:1px solid #ddd;border-radius:8px;padding:15px;margin-bottom:20px;position:relative;box-shadow:0 2px 4px rgb(0 0 0 / .05)}.psp-shelf-config-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.psp-shelf-levels-container{background:#fff;padding:12px;border-radius:6px;border:1px dashed #ccc}.psp-level-row-config{display:flex;align-items:center;gap:10px;margin-bottom:8px}.psp-level-row-config label{font-size:11px;width:60px;color:#666;margin:0}.psp-level-row-config input{width:60px!important;margin:0!important}.psp-shelf-delete{position:absolute;top:10px;right:10px;color:#dc3545;cursor:pointer;font-size:18px}.psp-shelf-delete:hover{color:#a71d2a}.psp-shelf-config-item label{display:block;font-size:11px;font-weight:600;color:#666;margin-bottom:4px;text-transform:uppercase}.psp-shelf-config-item input{width:100%;padding:6px;border:1px solid #ccc;border-radius:4px}.psp-admin-heatmap-container{background:#f0f0f1;border-radius:8px;padding:15px;min-height:100px;display:flex;justify-content:center;align-items:center}.psp-heatmap-cell{fill:#e0e0e0;stroke:#fff;stroke-width:1;transition:all 0.3s}.psp-heatmap-cell.active{fill:#ff4757;animation:psp-pulse 1.5s infinite}@keyframes psp-pulse{0%{opacity:1}50%{opacity:.6}100%{opacity:1}}.psp-location-badge{background:#e3f2fd;color:#1976d2;padding:2px 6px;border-radius:4px;font-weight:600;font-size:11px;border:1px solid #bbdefb}