.cat-form{flex-direction:column;gap:24px;max-width:1000px;margin:0 auto;padding:24px;display:flex}@media (max-width:768px){.cat-form{gap:16px;padding:16px 12px}}.cat-header-card{background:linear-gradient(135deg,#c9a24a14,#fffffff2);border:1px solid #c9a24a4d;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;display:flex}.cat-header-icon{flex-shrink:0;font-size:36px}.cat-header-card h2{color:#1a1510;margin:0 0 4px;font-size:22px;font-weight:700}.cat-header-card p{color:#5a4a3a;margin:0;font-size:13px}.cat-section{background:#fff;border:1px solid #e8dfc9;border-radius:16px;padding:20px 24px}@media (max-width:768px){.cat-section{padding:16px}}.cat-section-title{color:#8a6a2f;border-bottom:1px solid #e8dfc9;align-items:center;gap:8px;margin:0 0 16px;padding-bottom:12px;font-size:14px;font-weight:700;display:flex}.cat-section-title svg{color:#c9a24a}.cat-grid-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:640px){.cat-grid-2{grid-template-columns:1fr}}.cat-field{flex-direction:column;gap:6px;display:flex}.cat-field-full{grid-column:1/-1}.cat-field label{color:#5a4a3a;font-size:12px;font-weight:700}.cat-req{color:#d4574a;margin-right:2px}.cat-field-hint{color:#8a7a6a;margin-top:2px;font-size:10px}.cat-field input,.cat-field textarea{color:#1a1510;background:#faf8f3;border:1px solid #e8dfc9;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .2s}.cat-field input:focus,.cat-field textarea:focus{background:#fff;border-color:#c9a24a;outline:none;box-shadow:0 0 0 3px #c9a24a1a}.cat-field input:disabled,.cat-field textarea:disabled{opacity:.6;cursor:not-allowed}.cat-field textarea{resize:vertical;line-height:1.6}.cat-currency-toggle{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cat-currency-btn{cursor:pointer;background:#faf8f3;border:2px solid #e8dfc9;border-radius:10px;flex-direction:column;align-items:center;gap:2px;padding:10px;font-family:inherit;transition:all .2s;display:flex}.cat-currency-btn:hover:not(:disabled){background:#fff;border-color:#c9a24a}.cat-currency-btn.is-selected{background:linear-gradient(135deg,#c9a24a1f,#fffffff2);border-color:#c9a24a}.cat-currency-btn span:first-child{color:#1a1510;font-size:14px;font-weight:700}.cat-currency-label{color:#5a4a3a;font-size:10px}.cat-currency-btn:disabled{opacity:.5;cursor:not-allowed}.cat-items{flex-direction:column;gap:12px;display:flex}.cat-item-card{background:#faf8f3;border:1px solid #e8dfc9;border-radius:12px;overflow:hidden}.cat-item-header{background:#c9a24a14;border-bottom:1px solid #e8dfc9;justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;display:flex}.cat-item-header-actions{align-items:center;gap:6px;display:flex}.cat-item-reorder{gap:4px;display:flex}.cat-item-reorder button{color:#8a6a2f;cursor:pointer;background:#fff;border:1px solid #e8dfc9;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.cat-item-reorder button:hover:not(:disabled){background:#c9a24a14;border-color:#c9a24a}.cat-item-reorder button:disabled{opacity:.35;cursor:not-allowed}.cat-item-position{color:#8a6a2f;font-size:12px;font-weight:700}.cat-item-remove{color:#b8453a;cursor:pointer;background:0 0;border:1px solid #dc35454d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.cat-item-remove:hover:not(:disabled){background:#dc35451a}.cat-item-remove:disabled{opacity:.4;cursor:not-allowed}.cat-item-body{flex-direction:column;gap:12px;padding:14px;display:flex}.cat-item-grid{grid-template-columns:2fr 1fr;gap:12px;display:grid}@media (max-width:640px){.cat-item-grid{grid-template-columns:1fr}}.cat-price-input{background:#faf8f3;border:1px solid #e8dfc9;border-radius:10px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.cat-price-input:focus-within{background:#fff;border-color:#c9a24a;box-shadow:0 0 0 3px #c9a24a1a}.cat-price-input input{background:0 0;border:none;outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.cat-price-suffix{color:#8a6a2f;background:#c9a24a14;border-right:1px solid #e8dfc9;align-items:center;height:100%;padding:0 12px;font-size:11px;font-weight:700;display:flex}.cat-item-image{width:100%}.cat-item-image-upload{cursor:pointer;color:#8a6a2f;background:#fff;border:1px dashed #d4c8a8;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-family:inherit;font-size:12px;font-weight:700;transition:all .2s;display:flex}.cat-item-image-upload:hover{background:#c9a24a0a;border-color:#c9a24a}.cat-item-image-upload.is-loading{cursor:wait}.cat-item-image-preview{border:1px solid #e8dfc9;border-radius:10px;width:100%;max-height:160px;position:relative;overflow:hidden}.cat-item-image-preview img{-o-object-fit:cover;object-fit:cover;width:100%;height:160px;display:block}.cat-item-image-remove{color:#fff;cursor:pointer;background:#1a1510cc;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:8px;left:8px}.cat-item-image-remove:hover{background:#1a1510}.cat-add-item-btn{cursor:pointer;color:#8a6a2f;background:#c9a24a0f;border:1px dashed #d4c8a8;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:12px;padding:14px;font-family:inherit;font-weight:700;transition:all .2s;display:flex}.cat-add-item-btn:hover:not(:disabled){background:#c9a24a1f;border-style:solid;border-color:#c9a24a}.cat-add-item-btn:disabled{opacity:.5;cursor:not-allowed}.cat-error{color:#b8453a;background:#dc354514;border:1px solid #dc35454d;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.cat-actions{border-top:1px solid #e8dfc9;justify-content:flex-end;gap:12px;padding-top:12px;display:flex}@media (max-width:640px){.cat-actions{flex-direction:column-reverse}}.cat-btn-primary,.cat-btn-secondary{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:flex}.cat-btn-primary{color:#1a1510;background:linear-gradient(135deg,#c9a24a,#8a6a2f);min-width:200px}.cat-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px -8px #c9a24a80}.cat-btn-secondary{color:#5a4a3a;background:#fff;border:1px solid #e8dfc9}.cat-btn-secondary:hover:not(:disabled){background:#faf8f3}.cat-btn-primary:disabled,.cat-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.cat-spin{animation:1s linear infinite cat-spin}@keyframes cat-spin{to{transform:rotate(360deg)}}.cat-success{text-align:center;max-width:600px;margin:0 auto;padding:48px 24px}.cat-success-icon{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:40px;font-weight:700;display:flex;box-shadow:0 10px 30px -10px #22c55e80}.cat-success h2{color:#1a1510;margin:0 0 16px;font-size:24px;font-weight:700}.cat-success-meta{text-align:right;background:#faf8f3;border-radius:12px;flex-direction:column;gap:8px;max-width:400px;margin:0 auto 24px;padding:16px;font-size:13px;display:flex}.cat-success-meta strong{color:#8a6a2f}.cat-success-actions{justify-content:center;gap:12px;display:flex}@media (max-width:640px){.cat-success-actions{flex-direction:column}}
