.jlpc-builder-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.08);overflow:hidden}
.jlpc-builder-header{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;padding:30px 40px;text-align:center}
.jlpc-builder-header h2{margin:0 0 8px;font-size:28px;color:#fff}
.jlpc-builder-header p{margin:0;opacity:.85;font-size:16px}
.jlpc-builder-layout{display:flex;min-height:500px}
.jlpc-sidebar{width:260px;min-width:260px;background:#f8f9fa;border-right:1px solid #e0e0e0;overflow-y:auto}
.jlpc-component-tabs{display:flex;flex-direction:column}
.jlpc-tab{display:flex;align-items:center;padding:14px 18px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:14px;color:#333;border-bottom:1px solid #eee;transition:all .2s}
.jlpc-tab:hover{background:#e8eaf6;color:#1a237e}
.jlpc-tab.active{background:#e8eaf6;color:#1a237e;font-weight:600;border-left:3px solid #1a237e}
.jlpc-tab .jlpc-tab-status{margin-left:auto;font-size:12px;color:#999}
.jlpc-tab .jlpc-tab-status.selected{color:#4caf50;font-weight:600}
.jlpc-main{flex:1;padding:20px;overflow-y:auto}
.jlpc-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}
.jlpc-product-card{border:1px solid #e0e0e0;border-radius:8px;padding:15px;transition:all .2s;cursor:pointer;position:relative;background:#fff}
.jlpc-product-card:hover{box-shadow:0 4px 15px rgba(0,0,0,.1);border-color:#1a237e}
.jlpc-product-card.selected{border-color:#4caf50;background:#f1faf1}
.jlpc-product-card img{width:100%;height:150px;object-fit:contain;margin-bottom:10px}
.jlpc-product-card h4{font-size:13px;margin:0 0 8px;color:#333;line-height:1.4}
.jlpc-product-card .price{font-size:18px;font-weight:700;color:#1a237e}
.jlpc-product-card .add-btn{width:100%;margin-top:10px;padding:8px;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s}
.jlpc-product-card .add-btn.add{background:#1a237e;color:#fff}
.jlpc-product-card .add-btn.add:hover{background:#283593}
.jlpc-product-card .add-btn.remove{background:#f44336;color:#fff}
.jlpc-selected-summary{background:#f8f9fa;border-radius:8px;padding:20px;margin-top:20px}
.jlpc-selected-summary h3{margin:0 0 15px;font-size:18px;color:#333}
.jlpc-cart-items{max-height:300px;overflow-y:auto}
.jlpc-cart-item{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #eee}
.jlpc-cart-item img{width:50px;height:50px;object-fit:contain;border-radius:4px}
.jlpc-cart-item .item-info{flex:1}
.jlpc-cart-item .item-name{font-size:13px;font-weight:500;color:#333}
.jlpc-cart-item .item-price{font-size:14px;font-weight:700;color:#1a237e}
.jlpc-cart-item .item-remove{background:none;border:none;color:#999;cursor:pointer;font-size:18px}
.jlpc-cart-item .item-remove:hover{color:#f44336}
.jlpc-total-section{padding-top:15px;border-top:2px solid #ddd;margin-top:10px}
.jlpc-total-row{display:flex;justify-content:space-between;align-items:center;font-size:20px}
.jlpc-total-price{font-size:24px;font-weight:700;color:#1a237e}
.jlpc-btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;text-decoration:none;display:inline-block}
.jlpc-btn-primary{background:#1a237e;color:#fff}
.jlpc-btn-primary:hover{background:#283593}
.jlpc-btn-primary:disabled{background:#bbb;cursor:not-allowed}
.jlpc-btn-secondary{background:#4caf50;color:#fff}
.jlpc-btn-secondary:hover{background:#43a047}
.jlpc-btn-outline{background:#fff;color:#333;border:1px solid #ddd}
.jlpc-btn-outline:hover{background:#f5f5f5}
.jlpc-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center}
.jlpc-modal-content{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:90%;position:relative}
.jlpc-modal-close{position:absolute;top:15px;right:20px;font-size:28px;cursor:pointer;color:#999}
.jlpc-modal-close:hover{color:#333}
.jlpc-compat-issue{color:#f44336;padding:8px 12px;background:#ffebee;border-radius:4px;margin:5px 0}
.jlpc-compat-warning{color:#ff9800;padding:8px 12px;background:#fff3e0;border-radius:4px;margin:5px 0}
.jlpc-compat-ok{color:#4caf50;padding:8px 12px;background:#e8f5e9;border-radius:4px;margin:5px 0}
.jlpc-spinner{display:inline-block;width:30px;height:30px;border:3px solid #e0e0e0;border-top:3px solid #1a237e;border-radius:50%;animation:jlpc-spin .8s linear infinite}
@keyframes jlpc-spin{to{transform:rotate(360deg)}}
@media(max-width:768px){.jlpc-builder-layout{flex-direction:column}.jlpc-sidebar{width:100%;min-width:auto}.jlpc-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
