.section-title{font-size:1.1rem;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;margin-bottom:1rem}.logo-frame{height:80px;min-width:80px;border:2px dashed var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.25rem;cursor:pointer;color:var(--text-light);user-select:none;margin-bottom:1rem}.logo-frame img{max-height:100%;height:100%;width:auto;object-fit:contain}.logo-text{font-size:0.75rem;color:var(--text-light)}.table-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:0.8rem}table{width:100%;border-collapse:collapse;font-size:0.85rem;text-align:center}th,td{border:1px solid var(--border);padding:0.45rem 0.6rem}tbody td:first-child,tbody td:nth-child(2){text-align:left}tbody td input{width:100%;height:34px;background:var(--content-bg);border:1px solid var(--border);border-radius:var(--radius);padding:0 0.5rem;color:var(--text)}.cat-del{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:auto}.itemList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.9rem}.itemCard{position:relative;display:flex;gap:0.9rem;align-items:flex-start;background:var(--content-bg);border:1px solid var(--border);border-radius:var(--radius);padding:0.9rem 3.4rem 0.9rem 0.9rem}.item-img-frame{width:50px;height:50px;border:2px dashed var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:0.7rem;color:var(--text-light);cursor:pointer;flex-shrink:0}.item-img-frame img{width:100%;height:100%;object-fit:cover}.item-fields{flex:1;display:flex;flex-direction:column;gap:0.5rem}.fotoInput{display:none}.item-top{display:flex;gap:0.6rem}.item-top select,.item-top input{flex:1;height:34px;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:0 0.5rem;color:var(--text)}.item-price{max-width:120px}.item-desc{width:100%;height:64px;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:0.35rem 0.5rem;resize:vertical}.delX{position:absolute;right:0.8rem;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:var(--radius);background:var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:0.9rem}.delX:hover{background:var(--primary);color:#fff}.icon-btn{height:34px;padding:0;border:none;background:var(--border);color:var(--text);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:0.9rem}.icon-btn:hover{background:var(--primary);color:#fff}.add-main{width:100%;padding:0.65rem;font-weight:500;justify-content:center}