#katalog-builder-app{}
.kb-wrap{max-width:560px;margin:50px auto;padding:20px}
.kb-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px;box-sizing:border-box}
.kb-box label{display:block;font-weight:600;margin:14px 0 7px}
.kb-box input,.kb-box textarea{width:100%;padding:12px;border:1px solid #ccd2da;border-radius:7px;box-sizing:border-box}
.kb-btn{display:inline-block;border:0;border-radius:7px;padding:12px 18px;background:#111827;color:#fff;text-decoration:none;cursor:pointer;margin-top:16px}
.kb-secondary{background:#6b7280;margin-left:8px}
.kb-delete{border:0;background:none;color:#b91c1c;cursor:pointer;margin-left:12px}
.kb-notice{max-width:900px;margin:15px auto;padding:14px 18px;border-radius:8px;background:#eef6ff;border:1px solid #b9d8ff}
.kb-dashboard{max-width:1100px;margin:40px auto;padding:20px}
.kb-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.kb-grid,.kb-grid-products{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}
.kb-grid-products{grid-template-columns:repeat(3,1fr)}
.kb-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.kb-product-card{min-height:180px}
.kb-product-image img{max-width:100%;height:180px;object-fit:contain;display:block;margin:0 auto 15px}
.kb-code{font-size:13px;color:#6b7280;margin-bottom:10px}
@media(max-width:850px){.kb-grid-products{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.kb-grid,.kb-grid-products,.kb-two{grid-template-columns:1fr}.kb-top{display:block}}
.kb-editor{max-width:1300px;margin:30px auto;padding:15px}.kb-editor-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.kb-editor-head form{display:flex;gap:8px;align-items:center}.kb-editor-head input,.kb-editor-head select{padding:10px;border:1px solid #ccd2da;border-radius:7px}.kb-editor-layout{display:grid;grid-template-columns:240px 1fr;gap:20px}.kb-pages,.kb-page-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.kb-page-link{display:block;padding:12px;border-radius:8px;text-decoration:none;margin-bottom:6px;background:#f7f7f8;color:#222}.kb-page-link.active{background:#e8eefc;font-weight:700}.kb-page-link small{display:block;color:#777;margin-top:4px;font-weight:400}.kb-pages select{width:100%;padding:10px;margin-top:12px}.kb-pages .kb-btn{width:100%}.kb-page-toolbar{display:flex;align-items:center;gap:15px;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px}.kb-template-preview{display:grid;gap:12px;padding:25px;background:#f4f5f7;border-radius:10px;margin-bottom:20px;min-height:260px}.kb-template-preview.one-product{grid-template-columns:1fr}.kb-template-preview.two-products{grid-template-columns:1fr 1fr}.kb-template-preview.four-products{grid-template-columns:1fr 1fr}.kb-template-preview.five-products{grid-template-columns:repeat(3,1fr)}.kb-template-preview.image-text{grid-template-columns:1.3fr 1fr}.kb-slot{min-height:100px;border:2px dashed #b9c0ca;background:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#697386}.kb-slot span{font-size:24px;font-weight:700}.kb-product-selects{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.kb-product-selects label{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa}.kb-product-selects input{width:auto}.kb-product-selects small{display:block;color:#777}.kb-covers{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:12px 0}.kb-cover-option input{position:absolute;opacity:0}.kb-cover{height:150px;border:2px solid #ddd;border-radius:10px;padding:12px;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer}.kb-cover-option input:checked + .kb-cover{border-color:#111827;box-shadow:0 0 0 2px #111827}.kb-cover small{color:#777}.kb-cover-01{background:linear-gradient(145deg,#f1f1f1,#fff)}.kb-cover-02{background:linear-gradient(145deg,#e8eefc,#fff)}.kb-cover-03{background:linear-gradient(145deg,#f3eee7,#fff)}.kb-cover-04{background:linear-gradient(145deg,#e8f1ec,#fff)}.kb-pill{font-size:12px;background:#eef2f7;padding:4px 8px;border-radius:20px}.kb-editor-head h2{margin:6px 0 0}@media(max-width:900px){.kb-editor-layout{grid-template-columns:1fr}.kb-covers{grid-template-columns:1fr 1fr}.kb-product-selects{grid-template-columns:1fr}.kb-template-preview.five-products{grid-template-columns:1fr 1fr}.kb-editor-head{display:block}.kb-editor-head form{margin-top:15px;flex-wrap:wrap}}
